@aws-amplify/graphql-model-transformer 1.3.4-alpha.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 +7 -0
- 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
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
# escalade [](https://github.com/lukeed/escalade/actions) [](https://codecov.io/gh/lukeed/escalade)
|
|
2
|
+
|
|
3
|
+
> A tiny (183B to 210B) and [fast](#benchmarks) utility to ascend parent directories
|
|
4
|
+
|
|
5
|
+
With [escalade](https://en.wikipedia.org/wiki/Escalade), you can scale parent directories until you've found what you're looking for.<br>Given an input file or directory, `escalade` will continue executing your callback function until either:
|
|
6
|
+
|
|
7
|
+
1) the callback returns a truthy value
|
|
8
|
+
2) `escalade` has reached the system root directory (eg, `/`)
|
|
9
|
+
|
|
10
|
+
> **Important:**<br>Please note that `escalade` only deals with direct ancestry – it will not dive into parents' sibling directories.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
**Notice:** As of v3.1.0, `escalade` now includes [Deno support](http://deno.land/x/escalade)! Please see [Deno Usage](#deno) below.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Install
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
$ npm install --save escalade
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## Modes
|
|
26
|
+
|
|
27
|
+
There are two "versions" of `escalade` available:
|
|
28
|
+
|
|
29
|
+
#### "async"
|
|
30
|
+
> **Node.js:** >= 8.x<br>
|
|
31
|
+
> **Size (gzip):** 210 bytes<br>
|
|
32
|
+
> **Availability:** [CommonJS](https://unpkg.com/escalade/dist/index.js), [ES Module](https://unpkg.com/escalade/dist/index.mjs)
|
|
33
|
+
|
|
34
|
+
This is the primary/default mode. It makes use of `async`/`await` and [`util.promisify`](https://nodejs.org/api/util.html#util_util_promisify_original).
|
|
35
|
+
|
|
36
|
+
#### "sync"
|
|
37
|
+
> **Node.js:** >= 6.x<br>
|
|
38
|
+
> **Size (gzip):** 183 bytes<br>
|
|
39
|
+
> **Availability:** [CommonJS](https://unpkg.com/escalade/sync/index.js), [ES Module](https://unpkg.com/escalade/sync/index.mjs)
|
|
40
|
+
|
|
41
|
+
This is the opt-in mode, ideal for scenarios where `async` usage cannot be supported.
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## Usage
|
|
45
|
+
|
|
46
|
+
***Example Structure***
|
|
47
|
+
|
|
48
|
+
```
|
|
49
|
+
/Users/lukeed
|
|
50
|
+
└── oss
|
|
51
|
+
├── license
|
|
52
|
+
└── escalade
|
|
53
|
+
├── package.json
|
|
54
|
+
└── test
|
|
55
|
+
└── fixtures
|
|
56
|
+
├── index.js
|
|
57
|
+
└── foobar
|
|
58
|
+
└── demo.js
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
***Example Usage***
|
|
62
|
+
|
|
63
|
+
```js
|
|
64
|
+
//~> demo.js
|
|
65
|
+
import { join } from 'path';
|
|
66
|
+
import escalade from 'escalade';
|
|
67
|
+
|
|
68
|
+
const input = join(__dirname, 'demo.js');
|
|
69
|
+
// or: const input = __dirname;
|
|
70
|
+
|
|
71
|
+
const pkg = await escalade(input, (dir, names) => {
|
|
72
|
+
console.log('~> dir:', dir);
|
|
73
|
+
console.log('~> names:', names);
|
|
74
|
+
console.log('---');
|
|
75
|
+
|
|
76
|
+
if (names.includes('package.json')) {
|
|
77
|
+
// will be resolved into absolute
|
|
78
|
+
return 'package.json';
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
//~> dir: /Users/lukeed/oss/escalade/test/fixtures/foobar
|
|
83
|
+
//~> names: ['demo.js']
|
|
84
|
+
//---
|
|
85
|
+
//~> dir: /Users/lukeed/oss/escalade/test/fixtures
|
|
86
|
+
//~> names: ['index.js', 'foobar']
|
|
87
|
+
//---
|
|
88
|
+
//~> dir: /Users/lukeed/oss/escalade/test
|
|
89
|
+
//~> names: ['fixtures']
|
|
90
|
+
//---
|
|
91
|
+
//~> dir: /Users/lukeed/oss/escalade
|
|
92
|
+
//~> names: ['package.json', 'test']
|
|
93
|
+
//---
|
|
94
|
+
|
|
95
|
+
console.log(pkg);
|
|
96
|
+
//=> /Users/lukeed/oss/escalade/package.json
|
|
97
|
+
|
|
98
|
+
// Now search for "missing123.txt"
|
|
99
|
+
// (Assume it doesn't exist anywhere!)
|
|
100
|
+
const missing = await escalade(input, (dir, names) => {
|
|
101
|
+
console.log('~> dir:', dir);
|
|
102
|
+
return names.includes('missing123.txt') && 'missing123.txt';
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
//~> dir: /Users/lukeed/oss/escalade/test/fixtures/foobar
|
|
106
|
+
//~> dir: /Users/lukeed/oss/escalade/test/fixtures
|
|
107
|
+
//~> dir: /Users/lukeed/oss/escalade/test
|
|
108
|
+
//~> dir: /Users/lukeed/oss/escalade
|
|
109
|
+
//~> dir: /Users/lukeed/oss
|
|
110
|
+
//~> dir: /Users/lukeed
|
|
111
|
+
//~> dir: /Users
|
|
112
|
+
//~> dir: /
|
|
113
|
+
|
|
114
|
+
console.log(missing);
|
|
115
|
+
//=> undefined
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
> **Note:** To run the above example with "sync" mode, import from `escalade/sync` and remove the `await` keyword.
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## API
|
|
122
|
+
|
|
123
|
+
### escalade(input, callback)
|
|
124
|
+
Returns: `string|void` or `Promise<string|void>`
|
|
125
|
+
|
|
126
|
+
When your `callback` locates a file, `escalade` will resolve/return with an absolute path.<br>
|
|
127
|
+
If your `callback` was never satisfied, then `escalade` will resolve/return with nothing (undefined).
|
|
128
|
+
|
|
129
|
+
> **Important:**<br>The `sync` and `async` versions share the same API.<br>The **only** difference is that `sync` is not Promise-based.
|
|
130
|
+
|
|
131
|
+
#### input
|
|
132
|
+
Type: `string`
|
|
133
|
+
|
|
134
|
+
The path from which to start ascending.
|
|
135
|
+
|
|
136
|
+
This may be a file or a directory path.<br>However, when `input` is a file, `escalade` will begin with its parent directory.
|
|
137
|
+
|
|
138
|
+
> **Important:** Unless given an absolute path, `input` will be resolved from `process.cwd()` location.
|
|
139
|
+
|
|
140
|
+
#### callback
|
|
141
|
+
Type: `Function`
|
|
142
|
+
|
|
143
|
+
The callback to execute for each ancestry level. It always is given two arguments:
|
|
144
|
+
|
|
145
|
+
1) `dir` - an absolute path of the current parent directory
|
|
146
|
+
2) `names` - a list (`string[]`) of contents _relative to_ the `dir` parent
|
|
147
|
+
|
|
148
|
+
> **Note:** The `names` list can contain names of files _and_ directories.
|
|
149
|
+
|
|
150
|
+
When your callback returns a _falsey_ value, then `escalade` will continue with `dir`'s parent directory, re-invoking your callback with new argument values.
|
|
151
|
+
|
|
152
|
+
When your callback returns a string, then `escalade` stops iteration immediately.<br>
|
|
153
|
+
If the string is an absolute path, then it's left as is. Otherwise, the string is resolved into an absolute path _from_ the `dir` that housed the satisfying condition.
|
|
154
|
+
|
|
155
|
+
> **Important:** Your `callback` can be a `Promise/AsyncFunction` when using the "async" version of `escalade`.
|
|
156
|
+
|
|
157
|
+
## Benchmarks
|
|
158
|
+
|
|
159
|
+
> Running on Node.js v10.13.0
|
|
160
|
+
|
|
161
|
+
```
|
|
162
|
+
# Load Time
|
|
163
|
+
find-up 3.891ms
|
|
164
|
+
escalade 0.485ms
|
|
165
|
+
escalade/sync 0.309ms
|
|
166
|
+
|
|
167
|
+
# Levels: 6 (target = "foo.txt"):
|
|
168
|
+
find-up x 24,856 ops/sec ±6.46% (55 runs sampled)
|
|
169
|
+
escalade x 73,084 ops/sec ±4.23% (73 runs sampled)
|
|
170
|
+
find-up.sync x 3,663 ops/sec ±1.12% (83 runs sampled)
|
|
171
|
+
escalade/sync x 9,360 ops/sec ±0.62% (88 runs sampled)
|
|
172
|
+
|
|
173
|
+
# Levels: 12 (target = "package.json"):
|
|
174
|
+
find-up x 29,300 ops/sec ±10.68% (70 runs sampled)
|
|
175
|
+
escalade x 73,685 ops/sec ± 5.66% (66 runs sampled)
|
|
176
|
+
find-up.sync x 1,707 ops/sec ± 0.58% (91 runs sampled)
|
|
177
|
+
escalade/sync x 4,667 ops/sec ± 0.68% (94 runs sampled)
|
|
178
|
+
|
|
179
|
+
# Levels: 18 (target = "missing123.txt"):
|
|
180
|
+
find-up x 21,818 ops/sec ±17.37% (14 runs sampled)
|
|
181
|
+
escalade x 67,101 ops/sec ±21.60% (20 runs sampled)
|
|
182
|
+
find-up.sync x 1,037 ops/sec ± 2.86% (88 runs sampled)
|
|
183
|
+
escalade/sync x 1,248 ops/sec ± 0.50% (93 runs sampled)
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
## Deno
|
|
187
|
+
|
|
188
|
+
As of v3.1.0, `escalade` is available on the Deno registry.
|
|
189
|
+
|
|
190
|
+
Please note that the [API](#api) is identical and that there are still [two modes](#modes) from which to choose:
|
|
191
|
+
|
|
192
|
+
```ts
|
|
193
|
+
// Choose "async" mode
|
|
194
|
+
import escalade from 'https://deno.land/escalade/async.ts';
|
|
195
|
+
|
|
196
|
+
// Choose "sync" mode
|
|
197
|
+
import escalade from 'https://deno.land/escalade/sync.ts';
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
> **Important:** The `allow-read` permission is required!
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## Related
|
|
204
|
+
|
|
205
|
+
- [premove](https://github.com/lukeed/premove) - A tiny (247B) utility to remove items recursively
|
|
206
|
+
- [totalist](https://github.com/lukeed/totalist) - A tiny (195B to 224B) utility to recursively list all (total) files in a directory
|
|
207
|
+
- [mk-dirs](https://github.com/lukeed/mk-dirs) - A tiny (420B) utility to make a directory and its parents, recursively
|
|
208
|
+
|
|
209
|
+
## License
|
|
210
|
+
|
|
211
|
+
MIT © [Luke Edwards](https://lukeed.com)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { dirname, resolve } from 'path';
|
|
2
|
+
import { readdirSync, statSync } from 'fs';
|
|
3
|
+
|
|
4
|
+
export default function (start, callback) {
|
|
5
|
+
let dir = resolve('.', start);
|
|
6
|
+
let tmp, stats = statSync(dir);
|
|
7
|
+
|
|
8
|
+
if (!stats.isDirectory()) {
|
|
9
|
+
dir = dirname(dir);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
while (true) {
|
|
13
|
+
tmp = callback(dir, readdirSync(dir));
|
|
14
|
+
if (tmp) return resolve(dir, tmp);
|
|
15
|
+
dir = dirname(tmp = dir);
|
|
16
|
+
if (tmp === dir) break;
|
|
17
|
+
}
|
|
18
|
+
}
|