@aws-amplify/graphql-model-transformer 1.3.4-agqlac.0 → 1.4.0-rds.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/API.md +3 -3
- package/CHANGELOG.md +5 -2
- package/lib/rds-lambda.zip +0 -0
- package/lib/rds-notification-lambda.zip +0 -0
- package/lib/rds-patching-lambda.zip +0 -0
- package/lib/resolvers/dynamodb/mutation.d.ts +1 -1
- package/lib/resolvers/dynamodb/mutation.d.ts.map +1 -1
- package/lib/resolvers/dynamodb/mutation.js +1 -1
- package/lib/resolvers/dynamodb/mutation.js.map +1 -1
- package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +1 -1
- package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -1
- package/lib/resolvers/generators/dynamodb-vtl-generator.js +2 -2
- package/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -1
- package/lib/resolvers/generators/rds-vtl-generator.d.ts +1 -1
- package/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -1
- package/lib/resolvers/generators/rds-vtl-generator.js +2 -2
- package/lib/resolvers/generators/rds-vtl-generator.js.map +1 -1
- package/lib/resolvers/generators/vtl-generator.d.ts +1 -1
- package/lib/resolvers/generators/vtl-generator.d.ts.map +1 -1
- package/lib/resolvers/rds/mutation.d.ts +1 -1
- package/lib/resolvers/rds/mutation.d.ts.map +1 -1
- package/lib/resolvers/rds/mutation.js +59 -61
- package/lib/resolvers/rds/mutation.js.map +1 -1
- package/lib/resolvers/rds/resolver.d.ts +11 -5
- package/lib/resolvers/rds/resolver.d.ts.map +1 -1
- package/lib/resolvers/rds/resolver.js +160 -24
- package/lib/resolvers/rds/resolver.js.map +1 -1
- package/lib/resources/model-resource-generator.d.ts.map +1 -1
- package/lib/resources/model-resource-generator.js +2 -1
- package/lib/resources/model-resource-generator.js.map +1 -1
- package/lib/resources/rds-model-resource-generator.d.ts +1 -1
- package/lib/resources/rds-model-resource-generator.d.ts.map +1 -1
- package/lib/resources/rds-model-resource-generator.js +25 -3
- package/lib/resources/rds-model-resource-generator.js.map +1 -1
- package/package.json +11 -15
- package/publish-notification-lambda/README.md +39 -0
- package/publish-notification-lambda/node_modules/.package-lock.json +1930 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/README.md +16 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/package.json +31 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/README.md +554 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/package.json +100 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/types/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/types/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
- package/publish-notification-lambda/node_modules/@smithy/types/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@smithy/types/README.md +4 -0
- package/publish-notification-lambda/node_modules/@smithy/types/package.json +62 -0
- package/publish-notification-lambda/node_modules/@types/node/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/@types/node/README.md +16 -0
- package/publish-notification-lambda/node_modules/@types/node/package.json +237 -0
- package/publish-notification-lambda/node_modules/ansi-regex/license +9 -0
- package/publish-notification-lambda/node_modules/ansi-regex/package.json +55 -0
- package/publish-notification-lambda/node_modules/ansi-regex/readme.md +78 -0
- package/publish-notification-lambda/node_modules/ansi-styles/license +9 -0
- package/publish-notification-lambda/node_modules/ansi-styles/package.json +56 -0
- package/publish-notification-lambda/node_modules/ansi-styles/readme.md +152 -0
- package/publish-notification-lambda/node_modules/archiver/CHANGELOG.md +228 -0
- package/publish-notification-lambda/node_modules/archiver/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/archiver/README.md +94 -0
- package/publish-notification-lambda/node_modules/archiver/package.json +60 -0
- package/publish-notification-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
- package/publish-notification-lambda/node_modules/archiver-utils/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/archiver-utils/README.md +7 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
- package/publish-notification-lambda/node_modules/archiver-utils/package.json +54 -0
- package/publish-notification-lambda/node_modules/async/CHANGELOG.md +348 -0
- package/publish-notification-lambda/node_modules/async/LICENSE +19 -0
- package/publish-notification-lambda/node_modules/async/README.md +59 -0
- package/publish-notification-lambda/node_modules/async/bower.json +17 -0
- package/publish-notification-lambda/node_modules/async/dist/async.mjs +5947 -0
- package/publish-notification-lambda/node_modules/async/package.json +75 -0
- package/publish-notification-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/publish-notification-lambda/node_modules/balanced-match/LICENSE.md +21 -0
- package/publish-notification-lambda/node_modules/balanced-match/README.md +97 -0
- package/publish-notification-lambda/node_modules/balanced-match/package.json +48 -0
- package/publish-notification-lambda/node_modules/base64-js/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/base64-js/README.md +34 -0
- package/publish-notification-lambda/node_modules/base64-js/package.json +47 -0
- package/publish-notification-lambda/node_modules/bestzip/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/bestzip/package.json +46 -0
- package/publish-notification-lambda/node_modules/bestzip/readme.md +91 -0
- package/publish-notification-lambda/node_modules/bl/.travis.yml +17 -0
- package/publish-notification-lambda/node_modules/bl/LICENSE.md +13 -0
- package/publish-notification-lambda/node_modules/bl/README.md +247 -0
- package/publish-notification-lambda/node_modules/bl/package.json +37 -0
- package/publish-notification-lambda/node_modules/bowser/CHANGELOG.md +218 -0
- package/publish-notification-lambda/node_modules/bowser/LICENSE +39 -0
- package/publish-notification-lambda/node_modules/bowser/README.md +179 -0
- package/publish-notification-lambda/node_modules/bowser/package.json +83 -0
- package/publish-notification-lambda/node_modules/brace-expansion/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/brace-expansion/README.md +129 -0
- package/publish-notification-lambda/node_modules/brace-expansion/package.json +47 -0
- package/publish-notification-lambda/node_modules/buffer/AUTHORS.md +70 -0
- package/publish-notification-lambda/node_modules/buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/buffer/README.md +410 -0
- package/publish-notification-lambda/node_modules/buffer/package.json +96 -0
- package/publish-notification-lambda/node_modules/buffer-crc32/LICENSE +19 -0
- package/publish-notification-lambda/node_modules/buffer-crc32/README.md +47 -0
- package/publish-notification-lambda/node_modules/buffer-crc32/package.json +39 -0
- package/publish-notification-lambda/node_modules/cliui/CHANGELOG.md +121 -0
- package/publish-notification-lambda/node_modules/cliui/LICENSE.txt +14 -0
- package/publish-notification-lambda/node_modules/cliui/README.md +141 -0
- package/publish-notification-lambda/node_modules/cliui/build/index.cjs +302 -0
- package/publish-notification-lambda/node_modules/cliui/index.mjs +13 -0
- package/publish-notification-lambda/node_modules/cliui/package.json +83 -0
- package/publish-notification-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
- package/publish-notification-lambda/node_modules/color-convert/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/color-convert/README.md +68 -0
- package/publish-notification-lambda/node_modules/color-convert/package.json +48 -0
- package/publish-notification-lambda/node_modules/color-name/LICENSE +8 -0
- package/publish-notification-lambda/node_modules/color-name/README.md +11 -0
- package/publish-notification-lambda/node_modules/color-name/package.json +28 -0
- package/publish-notification-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
- package/publish-notification-lambda/node_modules/compress-commons/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/compress-commons/README.md +25 -0
- package/publish-notification-lambda/node_modules/compress-commons/package.json +45 -0
- package/publish-notification-lambda/node_modules/concat-map/.travis.yml +4 -0
- package/publish-notification-lambda/node_modules/concat-map/LICENSE +18 -0
- package/publish-notification-lambda/node_modules/concat-map/README.markdown +62 -0
- package/publish-notification-lambda/node_modules/concat-map/package.json +43 -0
- package/publish-notification-lambda/node_modules/core-util-is/LICENSE +19 -0
- package/publish-notification-lambda/node_modules/core-util-is/README.md +3 -0
- package/publish-notification-lambda/node_modules/core-util-is/package.json +38 -0
- package/publish-notification-lambda/node_modules/crc-32/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/crc-32/README.md +200 -0
- package/publish-notification-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
- package/publish-notification-lambda/node_modules/crc-32/package.json +43 -0
- package/publish-notification-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
- package/publish-notification-lambda/node_modules/crc-32/types/tslint.json +11 -0
- package/publish-notification-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
- package/publish-notification-lambda/node_modules/crc32-stream/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/crc32-stream/README.md +79 -0
- package/publish-notification-lambda/node_modules/crc32-stream/package.json +45 -0
- package/publish-notification-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/publish-notification-lambda/node_modules/emoji-regex/README.md +73 -0
- package/publish-notification-lambda/node_modules/emoji-regex/package.json +50 -0
- package/publish-notification-lambda/node_modules/end-of-stream/README.md +54 -0
- package/publish-notification-lambda/node_modules/end-of-stream/package.json +37 -0
- package/publish-notification-lambda/node_modules/escalade/dist/index.mjs +22 -0
- package/publish-notification-lambda/node_modules/escalade/license +9 -0
- package/publish-notification-lambda/node_modules/escalade/package.json +61 -0
- package/publish-notification-lambda/node_modules/escalade/readme.md +211 -0
- package/publish-notification-lambda/node_modules/escalade/sync/index.mjs +18 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/README.md +204 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/package.json +71 -0
- package/publish-notification-lambda/node_modules/fs-constants/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/fs-constants/README.md +26 -0
- package/publish-notification-lambda/node_modules/fs-constants/package.json +19 -0
- package/publish-notification-lambda/node_modules/fs.realpath/LICENSE +43 -0
- package/publish-notification-lambda/node_modules/fs.realpath/README.md +33 -0
- package/publish-notification-lambda/node_modules/fs.realpath/package.json +26 -0
- package/publish-notification-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
- package/publish-notification-lambda/node_modules/get-caller-file/README.md +41 -0
- package/publish-notification-lambda/node_modules/get-caller-file/package.json +42 -0
- package/publish-notification-lambda/node_modules/glob/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/glob/README.md +378 -0
- package/publish-notification-lambda/node_modules/glob/package.json +55 -0
- package/publish-notification-lambda/node_modules/graceful-fs/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/graceful-fs/README.md +143 -0
- package/publish-notification-lambda/node_modules/graceful-fs/package.json +53 -0
- package/publish-notification-lambda/node_modules/ieee754/LICENSE +11 -0
- package/publish-notification-lambda/node_modules/ieee754/README.md +51 -0
- package/publish-notification-lambda/node_modules/ieee754/package.json +52 -0
- package/publish-notification-lambda/node_modules/inflight/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/inflight/README.md +37 -0
- package/publish-notification-lambda/node_modules/inflight/package.json +29 -0
- package/publish-notification-lambda/node_modules/inherits/LICENSE +16 -0
- package/publish-notification-lambda/node_modules/inherits/README.md +42 -0
- package/publish-notification-lambda/node_modules/inherits/package.json +29 -0
- package/publish-notification-lambda/node_modules/is-fullwidth-code-point/license +9 -0
- package/publish-notification-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/publish-notification-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
- package/publish-notification-lambda/node_modules/isarray/.travis.yml +4 -0
- package/publish-notification-lambda/node_modules/isarray/Makefile +6 -0
- package/publish-notification-lambda/node_modules/isarray/README.md +60 -0
- package/publish-notification-lambda/node_modules/isarray/component.json +19 -0
- package/publish-notification-lambda/node_modules/isarray/package.json +45 -0
- package/publish-notification-lambda/node_modules/isexe/README.md +51 -0
- package/publish-notification-lambda/node_modules/isexe/package.json +31 -0
- package/publish-notification-lambda/node_modules/lazystream/LICENSE +23 -0
- package/publish-notification-lambda/node_modules/lazystream/README.md +114 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
- package/publish-notification-lambda/node_modules/lazystream/package.json +46 -0
- package/publish-notification-lambda/node_modules/lazystream/test/data.md +13 -0
- package/publish-notification-lambda/node_modules/lodash.defaults/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.defaults/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.defaults/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.difference/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.difference/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.difference/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.flatten/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.flatten/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.flatten/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.isplainobject/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.isplainobject/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.union/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.union/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.union/package.json +17 -0
- package/publish-notification-lambda/node_modules/minimatch/README.md +230 -0
- package/publish-notification-lambda/node_modules/minimatch/package.json +33 -0
- package/publish-notification-lambda/node_modules/normalize-path/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/normalize-path/README.md +127 -0
- package/publish-notification-lambda/node_modules/normalize-path/package.json +77 -0
- package/publish-notification-lambda/node_modules/once/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/once/README.md +79 -0
- package/publish-notification-lambda/node_modules/once/package.json +33 -0
- package/publish-notification-lambda/node_modules/path-is-absolute/license +21 -0
- package/publish-notification-lambda/node_modules/path-is-absolute/package.json +43 -0
- package/publish-notification-lambda/node_modules/path-is-absolute/readme.md +59 -0
- package/publish-notification-lambda/node_modules/process-nextick-args/license.md +19 -0
- package/publish-notification-lambda/node_modules/process-nextick-args/package.json +25 -0
- package/publish-notification-lambda/node_modules/process-nextick-args/readme.md +18 -0
- package/publish-notification-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/publish-notification-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/publish-notification-lambda/node_modules/readable-stream/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/readable-stream/README.md +106 -0
- package/publish-notification-lambda/node_modules/readable-stream/package.json +68 -0
- package/publish-notification-lambda/node_modules/readdir-glob/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/readdir-glob/README.md +85 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
- package/publish-notification-lambda/node_modules/readdir-glob/package.json +43 -0
- package/publish-notification-lambda/node_modules/require-directory/.jshintrc +67 -0
- package/publish-notification-lambda/node_modules/require-directory/.travis.yml +3 -0
- package/publish-notification-lambda/node_modules/require-directory/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/require-directory/README.markdown +184 -0
- package/publish-notification-lambda/node_modules/require-directory/package.json +40 -0
- package/publish-notification-lambda/node_modules/safe-buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/safe-buffer/README.md +584 -0
- package/publish-notification-lambda/node_modules/safe-buffer/package.json +51 -0
- package/publish-notification-lambda/node_modules/string-width/license +9 -0
- package/publish-notification-lambda/node_modules/string-width/package.json +56 -0
- package/publish-notification-lambda/node_modules/string-width/readme.md +50 -0
- package/publish-notification-lambda/node_modules/string_decoder/LICENSE +48 -0
- package/publish-notification-lambda/node_modules/string_decoder/README.md +47 -0
- package/publish-notification-lambda/node_modules/string_decoder/package.json +34 -0
- package/publish-notification-lambda/node_modules/strip-ansi/license +9 -0
- package/publish-notification-lambda/node_modules/strip-ansi/package.json +54 -0
- package/publish-notification-lambda/node_modules/strip-ansi/readme.md +46 -0
- package/publish-notification-lambda/node_modules/strnum/.vscode/launch.json +25 -0
- package/publish-notification-lambda/node_modules/strnum/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/strnum/README.md +86 -0
- package/publish-notification-lambda/node_modules/strnum/package.json +24 -0
- package/publish-notification-lambda/node_modules/tar-stream/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/tar-stream/README.md +168 -0
- package/publish-notification-lambda/node_modules/tar-stream/package.json +58 -0
- package/publish-notification-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/tslib/README.md +164 -0
- package/publish-notification-lambda/node_modules/tslib/SECURITY.md +41 -0
- package/publish-notification-lambda/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/tslib/package.json +47 -0
- package/publish-notification-lambda/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/tslib/tslib.es6.mjs +321 -0
- package/publish-notification-lambda/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/typescript/LICENSE.txt +55 -0
- package/publish-notification-lambda/node_modules/typescript/README.md +51 -0
- package/publish-notification-lambda/node_modules/typescript/SECURITY.md +41 -0
- package/publish-notification-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
- package/publish-notification-lambda/node_modules/typescript/bin/tsc +2 -0
- package/publish-notification-lambda/node_modules/typescript/bin/tsserver +2 -0
- package/publish-notification-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/typesMap.json +497 -0
- package/publish-notification-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/package.json +116 -0
- package/publish-notification-lambda/node_modules/util-deprecate/History.md +16 -0
- package/publish-notification-lambda/node_modules/util-deprecate/LICENSE +24 -0
- package/publish-notification-lambda/node_modules/util-deprecate/README.md +53 -0
- package/publish-notification-lambda/node_modules/util-deprecate/package.json +27 -0
- package/publish-notification-lambda/node_modules/uuid/CHANGELOG.md +229 -0
- package/publish-notification-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/publish-notification-lambda/node_modules/uuid/LICENSE.md +9 -0
- package/publish-notification-lambda/node_modules/uuid/README.md +505 -0
- package/publish-notification-lambda/node_modules/uuid/dist/bin/uuid +2 -0
- package/publish-notification-lambda/node_modules/uuid/package.json +135 -0
- package/publish-notification-lambda/node_modules/uuid/wrapper.mjs +10 -0
- package/publish-notification-lambda/node_modules/which/CHANGELOG.md +166 -0
- package/publish-notification-lambda/node_modules/which/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/which/README.md +54 -0
- package/publish-notification-lambda/node_modules/which/bin/node-which +52 -0
- package/publish-notification-lambda/node_modules/which/package.json +43 -0
- package/publish-notification-lambda/node_modules/wrap-ansi/license +9 -0
- package/publish-notification-lambda/node_modules/wrap-ansi/package.json +62 -0
- package/publish-notification-lambda/node_modules/wrap-ansi/readme.md +91 -0
- package/publish-notification-lambda/node_modules/wrappy/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/wrappy/README.md +36 -0
- package/publish-notification-lambda/node_modules/wrappy/package.json +29 -0
- package/publish-notification-lambda/node_modules/y18n/CHANGELOG.md +100 -0
- package/publish-notification-lambda/node_modules/y18n/LICENSE +13 -0
- package/publish-notification-lambda/node_modules/y18n/README.md +127 -0
- package/publish-notification-lambda/node_modules/y18n/build/index.cjs +203 -0
- package/publish-notification-lambda/node_modules/y18n/index.mjs +8 -0
- package/publish-notification-lambda/node_modules/y18n/package.json +70 -0
- package/publish-notification-lambda/node_modules/yargs/CHANGELOG.md +88 -0
- package/publish-notification-lambda/node_modules/yargs/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/yargs/README.md +202 -0
- package/publish-notification-lambda/node_modules/yargs/browser.mjs +7 -0
- package/publish-notification-lambda/node_modules/yargs/build/index.cjs +2920 -0
- package/publish-notification-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/publish-notification-lambda/node_modules/yargs/helpers/package.json +3 -0
- package/publish-notification-lambda/node_modules/yargs/index.cjs +39 -0
- package/publish-notification-lambda/node_modules/yargs/index.mjs +8 -0
- package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
- package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
- package/publish-notification-lambda/node_modules/yargs/locales/be.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/de.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/en.json +51 -0
- package/publish-notification-lambda/node_modules/yargs/locales/es.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/fi.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/fr.json +53 -0
- package/publish-notification-lambda/node_modules/yargs/locales/hi.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/hu.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/id.json +50 -0
- package/publish-notification-lambda/node_modules/yargs/locales/it.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/ja.json +51 -0
- package/publish-notification-lambda/node_modules/yargs/locales/ko.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/nb.json +44 -0
- package/publish-notification-lambda/node_modules/yargs/locales/nl.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/nn.json +44 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pirate.json +13 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pl.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pt.json +45 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
- package/publish-notification-lambda/node_modules/yargs/locales/ru.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/th.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/tr.json +48 -0
- package/publish-notification-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
- package/publish-notification-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
- package/publish-notification-lambda/node_modules/yargs/package.json +122 -0
- package/publish-notification-lambda/node_modules/yargs/yargs +9 -0
- package/publish-notification-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/publish-notification-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/publish-notification-lambda/node_modules/yargs-parser/README.md +518 -0
- package/publish-notification-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/publish-notification-lambda/node_modules/yargs-parser/package.json +87 -0
- package/publish-notification-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
- package/publish-notification-lambda/node_modules/zip-stream/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/zip-stream/README.md +45 -0
- package/publish-notification-lambda/node_modules/zip-stream/package.json +49 -0
- package/publish-notification-lambda/package-lock.json +1944 -0
- package/publish-notification-lambda/package.json +23 -0
- package/publish-notification-lambda/src/index.ts +101 -0
- package/publish-notification-lambda/tsconfig.json +13 -0
- package/rds-lambda/handler.ts +52 -3
- package/rds-lambda/node_modules/.package-lock.json +830 -678
- package/rds-lambda/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +29 -29
- package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +25 -25
- package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +25 -25
- package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +29 -29
- package/rds-lambda/node_modules/@aws-sdk/config-resolver/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/hash-node/package.json +3 -2
- package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +6 -5
- package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/rds-lambda/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/signature-v4/package.json +4 -5
- package/rds-lambda/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/types/package.json +1 -1
- package/rds-lambda/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -11
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -11
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/rds-lambda/node_modules/archiver/CHANGELOG.md +228 -0
- package/rds-lambda/node_modules/archiver/LICENSE +22 -0
- package/rds-lambda/node_modules/archiver/README.md +94 -0
- package/rds-lambda/node_modules/archiver/package.json +60 -0
- package/rds-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
- package/rds-lambda/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-lambda/node_modules/archiver-utils/README.md +7 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
- package/rds-lambda/node_modules/archiver-utils/package.json +54 -0
- package/rds-lambda/node_modules/async/CHANGELOG.md +348 -0
- package/rds-lambda/node_modules/async/LICENSE +19 -0
- package/rds-lambda/node_modules/async/README.md +59 -0
- package/rds-lambda/node_modules/async/bower.json +17 -0
- package/rds-lambda/node_modules/async/dist/async.mjs +5947 -0
- package/rds-lambda/node_modules/async/package.json +75 -0
- package/rds-lambda/node_modules/base64-js/LICENSE +21 -0
- package/rds-lambda/node_modules/base64-js/README.md +34 -0
- package/rds-lambda/node_modules/base64-js/package.json +47 -0
- package/rds-lambda/node_modules/bestzip/LICENSE +21 -0
- package/rds-lambda/node_modules/bestzip/package.json +46 -0
- package/rds-lambda/node_modules/bestzip/readme.md +91 -0
- package/rds-lambda/node_modules/bl/.travis.yml +17 -0
- package/rds-lambda/node_modules/bl/LICENSE.md +13 -0
- package/rds-lambda/node_modules/bl/README.md +247 -0
- package/rds-lambda/node_modules/bl/package.json +37 -0
- package/rds-lambda/node_modules/buffer/AUTHORS.md +70 -0
- package/rds-lambda/node_modules/buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/buffer/README.md +410 -0
- package/rds-lambda/node_modules/buffer/package.json +96 -0
- package/rds-lambda/node_modules/buffer-crc32/LICENSE +19 -0
- package/rds-lambda/node_modules/buffer-crc32/README.md +47 -0
- package/rds-lambda/node_modules/buffer-crc32/package.json +39 -0
- package/rds-lambda/node_modules/caniuse-lite/package.json +1 -1
- package/rds-lambda/node_modules/cliui/CHANGELOG.md +0 -18
- package/rds-lambda/node_modules/cliui/package.json +6 -6
- package/rds-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
- package/rds-lambda/node_modules/compress-commons/LICENSE +22 -0
- package/rds-lambda/node_modules/compress-commons/README.md +25 -0
- package/rds-lambda/node_modules/compress-commons/package.json +45 -0
- package/rds-lambda/node_modules/core-util-is/LICENSE +19 -0
- package/rds-lambda/node_modules/core-util-is/README.md +3 -0
- package/rds-lambda/node_modules/core-util-is/package.json +38 -0
- package/rds-lambda/node_modules/crc-32/LICENSE +201 -0
- package/rds-lambda/node_modules/crc-32/README.md +200 -0
- package/rds-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
- package/rds-lambda/node_modules/crc-32/package.json +43 -0
- package/rds-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
- package/rds-lambda/node_modules/crc-32/types/tslint.json +11 -0
- package/rds-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
- package/rds-lambda/node_modules/crc32-stream/LICENSE +22 -0
- package/rds-lambda/node_modules/crc32-stream/README.md +79 -0
- package/rds-lambda/node_modules/crc32-stream/package.json +45 -0
- package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/package.json +1 -1
- package/rds-lambda/node_modules/end-of-stream/LICENSE +21 -0
- package/rds-lambda/node_modules/end-of-stream/README.md +54 -0
- package/rds-lambda/node_modules/end-of-stream/package.json +37 -0
- package/rds-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -26
- package/rds-lambda/node_modules/fast-xml-parser/README.md +0 -1
- package/rds-lambda/node_modules/fast-xml-parser/package.json +4 -7
- package/rds-lambda/node_modules/fs-constants/LICENSE +21 -0
- package/rds-lambda/node_modules/fs-constants/README.md +26 -0
- package/rds-lambda/node_modules/fs-constants/package.json +19 -0
- package/rds-lambda/node_modules/ieee754/LICENSE +11 -0
- package/rds-lambda/node_modules/ieee754/README.md +51 -0
- package/rds-lambda/node_modules/ieee754/package.json +52 -0
- package/rds-lambda/node_modules/isarray/.travis.yml +4 -0
- package/rds-lambda/node_modules/isarray/Makefile +6 -0
- package/rds-lambda/node_modules/isarray/README.md +60 -0
- package/rds-lambda/node_modules/isarray/component.json +19 -0
- package/rds-lambda/node_modules/isarray/package.json +45 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/CHANGELOG.md +139 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/LICENSE.txt +14 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/README.md +141 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.cjs +302 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/index.mjs +13 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/package.json +83 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/LICENSE +21 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/README.md +204 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/browser.mjs +7 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/build/index.cjs +1 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/package.json +3 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.cjs +53 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.mjs +8 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/be.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/de.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/en.json +55 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/es.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fi.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fr.json +53 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hi.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hu.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/id.json +50 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/it.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ja.json +51 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ko.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nb.json +44 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nl.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nn.json +44 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pirate.json +13 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pl.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt.json +45 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt_BR.json +48 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ru.json +51 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/th.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/tr.json +48 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_CN.json +48 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_TW.json +51 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/package.json +123 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs +9 -0
- package/rds-lambda/node_modules/lazystream/LICENSE +23 -0
- package/rds-lambda/node_modules/lazystream/README.md +114 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
- package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
- package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
- package/rds-lambda/node_modules/lazystream/package.json +46 -0
- package/rds-lambda/node_modules/lazystream/test/data.md +13 -0
- package/rds-lambda/node_modules/lodash.defaults/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.defaults/README.md +18 -0
- package/rds-lambda/node_modules/lodash.defaults/package.json +17 -0
- package/rds-lambda/node_modules/lodash.difference/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.difference/README.md +18 -0
- package/rds-lambda/node_modules/lodash.difference/package.json +17 -0
- package/rds-lambda/node_modules/lodash.flatten/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.flatten/README.md +18 -0
- package/rds-lambda/node_modules/lodash.flatten/package.json +17 -0
- package/rds-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.isplainobject/README.md +18 -0
- package/rds-lambda/node_modules/lodash.isplainobject/package.json +17 -0
- package/rds-lambda/node_modules/lodash.union/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.union/README.md +18 -0
- package/rds-lambda/node_modules/lodash.union/package.json +17 -0
- package/rds-lambda/node_modules/process-nextick-args/license.md +19 -0
- package/rds-lambda/node_modules/process-nextick-args/package.json +25 -0
- package/rds-lambda/node_modules/process-nextick-args/readme.md +18 -0
- package/rds-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-lambda/node_modules/readable-stream/LICENSE +47 -0
- package/rds-lambda/node_modules/readable-stream/README.md +106 -0
- package/rds-lambda/node_modules/readable-stream/package.json +68 -0
- package/rds-lambda/node_modules/readdir-glob/LICENSE +201 -0
- package/rds-lambda/node_modules/readdir-glob/README.md +85 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
- package/rds-lambda/node_modules/readdir-glob/package.json +43 -0
- package/rds-lambda/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/safe-buffer/README.md +584 -0
- package/rds-lambda/node_modules/safe-buffer/package.json +51 -0
- package/rds-lambda/node_modules/string_decoder/LICENSE +48 -0
- package/rds-lambda/node_modules/string_decoder/README.md +47 -0
- package/rds-lambda/node_modules/string_decoder/package.json +34 -0
- package/rds-lambda/node_modules/tar-stream/LICENSE +21 -0
- package/rds-lambda/node_modules/tar-stream/README.md +168 -0
- package/rds-lambda/node_modules/tar-stream/package.json +58 -0
- package/rds-lambda/node_modules/util-deprecate/History.md +16 -0
- package/rds-lambda/node_modules/util-deprecate/LICENSE +24 -0
- package/rds-lambda/node_modules/util-deprecate/README.md +53 -0
- package/rds-lambda/node_modules/util-deprecate/package.json +27 -0
- package/rds-lambda/node_modules/yargs/CHANGELOG.md +88 -0
- package/rds-lambda/node_modules/yargs/README.md +6 -8
- package/rds-lambda/node_modules/yargs/browser.mjs +2 -2
- package/rds-lambda/node_modules/yargs/build/index.cjs +2920 -1
- package/rds-lambda/node_modules/yargs/index.cjs +8 -22
- package/rds-lambda/node_modules/yargs/index.mjs +2 -2
- package/rds-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +0 -3
- package/rds-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +3 -9
- package/rds-lambda/node_modules/yargs/locales/en.json +0 -4
- package/rds-lambda/node_modules/yargs/locales/fi.json +1 -1
- package/rds-lambda/node_modules/yargs/locales/ko.json +25 -25
- package/rds-lambda/node_modules/yargs/locales/ru.json +1 -6
- package/rds-lambda/node_modules/yargs/locales/zh_TW.json +46 -50
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/README.md +518 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/package.json +87 -0
- package/rds-lambda/node_modules/yargs/package.json +24 -25
- package/rds-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
- package/rds-lambda/node_modules/zip-stream/LICENSE +22 -0
- package/rds-lambda/node_modules/zip-stream/README.md +45 -0
- package/rds-lambda/node_modules/zip-stream/package.json +49 -0
- package/rds-lambda/package-lock.json +832 -682
- package/rds-lambda/package.json +3 -5
- package/rds-patching-lambda/node_modules/.package-lock.json +1883 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/README.md +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/package.json +28 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/README.md +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/package.json +31 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/types/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/types/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
- package/rds-patching-lambda/node_modules/@smithy/types/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@smithy/types/README.md +4 -0
- package/rds-patching-lambda/node_modules/@smithy/types/package.json +62 -0
- package/rds-patching-lambda/node_modules/@types/node/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/@types/node/README.md +16 -0
- package/rds-patching-lambda/node_modules/@types/node/package.json +237 -0
- package/rds-patching-lambda/node_modules/ansi-regex/license +9 -0
- package/rds-patching-lambda/node_modules/ansi-regex/package.json +55 -0
- package/rds-patching-lambda/node_modules/ansi-regex/readme.md +78 -0
- package/rds-patching-lambda/node_modules/ansi-styles/license +9 -0
- package/rds-patching-lambda/node_modules/ansi-styles/package.json +56 -0
- package/rds-patching-lambda/node_modules/ansi-styles/readme.md +152 -0
- package/rds-patching-lambda/node_modules/archiver/CHANGELOG.md +228 -0
- package/rds-patching-lambda/node_modules/archiver/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/archiver/README.md +94 -0
- package/rds-patching-lambda/node_modules/archiver/package.json +60 -0
- package/rds-patching-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
- package/rds-patching-lambda/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/archiver-utils/README.md +7 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
- package/rds-patching-lambda/node_modules/archiver-utils/package.json +54 -0
- package/rds-patching-lambda/node_modules/async/CHANGELOG.md +348 -0
- package/rds-patching-lambda/node_modules/async/LICENSE +19 -0
- package/rds-patching-lambda/node_modules/async/README.md +59 -0
- package/rds-patching-lambda/node_modules/async/bower.json +17 -0
- package/rds-patching-lambda/node_modules/async/dist/async.mjs +5947 -0
- package/rds-patching-lambda/node_modules/async/package.json +75 -0
- package/rds-patching-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/rds-patching-lambda/node_modules/balanced-match/LICENSE.md +21 -0
- package/rds-patching-lambda/node_modules/balanced-match/README.md +97 -0
- package/rds-patching-lambda/node_modules/balanced-match/package.json +48 -0
- package/rds-patching-lambda/node_modules/base64-js/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/base64-js/README.md +34 -0
- package/rds-patching-lambda/node_modules/base64-js/package.json +47 -0
- package/rds-patching-lambda/node_modules/bestzip/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/bestzip/package.json +46 -0
- package/rds-patching-lambda/node_modules/bestzip/readme.md +91 -0
- package/rds-patching-lambda/node_modules/bl/.travis.yml +17 -0
- package/rds-patching-lambda/node_modules/bl/LICENSE.md +13 -0
- package/rds-patching-lambda/node_modules/bl/README.md +247 -0
- package/rds-patching-lambda/node_modules/bl/package.json +37 -0
- package/rds-patching-lambda/node_modules/bowser/CHANGELOG.md +218 -0
- package/rds-patching-lambda/node_modules/bowser/LICENSE +39 -0
- package/rds-patching-lambda/node_modules/bowser/README.md +179 -0
- package/rds-patching-lambda/node_modules/bowser/package.json +83 -0
- package/rds-patching-lambda/node_modules/brace-expansion/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/brace-expansion/README.md +129 -0
- package/rds-patching-lambda/node_modules/brace-expansion/package.json +47 -0
- package/rds-patching-lambda/node_modules/buffer/AUTHORS.md +70 -0
- package/rds-patching-lambda/node_modules/buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/buffer/README.md +410 -0
- package/rds-patching-lambda/node_modules/buffer/package.json +96 -0
- package/rds-patching-lambda/node_modules/buffer-crc32/LICENSE +19 -0
- package/rds-patching-lambda/node_modules/buffer-crc32/README.md +47 -0
- package/rds-patching-lambda/node_modules/buffer-crc32/package.json +39 -0
- package/rds-patching-lambda/node_modules/cliui/CHANGELOG.md +121 -0
- package/rds-patching-lambda/node_modules/cliui/LICENSE.txt +14 -0
- package/rds-patching-lambda/node_modules/cliui/README.md +141 -0
- package/rds-patching-lambda/node_modules/cliui/build/index.cjs +302 -0
- package/rds-patching-lambda/node_modules/cliui/index.mjs +13 -0
- package/rds-patching-lambda/node_modules/cliui/package.json +83 -0
- package/rds-patching-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
- package/rds-patching-lambda/node_modules/color-convert/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/color-convert/README.md +68 -0
- package/rds-patching-lambda/node_modules/color-convert/package.json +48 -0
- package/rds-patching-lambda/node_modules/color-name/LICENSE +8 -0
- package/rds-patching-lambda/node_modules/color-name/README.md +11 -0
- package/rds-patching-lambda/node_modules/color-name/package.json +28 -0
- package/rds-patching-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
- package/rds-patching-lambda/node_modules/compress-commons/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/compress-commons/README.md +25 -0
- package/rds-patching-lambda/node_modules/compress-commons/package.json +45 -0
- package/rds-patching-lambda/node_modules/concat-map/.travis.yml +4 -0
- package/rds-patching-lambda/node_modules/concat-map/LICENSE +18 -0
- package/rds-patching-lambda/node_modules/concat-map/README.markdown +62 -0
- package/rds-patching-lambda/node_modules/concat-map/package.json +43 -0
- package/rds-patching-lambda/node_modules/core-util-is/LICENSE +19 -0
- package/rds-patching-lambda/node_modules/core-util-is/README.md +3 -0
- package/rds-patching-lambda/node_modules/core-util-is/package.json +38 -0
- package/rds-patching-lambda/node_modules/crc-32/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/crc-32/README.md +200 -0
- package/rds-patching-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
- package/rds-patching-lambda/node_modules/crc-32/package.json +43 -0
- package/rds-patching-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
- package/rds-patching-lambda/node_modules/crc-32/types/tslint.json +11 -0
- package/rds-patching-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
- package/rds-patching-lambda/node_modules/crc32-stream/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/crc32-stream/README.md +79 -0
- package/rds-patching-lambda/node_modules/crc32-stream/package.json +45 -0
- package/rds-patching-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/rds-patching-lambda/node_modules/emoji-regex/README.md +73 -0
- package/rds-patching-lambda/node_modules/emoji-regex/package.json +50 -0
- package/rds-patching-lambda/node_modules/end-of-stream/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/end-of-stream/README.md +54 -0
- package/rds-patching-lambda/node_modules/end-of-stream/package.json +37 -0
- package/rds-patching-lambda/node_modules/escalade/dist/index.mjs +22 -0
- package/rds-patching-lambda/node_modules/escalade/license +9 -0
- package/rds-patching-lambda/node_modules/escalade/package.json +61 -0
- package/rds-patching-lambda/node_modules/escalade/readme.md +211 -0
- package/rds-patching-lambda/node_modules/escalade/sync/index.mjs +18 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/README.md +204 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/package.json +71 -0
- package/rds-patching-lambda/node_modules/fs-constants/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/fs-constants/README.md +26 -0
- package/rds-patching-lambda/node_modules/fs-constants/package.json +19 -0
- package/rds-patching-lambda/node_modules/fs.realpath/LICENSE +43 -0
- package/rds-patching-lambda/node_modules/fs.realpath/README.md +33 -0
- package/rds-patching-lambda/node_modules/fs.realpath/package.json +26 -0
- package/rds-patching-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
- package/rds-patching-lambda/node_modules/get-caller-file/README.md +41 -0
- package/rds-patching-lambda/node_modules/get-caller-file/package.json +42 -0
- package/rds-patching-lambda/node_modules/glob/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/glob/README.md +378 -0
- package/rds-patching-lambda/node_modules/glob/package.json +55 -0
- package/rds-patching-lambda/node_modules/graceful-fs/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/graceful-fs/README.md +143 -0
- package/rds-patching-lambda/node_modules/graceful-fs/package.json +53 -0
- package/rds-patching-lambda/node_modules/ieee754/LICENSE +11 -0
- package/rds-patching-lambda/node_modules/ieee754/README.md +51 -0
- package/rds-patching-lambda/node_modules/ieee754/package.json +52 -0
- package/rds-patching-lambda/node_modules/inflight/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/inflight/README.md +37 -0
- package/rds-patching-lambda/node_modules/inflight/package.json +29 -0
- package/rds-patching-lambda/node_modules/inherits/LICENSE +16 -0
- package/rds-patching-lambda/node_modules/inherits/README.md +42 -0
- package/rds-patching-lambda/node_modules/inherits/package.json +29 -0
- package/rds-patching-lambda/node_modules/is-fullwidth-code-point/license +9 -0
- package/rds-patching-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/rds-patching-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
- package/rds-patching-lambda/node_modules/isarray/.travis.yml +4 -0
- package/rds-patching-lambda/node_modules/isarray/Makefile +6 -0
- package/rds-patching-lambda/node_modules/isarray/README.md +60 -0
- package/rds-patching-lambda/node_modules/isarray/component.json +19 -0
- package/rds-patching-lambda/node_modules/isarray/package.json +45 -0
- package/rds-patching-lambda/node_modules/isexe/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/isexe/README.md +51 -0
- package/rds-patching-lambda/node_modules/isexe/package.json +31 -0
- package/rds-patching-lambda/node_modules/lazystream/LICENSE +23 -0
- package/rds-patching-lambda/node_modules/lazystream/README.md +114 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
- package/rds-patching-lambda/node_modules/lazystream/package.json +46 -0
- package/rds-patching-lambda/node_modules/lazystream/test/data.md +13 -0
- package/rds-patching-lambda/node_modules/lodash.defaults/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.defaults/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.defaults/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.difference/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.difference/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.difference/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.flatten/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.flatten/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.flatten/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.isplainobject/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.isplainobject/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.union/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.union/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.union/package.json +17 -0
- package/rds-patching-lambda/node_modules/minimatch/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/minimatch/README.md +230 -0
- package/rds-patching-lambda/node_modules/minimatch/package.json +33 -0
- package/rds-patching-lambda/node_modules/normalize-path/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/normalize-path/README.md +127 -0
- package/rds-patching-lambda/node_modules/normalize-path/package.json +77 -0
- package/rds-patching-lambda/node_modules/once/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/once/README.md +79 -0
- package/rds-patching-lambda/node_modules/once/package.json +33 -0
- package/rds-patching-lambda/node_modules/path-is-absolute/license +21 -0
- package/rds-patching-lambda/node_modules/path-is-absolute/package.json +43 -0
- package/rds-patching-lambda/node_modules/path-is-absolute/readme.md +59 -0
- package/rds-patching-lambda/node_modules/process-nextick-args/license.md +19 -0
- package/rds-patching-lambda/node_modules/process-nextick-args/package.json +25 -0
- package/rds-patching-lambda/node_modules/process-nextick-args/readme.md +18 -0
- package/rds-patching-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-patching-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-patching-lambda/node_modules/readable-stream/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/readable-stream/README.md +106 -0
- package/rds-patching-lambda/node_modules/readable-stream/package.json +68 -0
- package/rds-patching-lambda/node_modules/readdir-glob/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/readdir-glob/README.md +85 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
- package/rds-patching-lambda/node_modules/readdir-glob/package.json +43 -0
- package/rds-patching-lambda/node_modules/require-directory/.jshintrc +67 -0
- package/rds-patching-lambda/node_modules/require-directory/.travis.yml +3 -0
- package/rds-patching-lambda/node_modules/require-directory/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/require-directory/README.markdown +184 -0
- package/rds-patching-lambda/node_modules/require-directory/package.json +40 -0
- package/rds-patching-lambda/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/safe-buffer/README.md +584 -0
- package/rds-patching-lambda/node_modules/safe-buffer/package.json +51 -0
- package/rds-patching-lambda/node_modules/string-width/license +9 -0
- package/rds-patching-lambda/node_modules/string-width/package.json +56 -0
- package/rds-patching-lambda/node_modules/string-width/readme.md +50 -0
- package/rds-patching-lambda/node_modules/string_decoder/LICENSE +48 -0
- package/rds-patching-lambda/node_modules/string_decoder/README.md +47 -0
- package/rds-patching-lambda/node_modules/string_decoder/package.json +34 -0
- package/rds-patching-lambda/node_modules/strip-ansi/license +9 -0
- package/rds-patching-lambda/node_modules/strip-ansi/package.json +54 -0
- package/rds-patching-lambda/node_modules/strip-ansi/readme.md +46 -0
- package/rds-patching-lambda/node_modules/strnum/.vscode/launch.json +25 -0
- package/rds-patching-lambda/node_modules/strnum/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/strnum/README.md +86 -0
- package/rds-patching-lambda/node_modules/strnum/package.json +24 -0
- package/rds-patching-lambda/node_modules/tar-stream/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/tar-stream/README.md +168 -0
- package/rds-patching-lambda/node_modules/tar-stream/package.json +58 -0
- package/rds-patching-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/tslib/README.md +164 -0
- package/rds-patching-lambda/node_modules/tslib/SECURITY.md +41 -0
- package/rds-patching-lambda/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/tslib/package.json +47 -0
- package/rds-patching-lambda/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/tslib/tslib.es6.mjs +321 -0
- package/rds-patching-lambda/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/typescript/LICENSE.txt +55 -0
- package/rds-patching-lambda/node_modules/typescript/README.md +51 -0
- package/rds-patching-lambda/node_modules/typescript/SECURITY.md +41 -0
- package/rds-patching-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
- package/rds-patching-lambda/node_modules/typescript/bin/tsc +2 -0
- package/rds-patching-lambda/node_modules/typescript/bin/tsserver +2 -0
- package/rds-patching-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/typesMap.json +497 -0
- package/rds-patching-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/package.json +116 -0
- package/rds-patching-lambda/node_modules/util-deprecate/History.md +16 -0
- package/rds-patching-lambda/node_modules/util-deprecate/LICENSE +24 -0
- package/rds-patching-lambda/node_modules/util-deprecate/README.md +53 -0
- package/rds-patching-lambda/node_modules/util-deprecate/package.json +27 -0
- package/rds-patching-lambda/node_modules/uuid/CHANGELOG.md +229 -0
- package/rds-patching-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/rds-patching-lambda/node_modules/uuid/LICENSE.md +9 -0
- package/rds-patching-lambda/node_modules/uuid/README.md +505 -0
- package/rds-patching-lambda/node_modules/uuid/dist/bin/uuid +2 -0
- package/rds-patching-lambda/node_modules/uuid/package.json +135 -0
- package/rds-patching-lambda/node_modules/uuid/wrapper.mjs +10 -0
- package/rds-patching-lambda/node_modules/which/CHANGELOG.md +166 -0
- package/rds-patching-lambda/node_modules/which/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/which/README.md +54 -0
- package/rds-patching-lambda/node_modules/which/bin/node-which +52 -0
- package/rds-patching-lambda/node_modules/which/package.json +43 -0
- package/rds-patching-lambda/node_modules/wrap-ansi/license +9 -0
- package/rds-patching-lambda/node_modules/wrap-ansi/package.json +62 -0
- package/rds-patching-lambda/node_modules/wrap-ansi/readme.md +91 -0
- package/rds-patching-lambda/node_modules/wrappy/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/wrappy/README.md +36 -0
- package/rds-patching-lambda/node_modules/wrappy/package.json +29 -0
- package/rds-patching-lambda/node_modules/y18n/CHANGELOG.md +100 -0
- package/rds-patching-lambda/node_modules/y18n/LICENSE +13 -0
- package/rds-patching-lambda/node_modules/y18n/README.md +127 -0
- package/rds-patching-lambda/node_modules/y18n/build/index.cjs +203 -0
- package/rds-patching-lambda/node_modules/y18n/index.mjs +8 -0
- package/rds-patching-lambda/node_modules/y18n/package.json +70 -0
- package/rds-patching-lambda/node_modules/yargs/CHANGELOG.md +88 -0
- package/rds-patching-lambda/node_modules/yargs/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/yargs/README.md +202 -0
- package/rds-patching-lambda/node_modules/yargs/browser.mjs +7 -0
- package/rds-patching-lambda/node_modules/yargs/build/index.cjs +2920 -0
- package/rds-patching-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/rds-patching-lambda/node_modules/yargs/helpers/package.json +3 -0
- package/rds-patching-lambda/node_modules/yargs/index.cjs +39 -0
- package/rds-patching-lambda/node_modules/yargs/index.mjs +8 -0
- package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
- package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
- package/rds-patching-lambda/node_modules/yargs/locales/be.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/de.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/en.json +51 -0
- package/rds-patching-lambda/node_modules/yargs/locales/es.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/fi.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/fr.json +53 -0
- package/rds-patching-lambda/node_modules/yargs/locales/hi.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/hu.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/id.json +50 -0
- package/rds-patching-lambda/node_modules/yargs/locales/it.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/ja.json +51 -0
- package/rds-patching-lambda/node_modules/yargs/locales/ko.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/nb.json +44 -0
- package/rds-patching-lambda/node_modules/yargs/locales/nl.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/nn.json +44 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pirate.json +13 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pl.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pt.json +45 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
- package/rds-patching-lambda/node_modules/yargs/locales/ru.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/th.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/tr.json +48 -0
- package/rds-patching-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
- package/rds-patching-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
- package/rds-patching-lambda/node_modules/yargs/package.json +122 -0
- package/rds-patching-lambda/node_modules/yargs/yargs +9 -0
- package/rds-patching-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/rds-patching-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/rds-patching-lambda/node_modules/yargs-parser/README.md +518 -0
- package/rds-patching-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/rds-patching-lambda/node_modules/yargs-parser/package.json +87 -0
- package/rds-patching-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
- package/rds-patching-lambda/node_modules/zip-stream/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/zip-stream/README.md +45 -0
- package/rds-patching-lambda/node_modules/zip-stream/package.json +49 -0
- package/rds-patching-lambda/package-lock.json +1896 -0
- package/rds-patching-lambda/package.json +22 -0
- package/rds-patching-lambda/src/index.ts +61 -0
- package/rds-patching-lambda/tsconfig.json +13 -0
- package/src/resolvers/dynamodb/mutation.ts +1 -1
- package/src/resolvers/generators/dynamodb-vtl-generator.ts +2 -2
- package/src/resolvers/generators/rds-vtl-generator.ts +2 -2
- package/src/resolvers/generators/vtl-generator.ts +1 -1
- package/src/resolvers/rds/mutation.ts +73 -67
- package/src/resolvers/rds/resolver.ts +263 -50
- package/src/resources/model-resource-generator.ts +2 -1
- package/src/resources/rds-model-resource-generator.ts +52 -4
- package/tsconfig.tsbuildinfo +1 -1
- package/rds-lambda/clients/DBClient.ts +0 -31
- package/rds-lambda/clients/mysql/MySQLClient.ts +0 -118
- package/rds-lambda/clients/mysql/MySQLPasswordClient.ts +0 -58
- package/rds-lambda/context/DataSourceContext.ts +0 -8
- package/rds-lambda/interfaces/BaseRequest.ts +0 -22
- package/rds-lambda/interfaces/ListRequest.ts +0 -31
- package/rds-lambda/node_modules/buffer-writer/.travis.yml +0 -7
- package/rds-lambda/node_modules/buffer-writer/LICENSE +0 -19
- package/rds-lambda/node_modules/buffer-writer/README.md +0 -48
- package/rds-lambda/node_modules/buffer-writer/package.json +0 -26
- package/rds-lambda/node_modules/buffer-writer/test/mocha.opts +0 -1
- package/rds-lambda/node_modules/denque/CHANGELOG.md +0 -29
- package/rds-lambda/node_modules/denque/LICENSE +0 -201
- package/rds-lambda/node_modules/denque/README.md +0 -77
- package/rds-lambda/node_modules/denque/package.json +0 -58
- package/rds-lambda/node_modules/generate-function/.travis.yml +0 -3
- package/rds-lambda/node_modules/generate-function/README.md +0 -89
- package/rds-lambda/node_modules/generate-function/package.json +0 -32
- package/rds-lambda/node_modules/iconv-lite/.github/dependabot.yml +0 -11
- package/rds-lambda/node_modules/iconv-lite/.idea/codeStyles/Project.xml +0 -47
- package/rds-lambda/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/rds-lambda/node_modules/iconv-lite/.idea/iconv-lite.iml +0 -12
- package/rds-lambda/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/rds-lambda/node_modules/iconv-lite/.idea/modules.xml +0 -8
- package/rds-lambda/node_modules/iconv-lite/.idea/vcs.xml +0 -6
- package/rds-lambda/node_modules/iconv-lite/Changelog.md +0 -212
- package/rds-lambda/node_modules/iconv-lite/LICENSE +0 -21
- package/rds-lambda/node_modules/iconv-lite/README.md +0 -130
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
- package/rds-lambda/node_modules/iconv-lite/package.json +0 -44
- package/rds-lambda/node_modules/is-property/LICENSE +0 -22
- package/rds-lambda/node_modules/is-property/README.md +0 -28
- package/rds-lambda/node_modules/is-property/package.json +0 -36
- package/rds-lambda/node_modules/long/LICENSE +0 -202
- package/rds-lambda/node_modules/long/README.md +0 -246
- package/rds-lambda/node_modules/long/package.json +0 -34
- package/rds-lambda/node_modules/mysql2/License +0 -19
- package/rds-lambda/node_modules/mysql2/README.md +0 -281
- package/rds-lambda/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +0 -18
- package/rds-lambda/node_modules/mysql2/node_modules/lru-cache/README.md +0 -166
- package/rds-lambda/node_modules/mysql2/node_modules/lru-cache/package.json +0 -34
- package/rds-lambda/node_modules/mysql2/node_modules/yallist/README.md +0 -204
- package/rds-lambda/node_modules/mysql2/node_modules/yallist/package.json +0 -29
- package/rds-lambda/node_modules/mysql2/package.json +0 -86
- package/rds-lambda/node_modules/mysql2/typings/mysql/LICENSE.txt +0 -15
- package/rds-lambda/node_modules/mysql2/typings/mysql/info.txt +0 -1
- package/rds-lambda/node_modules/named-placeholders/LICENSE +0 -21
- package/rds-lambda/node_modules/named-placeholders/README.md +0 -29
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/LICENSE +0 -15
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/README.md +0 -1117
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/index.mjs +0 -1227
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/package.json +0 -96
- package/rds-lambda/node_modules/named-placeholders/package.json +0 -32
- package/rds-lambda/node_modules/packet-reader/.travis.yml +0 -8
- package/rds-lambda/node_modules/packet-reader/README.md +0 -87
- package/rds-lambda/node_modules/packet-reader/package.json +0 -25
- package/rds-lambda/node_modules/pg/LICENSE +0 -21
- package/rds-lambda/node_modules/pg/README.md +0 -89
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/LICENSE +0 -21
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/README.md +0 -77
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/package.json +0 -40
- package/rds-lambda/node_modules/pg/package.json +0 -64
- package/rds-lambda/node_modules/pg-cloudflare/LICENSE +0 -21
- package/rds-lambda/node_modules/pg-cloudflare/README.md +0 -33
- package/rds-lambda/node_modules/pg-cloudflare/package.json +0 -28
- package/rds-lambda/node_modules/pg-cloudflare/src/index.ts +0 -164
- package/rds-lambda/node_modules/pg-int8/LICENSE +0 -13
- package/rds-lambda/node_modules/pg-int8/README.md +0 -16
- package/rds-lambda/node_modules/pg-int8/package.json +0 -24
- package/rds-lambda/node_modules/pg-pool/LICENSE +0 -21
- package/rds-lambda/node_modules/pg-pool/README.md +0 -376
- package/rds-lambda/node_modules/pg-pool/package.json +0 -41
- package/rds-lambda/node_modules/pg-protocol/LICENSE +0 -21
- package/rds-lambda/node_modules/pg-protocol/README.md +0 -3
- package/rds-lambda/node_modules/pg-protocol/package.json +0 -35
- package/rds-lambda/node_modules/pg-protocol/src/b.ts +0 -28
- package/rds-lambda/node_modules/pg-protocol/src/buffer-reader.ts +0 -53
- package/rds-lambda/node_modules/pg-protocol/src/buffer-writer.ts +0 -85
- package/rds-lambda/node_modules/pg-protocol/src/inbound-parser.test.ts +0 -557
- package/rds-lambda/node_modules/pg-protocol/src/index.ts +0 -11
- package/rds-lambda/node_modules/pg-protocol/src/messages.ts +0 -230
- package/rds-lambda/node_modules/pg-protocol/src/outbound-serializer.test.ts +0 -272
- package/rds-lambda/node_modules/pg-protocol/src/parser.ts +0 -389
- package/rds-lambda/node_modules/pg-protocol/src/serializer.ts +0 -274
- package/rds-lambda/node_modules/pg-protocol/src/testing/buffer-list.ts +0 -75
- package/rds-lambda/node_modules/pg-protocol/src/testing/test-buffers.ts +0 -166
- package/rds-lambda/node_modules/pg-types/.travis.yml +0 -7
- package/rds-lambda/node_modules/pg-types/Makefile +0 -14
- package/rds-lambda/node_modules/pg-types/README.md +0 -75
- package/rds-lambda/node_modules/pg-types/index.test-d.ts +0 -21
- package/rds-lambda/node_modules/pg-types/package.json +0 -42
- package/rds-lambda/node_modules/pgpass/README.md +0 -74
- package/rds-lambda/node_modules/pgpass/package.json +0 -41
- package/rds-lambda/node_modules/postgres-array/license +0 -21
- package/rds-lambda/node_modules/postgres-array/package.json +0 -35
- package/rds-lambda/node_modules/postgres-array/readme.md +0 -43
- package/rds-lambda/node_modules/postgres-bytea/license +0 -21
- package/rds-lambda/node_modules/postgres-bytea/package.json +0 -34
- package/rds-lambda/node_modules/postgres-bytea/readme.md +0 -34
- package/rds-lambda/node_modules/postgres-date/license +0 -21
- package/rds-lambda/node_modules/postgres-date/package.json +0 -33
- package/rds-lambda/node_modules/postgres-date/readme.md +0 -49
- package/rds-lambda/node_modules/postgres-interval/license +0 -21
- package/rds-lambda/node_modules/postgres-interval/package.json +0 -36
- package/rds-lambda/node_modules/postgres-interval/readme.md +0 -48
- package/rds-lambda/node_modules/safer-buffer/LICENSE +0 -21
- package/rds-lambda/node_modules/safer-buffer/Porting-Buffer.md +0 -268
- package/rds-lambda/node_modules/safer-buffer/Readme.md +0 -156
- package/rds-lambda/node_modules/safer-buffer/package.json +0 -34
- package/rds-lambda/node_modules/seq-queue/.jshintrc +0 -19
- package/rds-lambda/node_modules/seq-queue/AUTHORS +0 -1
- package/rds-lambda/node_modules/seq-queue/LICENSE +0 -22
- package/rds-lambda/node_modules/seq-queue/Makefile +0 -9
- package/rds-lambda/node_modules/seq-queue/README.md +0 -75
- package/rds-lambda/node_modules/seq-queue/package.json +0 -17
- package/rds-lambda/node_modules/split2/LICENSE +0 -13
- package/rds-lambda/node_modules/split2/README.md +0 -85
- package/rds-lambda/node_modules/split2/package.json +0 -39
- package/rds-lambda/node_modules/sqlstring/HISTORY.md +0 -53
- package/rds-lambda/node_modules/sqlstring/LICENSE +0 -19
- package/rds-lambda/node_modules/sqlstring/README.md +0 -205
- package/rds-lambda/node_modules/sqlstring/package.json +0 -47
- package/rds-lambda/node_modules/xtend/.jshintrc +0 -30
- package/rds-lambda/node_modules/xtend/LICENSE +0 -20
- package/rds-lambda/node_modules/xtend/README.md +0 -32
- package/rds-lambda/node_modules/xtend/package.json +0 -55
- package/rds-lambda/utils/rds_utils.ts +0 -145
- package/src/__tests__/test-utils/rds_utils.test.ts +0 -372
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/LICENSE +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/README.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/src/index.ts +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/tsconfig.json +0 -0
- /package/{rds-lambda/node_modules/@aws-sdk/eventstream-codec → publish-notification-lambda/node_modules/@aws-sdk/client-lambda}/LICENSE +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-sdk/eventstream-codec/README.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-sdk/eventstream-codec/package.json +0 -0
- /package/{rds-lambda/node_modules/generate-function → publish-notification-lambda/node_modules/end-of-stream}/LICENSE +0 -0
- /package/{rds-lambda/node_modules/mysql2/node_modules/lru-cache → publish-notification-lambda/node_modules/isexe}/LICENSE +0 -0
- /package/{rds-lambda/node_modules/mysql2/node_modules/yallist → publish-notification-lambda/node_modules/minimatch}/LICENSE +0 -0
- /package/rds-lambda/node_modules/{cliui → jest-cli/node_modules/cliui}/build/index.d.cts +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/cs.json +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/uk_UA.json +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/uz.json +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/yargs.mjs +0 -0
|
@@ -5,12 +5,10 @@
|
|
|
5
5
|
"packages": {
|
|
6
6
|
"": {
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@aws-sdk/client-ssm": "
|
|
8
|
+
"@aws-sdk/client-ssm": "3.338.0",
|
|
9
9
|
"babel-jest": "^29.1.2",
|
|
10
|
+
"bestzip": "^2.1.5",
|
|
10
11
|
"jest": "^29.1.2",
|
|
11
|
-
"knex": "^2.3.0",
|
|
12
|
-
"mysql2": "2.3.3",
|
|
13
|
-
"pg": "^8.8.0",
|
|
14
12
|
"ts-jest": "^29.0.3",
|
|
15
13
|
"uuid": "^9.0.0"
|
|
16
14
|
},
|
|
@@ -32,21 +30,6 @@
|
|
|
32
30
|
"node": ">=6.0.0"
|
|
33
31
|
}
|
|
34
32
|
},
|
|
35
|
-
"node_modules/@aws-crypto/crc32": {
|
|
36
|
-
"version": "3.0.0",
|
|
37
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
|
|
38
|
-
"integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
|
|
39
|
-
"dependencies": {
|
|
40
|
-
"@aws-crypto/util": "^3.0.0",
|
|
41
|
-
"@aws-sdk/types": "^3.222.0",
|
|
42
|
-
"tslib": "^1.11.1"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
|
46
|
-
"version": "1.14.1",
|
|
47
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
48
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
49
|
-
},
|
|
50
33
|
"node_modules/@aws-crypto/ie11-detection": {
|
|
51
34
|
"version": "3.0.0",
|
|
52
35
|
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
|
|
@@ -124,11 +107,11 @@
|
|
|
124
107
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
125
108
|
},
|
|
126
109
|
"node_modules/@aws-sdk/abort-controller": {
|
|
127
|
-
"version": "3.
|
|
128
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.
|
|
129
|
-
"integrity": "sha512
|
|
110
|
+
"version": "3.338.0",
|
|
111
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.338.0.tgz",
|
|
112
|
+
"integrity": "sha512-/yLI32+HwFNBRJ39jMXw+/cn3AnlCuJpQd7Ax4887g32Dgte5eyrfY8sJUOL6902BUmAq4oSRI5QeBXNplO0Xw==",
|
|
130
113
|
"dependencies": {
|
|
131
|
-
"@aws-sdk/types": "3.
|
|
114
|
+
"@aws-sdk/types": "3.338.0",
|
|
132
115
|
"tslib": "^2.5.0"
|
|
133
116
|
},
|
|
134
117
|
"engines": {
|
|
@@ -136,44 +119,44 @@
|
|
|
136
119
|
}
|
|
137
120
|
},
|
|
138
121
|
"node_modules/@aws-sdk/client-ssm": {
|
|
139
|
-
"version": "3.
|
|
140
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.
|
|
141
|
-
"integrity": "sha512-
|
|
122
|
+
"version": "3.338.0",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.338.0.tgz",
|
|
124
|
+
"integrity": "sha512-U0eCJkZYcq5aha1Z3udhRn2sGAEsg/YcgNgMnIzU6rAvGFPRYp+ICRUwEy9ngYBHWrwKrQF7OKO/OD5QRJ7Urw==",
|
|
142
125
|
"dependencies": {
|
|
143
126
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
144
127
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
145
|
-
"@aws-sdk/client-sts": "3.
|
|
146
|
-
"@aws-sdk/config-resolver": "3.
|
|
147
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
148
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
149
|
-
"@aws-sdk/hash-node": "3.
|
|
150
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
151
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
152
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
153
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
154
|
-
"@aws-sdk/middleware-logger": "3.
|
|
155
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
156
|
-
"@aws-sdk/middleware-retry": "3.
|
|
157
|
-
"@aws-sdk/middleware-serde": "3.
|
|
158
|
-
"@aws-sdk/middleware-signing": "3.
|
|
159
|
-
"@aws-sdk/middleware-stack": "3.
|
|
160
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
161
|
-
"@aws-sdk/node-config-provider": "3.
|
|
162
|
-
"@aws-sdk/node-http-handler": "3.
|
|
163
|
-
"@aws-sdk/smithy-client": "3.
|
|
164
|
-
"@aws-sdk/types": "3.
|
|
165
|
-
"@aws-sdk/url-parser": "3.
|
|
128
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
129
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
130
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
131
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
132
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
133
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
134
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
135
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
136
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
137
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
138
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
139
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
140
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
141
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
142
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
143
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
144
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
145
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
146
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
147
|
+
"@aws-sdk/types": "3.338.0",
|
|
148
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
166
149
|
"@aws-sdk/util-base64": "3.310.0",
|
|
167
150
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
168
151
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
169
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
170
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
171
|
-
"@aws-sdk/util-endpoints": "3.
|
|
172
|
-
"@aws-sdk/util-retry": "3.
|
|
173
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
174
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
152
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
153
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
154
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
155
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
156
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
157
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
175
158
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
176
|
-
"@aws-sdk/util-waiter": "3.
|
|
159
|
+
"@aws-sdk/util-waiter": "3.338.0",
|
|
177
160
|
"@smithy/protocol-http": "^1.0.1",
|
|
178
161
|
"@smithy/types": "^1.0.0",
|
|
179
162
|
"tslib": "^2.5.0",
|
|
@@ -192,39 +175,39 @@
|
|
|
192
175
|
}
|
|
193
176
|
},
|
|
194
177
|
"node_modules/@aws-sdk/client-sso": {
|
|
195
|
-
"version": "3.
|
|
196
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
197
|
-
"integrity": "sha512-
|
|
178
|
+
"version": "3.338.0",
|
|
179
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.338.0.tgz",
|
|
180
|
+
"integrity": "sha512-EglKsGlVph65PuFPKq1nGlxsY99XM2xHJaB1uX0bQEC94qrmS/M4a5kno5tiUnTWO1K+K4JBQiOxdGJs0GUS+w==",
|
|
198
181
|
"dependencies": {
|
|
199
182
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
200
183
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
201
|
-
"@aws-sdk/config-resolver": "3.
|
|
202
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
203
|
-
"@aws-sdk/hash-node": "3.
|
|
204
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
205
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
206
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
207
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
208
|
-
"@aws-sdk/middleware-logger": "3.
|
|
209
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
210
|
-
"@aws-sdk/middleware-retry": "3.
|
|
211
|
-
"@aws-sdk/middleware-serde": "3.
|
|
212
|
-
"@aws-sdk/middleware-stack": "3.
|
|
213
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
214
|
-
"@aws-sdk/node-config-provider": "3.
|
|
215
|
-
"@aws-sdk/node-http-handler": "3.
|
|
216
|
-
"@aws-sdk/smithy-client": "3.
|
|
217
|
-
"@aws-sdk/types": "3.
|
|
218
|
-
"@aws-sdk/url-parser": "3.
|
|
184
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
185
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
186
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
187
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
188
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
189
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
190
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
191
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
192
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
193
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
194
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
195
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
196
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
197
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
198
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
199
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
200
|
+
"@aws-sdk/types": "3.338.0",
|
|
201
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
219
202
|
"@aws-sdk/util-base64": "3.310.0",
|
|
220
203
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
221
204
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
222
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
223
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
224
|
-
"@aws-sdk/util-endpoints": "3.
|
|
225
|
-
"@aws-sdk/util-retry": "3.
|
|
226
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
227
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
205
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
206
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
207
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
208
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
209
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
210
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
228
211
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
229
212
|
"@smithy/protocol-http": "^1.0.1",
|
|
230
213
|
"@smithy/types": "^1.0.0",
|
|
@@ -235,39 +218,39 @@
|
|
|
235
218
|
}
|
|
236
219
|
},
|
|
237
220
|
"node_modules/@aws-sdk/client-sso-oidc": {
|
|
238
|
-
"version": "3.
|
|
239
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.
|
|
240
|
-
"integrity": "sha512-
|
|
221
|
+
"version": "3.338.0",
|
|
222
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.338.0.tgz",
|
|
223
|
+
"integrity": "sha512-mny5Q3LWKTcMMFS8WxeOCTinl193z7vS3b+eQz09K4jb1Lq04Bpjw25cySgBnhMGZ7QHQiYBscNLyu/TfOKiHA==",
|
|
241
224
|
"dependencies": {
|
|
242
225
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
243
226
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
244
|
-
"@aws-sdk/config-resolver": "3.
|
|
245
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
246
|
-
"@aws-sdk/hash-node": "3.
|
|
247
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
248
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
249
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
250
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
251
|
-
"@aws-sdk/middleware-logger": "3.
|
|
252
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
253
|
-
"@aws-sdk/middleware-retry": "3.
|
|
254
|
-
"@aws-sdk/middleware-serde": "3.
|
|
255
|
-
"@aws-sdk/middleware-stack": "3.
|
|
256
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
257
|
-
"@aws-sdk/node-config-provider": "3.
|
|
258
|
-
"@aws-sdk/node-http-handler": "3.
|
|
259
|
-
"@aws-sdk/smithy-client": "3.
|
|
260
|
-
"@aws-sdk/types": "3.
|
|
261
|
-
"@aws-sdk/url-parser": "3.
|
|
227
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
228
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
229
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
230
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
231
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
232
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
233
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
234
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
235
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
236
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
237
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
238
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
239
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
240
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
241
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
242
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
243
|
+
"@aws-sdk/types": "3.338.0",
|
|
244
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
262
245
|
"@aws-sdk/util-base64": "3.310.0",
|
|
263
246
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
264
247
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
265
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
266
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
267
|
-
"@aws-sdk/util-endpoints": "3.
|
|
268
|
-
"@aws-sdk/util-retry": "3.
|
|
269
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
270
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
248
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
249
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
250
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
251
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
252
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
253
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
271
254
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
272
255
|
"@smithy/protocol-http": "^1.0.1",
|
|
273
256
|
"@smithy/types": "^1.0.0",
|
|
@@ -278,46 +261,46 @@
|
|
|
278
261
|
}
|
|
279
262
|
},
|
|
280
263
|
"node_modules/@aws-sdk/client-sts": {
|
|
281
|
-
"version": "3.
|
|
282
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
283
|
-
"integrity": "sha512-
|
|
264
|
+
"version": "3.338.0",
|
|
265
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.338.0.tgz",
|
|
266
|
+
"integrity": "sha512-FBHy/G7BAPX0CdEeeGYpoAnKXVCSIIkESLU2wF6x880z+U2IqiL48Fzoa5qoLaLPQaK/30P7ytznkqm4vd1OFw==",
|
|
284
267
|
"dependencies": {
|
|
285
268
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
286
269
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
287
|
-
"@aws-sdk/config-resolver": "3.
|
|
288
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
289
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
290
|
-
"@aws-sdk/hash-node": "3.
|
|
291
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
292
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
293
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
294
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
295
|
-
"@aws-sdk/middleware-logger": "3.
|
|
296
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
297
|
-
"@aws-sdk/middleware-retry": "3.
|
|
298
|
-
"@aws-sdk/middleware-sdk-sts": "3.
|
|
299
|
-
"@aws-sdk/middleware-serde": "3.
|
|
300
|
-
"@aws-sdk/middleware-signing": "3.
|
|
301
|
-
"@aws-sdk/middleware-stack": "3.
|
|
302
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
303
|
-
"@aws-sdk/node-config-provider": "3.
|
|
304
|
-
"@aws-sdk/node-http-handler": "3.
|
|
305
|
-
"@aws-sdk/smithy-client": "3.
|
|
306
|
-
"@aws-sdk/types": "3.
|
|
307
|
-
"@aws-sdk/url-parser": "3.
|
|
270
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
271
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
272
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
273
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
274
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
275
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
276
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
277
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
278
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
279
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
280
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
281
|
+
"@aws-sdk/middleware-sdk-sts": "3.338.0",
|
|
282
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
283
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
284
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
285
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
286
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
287
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
288
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
289
|
+
"@aws-sdk/types": "3.338.0",
|
|
290
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
308
291
|
"@aws-sdk/util-base64": "3.310.0",
|
|
309
292
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
310
293
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
311
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
312
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
313
|
-
"@aws-sdk/util-endpoints": "3.
|
|
314
|
-
"@aws-sdk/util-retry": "3.
|
|
315
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
316
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
294
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
295
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
296
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
297
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
298
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
299
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
317
300
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
318
301
|
"@smithy/protocol-http": "^1.0.1",
|
|
319
302
|
"@smithy/types": "^1.0.0",
|
|
320
|
-
"fast-xml-parser": "4.2
|
|
303
|
+
"fast-xml-parser": "4.1.2",
|
|
321
304
|
"tslib": "^2.5.0"
|
|
322
305
|
},
|
|
323
306
|
"engines": {
|
|
@@ -325,13 +308,13 @@
|
|
|
325
308
|
}
|
|
326
309
|
},
|
|
327
310
|
"node_modules/@aws-sdk/config-resolver": {
|
|
328
|
-
"version": "3.
|
|
329
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.
|
|
330
|
-
"integrity": "sha512-
|
|
311
|
+
"version": "3.338.0",
|
|
312
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.338.0.tgz",
|
|
313
|
+
"integrity": "sha512-rB9WUaMfTB74Hd2mOiyPFR7Q1viT+w6SaDSR9SA1P8EeIg5H13FNdIKb736Z8/6QJhDj7whdyk1CTGV+DmXOOg==",
|
|
331
314
|
"dependencies": {
|
|
332
|
-
"@aws-sdk/types": "3.
|
|
315
|
+
"@aws-sdk/types": "3.338.0",
|
|
333
316
|
"@aws-sdk/util-config-provider": "3.310.0",
|
|
334
|
-
"@aws-sdk/util-middleware": "3.
|
|
317
|
+
"@aws-sdk/util-middleware": "3.338.0",
|
|
335
318
|
"tslib": "^2.5.0"
|
|
336
319
|
},
|
|
337
320
|
"engines": {
|
|
@@ -339,12 +322,12 @@
|
|
|
339
322
|
}
|
|
340
323
|
},
|
|
341
324
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
342
|
-
"version": "3.
|
|
343
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
344
|
-
"integrity": "sha512-
|
|
325
|
+
"version": "3.338.0",
|
|
326
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.338.0.tgz",
|
|
327
|
+
"integrity": "sha512-j14vApy80tpk87C3x3uBf1caQsuR8RdQ8iOW830H/AOhsa88XaZIB/NQSX7exaIKZa2RU0Vv2wIlGAA8ko7J6g==",
|
|
345
328
|
"dependencies": {
|
|
346
|
-
"@aws-sdk/property-provider": "3.
|
|
347
|
-
"@aws-sdk/types": "3.
|
|
329
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
330
|
+
"@aws-sdk/types": "3.338.0",
|
|
348
331
|
"tslib": "^2.5.0"
|
|
349
332
|
},
|
|
350
333
|
"engines": {
|
|
@@ -352,14 +335,14 @@
|
|
|
352
335
|
}
|
|
353
336
|
},
|
|
354
337
|
"node_modules/@aws-sdk/credential-provider-imds": {
|
|
355
|
-
"version": "3.
|
|
356
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.
|
|
357
|
-
"integrity": "sha512-
|
|
358
|
-
"dependencies": {
|
|
359
|
-
"@aws-sdk/node-config-provider": "3.
|
|
360
|
-
"@aws-sdk/property-provider": "3.
|
|
361
|
-
"@aws-sdk/types": "3.
|
|
362
|
-
"@aws-sdk/url-parser": "3.
|
|
338
|
+
"version": "3.338.0",
|
|
339
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.338.0.tgz",
|
|
340
|
+
"integrity": "sha512-qsqeywYfJevg5pgUUUBmm7pK1bckVrl091PZB2IliFdQVnDvI5GFLf4B0oZqjaLAzPG1gVtxRvqIve+tnP/+xA==",
|
|
341
|
+
"dependencies": {
|
|
342
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
343
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
344
|
+
"@aws-sdk/types": "3.338.0",
|
|
345
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
363
346
|
"tslib": "^2.5.0"
|
|
364
347
|
},
|
|
365
348
|
"engines": {
|
|
@@ -367,18 +350,18 @@
|
|
|
367
350
|
}
|
|
368
351
|
},
|
|
369
352
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
370
|
-
"version": "3.
|
|
371
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
372
|
-
"integrity": "sha512-
|
|
373
|
-
"dependencies": {
|
|
374
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
375
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
376
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
377
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
378
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
379
|
-
"@aws-sdk/property-provider": "3.
|
|
380
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
381
|
-
"@aws-sdk/types": "3.
|
|
353
|
+
"version": "3.338.0",
|
|
354
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.338.0.tgz",
|
|
355
|
+
"integrity": "sha512-UhgYgymT9sJiRm0peqP5EvtR4dXiS2Q2AuFgDUjBvDz8JaZlqafsIS4cfyGwTHV/xY6cdiMu5rCTe8hTyXsukQ==",
|
|
356
|
+
"dependencies": {
|
|
357
|
+
"@aws-sdk/credential-provider-env": "3.338.0",
|
|
358
|
+
"@aws-sdk/credential-provider-imds": "3.338.0",
|
|
359
|
+
"@aws-sdk/credential-provider-process": "3.338.0",
|
|
360
|
+
"@aws-sdk/credential-provider-sso": "3.338.0",
|
|
361
|
+
"@aws-sdk/credential-provider-web-identity": "3.338.0",
|
|
362
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
363
|
+
"@aws-sdk/shared-ini-file-loader": "3.338.0",
|
|
364
|
+
"@aws-sdk/types": "3.338.0",
|
|
382
365
|
"tslib": "^2.5.0"
|
|
383
366
|
},
|
|
384
367
|
"engines": {
|
|
@@ -386,19 +369,19 @@
|
|
|
386
369
|
}
|
|
387
370
|
},
|
|
388
371
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
389
|
-
"version": "3.
|
|
390
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
391
|
-
"integrity": "sha512-
|
|
392
|
-
"dependencies": {
|
|
393
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
394
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
395
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
396
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
397
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
398
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
399
|
-
"@aws-sdk/property-provider": "3.
|
|
400
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
401
|
-
"@aws-sdk/types": "3.
|
|
372
|
+
"version": "3.338.0",
|
|
373
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.338.0.tgz",
|
|
374
|
+
"integrity": "sha512-nZjaMRxJqX0EXMV9LA5IbRQI1pDGGZiPYX2KDfZ1Y9Gc1Y/vIZhHKOHGb1uKMAonlR076CsXlev4/tjC8SGGuw==",
|
|
375
|
+
"dependencies": {
|
|
376
|
+
"@aws-sdk/credential-provider-env": "3.338.0",
|
|
377
|
+
"@aws-sdk/credential-provider-imds": "3.338.0",
|
|
378
|
+
"@aws-sdk/credential-provider-ini": "3.338.0",
|
|
379
|
+
"@aws-sdk/credential-provider-process": "3.338.0",
|
|
380
|
+
"@aws-sdk/credential-provider-sso": "3.338.0",
|
|
381
|
+
"@aws-sdk/credential-provider-web-identity": "3.338.0",
|
|
382
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
383
|
+
"@aws-sdk/shared-ini-file-loader": "3.338.0",
|
|
384
|
+
"@aws-sdk/types": "3.338.0",
|
|
402
385
|
"tslib": "^2.5.0"
|
|
403
386
|
},
|
|
404
387
|
"engines": {
|
|
@@ -406,13 +389,13 @@
|
|
|
406
389
|
}
|
|
407
390
|
},
|
|
408
391
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
409
|
-
"version": "3.
|
|
410
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
411
|
-
"integrity": "sha512-
|
|
392
|
+
"version": "3.338.0",
|
|
393
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.338.0.tgz",
|
|
394
|
+
"integrity": "sha512-5I1EgJxFFEg8xel2kInMpkdBKajUut0hR2fBajqCmK7Pflu8s0I2NKDots9a3YJagNrFJq38+EzoDcUvRrd2dg==",
|
|
412
395
|
"dependencies": {
|
|
413
|
-
"@aws-sdk/property-provider": "3.
|
|
414
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
415
|
-
"@aws-sdk/types": "3.
|
|
396
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
397
|
+
"@aws-sdk/shared-ini-file-loader": "3.338.0",
|
|
398
|
+
"@aws-sdk/types": "3.338.0",
|
|
416
399
|
"tslib": "^2.5.0"
|
|
417
400
|
},
|
|
418
401
|
"engines": {
|
|
@@ -420,15 +403,15 @@
|
|
|
420
403
|
}
|
|
421
404
|
},
|
|
422
405
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
423
|
-
"version": "3.
|
|
424
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
425
|
-
"integrity": "sha512-
|
|
426
|
-
"dependencies": {
|
|
427
|
-
"@aws-sdk/client-sso": "3.
|
|
428
|
-
"@aws-sdk/property-provider": "3.
|
|
429
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
430
|
-
"@aws-sdk/token-providers": "3.
|
|
431
|
-
"@aws-sdk/types": "3.
|
|
406
|
+
"version": "3.338.0",
|
|
407
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.338.0.tgz",
|
|
408
|
+
"integrity": "sha512-fpzYHK17iF/uFkrm4cLg/utDVKSBTWNjAiNlE3GF6CaixBCwc0QBLKHk2nG4d1ZZeMVCbIUMS7eoqfR0LYc/yw==",
|
|
409
|
+
"dependencies": {
|
|
410
|
+
"@aws-sdk/client-sso": "3.338.0",
|
|
411
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
412
|
+
"@aws-sdk/shared-ini-file-loader": "3.338.0",
|
|
413
|
+
"@aws-sdk/token-providers": "3.338.0",
|
|
414
|
+
"@aws-sdk/types": "3.338.0",
|
|
432
415
|
"tslib": "^2.5.0"
|
|
433
416
|
},
|
|
434
417
|
"engines": {
|
|
@@ -436,47 +419,36 @@
|
|
|
436
419
|
}
|
|
437
420
|
},
|
|
438
421
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
439
|
-
"version": "3.
|
|
440
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
441
|
-
"integrity": "sha512-
|
|
422
|
+
"version": "3.338.0",
|
|
423
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.338.0.tgz",
|
|
424
|
+
"integrity": "sha512-kjT/P18jM1icwjYwr8wfY//T8lv2s81ms7OC7vgiSqckmQOxpVkdsep9d44ymSUXwopmotFP7M9gGnEHS6HwAA==",
|
|
442
425
|
"dependencies": {
|
|
443
|
-
"@aws-sdk/property-provider": "3.
|
|
444
|
-
"@aws-sdk/types": "3.
|
|
426
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
427
|
+
"@aws-sdk/types": "3.338.0",
|
|
445
428
|
"tslib": "^2.5.0"
|
|
446
429
|
},
|
|
447
430
|
"engines": {
|
|
448
431
|
"node": ">=14.0.0"
|
|
449
432
|
}
|
|
450
433
|
},
|
|
451
|
-
"node_modules/@aws-sdk/eventstream-codec": {
|
|
452
|
-
"version": "3.347.0",
|
|
453
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-codec/-/eventstream-codec-3.347.0.tgz",
|
|
454
|
-
"integrity": "sha512-61q+SyspjsaQ4sdgjizMyRgVph2CiW4aAtfpoH69EJFJfTxTR/OqnZ9Jx/3YiYi0ksrvDenJddYodfWWJqD8/w==",
|
|
455
|
-
"dependencies": {
|
|
456
|
-
"@aws-crypto/crc32": "3.0.0",
|
|
457
|
-
"@aws-sdk/types": "3.347.0",
|
|
458
|
-
"@aws-sdk/util-hex-encoding": "3.310.0",
|
|
459
|
-
"tslib": "^2.5.0"
|
|
460
|
-
}
|
|
461
|
-
},
|
|
462
434
|
"node_modules/@aws-sdk/fetch-http-handler": {
|
|
463
|
-
"version": "3.
|
|
464
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.
|
|
465
|
-
"integrity": "sha512-
|
|
435
|
+
"version": "3.338.0",
|
|
436
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.338.0.tgz",
|
|
437
|
+
"integrity": "sha512-NOIQmeSa51J2nFAzl99IjxwQkq27cdNJzF59jQWzpUCGbxXfMD4WWy2NHubabSFuJ4FJU2eyoQHUNUFc6/uxXA==",
|
|
466
438
|
"dependencies": {
|
|
467
|
-
"@aws-sdk/protocol-http": "3.
|
|
468
|
-
"@aws-sdk/querystring-builder": "3.
|
|
469
|
-
"@aws-sdk/types": "3.
|
|
439
|
+
"@aws-sdk/protocol-http": "3.338.0",
|
|
440
|
+
"@aws-sdk/querystring-builder": "3.338.0",
|
|
441
|
+
"@aws-sdk/types": "3.338.0",
|
|
470
442
|
"@aws-sdk/util-base64": "3.310.0",
|
|
471
443
|
"tslib": "^2.5.0"
|
|
472
444
|
}
|
|
473
445
|
},
|
|
474
446
|
"node_modules/@aws-sdk/hash-node": {
|
|
475
|
-
"version": "3.
|
|
476
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.
|
|
477
|
-
"integrity": "sha512-
|
|
447
|
+
"version": "3.338.0",
|
|
448
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.338.0.tgz",
|
|
449
|
+
"integrity": "sha512-udveX3ZRO1oUbyBTQH0LJ8Ika7uk0pHuXrqapdi66GGRJB50IhmOg372zUEwZjDB7DZYXfGTCuAj2OoEalgpBA==",
|
|
478
450
|
"dependencies": {
|
|
479
|
-
"@aws-sdk/types": "3.
|
|
451
|
+
"@aws-sdk/types": "3.338.0",
|
|
480
452
|
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
481
453
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
482
454
|
"tslib": "^2.5.0"
|
|
@@ -486,11 +458,11 @@
|
|
|
486
458
|
}
|
|
487
459
|
},
|
|
488
460
|
"node_modules/@aws-sdk/invalid-dependency": {
|
|
489
|
-
"version": "3.
|
|
490
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.
|
|
491
|
-
"integrity": "sha512-
|
|
461
|
+
"version": "3.338.0",
|
|
462
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.338.0.tgz",
|
|
463
|
+
"integrity": "sha512-m6r1fTTGSl0V6l8Z+Ii4Ei8VFpDmu0AT6A59ZhJaMZgxf925ywuCPydyDW9ZqTLE0e7CgxhEHEsH1+HzpVuHTw==",
|
|
492
464
|
"dependencies": {
|
|
493
|
-
"@aws-sdk/types": "3.
|
|
465
|
+
"@aws-sdk/types": "3.338.0",
|
|
494
466
|
"tslib": "^2.5.0"
|
|
495
467
|
}
|
|
496
468
|
},
|
|
@@ -506,12 +478,12 @@
|
|
|
506
478
|
}
|
|
507
479
|
},
|
|
508
480
|
"node_modules/@aws-sdk/middleware-content-length": {
|
|
509
|
-
"version": "3.
|
|
510
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.
|
|
511
|
-
"integrity": "sha512-
|
|
481
|
+
"version": "3.338.0",
|
|
482
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.338.0.tgz",
|
|
483
|
+
"integrity": "sha512-m2C+yJaNmbA3ocBp/7ImUUuimymV5JsFdV7yAibpbYMX22g3q83nieOF9x0I66J0+h+/bcriz/T1ZJAPANLz/g==",
|
|
512
484
|
"dependencies": {
|
|
513
|
-
"@aws-sdk/protocol-http": "3.
|
|
514
|
-
"@aws-sdk/types": "3.
|
|
485
|
+
"@aws-sdk/protocol-http": "3.338.0",
|
|
486
|
+
"@aws-sdk/types": "3.338.0",
|
|
515
487
|
"tslib": "^2.5.0"
|
|
516
488
|
},
|
|
517
489
|
"engines": {
|
|
@@ -519,14 +491,14 @@
|
|
|
519
491
|
}
|
|
520
492
|
},
|
|
521
493
|
"node_modules/@aws-sdk/middleware-endpoint": {
|
|
522
|
-
"version": "3.
|
|
523
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.
|
|
524
|
-
"integrity": "sha512-
|
|
525
|
-
"dependencies": {
|
|
526
|
-
"@aws-sdk/middleware-serde": "3.
|
|
527
|
-
"@aws-sdk/types": "3.
|
|
528
|
-
"@aws-sdk/url-parser": "3.
|
|
529
|
-
"@aws-sdk/util-middleware": "3.
|
|
494
|
+
"version": "3.338.0",
|
|
495
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.338.0.tgz",
|
|
496
|
+
"integrity": "sha512-bzL9Q8lFidg2NTjGVGDKI6yPG/XiPS+VIAMHJeihQmcv1alIy+N3IL4bEN15Fg+cwaGm+P3BevcLIHmcCOVb4w==",
|
|
497
|
+
"dependencies": {
|
|
498
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
499
|
+
"@aws-sdk/types": "3.338.0",
|
|
500
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
501
|
+
"@aws-sdk/util-middleware": "3.338.0",
|
|
530
502
|
"tslib": "^2.5.0"
|
|
531
503
|
},
|
|
532
504
|
"engines": {
|
|
@@ -534,12 +506,12 @@
|
|
|
534
506
|
}
|
|
535
507
|
},
|
|
536
508
|
"node_modules/@aws-sdk/middleware-host-header": {
|
|
537
|
-
"version": "3.
|
|
538
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
539
|
-
"integrity": "sha512-
|
|
509
|
+
"version": "3.338.0",
|
|
510
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.338.0.tgz",
|
|
511
|
+
"integrity": "sha512-k3C7oppkrqeKrAJt9XIl45SdELtnph9BF0QypjyRfT5MNEDnMMsQkc6xy3ZMqG5dWQq6B2l8C+JL7pOvkSQP3w==",
|
|
540
512
|
"dependencies": {
|
|
541
|
-
"@aws-sdk/protocol-http": "3.
|
|
542
|
-
"@aws-sdk/types": "3.
|
|
513
|
+
"@aws-sdk/protocol-http": "3.338.0",
|
|
514
|
+
"@aws-sdk/types": "3.338.0",
|
|
543
515
|
"tslib": "^2.5.0"
|
|
544
516
|
},
|
|
545
517
|
"engines": {
|
|
@@ -547,11 +519,11 @@
|
|
|
547
519
|
}
|
|
548
520
|
},
|
|
549
521
|
"node_modules/@aws-sdk/middleware-logger": {
|
|
550
|
-
"version": "3.
|
|
551
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
552
|
-
"integrity": "sha512-
|
|
522
|
+
"version": "3.338.0",
|
|
523
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.338.0.tgz",
|
|
524
|
+
"integrity": "sha512-btj9U0Xovq/UAu3Ur4lAfF7Q3DvvwJ/0UUWsI6GgSzzqSOFgKCz7hCP2GZIT8aXEA5hJOpBOEMkNMjWPNa91Hg==",
|
|
553
525
|
"dependencies": {
|
|
554
|
-
"@aws-sdk/types": "3.
|
|
526
|
+
"@aws-sdk/types": "3.338.0",
|
|
555
527
|
"tslib": "^2.5.0"
|
|
556
528
|
},
|
|
557
529
|
"engines": {
|
|
@@ -559,12 +531,12 @@
|
|
|
559
531
|
}
|
|
560
532
|
},
|
|
561
533
|
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
562
|
-
"version": "3.
|
|
563
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.
|
|
564
|
-
"integrity": "sha512-
|
|
534
|
+
"version": "3.338.0",
|
|
535
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.338.0.tgz",
|
|
536
|
+
"integrity": "sha512-fu5KwiHHSqC8KTQH6xdJ9+dua4gQcXSFLE5fVsergqd0uVdsmhiI+IDfW6QNwF/lmCqnoKDkpeasuB98eG2tow==",
|
|
565
537
|
"dependencies": {
|
|
566
|
-
"@aws-sdk/protocol-http": "3.
|
|
567
|
-
"@aws-sdk/types": "3.
|
|
538
|
+
"@aws-sdk/protocol-http": "3.338.0",
|
|
539
|
+
"@aws-sdk/types": "3.338.0",
|
|
568
540
|
"tslib": "^2.5.0"
|
|
569
541
|
},
|
|
570
542
|
"engines": {
|
|
@@ -572,15 +544,15 @@
|
|
|
572
544
|
}
|
|
573
545
|
},
|
|
574
546
|
"node_modules/@aws-sdk/middleware-retry": {
|
|
575
|
-
"version": "3.
|
|
576
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.
|
|
577
|
-
"integrity": "sha512-
|
|
578
|
-
"dependencies": {
|
|
579
|
-
"@aws-sdk/protocol-http": "3.
|
|
580
|
-
"@aws-sdk/service-error-classification": "3.
|
|
581
|
-
"@aws-sdk/types": "3.
|
|
582
|
-
"@aws-sdk/util-middleware": "3.
|
|
583
|
-
"@aws-sdk/util-retry": "3.
|
|
547
|
+
"version": "3.338.0",
|
|
548
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.338.0.tgz",
|
|
549
|
+
"integrity": "sha512-nw1oPFkB7TdDG4Vlz2Td47ft/2Gmx1bA18QfE9K1mMWZ4nnoAL8xnHbowlTfHo62+BbFCAPu53PzDUCncBL0iw==",
|
|
550
|
+
"dependencies": {
|
|
551
|
+
"@aws-sdk/protocol-http": "3.338.0",
|
|
552
|
+
"@aws-sdk/service-error-classification": "3.338.0",
|
|
553
|
+
"@aws-sdk/types": "3.338.0",
|
|
554
|
+
"@aws-sdk/util-middleware": "3.338.0",
|
|
555
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
584
556
|
"tslib": "^2.5.0",
|
|
585
557
|
"uuid": "^8.3.2"
|
|
586
558
|
},
|
|
@@ -597,12 +569,12 @@
|
|
|
597
569
|
}
|
|
598
570
|
},
|
|
599
571
|
"node_modules/@aws-sdk/middleware-sdk-sts": {
|
|
600
|
-
"version": "3.
|
|
601
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.
|
|
602
|
-
"integrity": "sha512-
|
|
572
|
+
"version": "3.338.0",
|
|
573
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.338.0.tgz",
|
|
574
|
+
"integrity": "sha512-aZ8eFVaot8oYQri1wOesrA3gLizeAHtlA/ELlqxoGDJtO011J4/hTHTn0iJGbktaCvc1L3TF6mgOsgXpudYqMg==",
|
|
603
575
|
"dependencies": {
|
|
604
|
-
"@aws-sdk/middleware-signing": "3.
|
|
605
|
-
"@aws-sdk/types": "3.
|
|
576
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
577
|
+
"@aws-sdk/types": "3.338.0",
|
|
606
578
|
"tslib": "^2.5.0"
|
|
607
579
|
},
|
|
608
580
|
"engines": {
|
|
@@ -610,11 +582,11 @@
|
|
|
610
582
|
}
|
|
611
583
|
},
|
|
612
584
|
"node_modules/@aws-sdk/middleware-serde": {
|
|
613
|
-
"version": "3.
|
|
614
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.
|
|
615
|
-
"integrity": "sha512-
|
|
585
|
+
"version": "3.338.0",
|
|
586
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.338.0.tgz",
|
|
587
|
+
"integrity": "sha512-AabRLrE6sk9tqQlQ7z3kn4gTHNN7Anjk/AM0ZEu96WcWjedcpgM1vVpKTBE7vjnxcTRNq0CEM3GLtQqaZ7/HjQ==",
|
|
616
588
|
"dependencies": {
|
|
617
|
-
"@aws-sdk/types": "3.
|
|
589
|
+
"@aws-sdk/types": "3.338.0",
|
|
618
590
|
"tslib": "^2.5.0"
|
|
619
591
|
},
|
|
620
592
|
"engines": {
|
|
@@ -622,15 +594,15 @@
|
|
|
622
594
|
}
|
|
623
595
|
},
|
|
624
596
|
"node_modules/@aws-sdk/middleware-signing": {
|
|
625
|
-
"version": "3.
|
|
626
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.
|
|
627
|
-
"integrity": "sha512-
|
|
628
|
-
"dependencies": {
|
|
629
|
-
"@aws-sdk/property-provider": "3.
|
|
630
|
-
"@aws-sdk/protocol-http": "3.
|
|
631
|
-
"@aws-sdk/signature-v4": "3.
|
|
632
|
-
"@aws-sdk/types": "3.
|
|
633
|
-
"@aws-sdk/util-middleware": "3.
|
|
597
|
+
"version": "3.338.0",
|
|
598
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.338.0.tgz",
|
|
599
|
+
"integrity": "sha512-AprhhShMF75mOx80SABujLwrU/w2uHQIvWd6aF3BsE5JRI3uQZRqspfjFCaK52HNLQPj3sCQUw1GeiZJ8GyWCw==",
|
|
600
|
+
"dependencies": {
|
|
601
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
602
|
+
"@aws-sdk/protocol-http": "3.338.0",
|
|
603
|
+
"@aws-sdk/signature-v4": "3.338.0",
|
|
604
|
+
"@aws-sdk/types": "3.338.0",
|
|
605
|
+
"@aws-sdk/util-middleware": "3.338.0",
|
|
634
606
|
"tslib": "^2.5.0"
|
|
635
607
|
},
|
|
636
608
|
"engines": {
|
|
@@ -638,9 +610,9 @@
|
|
|
638
610
|
}
|
|
639
611
|
},
|
|
640
612
|
"node_modules/@aws-sdk/middleware-stack": {
|
|
641
|
-
"version": "3.
|
|
642
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.
|
|
643
|
-
"integrity": "sha512-
|
|
613
|
+
"version": "3.338.0",
|
|
614
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.338.0.tgz",
|
|
615
|
+
"integrity": "sha512-9zXyiklX9AK9ZIXuIPzWzz2vevBEcnBs9UNIxiHl4NBZ8d8oyTvaES1PtFuwL6f7ANSZ9EGVQ2rdTTnMNxMI1A==",
|
|
644
616
|
"dependencies": {
|
|
645
617
|
"tslib": "^2.5.0"
|
|
646
618
|
},
|
|
@@ -649,13 +621,13 @@
|
|
|
649
621
|
}
|
|
650
622
|
},
|
|
651
623
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
652
|
-
"version": "3.
|
|
653
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
654
|
-
"integrity": "sha512-
|
|
624
|
+
"version": "3.338.0",
|
|
625
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.338.0.tgz",
|
|
626
|
+
"integrity": "sha512-DMqODOsDMFMPcDw2Ya6a0i34AhaBDRpp3vJ+FK3zPxUIsv6iHA+XqEcXLOxROLLoydoyxus7k2U+EWibLZrFbQ==",
|
|
655
627
|
"dependencies": {
|
|
656
|
-
"@aws-sdk/protocol-http": "3.
|
|
657
|
-
"@aws-sdk/types": "3.
|
|
658
|
-
"@aws-sdk/util-endpoints": "3.
|
|
628
|
+
"@aws-sdk/protocol-http": "3.338.0",
|
|
629
|
+
"@aws-sdk/types": "3.338.0",
|
|
630
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
659
631
|
"tslib": "^2.5.0"
|
|
660
632
|
},
|
|
661
633
|
"engines": {
|
|
@@ -663,13 +635,13 @@
|
|
|
663
635
|
}
|
|
664
636
|
},
|
|
665
637
|
"node_modules/@aws-sdk/node-config-provider": {
|
|
666
|
-
"version": "3.
|
|
667
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.
|
|
668
|
-
"integrity": "sha512-
|
|
638
|
+
"version": "3.338.0",
|
|
639
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.338.0.tgz",
|
|
640
|
+
"integrity": "sha512-YO7yWg3ipnUI5u6D+Zn2NUpjj5krwc8zNWeY79ULVIp9g7faqGX3xMSjeRSrpZ83s5jg1dOm/+bB0gw7mCrRCw==",
|
|
669
641
|
"dependencies": {
|
|
670
|
-
"@aws-sdk/property-provider": "3.
|
|
671
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
672
|
-
"@aws-sdk/types": "3.
|
|
642
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
643
|
+
"@aws-sdk/shared-ini-file-loader": "3.338.0",
|
|
644
|
+
"@aws-sdk/types": "3.338.0",
|
|
673
645
|
"tslib": "^2.5.0"
|
|
674
646
|
},
|
|
675
647
|
"engines": {
|
|
@@ -677,14 +649,14 @@
|
|
|
677
649
|
}
|
|
678
650
|
},
|
|
679
651
|
"node_modules/@aws-sdk/node-http-handler": {
|
|
680
|
-
"version": "3.
|
|
681
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.
|
|
682
|
-
"integrity": "sha512-
|
|
683
|
-
"dependencies": {
|
|
684
|
-
"@aws-sdk/abort-controller": "3.
|
|
685
|
-
"@aws-sdk/protocol-http": "3.
|
|
686
|
-
"@aws-sdk/querystring-builder": "3.
|
|
687
|
-
"@aws-sdk/types": "3.
|
|
652
|
+
"version": "3.338.0",
|
|
653
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.338.0.tgz",
|
|
654
|
+
"integrity": "sha512-V1BLzCruiv45tJ0vXjiamY8LncIsUFsXYJGDupomFYhWRN8L1MUB9f2vdKn5X3wXn/yKrluwTmNaryrIqd9akA==",
|
|
655
|
+
"dependencies": {
|
|
656
|
+
"@aws-sdk/abort-controller": "3.338.0",
|
|
657
|
+
"@aws-sdk/protocol-http": "3.338.0",
|
|
658
|
+
"@aws-sdk/querystring-builder": "3.338.0",
|
|
659
|
+
"@aws-sdk/types": "3.338.0",
|
|
688
660
|
"tslib": "^2.5.0"
|
|
689
661
|
},
|
|
690
662
|
"engines": {
|
|
@@ -692,11 +664,11 @@
|
|
|
692
664
|
}
|
|
693
665
|
},
|
|
694
666
|
"node_modules/@aws-sdk/property-provider": {
|
|
695
|
-
"version": "3.
|
|
696
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.
|
|
697
|
-
"integrity": "sha512-
|
|
667
|
+
"version": "3.338.0",
|
|
668
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.338.0.tgz",
|
|
669
|
+
"integrity": "sha512-mC+ZJ738ipif6ZkH59gcipozYj1FOfpXr9pGVCA2hJGLDdaBwI2Jfpb2qCqbsTNtoCjBuIy+sQHGmUHyclgYHg==",
|
|
698
670
|
"dependencies": {
|
|
699
|
-
"@aws-sdk/types": "3.
|
|
671
|
+
"@aws-sdk/types": "3.338.0",
|
|
700
672
|
"tslib": "^2.5.0"
|
|
701
673
|
},
|
|
702
674
|
"engines": {
|
|
@@ -704,11 +676,11 @@
|
|
|
704
676
|
}
|
|
705
677
|
},
|
|
706
678
|
"node_modules/@aws-sdk/protocol-http": {
|
|
707
|
-
"version": "3.
|
|
708
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.
|
|
709
|
-
"integrity": "sha512-
|
|
679
|
+
"version": "3.338.0",
|
|
680
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.338.0.tgz",
|
|
681
|
+
"integrity": "sha512-JX03Q2gshdzOWtA/07kdpk0hqeOrOfwuF8TB97g66VCcIopYQkCeNH1zzkWu+RsGxfSlzQ7up+ZM6sclYXyB1A==",
|
|
710
682
|
"dependencies": {
|
|
711
|
-
"@aws-sdk/types": "3.
|
|
683
|
+
"@aws-sdk/types": "3.338.0",
|
|
712
684
|
"tslib": "^2.5.0"
|
|
713
685
|
},
|
|
714
686
|
"engines": {
|
|
@@ -716,11 +688,11 @@
|
|
|
716
688
|
}
|
|
717
689
|
},
|
|
718
690
|
"node_modules/@aws-sdk/querystring-builder": {
|
|
719
|
-
"version": "3.
|
|
720
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.
|
|
721
|
-
"integrity": "sha512-
|
|
691
|
+
"version": "3.338.0",
|
|
692
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.338.0.tgz",
|
|
693
|
+
"integrity": "sha512-IB3YhO93Htwt2SxJx4VWsN57Rt1KEsvZ6PbneO4bcS96E04BlfBujYMZ+QxEM3EJxorhpkwbI2QnI12IjD8FhA==",
|
|
722
694
|
"dependencies": {
|
|
723
|
-
"@aws-sdk/types": "3.
|
|
695
|
+
"@aws-sdk/types": "3.338.0",
|
|
724
696
|
"@aws-sdk/util-uri-escape": "3.310.0",
|
|
725
697
|
"tslib": "^2.5.0"
|
|
726
698
|
},
|
|
@@ -729,11 +701,11 @@
|
|
|
729
701
|
}
|
|
730
702
|
},
|
|
731
703
|
"node_modules/@aws-sdk/querystring-parser": {
|
|
732
|
-
"version": "3.
|
|
733
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.
|
|
734
|
-
"integrity": "sha512-
|
|
704
|
+
"version": "3.338.0",
|
|
705
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.338.0.tgz",
|
|
706
|
+
"integrity": "sha512-vtI8Gqx4yj0BZlWonRMgLz68sHt5H48HN+ClnY+fDDB/8KLnCuwZ3TGKmYIbYbshL9wjJz0A9aLzuC6nPQ5JKw==",
|
|
735
707
|
"dependencies": {
|
|
736
|
-
"@aws-sdk/types": "3.
|
|
708
|
+
"@aws-sdk/types": "3.338.0",
|
|
737
709
|
"tslib": "^2.5.0"
|
|
738
710
|
},
|
|
739
711
|
"engines": {
|
|
@@ -741,19 +713,19 @@
|
|
|
741
713
|
}
|
|
742
714
|
},
|
|
743
715
|
"node_modules/@aws-sdk/service-error-classification": {
|
|
744
|
-
"version": "3.
|
|
745
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.
|
|
746
|
-
"integrity": "sha512-
|
|
716
|
+
"version": "3.338.0",
|
|
717
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.338.0.tgz",
|
|
718
|
+
"integrity": "sha512-BJFr2mx/N3NbycGTlMMGRBc0tGcHXHEbMPy1H2RbejzL23zh27MchaL1WAK9SvwVMKS29hSDbhkuVR2ABRjerA==",
|
|
747
719
|
"engines": {
|
|
748
720
|
"node": ">=14.0.0"
|
|
749
721
|
}
|
|
750
722
|
},
|
|
751
723
|
"node_modules/@aws-sdk/shared-ini-file-loader": {
|
|
752
|
-
"version": "3.
|
|
753
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.
|
|
754
|
-
"integrity": "sha512-
|
|
724
|
+
"version": "3.338.0",
|
|
725
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.338.0.tgz",
|
|
726
|
+
"integrity": "sha512-MA1Sp97LFlOXcUaXgo47j86IsPRWYq1V/JqR+uu0zofZw4Xlt7Y6F+mmnDHvuuMy6R2ltzjXSwgrrW3k0bxFPA==",
|
|
755
727
|
"dependencies": {
|
|
756
|
-
"@aws-sdk/types": "3.
|
|
728
|
+
"@aws-sdk/types": "3.338.0",
|
|
757
729
|
"tslib": "^2.5.0"
|
|
758
730
|
},
|
|
759
731
|
"engines": {
|
|
@@ -761,15 +733,14 @@
|
|
|
761
733
|
}
|
|
762
734
|
},
|
|
763
735
|
"node_modules/@aws-sdk/signature-v4": {
|
|
764
|
-
"version": "3.
|
|
765
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.
|
|
766
|
-
"integrity": "sha512-
|
|
736
|
+
"version": "3.338.0",
|
|
737
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.338.0.tgz",
|
|
738
|
+
"integrity": "sha512-EwKTe/8Iwab/v0eo27w7DRYlqp9wEZEhuRfOMwTikUVH6iuTnW6AXjcIUfcRYBRbx2zqnRSiMAZkjN6ZFYm0bQ==",
|
|
767
739
|
"dependencies": {
|
|
768
|
-
"@aws-sdk/eventstream-codec": "3.347.0",
|
|
769
740
|
"@aws-sdk/is-array-buffer": "3.310.0",
|
|
770
|
-
"@aws-sdk/types": "3.
|
|
741
|
+
"@aws-sdk/types": "3.338.0",
|
|
771
742
|
"@aws-sdk/util-hex-encoding": "3.310.0",
|
|
772
|
-
"@aws-sdk/util-middleware": "3.
|
|
743
|
+
"@aws-sdk/util-middleware": "3.338.0",
|
|
773
744
|
"@aws-sdk/util-uri-escape": "3.310.0",
|
|
774
745
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
775
746
|
"tslib": "^2.5.0"
|
|
@@ -779,12 +750,12 @@
|
|
|
779
750
|
}
|
|
780
751
|
},
|
|
781
752
|
"node_modules/@aws-sdk/smithy-client": {
|
|
782
|
-
"version": "3.
|
|
783
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.
|
|
784
|
-
"integrity": "sha512-
|
|
753
|
+
"version": "3.338.0",
|
|
754
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.338.0.tgz",
|
|
755
|
+
"integrity": "sha512-IpFLdLG8GwaiFdqVXf+WyU47Hfa2BMIupAU6iSkE2ZO0lBdg+efn/BBwis5WbBNTDCaaU0xH9y68SmnqqtD7pA==",
|
|
785
756
|
"dependencies": {
|
|
786
|
-
"@aws-sdk/middleware-stack": "3.
|
|
787
|
-
"@aws-sdk/types": "3.
|
|
757
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
758
|
+
"@aws-sdk/types": "3.338.0",
|
|
788
759
|
"tslib": "^2.5.0"
|
|
789
760
|
},
|
|
790
761
|
"engines": {
|
|
@@ -792,14 +763,14 @@
|
|
|
792
763
|
}
|
|
793
764
|
},
|
|
794
765
|
"node_modules/@aws-sdk/token-providers": {
|
|
795
|
-
"version": "3.
|
|
796
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
797
|
-
"integrity": "sha512-
|
|
798
|
-
"dependencies": {
|
|
799
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
800
|
-
"@aws-sdk/property-provider": "3.
|
|
801
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
802
|
-
"@aws-sdk/types": "3.
|
|
766
|
+
"version": "3.338.0",
|
|
767
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.338.0.tgz",
|
|
768
|
+
"integrity": "sha512-wuiEGcWiMeq5N68M489i2iGYcCad9p1btNEOFgus+JO3DRSA6HZXizLI1wqfbUm5Ei8512AvUKB6N8PMzahQsg==",
|
|
769
|
+
"dependencies": {
|
|
770
|
+
"@aws-sdk/client-sso-oidc": "3.338.0",
|
|
771
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
772
|
+
"@aws-sdk/shared-ini-file-loader": "3.338.0",
|
|
773
|
+
"@aws-sdk/types": "3.338.0",
|
|
803
774
|
"tslib": "^2.5.0"
|
|
804
775
|
},
|
|
805
776
|
"engines": {
|
|
@@ -807,9 +778,9 @@
|
|
|
807
778
|
}
|
|
808
779
|
},
|
|
809
780
|
"node_modules/@aws-sdk/types": {
|
|
810
|
-
"version": "3.
|
|
811
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.
|
|
812
|
-
"integrity": "sha512-
|
|
781
|
+
"version": "3.338.0",
|
|
782
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.338.0.tgz",
|
|
783
|
+
"integrity": "sha512-hrNK15o+EObLrl9oWOyxJN2dwjgbdBMGolLEVP/wR/+M9ojHgk/x1kMsCVcV82a8Vgdtqx1TyOC3UugUPT0+NA==",
|
|
813
784
|
"dependencies": {
|
|
814
785
|
"tslib": "^2.5.0"
|
|
815
786
|
},
|
|
@@ -818,12 +789,12 @@
|
|
|
818
789
|
}
|
|
819
790
|
},
|
|
820
791
|
"node_modules/@aws-sdk/url-parser": {
|
|
821
|
-
"version": "3.
|
|
822
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.
|
|
823
|
-
"integrity": "sha512-
|
|
792
|
+
"version": "3.338.0",
|
|
793
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.338.0.tgz",
|
|
794
|
+
"integrity": "sha512-x8a5swfZ6iWJZEA8rm99OKQ1A6xhWPP1taQUzoPavGCzPAOqyc8cd0FcXYMxvtXb3FeBhGaI8tiGKvelJro0+A==",
|
|
824
795
|
"dependencies": {
|
|
825
|
-
"@aws-sdk/querystring-parser": "3.
|
|
826
|
-
"@aws-sdk/types": "3.
|
|
796
|
+
"@aws-sdk/querystring-parser": "3.338.0",
|
|
797
|
+
"@aws-sdk/types": "3.338.0",
|
|
827
798
|
"tslib": "^2.5.0"
|
|
828
799
|
}
|
|
829
800
|
},
|
|
@@ -882,12 +853,12 @@
|
|
|
882
853
|
}
|
|
883
854
|
},
|
|
884
855
|
"node_modules/@aws-sdk/util-defaults-mode-browser": {
|
|
885
|
-
"version": "3.
|
|
886
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.
|
|
887
|
-
"integrity": "sha512-
|
|
856
|
+
"version": "3.338.0",
|
|
857
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.338.0.tgz",
|
|
858
|
+
"integrity": "sha512-Zfr5c7JKMJTfb7z+hgd0ioU5iw+wId6Cppc5V1HpZuS2YY4Mn3aJIixzyzhIoCzbmk/yIkf96981epM9eo3/TA==",
|
|
888
859
|
"dependencies": {
|
|
889
|
-
"@aws-sdk/property-provider": "3.
|
|
890
|
-
"@aws-sdk/types": "3.
|
|
860
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
861
|
+
"@aws-sdk/types": "3.338.0",
|
|
891
862
|
"bowser": "^2.11.0",
|
|
892
863
|
"tslib": "^2.5.0"
|
|
893
864
|
},
|
|
@@ -896,15 +867,15 @@
|
|
|
896
867
|
}
|
|
897
868
|
},
|
|
898
869
|
"node_modules/@aws-sdk/util-defaults-mode-node": {
|
|
899
|
-
"version": "3.
|
|
900
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.
|
|
901
|
-
"integrity": "sha512-
|
|
902
|
-
"dependencies": {
|
|
903
|
-
"@aws-sdk/config-resolver": "3.
|
|
904
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
905
|
-
"@aws-sdk/node-config-provider": "3.
|
|
906
|
-
"@aws-sdk/property-provider": "3.
|
|
907
|
-
"@aws-sdk/types": "3.
|
|
870
|
+
"version": "3.338.0",
|
|
871
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.338.0.tgz",
|
|
872
|
+
"integrity": "sha512-DFM3BSpSetshZTgTjueCkAYZWS0tn5zl7SjkSpFhWQZ8Tt/Df3/DEjcPvxzmC/5vgYSUXNsqcI7lLAJk9aGZAA==",
|
|
873
|
+
"dependencies": {
|
|
874
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
875
|
+
"@aws-sdk/credential-provider-imds": "3.338.0",
|
|
876
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
877
|
+
"@aws-sdk/property-provider": "3.338.0",
|
|
878
|
+
"@aws-sdk/types": "3.338.0",
|
|
908
879
|
"tslib": "^2.5.0"
|
|
909
880
|
},
|
|
910
881
|
"engines": {
|
|
@@ -912,11 +883,11 @@
|
|
|
912
883
|
}
|
|
913
884
|
},
|
|
914
885
|
"node_modules/@aws-sdk/util-endpoints": {
|
|
915
|
-
"version": "3.
|
|
916
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.
|
|
917
|
-
"integrity": "sha512-
|
|
886
|
+
"version": "3.338.0",
|
|
887
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.338.0.tgz",
|
|
888
|
+
"integrity": "sha512-0gBQcohbNcBsBR7oyaD0Dg2m6qOmfp0G1iN/NM23gwAr2H3ni8tUXfs1HsZzxikOwUr6dSLASokc30vQXBF44A==",
|
|
918
889
|
"dependencies": {
|
|
919
|
-
"@aws-sdk/types": "3.
|
|
890
|
+
"@aws-sdk/types": "3.338.0",
|
|
920
891
|
"tslib": "^2.5.0"
|
|
921
892
|
},
|
|
922
893
|
"engines": {
|
|
@@ -946,9 +917,9 @@
|
|
|
946
917
|
}
|
|
947
918
|
},
|
|
948
919
|
"node_modules/@aws-sdk/util-middleware": {
|
|
949
|
-
"version": "3.
|
|
950
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.
|
|
951
|
-
"integrity": "sha512-
|
|
920
|
+
"version": "3.338.0",
|
|
921
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.338.0.tgz",
|
|
922
|
+
"integrity": "sha512-oQuAmhi16HWEqVa+Nq4VD4Ymet9vS+uiW92reaagQrW2QFjAgJW9A6pU0PcIHF9sWY1iDKeNdV5b9odQ45PDJA==",
|
|
952
923
|
"dependencies": {
|
|
953
924
|
"tslib": "^2.5.0"
|
|
954
925
|
},
|
|
@@ -957,11 +928,11 @@
|
|
|
957
928
|
}
|
|
958
929
|
},
|
|
959
930
|
"node_modules/@aws-sdk/util-retry": {
|
|
960
|
-
"version": "3.
|
|
961
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.
|
|
962
|
-
"integrity": "sha512-
|
|
931
|
+
"version": "3.338.0",
|
|
932
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.338.0.tgz",
|
|
933
|
+
"integrity": "sha512-diR6M3gJgSgBg/87L2e8iF8urG+LOW9ZGWxhntYpYX4uhiIjwNgUPUa993553C8GIOZDHez5X9ExU4asYGQ71Q==",
|
|
963
934
|
"dependencies": {
|
|
964
|
-
"@aws-sdk/service-error-classification": "3.
|
|
935
|
+
"@aws-sdk/service-error-classification": "3.338.0",
|
|
965
936
|
"tslib": "^2.5.0"
|
|
966
937
|
},
|
|
967
938
|
"engines": {
|
|
@@ -980,22 +951,22 @@
|
|
|
980
951
|
}
|
|
981
952
|
},
|
|
982
953
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
983
|
-
"version": "3.
|
|
984
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
985
|
-
"integrity": "sha512-
|
|
954
|
+
"version": "3.338.0",
|
|
955
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.338.0.tgz",
|
|
956
|
+
"integrity": "sha512-3e8D+SOtOQEtRtksOEF7EC26xPkuY6YK6biLgdtvR9JspK96rHk5eX1HEJeBJJqbxhyPaxpIw+OhWhnsrUS3hA==",
|
|
986
957
|
"dependencies": {
|
|
987
|
-
"@aws-sdk/types": "3.
|
|
958
|
+
"@aws-sdk/types": "3.338.0",
|
|
988
959
|
"bowser": "^2.11.0",
|
|
989
960
|
"tslib": "^2.5.0"
|
|
990
961
|
}
|
|
991
962
|
},
|
|
992
963
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
993
|
-
"version": "3.
|
|
994
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
995
|
-
"integrity": "sha512-
|
|
964
|
+
"version": "3.338.0",
|
|
965
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.338.0.tgz",
|
|
966
|
+
"integrity": "sha512-rc+bC5KM9h25urRc+MXuViJkJ+qYG2NlCRw6xm2lSIvHFJTUjH1ZMO3mqNDYkGnQRbj0mmrVe+N77TJZGf3Q2Q==",
|
|
996
967
|
"dependencies": {
|
|
997
|
-
"@aws-sdk/node-config-provider": "3.
|
|
998
|
-
"@aws-sdk/types": "3.
|
|
968
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
969
|
+
"@aws-sdk/types": "3.338.0",
|
|
999
970
|
"tslib": "^2.5.0"
|
|
1000
971
|
},
|
|
1001
972
|
"engines": {
|
|
@@ -1031,12 +1002,12 @@
|
|
|
1031
1002
|
}
|
|
1032
1003
|
},
|
|
1033
1004
|
"node_modules/@aws-sdk/util-waiter": {
|
|
1034
|
-
"version": "3.
|
|
1035
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.
|
|
1036
|
-
"integrity": "sha512-
|
|
1005
|
+
"version": "3.338.0",
|
|
1006
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.338.0.tgz",
|
|
1007
|
+
"integrity": "sha512-15yWYJo/M4VDpZjlXgQDM4Du8UjX33eIVPJDrOmn/u+UrD6QUXoBuLXKns0uAMUTPFacBGZ0NwMywxieq0g11Q==",
|
|
1037
1008
|
"dependencies": {
|
|
1038
|
-
"@aws-sdk/abort-controller": "3.
|
|
1039
|
-
"@aws-sdk/types": "3.
|
|
1009
|
+
"@aws-sdk/abort-controller": "3.338.0",
|
|
1010
|
+
"@aws-sdk/types": "3.338.0",
|
|
1040
1011
|
"tslib": "^2.5.0"
|
|
1041
1012
|
},
|
|
1042
1013
|
"engines": {
|
|
@@ -2351,6 +2322,70 @@
|
|
|
2351
2322
|
"node": ">= 8"
|
|
2352
2323
|
}
|
|
2353
2324
|
},
|
|
2325
|
+
"node_modules/archiver": {
|
|
2326
|
+
"version": "5.3.1",
|
|
2327
|
+
"resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.1.tgz",
|
|
2328
|
+
"integrity": "sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==",
|
|
2329
|
+
"dependencies": {
|
|
2330
|
+
"archiver-utils": "^2.1.0",
|
|
2331
|
+
"async": "^3.2.3",
|
|
2332
|
+
"buffer-crc32": "^0.2.1",
|
|
2333
|
+
"readable-stream": "^3.6.0",
|
|
2334
|
+
"readdir-glob": "^1.0.0",
|
|
2335
|
+
"tar-stream": "^2.2.0",
|
|
2336
|
+
"zip-stream": "^4.1.0"
|
|
2337
|
+
},
|
|
2338
|
+
"engines": {
|
|
2339
|
+
"node": ">= 10"
|
|
2340
|
+
}
|
|
2341
|
+
},
|
|
2342
|
+
"node_modules/archiver-utils": {
|
|
2343
|
+
"version": "2.1.0",
|
|
2344
|
+
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz",
|
|
2345
|
+
"integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
|
|
2346
|
+
"dependencies": {
|
|
2347
|
+
"glob": "^7.1.4",
|
|
2348
|
+
"graceful-fs": "^4.2.0",
|
|
2349
|
+
"lazystream": "^1.0.0",
|
|
2350
|
+
"lodash.defaults": "^4.2.0",
|
|
2351
|
+
"lodash.difference": "^4.5.0",
|
|
2352
|
+
"lodash.flatten": "^4.4.0",
|
|
2353
|
+
"lodash.isplainobject": "^4.0.6",
|
|
2354
|
+
"lodash.union": "^4.6.0",
|
|
2355
|
+
"normalize-path": "^3.0.0",
|
|
2356
|
+
"readable-stream": "^2.0.0"
|
|
2357
|
+
},
|
|
2358
|
+
"engines": {
|
|
2359
|
+
"node": ">= 6"
|
|
2360
|
+
}
|
|
2361
|
+
},
|
|
2362
|
+
"node_modules/archiver-utils/node_modules/readable-stream": {
|
|
2363
|
+
"version": "2.3.8",
|
|
2364
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
2365
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
2366
|
+
"dependencies": {
|
|
2367
|
+
"core-util-is": "~1.0.0",
|
|
2368
|
+
"inherits": "~2.0.3",
|
|
2369
|
+
"isarray": "~1.0.0",
|
|
2370
|
+
"process-nextick-args": "~2.0.0",
|
|
2371
|
+
"safe-buffer": "~5.1.1",
|
|
2372
|
+
"string_decoder": "~1.1.1",
|
|
2373
|
+
"util-deprecate": "~1.0.1"
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
"node_modules/archiver-utils/node_modules/safe-buffer": {
|
|
2377
|
+
"version": "5.1.2",
|
|
2378
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
2379
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
|
2380
|
+
},
|
|
2381
|
+
"node_modules/archiver-utils/node_modules/string_decoder": {
|
|
2382
|
+
"version": "1.1.1",
|
|
2383
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
2384
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
2385
|
+
"dependencies": {
|
|
2386
|
+
"safe-buffer": "~5.1.0"
|
|
2387
|
+
}
|
|
2388
|
+
},
|
|
2354
2389
|
"node_modules/argparse": {
|
|
2355
2390
|
"version": "1.0.10",
|
|
2356
2391
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
@@ -2359,6 +2394,11 @@
|
|
|
2359
2394
|
"sprintf-js": "~1.0.2"
|
|
2360
2395
|
}
|
|
2361
2396
|
},
|
|
2397
|
+
"node_modules/async": {
|
|
2398
|
+
"version": "3.2.4",
|
|
2399
|
+
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
|
|
2400
|
+
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
|
|
2401
|
+
},
|
|
2362
2402
|
"node_modules/babel-jest": {
|
|
2363
2403
|
"version": "29.5.0",
|
|
2364
2404
|
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.5.0.tgz",
|
|
@@ -2514,6 +2554,53 @@
|
|
|
2514
2554
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2515
2555
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
2516
2556
|
},
|
|
2557
|
+
"node_modules/base64-js": {
|
|
2558
|
+
"version": "1.5.1",
|
|
2559
|
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
2560
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
2561
|
+
"funding": [
|
|
2562
|
+
{
|
|
2563
|
+
"type": "github",
|
|
2564
|
+
"url": "https://github.com/sponsors/feross"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"type": "patreon",
|
|
2568
|
+
"url": "https://www.patreon.com/feross"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"type": "consulting",
|
|
2572
|
+
"url": "https://feross.org/support"
|
|
2573
|
+
}
|
|
2574
|
+
]
|
|
2575
|
+
},
|
|
2576
|
+
"node_modules/bestzip": {
|
|
2577
|
+
"version": "2.2.1",
|
|
2578
|
+
"resolved": "https://registry.npmjs.org/bestzip/-/bestzip-2.2.1.tgz",
|
|
2579
|
+
"integrity": "sha512-XdAb87RXqOqF7C6UgQG9IqpEHJvS6IOUo0bXWEAebjSSdhDjsbcqFKdHpn5Q7QHz2pGr3Zmw4wgG3LlzdyDz7w==",
|
|
2580
|
+
"dependencies": {
|
|
2581
|
+
"archiver": "^5.3.0",
|
|
2582
|
+
"async": "^3.2.0",
|
|
2583
|
+
"glob": "^7.1.6",
|
|
2584
|
+
"which": "^2.0.2",
|
|
2585
|
+
"yargs": "^16.2.0"
|
|
2586
|
+
},
|
|
2587
|
+
"bin": {
|
|
2588
|
+
"bestzip": "bin/cli.js"
|
|
2589
|
+
},
|
|
2590
|
+
"engines": {
|
|
2591
|
+
"node": ">=10"
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2594
|
+
"node_modules/bl": {
|
|
2595
|
+
"version": "4.1.0",
|
|
2596
|
+
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
2597
|
+
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
2598
|
+
"dependencies": {
|
|
2599
|
+
"buffer": "^5.5.0",
|
|
2600
|
+
"inherits": "^2.0.4",
|
|
2601
|
+
"readable-stream": "^3.4.0"
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2517
2604
|
"node_modules/bowser": {
|
|
2518
2605
|
"version": "2.11.0",
|
|
2519
2606
|
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
|
|
@@ -2589,19 +2676,42 @@
|
|
|
2589
2676
|
"node-int64": "^0.4.0"
|
|
2590
2677
|
}
|
|
2591
2678
|
},
|
|
2679
|
+
"node_modules/buffer": {
|
|
2680
|
+
"version": "5.7.1",
|
|
2681
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
2682
|
+
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
2683
|
+
"funding": [
|
|
2684
|
+
{
|
|
2685
|
+
"type": "github",
|
|
2686
|
+
"url": "https://github.com/sponsors/feross"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"type": "patreon",
|
|
2690
|
+
"url": "https://www.patreon.com/feross"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"type": "consulting",
|
|
2694
|
+
"url": "https://feross.org/support"
|
|
2695
|
+
}
|
|
2696
|
+
],
|
|
2697
|
+
"dependencies": {
|
|
2698
|
+
"base64-js": "^1.3.1",
|
|
2699
|
+
"ieee754": "^1.1.13"
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2702
|
+
"node_modules/buffer-crc32": {
|
|
2703
|
+
"version": "0.2.13",
|
|
2704
|
+
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
|
2705
|
+
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
|
|
2706
|
+
"engines": {
|
|
2707
|
+
"node": "*"
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2592
2710
|
"node_modules/buffer-from": {
|
|
2593
2711
|
"version": "1.1.2",
|
|
2594
2712
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
2595
2713
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
|
|
2596
2714
|
},
|
|
2597
|
-
"node_modules/buffer-writer": {
|
|
2598
|
-
"version": "2.0.0",
|
|
2599
|
-
"resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz",
|
|
2600
|
-
"integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==",
|
|
2601
|
-
"engines": {
|
|
2602
|
-
"node": ">=4"
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
2715
|
"node_modules/callsites": {
|
|
2606
2716
|
"version": "3.1.0",
|
|
2607
2717
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
@@ -2619,9 +2729,9 @@
|
|
|
2619
2729
|
}
|
|
2620
2730
|
},
|
|
2621
2731
|
"node_modules/caniuse-lite": {
|
|
2622
|
-
"version": "1.0.
|
|
2623
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
2624
|
-
"integrity": "sha512-
|
|
2732
|
+
"version": "1.0.30001506",
|
|
2733
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001506.tgz",
|
|
2734
|
+
"integrity": "sha512-6XNEcpygZMCKaufIcgpQNZNf00GEqc7VQON+9Rd0K1bMYo8xhMZRAo5zpbnbMNizi4YNgIDAFrdykWsvY3H4Hw==",
|
|
2625
2735
|
"funding": [
|
|
2626
2736
|
{
|
|
2627
2737
|
"type": "opencollective",
|
|
@@ -2678,16 +2788,13 @@
|
|
|
2678
2788
|
"integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ=="
|
|
2679
2789
|
},
|
|
2680
2790
|
"node_modules/cliui": {
|
|
2681
|
-
"version": "
|
|
2682
|
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-
|
|
2683
|
-
"integrity": "sha512-
|
|
2791
|
+
"version": "7.0.4",
|
|
2792
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
|
2793
|
+
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
|
2684
2794
|
"dependencies": {
|
|
2685
2795
|
"string-width": "^4.2.0",
|
|
2686
|
-
"strip-ansi": "^6.0.
|
|
2796
|
+
"strip-ansi": "^6.0.0",
|
|
2687
2797
|
"wrap-ansi": "^7.0.0"
|
|
2688
|
-
},
|
|
2689
|
-
"engines": {
|
|
2690
|
-
"node": ">=12"
|
|
2691
2798
|
}
|
|
2692
2799
|
},
|
|
2693
2800
|
"node_modules/co": {
|
|
@@ -2720,16 +2827,32 @@
|
|
|
2720
2827
|
"node_modules/colorette": {
|
|
2721
2828
|
"version": "2.0.19",
|
|
2722
2829
|
"resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz",
|
|
2723
|
-
"integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ=="
|
|
2830
|
+
"integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==",
|
|
2831
|
+
"dev": true
|
|
2724
2832
|
},
|
|
2725
2833
|
"node_modules/commander": {
|
|
2726
2834
|
"version": "9.5.0",
|
|
2727
2835
|
"resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
|
|
2728
2836
|
"integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
|
|
2837
|
+
"dev": true,
|
|
2729
2838
|
"engines": {
|
|
2730
2839
|
"node": "^12.20.0 || >=14"
|
|
2731
2840
|
}
|
|
2732
2841
|
},
|
|
2842
|
+
"node_modules/compress-commons": {
|
|
2843
|
+
"version": "4.1.1",
|
|
2844
|
+
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.tgz",
|
|
2845
|
+
"integrity": "sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==",
|
|
2846
|
+
"dependencies": {
|
|
2847
|
+
"buffer-crc32": "^0.2.13",
|
|
2848
|
+
"crc32-stream": "^4.0.2",
|
|
2849
|
+
"normalize-path": "^3.0.0",
|
|
2850
|
+
"readable-stream": "^3.6.0"
|
|
2851
|
+
},
|
|
2852
|
+
"engines": {
|
|
2853
|
+
"node": ">= 10"
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2733
2856
|
"node_modules/concat-map": {
|
|
2734
2857
|
"version": "0.0.1",
|
|
2735
2858
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
@@ -2740,6 +2863,34 @@
|
|
|
2740
2863
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
|
|
2741
2864
|
"integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
|
|
2742
2865
|
},
|
|
2866
|
+
"node_modules/core-util-is": {
|
|
2867
|
+
"version": "1.0.3",
|
|
2868
|
+
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
2869
|
+
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
|
|
2870
|
+
},
|
|
2871
|
+
"node_modules/crc-32": {
|
|
2872
|
+
"version": "1.2.2",
|
|
2873
|
+
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
|
|
2874
|
+
"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
|
|
2875
|
+
"bin": {
|
|
2876
|
+
"crc32": "bin/crc32.njs"
|
|
2877
|
+
},
|
|
2878
|
+
"engines": {
|
|
2879
|
+
"node": ">=0.8"
|
|
2880
|
+
}
|
|
2881
|
+
},
|
|
2882
|
+
"node_modules/crc32-stream": {
|
|
2883
|
+
"version": "4.0.2",
|
|
2884
|
+
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.2.tgz",
|
|
2885
|
+
"integrity": "sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==",
|
|
2886
|
+
"dependencies": {
|
|
2887
|
+
"crc-32": "^1.2.0",
|
|
2888
|
+
"readable-stream": "^3.4.0"
|
|
2889
|
+
},
|
|
2890
|
+
"engines": {
|
|
2891
|
+
"node": ">= 10"
|
|
2892
|
+
}
|
|
2893
|
+
},
|
|
2743
2894
|
"node_modules/cross-spawn": {
|
|
2744
2895
|
"version": "7.0.3",
|
|
2745
2896
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
@@ -2782,14 +2933,6 @@
|
|
|
2782
2933
|
"node": ">=0.10.0"
|
|
2783
2934
|
}
|
|
2784
2935
|
},
|
|
2785
|
-
"node_modules/denque": {
|
|
2786
|
-
"version": "2.1.0",
|
|
2787
|
-
"resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
|
|
2788
|
-
"integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
|
|
2789
|
-
"engines": {
|
|
2790
|
-
"node": ">=0.10"
|
|
2791
|
-
}
|
|
2792
|
-
},
|
|
2793
2936
|
"node_modules/detect-newline": {
|
|
2794
2937
|
"version": "3.1.0",
|
|
2795
2938
|
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
|
|
@@ -2807,9 +2950,9 @@
|
|
|
2807
2950
|
}
|
|
2808
2951
|
},
|
|
2809
2952
|
"node_modules/electron-to-chromium": {
|
|
2810
|
-
"version": "1.4.
|
|
2811
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
2812
|
-
"integrity": "sha512-
|
|
2953
|
+
"version": "1.4.436",
|
|
2954
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.436.tgz",
|
|
2955
|
+
"integrity": "sha512-aktOxo8fnrMC8vOIBMVS3PXbT1nrPQ+SouUuN7Y0a+Rw3pOMrvIV92Ybnax7x4tugA+ZpYA5fOHTby7ama8OQQ=="
|
|
2813
2956
|
},
|
|
2814
2957
|
"node_modules/emittery": {
|
|
2815
2958
|
"version": "0.13.1",
|
|
@@ -2827,6 +2970,14 @@
|
|
|
2827
2970
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
2828
2971
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
2829
2972
|
},
|
|
2973
|
+
"node_modules/end-of-stream": {
|
|
2974
|
+
"version": "1.4.4",
|
|
2975
|
+
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
|
2976
|
+
"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
|
|
2977
|
+
"dependencies": {
|
|
2978
|
+
"once": "^1.4.0"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2830
2981
|
"node_modules/error-ex": {
|
|
2831
2982
|
"version": "1.3.2",
|
|
2832
2983
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
@@ -2855,6 +3006,7 @@
|
|
|
2855
3006
|
"version": "3.2.25",
|
|
2856
3007
|
"resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz",
|
|
2857
3008
|
"integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==",
|
|
3009
|
+
"dev": true,
|
|
2858
3010
|
"engines": {
|
|
2859
3011
|
"node": ">=6"
|
|
2860
3012
|
}
|
|
@@ -2922,24 +3074,18 @@
|
|
|
2922
3074
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
|
|
2923
3075
|
},
|
|
2924
3076
|
"node_modules/fast-xml-parser": {
|
|
2925
|
-
"version": "4.2
|
|
2926
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.
|
|
2927
|
-
"integrity": "sha512-
|
|
2928
|
-
"funding": [
|
|
2929
|
-
{
|
|
2930
|
-
"type": "paypal",
|
|
2931
|
-
"url": "https://paypal.me/naturalintelligence"
|
|
2932
|
-
},
|
|
2933
|
-
{
|
|
2934
|
-
"type": "github",
|
|
2935
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
2936
|
-
}
|
|
2937
|
-
],
|
|
3077
|
+
"version": "4.1.2",
|
|
3078
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
|
|
3079
|
+
"integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
|
|
2938
3080
|
"dependencies": {
|
|
2939
3081
|
"strnum": "^1.0.5"
|
|
2940
3082
|
},
|
|
2941
3083
|
"bin": {
|
|
2942
3084
|
"fxparser": "src/cli/cli.js"
|
|
3085
|
+
},
|
|
3086
|
+
"funding": {
|
|
3087
|
+
"type": "paypal",
|
|
3088
|
+
"url": "https://paypal.me/naturalintelligence"
|
|
2943
3089
|
}
|
|
2944
3090
|
},
|
|
2945
3091
|
"node_modules/fb-watchman": {
|
|
@@ -2973,6 +3119,11 @@
|
|
|
2973
3119
|
"node": ">=8"
|
|
2974
3120
|
}
|
|
2975
3121
|
},
|
|
3122
|
+
"node_modules/fs-constants": {
|
|
3123
|
+
"version": "1.0.0",
|
|
3124
|
+
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
3125
|
+
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
|
|
3126
|
+
},
|
|
2976
3127
|
"node_modules/fs.realpath": {
|
|
2977
3128
|
"version": "1.0.0",
|
|
2978
3129
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -2996,14 +3147,6 @@
|
|
|
2996
3147
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
|
2997
3148
|
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
|
|
2998
3149
|
},
|
|
2999
|
-
"node_modules/generate-function": {
|
|
3000
|
-
"version": "2.3.1",
|
|
3001
|
-
"resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz",
|
|
3002
|
-
"integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
|
|
3003
|
-
"dependencies": {
|
|
3004
|
-
"is-property": "^1.0.2"
|
|
3005
|
-
}
|
|
3006
|
-
},
|
|
3007
3150
|
"node_modules/gensync": {
|
|
3008
3151
|
"version": "1.0.0-beta.2",
|
|
3009
3152
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
@@ -3042,7 +3185,8 @@
|
|
|
3042
3185
|
"node_modules/getopts": {
|
|
3043
3186
|
"version": "2.3.0",
|
|
3044
3187
|
"resolved": "https://registry.npmjs.org/getopts/-/getopts-2.3.0.tgz",
|
|
3045
|
-
"integrity": "sha512-5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA=="
|
|
3188
|
+
"integrity": "sha512-5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA==",
|
|
3189
|
+
"dev": true
|
|
3046
3190
|
},
|
|
3047
3191
|
"node_modules/glob": {
|
|
3048
3192
|
"version": "7.2.3",
|
|
@@ -3108,16 +3252,24 @@
|
|
|
3108
3252
|
"node": ">=10.17.0"
|
|
3109
3253
|
}
|
|
3110
3254
|
},
|
|
3111
|
-
"node_modules/
|
|
3112
|
-
"version": "
|
|
3113
|
-
"resolved": "https://registry.npmjs.org/
|
|
3114
|
-
"integrity": "sha512-
|
|
3115
|
-
"
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3255
|
+
"node_modules/ieee754": {
|
|
3256
|
+
"version": "1.2.1",
|
|
3257
|
+
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
3258
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
3259
|
+
"funding": [
|
|
3260
|
+
{
|
|
3261
|
+
"type": "github",
|
|
3262
|
+
"url": "https://github.com/sponsors/feross"
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"type": "patreon",
|
|
3266
|
+
"url": "https://www.patreon.com/feross"
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"type": "consulting",
|
|
3270
|
+
"url": "https://feross.org/support"
|
|
3271
|
+
}
|
|
3272
|
+
]
|
|
3121
3273
|
},
|
|
3122
3274
|
"node_modules/import-local": {
|
|
3123
3275
|
"version": "3.1.0",
|
|
@@ -3163,6 +3315,7 @@
|
|
|
3163
3315
|
"version": "2.2.0",
|
|
3164
3316
|
"resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz",
|
|
3165
3317
|
"integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==",
|
|
3318
|
+
"dev": true,
|
|
3166
3319
|
"engines": {
|
|
3167
3320
|
"node": ">= 0.10"
|
|
3168
3321
|
}
|
|
@@ -3207,11 +3360,6 @@
|
|
|
3207
3360
|
"node": ">=0.12.0"
|
|
3208
3361
|
}
|
|
3209
3362
|
},
|
|
3210
|
-
"node_modules/is-property": {
|
|
3211
|
-
"version": "1.0.2",
|
|
3212
|
-
"resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
|
|
3213
|
-
"integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g=="
|
|
3214
|
-
},
|
|
3215
3363
|
"node_modules/is-stream": {
|
|
3216
3364
|
"version": "2.0.1",
|
|
3217
3365
|
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
@@ -3223,6 +3371,11 @@
|
|
|
3223
3371
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3224
3372
|
}
|
|
3225
3373
|
},
|
|
3374
|
+
"node_modules/isarray": {
|
|
3375
|
+
"version": "1.0.0",
|
|
3376
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
3377
|
+
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
|
|
3378
|
+
},
|
|
3226
3379
|
"node_modules/isexe": {
|
|
3227
3380
|
"version": "2.0.0",
|
|
3228
3381
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
@@ -3501,6 +3654,19 @@
|
|
|
3501
3654
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3502
3655
|
}
|
|
3503
3656
|
},
|
|
3657
|
+
"node_modules/jest-cli/node_modules/cliui": {
|
|
3658
|
+
"version": "8.0.1",
|
|
3659
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
3660
|
+
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
3661
|
+
"dependencies": {
|
|
3662
|
+
"string-width": "^4.2.0",
|
|
3663
|
+
"strip-ansi": "^6.0.1",
|
|
3664
|
+
"wrap-ansi": "^7.0.0"
|
|
3665
|
+
},
|
|
3666
|
+
"engines": {
|
|
3667
|
+
"node": ">=12"
|
|
3668
|
+
}
|
|
3669
|
+
},
|
|
3504
3670
|
"node_modules/jest-cli/node_modules/color-convert": {
|
|
3505
3671
|
"version": "2.0.1",
|
|
3506
3672
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -3536,6 +3702,23 @@
|
|
|
3536
3702
|
"node": ">=8"
|
|
3537
3703
|
}
|
|
3538
3704
|
},
|
|
3705
|
+
"node_modules/jest-cli/node_modules/yargs": {
|
|
3706
|
+
"version": "17.7.2",
|
|
3707
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
3708
|
+
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
3709
|
+
"dependencies": {
|
|
3710
|
+
"cliui": "^8.0.1",
|
|
3711
|
+
"escalade": "^3.1.1",
|
|
3712
|
+
"get-caller-file": "^2.0.5",
|
|
3713
|
+
"require-directory": "^2.1.1",
|
|
3714
|
+
"string-width": "^4.2.3",
|
|
3715
|
+
"y18n": "^5.0.5",
|
|
3716
|
+
"yargs-parser": "^21.1.1"
|
|
3717
|
+
},
|
|
3718
|
+
"engines": {
|
|
3719
|
+
"node": ">=12"
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3539
3722
|
"node_modules/jest-config": {
|
|
3540
3723
|
"version": "29.5.0",
|
|
3541
3724
|
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.5.0.tgz",
|
|
@@ -4828,6 +5011,7 @@
|
|
|
4828
5011
|
"version": "2.4.2",
|
|
4829
5012
|
"resolved": "https://registry.npmjs.org/knex/-/knex-2.4.2.tgz",
|
|
4830
5013
|
"integrity": "sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg==",
|
|
5014
|
+
"dev": true,
|
|
4831
5015
|
"dependencies": {
|
|
4832
5016
|
"colorette": "2.0.19",
|
|
4833
5017
|
"commander": "^9.1.0",
|
|
@@ -4874,6 +5058,44 @@
|
|
|
4874
5058
|
}
|
|
4875
5059
|
}
|
|
4876
5060
|
},
|
|
5061
|
+
"node_modules/lazystream": {
|
|
5062
|
+
"version": "1.0.1",
|
|
5063
|
+
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
|
|
5064
|
+
"integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
|
|
5065
|
+
"dependencies": {
|
|
5066
|
+
"readable-stream": "^2.0.5"
|
|
5067
|
+
},
|
|
5068
|
+
"engines": {
|
|
5069
|
+
"node": ">= 0.6.3"
|
|
5070
|
+
}
|
|
5071
|
+
},
|
|
5072
|
+
"node_modules/lazystream/node_modules/readable-stream": {
|
|
5073
|
+
"version": "2.3.8",
|
|
5074
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
5075
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
5076
|
+
"dependencies": {
|
|
5077
|
+
"core-util-is": "~1.0.0",
|
|
5078
|
+
"inherits": "~2.0.3",
|
|
5079
|
+
"isarray": "~1.0.0",
|
|
5080
|
+
"process-nextick-args": "~2.0.0",
|
|
5081
|
+
"safe-buffer": "~5.1.1",
|
|
5082
|
+
"string_decoder": "~1.1.1",
|
|
5083
|
+
"util-deprecate": "~1.0.1"
|
|
5084
|
+
}
|
|
5085
|
+
},
|
|
5086
|
+
"node_modules/lazystream/node_modules/safe-buffer": {
|
|
5087
|
+
"version": "5.1.2",
|
|
5088
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
5089
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
|
5090
|
+
},
|
|
5091
|
+
"node_modules/lazystream/node_modules/string_decoder": {
|
|
5092
|
+
"version": "1.1.1",
|
|
5093
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
5094
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
5095
|
+
"dependencies": {
|
|
5096
|
+
"safe-buffer": "~5.1.0"
|
|
5097
|
+
}
|
|
5098
|
+
},
|
|
4877
5099
|
"node_modules/leven": {
|
|
4878
5100
|
"version": "3.1.0",
|
|
4879
5101
|
"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
|
|
@@ -4901,17 +5123,38 @@
|
|
|
4901
5123
|
"node_modules/lodash": {
|
|
4902
5124
|
"version": "4.17.21",
|
|
4903
5125
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
4904
|
-
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
|
5126
|
+
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
5127
|
+
"dev": true
|
|
5128
|
+
},
|
|
5129
|
+
"node_modules/lodash.defaults": {
|
|
5130
|
+
"version": "4.2.0",
|
|
5131
|
+
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
|
|
5132
|
+
"integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
|
|
5133
|
+
},
|
|
5134
|
+
"node_modules/lodash.difference": {
|
|
5135
|
+
"version": "4.5.0",
|
|
5136
|
+
"resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
|
|
5137
|
+
"integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA=="
|
|
5138
|
+
},
|
|
5139
|
+
"node_modules/lodash.flatten": {
|
|
5140
|
+
"version": "4.4.0",
|
|
5141
|
+
"resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
|
|
5142
|
+
"integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g=="
|
|
5143
|
+
},
|
|
5144
|
+
"node_modules/lodash.isplainobject": {
|
|
5145
|
+
"version": "4.0.6",
|
|
5146
|
+
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
5147
|
+
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="
|
|
4905
5148
|
},
|
|
4906
5149
|
"node_modules/lodash.memoize": {
|
|
4907
5150
|
"version": "4.1.2",
|
|
4908
5151
|
"resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
|
|
4909
5152
|
"integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
|
|
4910
5153
|
},
|
|
4911
|
-
"node_modules/
|
|
4912
|
-
"version": "4.
|
|
4913
|
-
"resolved": "https://registry.npmjs.org/
|
|
4914
|
-
"integrity": "sha512-
|
|
5154
|
+
"node_modules/lodash.union": {
|
|
5155
|
+
"version": "4.6.0",
|
|
5156
|
+
"resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz",
|
|
5157
|
+
"integrity": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw=="
|
|
4915
5158
|
},
|
|
4916
5159
|
"node_modules/lru-cache": {
|
|
4917
5160
|
"version": "5.1.1",
|
|
@@ -4989,59 +5232,6 @@
|
|
|
4989
5232
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
4990
5233
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
4991
5234
|
},
|
|
4992
|
-
"node_modules/mysql2": {
|
|
4993
|
-
"version": "2.3.3",
|
|
4994
|
-
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-2.3.3.tgz",
|
|
4995
|
-
"integrity": "sha512-wxJUev6LgMSgACDkb/InIFxDprRa6T95+VEoR+xPvtngtccNH2dGjEB/fVZ8yg1gWv1510c9CvXuJHi5zUm0ZA==",
|
|
4996
|
-
"dependencies": {
|
|
4997
|
-
"denque": "^2.0.1",
|
|
4998
|
-
"generate-function": "^2.3.1",
|
|
4999
|
-
"iconv-lite": "^0.6.3",
|
|
5000
|
-
"long": "^4.0.0",
|
|
5001
|
-
"lru-cache": "^6.0.0",
|
|
5002
|
-
"named-placeholders": "^1.1.2",
|
|
5003
|
-
"seq-queue": "^0.0.5",
|
|
5004
|
-
"sqlstring": "^2.3.2"
|
|
5005
|
-
},
|
|
5006
|
-
"engines": {
|
|
5007
|
-
"node": ">= 8.0"
|
|
5008
|
-
}
|
|
5009
|
-
},
|
|
5010
|
-
"node_modules/mysql2/node_modules/lru-cache": {
|
|
5011
|
-
"version": "6.0.0",
|
|
5012
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
5013
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
5014
|
-
"dependencies": {
|
|
5015
|
-
"yallist": "^4.0.0"
|
|
5016
|
-
},
|
|
5017
|
-
"engines": {
|
|
5018
|
-
"node": ">=10"
|
|
5019
|
-
}
|
|
5020
|
-
},
|
|
5021
|
-
"node_modules/mysql2/node_modules/yallist": {
|
|
5022
|
-
"version": "4.0.0",
|
|
5023
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
5024
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
5025
|
-
},
|
|
5026
|
-
"node_modules/named-placeholders": {
|
|
5027
|
-
"version": "1.1.3",
|
|
5028
|
-
"resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.3.tgz",
|
|
5029
|
-
"integrity": "sha512-eLoBxg6wE/rZkJPhU/xRX1WTpkFEwDJEN96oxFrTsqBdbT5ec295Q+CoHrL9IT0DipqKhmGcaZmwOt8OON5x1w==",
|
|
5030
|
-
"dependencies": {
|
|
5031
|
-
"lru-cache": "^7.14.1"
|
|
5032
|
-
},
|
|
5033
|
-
"engines": {
|
|
5034
|
-
"node": ">=12.0.0"
|
|
5035
|
-
}
|
|
5036
|
-
},
|
|
5037
|
-
"node_modules/named-placeholders/node_modules/lru-cache": {
|
|
5038
|
-
"version": "7.18.3",
|
|
5039
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
|
5040
|
-
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
5041
|
-
"engines": {
|
|
5042
|
-
"node": ">=12"
|
|
5043
|
-
}
|
|
5044
|
-
},
|
|
5045
5235
|
"node_modules/natural-compare": {
|
|
5046
5236
|
"version": "1.4.0",
|
|
5047
5237
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
@@ -5145,11 +5335,6 @@
|
|
|
5145
5335
|
"node": ">=6"
|
|
5146
5336
|
}
|
|
5147
5337
|
},
|
|
5148
|
-
"node_modules/packet-reader": {
|
|
5149
|
-
"version": "1.0.0",
|
|
5150
|
-
"resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz",
|
|
5151
|
-
"integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ=="
|
|
5152
|
-
},
|
|
5153
5338
|
"node_modules/parse-json": {
|
|
5154
5339
|
"version": "5.2.0",
|
|
5155
5340
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
@@ -5196,93 +5381,11 @@
|
|
|
5196
5381
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
5197
5382
|
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
|
|
5198
5383
|
},
|
|
5199
|
-
"node_modules/pg": {
|
|
5200
|
-
"version": "8.11.0",
|
|
5201
|
-
"resolved": "https://registry.npmjs.org/pg/-/pg-8.11.0.tgz",
|
|
5202
|
-
"integrity": "sha512-meLUVPn2TWgJyLmy7el3fQQVwft4gU5NGyvV0XbD41iU9Jbg8lCH4zexhIkihDzVHJStlt6r088G6/fWeNjhXA==",
|
|
5203
|
-
"dependencies": {
|
|
5204
|
-
"buffer-writer": "2.0.0",
|
|
5205
|
-
"packet-reader": "1.0.0",
|
|
5206
|
-
"pg-connection-string": "^2.6.0",
|
|
5207
|
-
"pg-pool": "^3.6.0",
|
|
5208
|
-
"pg-protocol": "^1.6.0",
|
|
5209
|
-
"pg-types": "^2.1.0",
|
|
5210
|
-
"pgpass": "1.x"
|
|
5211
|
-
},
|
|
5212
|
-
"engines": {
|
|
5213
|
-
"node": ">= 8.0.0"
|
|
5214
|
-
},
|
|
5215
|
-
"optionalDependencies": {
|
|
5216
|
-
"pg-cloudflare": "^1.1.0"
|
|
5217
|
-
},
|
|
5218
|
-
"peerDependencies": {
|
|
5219
|
-
"pg-native": ">=3.0.1"
|
|
5220
|
-
},
|
|
5221
|
-
"peerDependenciesMeta": {
|
|
5222
|
-
"pg-native": {
|
|
5223
|
-
"optional": true
|
|
5224
|
-
}
|
|
5225
|
-
}
|
|
5226
|
-
},
|
|
5227
|
-
"node_modules/pg-cloudflare": {
|
|
5228
|
-
"version": "1.1.0",
|
|
5229
|
-
"resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.0.tgz",
|
|
5230
|
-
"integrity": "sha512-tGM8/s6frwuAIyRcJ6nWcIvd3+3NmUKIs6OjviIm1HPPFEt5MzQDOTBQyhPWg/m0kCl95M6gA1JaIXtS8KovOA==",
|
|
5231
|
-
"optional": true
|
|
5232
|
-
},
|
|
5233
5384
|
"node_modules/pg-connection-string": {
|
|
5234
5385
|
"version": "2.5.0",
|
|
5235
5386
|
"resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.5.0.tgz",
|
|
5236
|
-
"integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ=="
|
|
5237
|
-
|
|
5238
|
-
"node_modules/pg-int8": {
|
|
5239
|
-
"version": "1.0.1",
|
|
5240
|
-
"resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
|
|
5241
|
-
"integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
|
|
5242
|
-
"engines": {
|
|
5243
|
-
"node": ">=4.0.0"
|
|
5244
|
-
}
|
|
5245
|
-
},
|
|
5246
|
-
"node_modules/pg-pool": {
|
|
5247
|
-
"version": "3.6.0",
|
|
5248
|
-
"resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.0.tgz",
|
|
5249
|
-
"integrity": "sha512-clFRf2ksqd+F497kWFyM21tMjeikn60oGDmqMT8UBrynEwVEX/5R5xd2sdvdo1cZCFlguORNpVuqxIj+aK4cfQ==",
|
|
5250
|
-
"peerDependencies": {
|
|
5251
|
-
"pg": ">=8.0"
|
|
5252
|
-
}
|
|
5253
|
-
},
|
|
5254
|
-
"node_modules/pg-protocol": {
|
|
5255
|
-
"version": "1.6.0",
|
|
5256
|
-
"resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.0.tgz",
|
|
5257
|
-
"integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q=="
|
|
5258
|
-
},
|
|
5259
|
-
"node_modules/pg-types": {
|
|
5260
|
-
"version": "2.2.0",
|
|
5261
|
-
"resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
|
|
5262
|
-
"integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
|
|
5263
|
-
"dependencies": {
|
|
5264
|
-
"pg-int8": "1.0.1",
|
|
5265
|
-
"postgres-array": "~2.0.0",
|
|
5266
|
-
"postgres-bytea": "~1.0.0",
|
|
5267
|
-
"postgres-date": "~1.0.4",
|
|
5268
|
-
"postgres-interval": "^1.1.0"
|
|
5269
|
-
},
|
|
5270
|
-
"engines": {
|
|
5271
|
-
"node": ">=4"
|
|
5272
|
-
}
|
|
5273
|
-
},
|
|
5274
|
-
"node_modules/pg/node_modules/pg-connection-string": {
|
|
5275
|
-
"version": "2.6.0",
|
|
5276
|
-
"resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.0.tgz",
|
|
5277
|
-
"integrity": "sha512-x14ibktcwlHKoHxx9X3uTVW9zIGR41ZB6QNhHb21OPNdCCO3NaRnpJuwKIQSR4u+Yqjx4HCvy7Hh7VSy1U4dGg=="
|
|
5278
|
-
},
|
|
5279
|
-
"node_modules/pgpass": {
|
|
5280
|
-
"version": "1.0.5",
|
|
5281
|
-
"resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
|
|
5282
|
-
"integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
|
|
5283
|
-
"dependencies": {
|
|
5284
|
-
"split2": "^4.1.0"
|
|
5285
|
-
}
|
|
5387
|
+
"integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==",
|
|
5388
|
+
"dev": true
|
|
5286
5389
|
},
|
|
5287
5390
|
"node_modules/picocolors": {
|
|
5288
5391
|
"version": "1.0.0",
|
|
@@ -5319,41 +5422,6 @@
|
|
|
5319
5422
|
"node": ">=8"
|
|
5320
5423
|
}
|
|
5321
5424
|
},
|
|
5322
|
-
"node_modules/postgres-array": {
|
|
5323
|
-
"version": "2.0.0",
|
|
5324
|
-
"resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
|
|
5325
|
-
"integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
|
|
5326
|
-
"engines": {
|
|
5327
|
-
"node": ">=4"
|
|
5328
|
-
}
|
|
5329
|
-
},
|
|
5330
|
-
"node_modules/postgres-bytea": {
|
|
5331
|
-
"version": "1.0.0",
|
|
5332
|
-
"resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
|
|
5333
|
-
"integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==",
|
|
5334
|
-
"engines": {
|
|
5335
|
-
"node": ">=0.10.0"
|
|
5336
|
-
}
|
|
5337
|
-
},
|
|
5338
|
-
"node_modules/postgres-date": {
|
|
5339
|
-
"version": "1.0.7",
|
|
5340
|
-
"resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
|
|
5341
|
-
"integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
|
|
5342
|
-
"engines": {
|
|
5343
|
-
"node": ">=0.10.0"
|
|
5344
|
-
}
|
|
5345
|
-
},
|
|
5346
|
-
"node_modules/postgres-interval": {
|
|
5347
|
-
"version": "1.2.0",
|
|
5348
|
-
"resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
|
|
5349
|
-
"integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
|
|
5350
|
-
"dependencies": {
|
|
5351
|
-
"xtend": "^4.0.0"
|
|
5352
|
-
},
|
|
5353
|
-
"engines": {
|
|
5354
|
-
"node": ">=0.10.0"
|
|
5355
|
-
}
|
|
5356
|
-
},
|
|
5357
5425
|
"node_modules/pretty-format": {
|
|
5358
5426
|
"version": "29.5.0",
|
|
5359
5427
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
|
|
@@ -5378,6 +5446,11 @@
|
|
|
5378
5446
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5379
5447
|
}
|
|
5380
5448
|
},
|
|
5449
|
+
"node_modules/process-nextick-args": {
|
|
5450
|
+
"version": "2.0.1",
|
|
5451
|
+
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
5452
|
+
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
|
5453
|
+
},
|
|
5381
5454
|
"node_modules/prompts": {
|
|
5382
5455
|
"version": "2.4.2",
|
|
5383
5456
|
"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
|
|
@@ -5410,10 +5483,51 @@
|
|
|
5410
5483
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
|
|
5411
5484
|
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
|
|
5412
5485
|
},
|
|
5486
|
+
"node_modules/readable-stream": {
|
|
5487
|
+
"version": "3.6.2",
|
|
5488
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
5489
|
+
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
5490
|
+
"dependencies": {
|
|
5491
|
+
"inherits": "^2.0.3",
|
|
5492
|
+
"string_decoder": "^1.1.1",
|
|
5493
|
+
"util-deprecate": "^1.0.1"
|
|
5494
|
+
},
|
|
5495
|
+
"engines": {
|
|
5496
|
+
"node": ">= 6"
|
|
5497
|
+
}
|
|
5498
|
+
},
|
|
5499
|
+
"node_modules/readdir-glob": {
|
|
5500
|
+
"version": "1.1.3",
|
|
5501
|
+
"resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
|
|
5502
|
+
"integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
|
|
5503
|
+
"dependencies": {
|
|
5504
|
+
"minimatch": "^5.1.0"
|
|
5505
|
+
}
|
|
5506
|
+
},
|
|
5507
|
+
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
5508
|
+
"version": "2.0.1",
|
|
5509
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
5510
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
5511
|
+
"dependencies": {
|
|
5512
|
+
"balanced-match": "^1.0.0"
|
|
5513
|
+
}
|
|
5514
|
+
},
|
|
5515
|
+
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
5516
|
+
"version": "5.1.6",
|
|
5517
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
5518
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
5519
|
+
"dependencies": {
|
|
5520
|
+
"brace-expansion": "^2.0.1"
|
|
5521
|
+
},
|
|
5522
|
+
"engines": {
|
|
5523
|
+
"node": ">=10"
|
|
5524
|
+
}
|
|
5525
|
+
},
|
|
5413
5526
|
"node_modules/rechoir": {
|
|
5414
5527
|
"version": "0.8.0",
|
|
5415
5528
|
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
|
|
5416
5529
|
"integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
|
|
5530
|
+
"dev": true,
|
|
5417
5531
|
"dependencies": {
|
|
5418
5532
|
"resolve": "^1.20.0"
|
|
5419
5533
|
},
|
|
@@ -5472,10 +5586,24 @@
|
|
|
5472
5586
|
"node": ">=10"
|
|
5473
5587
|
}
|
|
5474
5588
|
},
|
|
5475
|
-
"node_modules/
|
|
5476
|
-
"version": "2.1
|
|
5477
|
-
"resolved": "https://registry.npmjs.org/
|
|
5478
|
-
"integrity": "sha512-
|
|
5589
|
+
"node_modules/safe-buffer": {
|
|
5590
|
+
"version": "5.2.1",
|
|
5591
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
5592
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
5593
|
+
"funding": [
|
|
5594
|
+
{
|
|
5595
|
+
"type": "github",
|
|
5596
|
+
"url": "https://github.com/sponsors/feross"
|
|
5597
|
+
},
|
|
5598
|
+
{
|
|
5599
|
+
"type": "patreon",
|
|
5600
|
+
"url": "https://www.patreon.com/feross"
|
|
5601
|
+
},
|
|
5602
|
+
{
|
|
5603
|
+
"type": "consulting",
|
|
5604
|
+
"url": "https://feross.org/support"
|
|
5605
|
+
}
|
|
5606
|
+
]
|
|
5479
5607
|
},
|
|
5480
5608
|
"node_modules/semver": {
|
|
5481
5609
|
"version": "6.3.0",
|
|
@@ -5485,11 +5613,6 @@
|
|
|
5485
5613
|
"semver": "bin/semver.js"
|
|
5486
5614
|
}
|
|
5487
5615
|
},
|
|
5488
|
-
"node_modules/seq-queue": {
|
|
5489
|
-
"version": "0.0.5",
|
|
5490
|
-
"resolved": "https://registry.npmjs.org/seq-queue/-/seq-queue-0.0.5.tgz",
|
|
5491
|
-
"integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
|
|
5492
|
-
},
|
|
5493
5616
|
"node_modules/shebang-command": {
|
|
5494
5617
|
"version": "2.0.0",
|
|
5495
5618
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -5544,27 +5667,11 @@
|
|
|
5544
5667
|
"source-map": "^0.6.0"
|
|
5545
5668
|
}
|
|
5546
5669
|
},
|
|
5547
|
-
"node_modules/split2": {
|
|
5548
|
-
"version": "4.2.0",
|
|
5549
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
5550
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
5551
|
-
"engines": {
|
|
5552
|
-
"node": ">= 10.x"
|
|
5553
|
-
}
|
|
5554
|
-
},
|
|
5555
5670
|
"node_modules/sprintf-js": {
|
|
5556
5671
|
"version": "1.0.3",
|
|
5557
5672
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
5558
5673
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
|
|
5559
5674
|
},
|
|
5560
|
-
"node_modules/sqlstring": {
|
|
5561
|
-
"version": "2.3.3",
|
|
5562
|
-
"resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.3.tgz",
|
|
5563
|
-
"integrity": "sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==",
|
|
5564
|
-
"engines": {
|
|
5565
|
-
"node": ">= 0.6"
|
|
5566
|
-
}
|
|
5567
|
-
},
|
|
5568
5675
|
"node_modules/stack-utils": {
|
|
5569
5676
|
"version": "2.0.6",
|
|
5570
5677
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
@@ -5584,6 +5691,14 @@
|
|
|
5584
5691
|
"node": ">=8"
|
|
5585
5692
|
}
|
|
5586
5693
|
},
|
|
5694
|
+
"node_modules/string_decoder": {
|
|
5695
|
+
"version": "1.3.0",
|
|
5696
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
5697
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
5698
|
+
"dependencies": {
|
|
5699
|
+
"safe-buffer": "~5.2.0"
|
|
5700
|
+
}
|
|
5701
|
+
},
|
|
5587
5702
|
"node_modules/string-length": {
|
|
5588
5703
|
"version": "4.0.2",
|
|
5589
5704
|
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
|
|
@@ -5674,10 +5789,26 @@
|
|
|
5674
5789
|
"url": "https://github.com/sponsors/ljharb"
|
|
5675
5790
|
}
|
|
5676
5791
|
},
|
|
5792
|
+
"node_modules/tar-stream": {
|
|
5793
|
+
"version": "2.2.0",
|
|
5794
|
+
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
5795
|
+
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
5796
|
+
"dependencies": {
|
|
5797
|
+
"bl": "^4.0.3",
|
|
5798
|
+
"end-of-stream": "^1.4.1",
|
|
5799
|
+
"fs-constants": "^1.0.0",
|
|
5800
|
+
"inherits": "^2.0.3",
|
|
5801
|
+
"readable-stream": "^3.1.1"
|
|
5802
|
+
},
|
|
5803
|
+
"engines": {
|
|
5804
|
+
"node": ">=6"
|
|
5805
|
+
}
|
|
5806
|
+
},
|
|
5677
5807
|
"node_modules/tarn": {
|
|
5678
5808
|
"version": "3.0.2",
|
|
5679
5809
|
"resolved": "https://registry.npmjs.org/tarn/-/tarn-3.0.2.tgz",
|
|
5680
5810
|
"integrity": "sha512-51LAVKUSZSVfI05vjPESNc5vwqqZpbXCsU+/+wxlOrUjk2SnFTt97v9ZgQrD4YmxYW1Px6w2KjaDitCfkvgxMQ==",
|
|
5811
|
+
"dev": true,
|
|
5681
5812
|
"engines": {
|
|
5682
5813
|
"node": ">=8.0.0"
|
|
5683
5814
|
}
|
|
@@ -5699,6 +5830,7 @@
|
|
|
5699
5830
|
"version": "2.0.0",
|
|
5700
5831
|
"resolved": "https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz",
|
|
5701
5832
|
"integrity": "sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw==",
|
|
5833
|
+
"dev": true,
|
|
5702
5834
|
"engines": {
|
|
5703
5835
|
"node": ">=8"
|
|
5704
5836
|
}
|
|
@@ -5864,6 +5996,11 @@
|
|
|
5864
5996
|
"browserslist": ">= 4.21.0"
|
|
5865
5997
|
}
|
|
5866
5998
|
},
|
|
5999
|
+
"node_modules/util-deprecate": {
|
|
6000
|
+
"version": "1.0.2",
|
|
6001
|
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
6002
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
|
6003
|
+
},
|
|
5867
6004
|
"node_modules/uuid": {
|
|
5868
6005
|
"version": "9.0.0",
|
|
5869
6006
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
|
|
@@ -5970,14 +6107,6 @@
|
|
|
5970
6107
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
5971
6108
|
}
|
|
5972
6109
|
},
|
|
5973
|
-
"node_modules/xtend": {
|
|
5974
|
-
"version": "4.0.2",
|
|
5975
|
-
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
|
5976
|
-
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
|
|
5977
|
-
"engines": {
|
|
5978
|
-
"node": ">=0.4"
|
|
5979
|
-
}
|
|
5980
|
-
},
|
|
5981
6110
|
"node_modules/y18n": {
|
|
5982
6111
|
"version": "5.0.8",
|
|
5983
6112
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
@@ -5992,20 +6121,20 @@
|
|
|
5992
6121
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
|
|
5993
6122
|
},
|
|
5994
6123
|
"node_modules/yargs": {
|
|
5995
|
-
"version": "
|
|
5996
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-
|
|
5997
|
-
"integrity": "sha512-
|
|
6124
|
+
"version": "16.2.0",
|
|
6125
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
6126
|
+
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|
|
5998
6127
|
"dependencies": {
|
|
5999
|
-
"cliui": "^
|
|
6128
|
+
"cliui": "^7.0.2",
|
|
6000
6129
|
"escalade": "^3.1.1",
|
|
6001
6130
|
"get-caller-file": "^2.0.5",
|
|
6002
6131
|
"require-directory": "^2.1.1",
|
|
6003
|
-
"string-width": "^4.2.
|
|
6132
|
+
"string-width": "^4.2.0",
|
|
6004
6133
|
"y18n": "^5.0.5",
|
|
6005
|
-
"yargs-parser": "^
|
|
6134
|
+
"yargs-parser": "^20.2.2"
|
|
6006
6135
|
},
|
|
6007
6136
|
"engines": {
|
|
6008
|
-
"node": ">=
|
|
6137
|
+
"node": ">=10"
|
|
6009
6138
|
}
|
|
6010
6139
|
},
|
|
6011
6140
|
"node_modules/yargs-parser": {
|
|
@@ -6016,6 +6145,14 @@
|
|
|
6016
6145
|
"node": ">=12"
|
|
6017
6146
|
}
|
|
6018
6147
|
},
|
|
6148
|
+
"node_modules/yargs/node_modules/yargs-parser": {
|
|
6149
|
+
"version": "20.2.9",
|
|
6150
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
|
|
6151
|
+
"integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
|
|
6152
|
+
"engines": {
|
|
6153
|
+
"node": ">=10"
|
|
6154
|
+
}
|
|
6155
|
+
},
|
|
6019
6156
|
"node_modules/yocto-queue": {
|
|
6020
6157
|
"version": "0.1.0",
|
|
6021
6158
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
@@ -6026,6 +6163,19 @@
|
|
|
6026
6163
|
"funding": {
|
|
6027
6164
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6028
6165
|
}
|
|
6166
|
+
},
|
|
6167
|
+
"node_modules/zip-stream": {
|
|
6168
|
+
"version": "4.1.0",
|
|
6169
|
+
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.0.tgz",
|
|
6170
|
+
"integrity": "sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==",
|
|
6171
|
+
"dependencies": {
|
|
6172
|
+
"archiver-utils": "^2.1.0",
|
|
6173
|
+
"compress-commons": "^4.1.0",
|
|
6174
|
+
"readable-stream": "^3.6.0"
|
|
6175
|
+
},
|
|
6176
|
+
"engines": {
|
|
6177
|
+
"node": ">= 10"
|
|
6178
|
+
}
|
|
6029
6179
|
}
|
|
6030
6180
|
}
|
|
6031
6181
|
}
|