@aws-amplify/graphql-model-transformer 1.3.4-agqlac.0 → 1.4.0-rds.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/API.md +3 -3
- package/CHANGELOG.md +5 -2
- package/lib/rds-lambda.zip +0 -0
- package/lib/rds-notification-lambda.zip +0 -0
- package/lib/rds-patching-lambda.zip +0 -0
- package/lib/resolvers/dynamodb/mutation.d.ts +1 -1
- package/lib/resolvers/dynamodb/mutation.d.ts.map +1 -1
- package/lib/resolvers/dynamodb/mutation.js +1 -1
- package/lib/resolvers/dynamodb/mutation.js.map +1 -1
- package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +1 -1
- package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -1
- package/lib/resolvers/generators/dynamodb-vtl-generator.js +2 -2
- package/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -1
- package/lib/resolvers/generators/rds-vtl-generator.d.ts +1 -1
- package/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -1
- package/lib/resolvers/generators/rds-vtl-generator.js +2 -2
- package/lib/resolvers/generators/rds-vtl-generator.js.map +1 -1
- package/lib/resolvers/generators/vtl-generator.d.ts +1 -1
- package/lib/resolvers/generators/vtl-generator.d.ts.map +1 -1
- package/lib/resolvers/rds/mutation.d.ts +1 -1
- package/lib/resolvers/rds/mutation.d.ts.map +1 -1
- package/lib/resolvers/rds/mutation.js +59 -61
- package/lib/resolvers/rds/mutation.js.map +1 -1
- package/lib/resolvers/rds/resolver.d.ts +11 -5
- package/lib/resolvers/rds/resolver.d.ts.map +1 -1
- package/lib/resolvers/rds/resolver.js +160 -24
- package/lib/resolvers/rds/resolver.js.map +1 -1
- package/lib/resources/model-resource-generator.d.ts.map +1 -1
- package/lib/resources/model-resource-generator.js +2 -1
- package/lib/resources/model-resource-generator.js.map +1 -1
- package/lib/resources/rds-model-resource-generator.d.ts +1 -1
- package/lib/resources/rds-model-resource-generator.d.ts.map +1 -1
- package/lib/resources/rds-model-resource-generator.js +25 -3
- package/lib/resources/rds-model-resource-generator.js.map +1 -1
- package/package.json +11 -15
- package/publish-notification-lambda/README.md +39 -0
- package/publish-notification-lambda/node_modules/.package-lock.json +1930 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/README.md +16 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/package.json +31 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/README.md +554 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/package.json +100 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/types/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/types/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
- package/publish-notification-lambda/node_modules/@smithy/types/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@smithy/types/README.md +4 -0
- package/publish-notification-lambda/node_modules/@smithy/types/package.json +62 -0
- package/publish-notification-lambda/node_modules/@types/node/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/@types/node/README.md +16 -0
- package/publish-notification-lambda/node_modules/@types/node/package.json +237 -0
- package/publish-notification-lambda/node_modules/ansi-regex/license +9 -0
- package/publish-notification-lambda/node_modules/ansi-regex/package.json +55 -0
- package/publish-notification-lambda/node_modules/ansi-regex/readme.md +78 -0
- package/publish-notification-lambda/node_modules/ansi-styles/license +9 -0
- package/publish-notification-lambda/node_modules/ansi-styles/package.json +56 -0
- package/publish-notification-lambda/node_modules/ansi-styles/readme.md +152 -0
- package/publish-notification-lambda/node_modules/archiver/CHANGELOG.md +228 -0
- package/publish-notification-lambda/node_modules/archiver/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/archiver/README.md +94 -0
- package/publish-notification-lambda/node_modules/archiver/package.json +60 -0
- package/publish-notification-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
- package/publish-notification-lambda/node_modules/archiver-utils/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/archiver-utils/README.md +7 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
- package/publish-notification-lambda/node_modules/archiver-utils/package.json +54 -0
- package/publish-notification-lambda/node_modules/async/CHANGELOG.md +348 -0
- package/publish-notification-lambda/node_modules/async/LICENSE +19 -0
- package/publish-notification-lambda/node_modules/async/README.md +59 -0
- package/publish-notification-lambda/node_modules/async/bower.json +17 -0
- package/publish-notification-lambda/node_modules/async/dist/async.mjs +5947 -0
- package/publish-notification-lambda/node_modules/async/package.json +75 -0
- package/publish-notification-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/publish-notification-lambda/node_modules/balanced-match/LICENSE.md +21 -0
- package/publish-notification-lambda/node_modules/balanced-match/README.md +97 -0
- package/publish-notification-lambda/node_modules/balanced-match/package.json +48 -0
- package/publish-notification-lambda/node_modules/base64-js/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/base64-js/README.md +34 -0
- package/publish-notification-lambda/node_modules/base64-js/package.json +47 -0
- package/publish-notification-lambda/node_modules/bestzip/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/bestzip/package.json +46 -0
- package/publish-notification-lambda/node_modules/bestzip/readme.md +91 -0
- package/publish-notification-lambda/node_modules/bl/.travis.yml +17 -0
- package/publish-notification-lambda/node_modules/bl/LICENSE.md +13 -0
- package/publish-notification-lambda/node_modules/bl/README.md +247 -0
- package/publish-notification-lambda/node_modules/bl/package.json +37 -0
- package/publish-notification-lambda/node_modules/bowser/CHANGELOG.md +218 -0
- package/publish-notification-lambda/node_modules/bowser/LICENSE +39 -0
- package/publish-notification-lambda/node_modules/bowser/README.md +179 -0
- package/publish-notification-lambda/node_modules/bowser/package.json +83 -0
- package/publish-notification-lambda/node_modules/brace-expansion/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/brace-expansion/README.md +129 -0
- package/publish-notification-lambda/node_modules/brace-expansion/package.json +47 -0
- package/publish-notification-lambda/node_modules/buffer/AUTHORS.md +70 -0
- package/publish-notification-lambda/node_modules/buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/buffer/README.md +410 -0
- package/publish-notification-lambda/node_modules/buffer/package.json +96 -0
- package/publish-notification-lambda/node_modules/buffer-crc32/LICENSE +19 -0
- package/publish-notification-lambda/node_modules/buffer-crc32/README.md +47 -0
- package/publish-notification-lambda/node_modules/buffer-crc32/package.json +39 -0
- package/publish-notification-lambda/node_modules/cliui/CHANGELOG.md +121 -0
- package/publish-notification-lambda/node_modules/cliui/LICENSE.txt +14 -0
- package/publish-notification-lambda/node_modules/cliui/README.md +141 -0
- package/publish-notification-lambda/node_modules/cliui/build/index.cjs +302 -0
- package/publish-notification-lambda/node_modules/cliui/index.mjs +13 -0
- package/publish-notification-lambda/node_modules/cliui/package.json +83 -0
- package/publish-notification-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
- package/publish-notification-lambda/node_modules/color-convert/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/color-convert/README.md +68 -0
- package/publish-notification-lambda/node_modules/color-convert/package.json +48 -0
- package/publish-notification-lambda/node_modules/color-name/LICENSE +8 -0
- package/publish-notification-lambda/node_modules/color-name/README.md +11 -0
- package/publish-notification-lambda/node_modules/color-name/package.json +28 -0
- package/publish-notification-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
- package/publish-notification-lambda/node_modules/compress-commons/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/compress-commons/README.md +25 -0
- package/publish-notification-lambda/node_modules/compress-commons/package.json +45 -0
- package/publish-notification-lambda/node_modules/concat-map/.travis.yml +4 -0
- package/publish-notification-lambda/node_modules/concat-map/LICENSE +18 -0
- package/publish-notification-lambda/node_modules/concat-map/README.markdown +62 -0
- package/publish-notification-lambda/node_modules/concat-map/package.json +43 -0
- package/publish-notification-lambda/node_modules/core-util-is/LICENSE +19 -0
- package/publish-notification-lambda/node_modules/core-util-is/README.md +3 -0
- package/publish-notification-lambda/node_modules/core-util-is/package.json +38 -0
- package/publish-notification-lambda/node_modules/crc-32/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/crc-32/README.md +200 -0
- package/publish-notification-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
- package/publish-notification-lambda/node_modules/crc-32/package.json +43 -0
- package/publish-notification-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
- package/publish-notification-lambda/node_modules/crc-32/types/tslint.json +11 -0
- package/publish-notification-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
- package/publish-notification-lambda/node_modules/crc32-stream/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/crc32-stream/README.md +79 -0
- package/publish-notification-lambda/node_modules/crc32-stream/package.json +45 -0
- package/publish-notification-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/publish-notification-lambda/node_modules/emoji-regex/README.md +73 -0
- package/publish-notification-lambda/node_modules/emoji-regex/package.json +50 -0
- package/publish-notification-lambda/node_modules/end-of-stream/README.md +54 -0
- package/publish-notification-lambda/node_modules/end-of-stream/package.json +37 -0
- package/publish-notification-lambda/node_modules/escalade/dist/index.mjs +22 -0
- package/publish-notification-lambda/node_modules/escalade/license +9 -0
- package/publish-notification-lambda/node_modules/escalade/package.json +61 -0
- package/publish-notification-lambda/node_modules/escalade/readme.md +211 -0
- package/publish-notification-lambda/node_modules/escalade/sync/index.mjs +18 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/README.md +204 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/package.json +71 -0
- package/publish-notification-lambda/node_modules/fs-constants/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/fs-constants/README.md +26 -0
- package/publish-notification-lambda/node_modules/fs-constants/package.json +19 -0
- package/publish-notification-lambda/node_modules/fs.realpath/LICENSE +43 -0
- package/publish-notification-lambda/node_modules/fs.realpath/README.md +33 -0
- package/publish-notification-lambda/node_modules/fs.realpath/package.json +26 -0
- package/publish-notification-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
- package/publish-notification-lambda/node_modules/get-caller-file/README.md +41 -0
- package/publish-notification-lambda/node_modules/get-caller-file/package.json +42 -0
- package/publish-notification-lambda/node_modules/glob/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/glob/README.md +378 -0
- package/publish-notification-lambda/node_modules/glob/package.json +55 -0
- package/publish-notification-lambda/node_modules/graceful-fs/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/graceful-fs/README.md +143 -0
- package/publish-notification-lambda/node_modules/graceful-fs/package.json +53 -0
- package/publish-notification-lambda/node_modules/ieee754/LICENSE +11 -0
- package/publish-notification-lambda/node_modules/ieee754/README.md +51 -0
- package/publish-notification-lambda/node_modules/ieee754/package.json +52 -0
- package/publish-notification-lambda/node_modules/inflight/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/inflight/README.md +37 -0
- package/publish-notification-lambda/node_modules/inflight/package.json +29 -0
- package/publish-notification-lambda/node_modules/inherits/LICENSE +16 -0
- package/publish-notification-lambda/node_modules/inherits/README.md +42 -0
- package/publish-notification-lambda/node_modules/inherits/package.json +29 -0
- package/publish-notification-lambda/node_modules/is-fullwidth-code-point/license +9 -0
- package/publish-notification-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/publish-notification-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
- package/publish-notification-lambda/node_modules/isarray/.travis.yml +4 -0
- package/publish-notification-lambda/node_modules/isarray/Makefile +6 -0
- package/publish-notification-lambda/node_modules/isarray/README.md +60 -0
- package/publish-notification-lambda/node_modules/isarray/component.json +19 -0
- package/publish-notification-lambda/node_modules/isarray/package.json +45 -0
- package/publish-notification-lambda/node_modules/isexe/README.md +51 -0
- package/publish-notification-lambda/node_modules/isexe/package.json +31 -0
- package/publish-notification-lambda/node_modules/lazystream/LICENSE +23 -0
- package/publish-notification-lambda/node_modules/lazystream/README.md +114 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
- package/publish-notification-lambda/node_modules/lazystream/package.json +46 -0
- package/publish-notification-lambda/node_modules/lazystream/test/data.md +13 -0
- package/publish-notification-lambda/node_modules/lodash.defaults/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.defaults/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.defaults/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.difference/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.difference/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.difference/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.flatten/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.flatten/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.flatten/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.isplainobject/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.isplainobject/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.union/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.union/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.union/package.json +17 -0
- package/publish-notification-lambda/node_modules/minimatch/README.md +230 -0
- package/publish-notification-lambda/node_modules/minimatch/package.json +33 -0
- package/publish-notification-lambda/node_modules/normalize-path/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/normalize-path/README.md +127 -0
- package/publish-notification-lambda/node_modules/normalize-path/package.json +77 -0
- package/publish-notification-lambda/node_modules/once/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/once/README.md +79 -0
- package/publish-notification-lambda/node_modules/once/package.json +33 -0
- package/publish-notification-lambda/node_modules/path-is-absolute/license +21 -0
- package/publish-notification-lambda/node_modules/path-is-absolute/package.json +43 -0
- package/publish-notification-lambda/node_modules/path-is-absolute/readme.md +59 -0
- package/publish-notification-lambda/node_modules/process-nextick-args/license.md +19 -0
- package/publish-notification-lambda/node_modules/process-nextick-args/package.json +25 -0
- package/publish-notification-lambda/node_modules/process-nextick-args/readme.md +18 -0
- package/publish-notification-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/publish-notification-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/publish-notification-lambda/node_modules/readable-stream/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/readable-stream/README.md +106 -0
- package/publish-notification-lambda/node_modules/readable-stream/package.json +68 -0
- package/publish-notification-lambda/node_modules/readdir-glob/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/readdir-glob/README.md +85 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
- package/publish-notification-lambda/node_modules/readdir-glob/package.json +43 -0
- package/publish-notification-lambda/node_modules/require-directory/.jshintrc +67 -0
- package/publish-notification-lambda/node_modules/require-directory/.travis.yml +3 -0
- package/publish-notification-lambda/node_modules/require-directory/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/require-directory/README.markdown +184 -0
- package/publish-notification-lambda/node_modules/require-directory/package.json +40 -0
- package/publish-notification-lambda/node_modules/safe-buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/safe-buffer/README.md +584 -0
- package/publish-notification-lambda/node_modules/safe-buffer/package.json +51 -0
- package/publish-notification-lambda/node_modules/string-width/license +9 -0
- package/publish-notification-lambda/node_modules/string-width/package.json +56 -0
- package/publish-notification-lambda/node_modules/string-width/readme.md +50 -0
- package/publish-notification-lambda/node_modules/string_decoder/LICENSE +48 -0
- package/publish-notification-lambda/node_modules/string_decoder/README.md +47 -0
- package/publish-notification-lambda/node_modules/string_decoder/package.json +34 -0
- package/publish-notification-lambda/node_modules/strip-ansi/license +9 -0
- package/publish-notification-lambda/node_modules/strip-ansi/package.json +54 -0
- package/publish-notification-lambda/node_modules/strip-ansi/readme.md +46 -0
- package/publish-notification-lambda/node_modules/strnum/.vscode/launch.json +25 -0
- package/publish-notification-lambda/node_modules/strnum/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/strnum/README.md +86 -0
- package/publish-notification-lambda/node_modules/strnum/package.json +24 -0
- package/publish-notification-lambda/node_modules/tar-stream/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/tar-stream/README.md +168 -0
- package/publish-notification-lambda/node_modules/tar-stream/package.json +58 -0
- package/publish-notification-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/tslib/README.md +164 -0
- package/publish-notification-lambda/node_modules/tslib/SECURITY.md +41 -0
- package/publish-notification-lambda/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/tslib/package.json +47 -0
- package/publish-notification-lambda/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/tslib/tslib.es6.mjs +321 -0
- package/publish-notification-lambda/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/typescript/LICENSE.txt +55 -0
- package/publish-notification-lambda/node_modules/typescript/README.md +51 -0
- package/publish-notification-lambda/node_modules/typescript/SECURITY.md +41 -0
- package/publish-notification-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
- package/publish-notification-lambda/node_modules/typescript/bin/tsc +2 -0
- package/publish-notification-lambda/node_modules/typescript/bin/tsserver +2 -0
- package/publish-notification-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/typesMap.json +497 -0
- package/publish-notification-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/package.json +116 -0
- package/publish-notification-lambda/node_modules/util-deprecate/History.md +16 -0
- package/publish-notification-lambda/node_modules/util-deprecate/LICENSE +24 -0
- package/publish-notification-lambda/node_modules/util-deprecate/README.md +53 -0
- package/publish-notification-lambda/node_modules/util-deprecate/package.json +27 -0
- package/publish-notification-lambda/node_modules/uuid/CHANGELOG.md +229 -0
- package/publish-notification-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/publish-notification-lambda/node_modules/uuid/LICENSE.md +9 -0
- package/publish-notification-lambda/node_modules/uuid/README.md +505 -0
- package/publish-notification-lambda/node_modules/uuid/dist/bin/uuid +2 -0
- package/publish-notification-lambda/node_modules/uuid/package.json +135 -0
- package/publish-notification-lambda/node_modules/uuid/wrapper.mjs +10 -0
- package/publish-notification-lambda/node_modules/which/CHANGELOG.md +166 -0
- package/publish-notification-lambda/node_modules/which/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/which/README.md +54 -0
- package/publish-notification-lambda/node_modules/which/bin/node-which +52 -0
- package/publish-notification-lambda/node_modules/which/package.json +43 -0
- package/publish-notification-lambda/node_modules/wrap-ansi/license +9 -0
- package/publish-notification-lambda/node_modules/wrap-ansi/package.json +62 -0
- package/publish-notification-lambda/node_modules/wrap-ansi/readme.md +91 -0
- package/publish-notification-lambda/node_modules/wrappy/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/wrappy/README.md +36 -0
- package/publish-notification-lambda/node_modules/wrappy/package.json +29 -0
- package/publish-notification-lambda/node_modules/y18n/CHANGELOG.md +100 -0
- package/publish-notification-lambda/node_modules/y18n/LICENSE +13 -0
- package/publish-notification-lambda/node_modules/y18n/README.md +127 -0
- package/publish-notification-lambda/node_modules/y18n/build/index.cjs +203 -0
- package/publish-notification-lambda/node_modules/y18n/index.mjs +8 -0
- package/publish-notification-lambda/node_modules/y18n/package.json +70 -0
- package/publish-notification-lambda/node_modules/yargs/CHANGELOG.md +88 -0
- package/publish-notification-lambda/node_modules/yargs/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/yargs/README.md +202 -0
- package/publish-notification-lambda/node_modules/yargs/browser.mjs +7 -0
- package/publish-notification-lambda/node_modules/yargs/build/index.cjs +2920 -0
- package/publish-notification-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/publish-notification-lambda/node_modules/yargs/helpers/package.json +3 -0
- package/publish-notification-lambda/node_modules/yargs/index.cjs +39 -0
- package/publish-notification-lambda/node_modules/yargs/index.mjs +8 -0
- package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
- package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
- package/publish-notification-lambda/node_modules/yargs/locales/be.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/de.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/en.json +51 -0
- package/publish-notification-lambda/node_modules/yargs/locales/es.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/fi.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/fr.json +53 -0
- package/publish-notification-lambda/node_modules/yargs/locales/hi.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/hu.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/id.json +50 -0
- package/publish-notification-lambda/node_modules/yargs/locales/it.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/ja.json +51 -0
- package/publish-notification-lambda/node_modules/yargs/locales/ko.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/nb.json +44 -0
- package/publish-notification-lambda/node_modules/yargs/locales/nl.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/nn.json +44 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pirate.json +13 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pl.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pt.json +45 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
- package/publish-notification-lambda/node_modules/yargs/locales/ru.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/th.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/tr.json +48 -0
- package/publish-notification-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
- package/publish-notification-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
- package/publish-notification-lambda/node_modules/yargs/package.json +122 -0
- package/publish-notification-lambda/node_modules/yargs/yargs +9 -0
- package/publish-notification-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/publish-notification-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/publish-notification-lambda/node_modules/yargs-parser/README.md +518 -0
- package/publish-notification-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/publish-notification-lambda/node_modules/yargs-parser/package.json +87 -0
- package/publish-notification-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
- package/publish-notification-lambda/node_modules/zip-stream/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/zip-stream/README.md +45 -0
- package/publish-notification-lambda/node_modules/zip-stream/package.json +49 -0
- package/publish-notification-lambda/package-lock.json +1944 -0
- package/publish-notification-lambda/package.json +23 -0
- package/publish-notification-lambda/src/index.ts +101 -0
- package/publish-notification-lambda/tsconfig.json +13 -0
- package/rds-lambda/handler.ts +52 -3
- package/rds-lambda/node_modules/.package-lock.json +830 -678
- package/rds-lambda/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +29 -29
- package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +25 -25
- package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +25 -25
- package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +29 -29
- package/rds-lambda/node_modules/@aws-sdk/config-resolver/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/hash-node/package.json +3 -2
- package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +6 -5
- package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/rds-lambda/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/signature-v4/package.json +4 -5
- package/rds-lambda/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/types/package.json +1 -1
- package/rds-lambda/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -11
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -11
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/rds-lambda/node_modules/archiver/CHANGELOG.md +228 -0
- package/rds-lambda/node_modules/archiver/LICENSE +22 -0
- package/rds-lambda/node_modules/archiver/README.md +94 -0
- package/rds-lambda/node_modules/archiver/package.json +60 -0
- package/rds-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
- package/rds-lambda/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-lambda/node_modules/archiver-utils/README.md +7 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
- package/rds-lambda/node_modules/archiver-utils/package.json +54 -0
- package/rds-lambda/node_modules/async/CHANGELOG.md +348 -0
- package/rds-lambda/node_modules/async/LICENSE +19 -0
- package/rds-lambda/node_modules/async/README.md +59 -0
- package/rds-lambda/node_modules/async/bower.json +17 -0
- package/rds-lambda/node_modules/async/dist/async.mjs +5947 -0
- package/rds-lambda/node_modules/async/package.json +75 -0
- package/rds-lambda/node_modules/base64-js/LICENSE +21 -0
- package/rds-lambda/node_modules/base64-js/README.md +34 -0
- package/rds-lambda/node_modules/base64-js/package.json +47 -0
- package/rds-lambda/node_modules/bestzip/LICENSE +21 -0
- package/rds-lambda/node_modules/bestzip/package.json +46 -0
- package/rds-lambda/node_modules/bestzip/readme.md +91 -0
- package/rds-lambda/node_modules/bl/.travis.yml +17 -0
- package/rds-lambda/node_modules/bl/LICENSE.md +13 -0
- package/rds-lambda/node_modules/bl/README.md +247 -0
- package/rds-lambda/node_modules/bl/package.json +37 -0
- package/rds-lambda/node_modules/buffer/AUTHORS.md +70 -0
- package/rds-lambda/node_modules/buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/buffer/README.md +410 -0
- package/rds-lambda/node_modules/buffer/package.json +96 -0
- package/rds-lambda/node_modules/buffer-crc32/LICENSE +19 -0
- package/rds-lambda/node_modules/buffer-crc32/README.md +47 -0
- package/rds-lambda/node_modules/buffer-crc32/package.json +39 -0
- package/rds-lambda/node_modules/caniuse-lite/package.json +1 -1
- package/rds-lambda/node_modules/cliui/CHANGELOG.md +0 -18
- package/rds-lambda/node_modules/cliui/package.json +6 -6
- package/rds-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
- package/rds-lambda/node_modules/compress-commons/LICENSE +22 -0
- package/rds-lambda/node_modules/compress-commons/README.md +25 -0
- package/rds-lambda/node_modules/compress-commons/package.json +45 -0
- package/rds-lambda/node_modules/core-util-is/LICENSE +19 -0
- package/rds-lambda/node_modules/core-util-is/README.md +3 -0
- package/rds-lambda/node_modules/core-util-is/package.json +38 -0
- package/rds-lambda/node_modules/crc-32/LICENSE +201 -0
- package/rds-lambda/node_modules/crc-32/README.md +200 -0
- package/rds-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
- package/rds-lambda/node_modules/crc-32/package.json +43 -0
- package/rds-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
- package/rds-lambda/node_modules/crc-32/types/tslint.json +11 -0
- package/rds-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
- package/rds-lambda/node_modules/crc32-stream/LICENSE +22 -0
- package/rds-lambda/node_modules/crc32-stream/README.md +79 -0
- package/rds-lambda/node_modules/crc32-stream/package.json +45 -0
- package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/package.json +1 -1
- package/rds-lambda/node_modules/end-of-stream/LICENSE +21 -0
- package/rds-lambda/node_modules/end-of-stream/README.md +54 -0
- package/rds-lambda/node_modules/end-of-stream/package.json +37 -0
- package/rds-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -26
- package/rds-lambda/node_modules/fast-xml-parser/README.md +0 -1
- package/rds-lambda/node_modules/fast-xml-parser/package.json +4 -7
- package/rds-lambda/node_modules/fs-constants/LICENSE +21 -0
- package/rds-lambda/node_modules/fs-constants/README.md +26 -0
- package/rds-lambda/node_modules/fs-constants/package.json +19 -0
- package/rds-lambda/node_modules/ieee754/LICENSE +11 -0
- package/rds-lambda/node_modules/ieee754/README.md +51 -0
- package/rds-lambda/node_modules/ieee754/package.json +52 -0
- package/rds-lambda/node_modules/isarray/.travis.yml +4 -0
- package/rds-lambda/node_modules/isarray/Makefile +6 -0
- package/rds-lambda/node_modules/isarray/README.md +60 -0
- package/rds-lambda/node_modules/isarray/component.json +19 -0
- package/rds-lambda/node_modules/isarray/package.json +45 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/CHANGELOG.md +139 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/LICENSE.txt +14 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/README.md +141 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.cjs +302 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/index.mjs +13 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/package.json +83 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/LICENSE +21 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/README.md +204 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/browser.mjs +7 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/build/index.cjs +1 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/package.json +3 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.cjs +53 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.mjs +8 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/be.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/de.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/en.json +55 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/es.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fi.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fr.json +53 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hi.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hu.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/id.json +50 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/it.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ja.json +51 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ko.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nb.json +44 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nl.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nn.json +44 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pirate.json +13 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pl.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt.json +45 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt_BR.json +48 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ru.json +51 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/th.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/tr.json +48 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_CN.json +48 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_TW.json +51 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/package.json +123 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs +9 -0
- package/rds-lambda/node_modules/lazystream/LICENSE +23 -0
- package/rds-lambda/node_modules/lazystream/README.md +114 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
- package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
- package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
- package/rds-lambda/node_modules/lazystream/package.json +46 -0
- package/rds-lambda/node_modules/lazystream/test/data.md +13 -0
- package/rds-lambda/node_modules/lodash.defaults/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.defaults/README.md +18 -0
- package/rds-lambda/node_modules/lodash.defaults/package.json +17 -0
- package/rds-lambda/node_modules/lodash.difference/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.difference/README.md +18 -0
- package/rds-lambda/node_modules/lodash.difference/package.json +17 -0
- package/rds-lambda/node_modules/lodash.flatten/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.flatten/README.md +18 -0
- package/rds-lambda/node_modules/lodash.flatten/package.json +17 -0
- package/rds-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.isplainobject/README.md +18 -0
- package/rds-lambda/node_modules/lodash.isplainobject/package.json +17 -0
- package/rds-lambda/node_modules/lodash.union/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.union/README.md +18 -0
- package/rds-lambda/node_modules/lodash.union/package.json +17 -0
- package/rds-lambda/node_modules/process-nextick-args/license.md +19 -0
- package/rds-lambda/node_modules/process-nextick-args/package.json +25 -0
- package/rds-lambda/node_modules/process-nextick-args/readme.md +18 -0
- package/rds-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-lambda/node_modules/readable-stream/LICENSE +47 -0
- package/rds-lambda/node_modules/readable-stream/README.md +106 -0
- package/rds-lambda/node_modules/readable-stream/package.json +68 -0
- package/rds-lambda/node_modules/readdir-glob/LICENSE +201 -0
- package/rds-lambda/node_modules/readdir-glob/README.md +85 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
- package/rds-lambda/node_modules/readdir-glob/package.json +43 -0
- package/rds-lambda/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/safe-buffer/README.md +584 -0
- package/rds-lambda/node_modules/safe-buffer/package.json +51 -0
- package/rds-lambda/node_modules/string_decoder/LICENSE +48 -0
- package/rds-lambda/node_modules/string_decoder/README.md +47 -0
- package/rds-lambda/node_modules/string_decoder/package.json +34 -0
- package/rds-lambda/node_modules/tar-stream/LICENSE +21 -0
- package/rds-lambda/node_modules/tar-stream/README.md +168 -0
- package/rds-lambda/node_modules/tar-stream/package.json +58 -0
- package/rds-lambda/node_modules/util-deprecate/History.md +16 -0
- package/rds-lambda/node_modules/util-deprecate/LICENSE +24 -0
- package/rds-lambda/node_modules/util-deprecate/README.md +53 -0
- package/rds-lambda/node_modules/util-deprecate/package.json +27 -0
- package/rds-lambda/node_modules/yargs/CHANGELOG.md +88 -0
- package/rds-lambda/node_modules/yargs/README.md +6 -8
- package/rds-lambda/node_modules/yargs/browser.mjs +2 -2
- package/rds-lambda/node_modules/yargs/build/index.cjs +2920 -1
- package/rds-lambda/node_modules/yargs/index.cjs +8 -22
- package/rds-lambda/node_modules/yargs/index.mjs +2 -2
- package/rds-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +0 -3
- package/rds-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +3 -9
- package/rds-lambda/node_modules/yargs/locales/en.json +0 -4
- package/rds-lambda/node_modules/yargs/locales/fi.json +1 -1
- package/rds-lambda/node_modules/yargs/locales/ko.json +25 -25
- package/rds-lambda/node_modules/yargs/locales/ru.json +1 -6
- package/rds-lambda/node_modules/yargs/locales/zh_TW.json +46 -50
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/README.md +518 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/package.json +87 -0
- package/rds-lambda/node_modules/yargs/package.json +24 -25
- package/rds-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
- package/rds-lambda/node_modules/zip-stream/LICENSE +22 -0
- package/rds-lambda/node_modules/zip-stream/README.md +45 -0
- package/rds-lambda/node_modules/zip-stream/package.json +49 -0
- package/rds-lambda/package-lock.json +832 -682
- package/rds-lambda/package.json +3 -5
- package/rds-patching-lambda/node_modules/.package-lock.json +1883 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/README.md +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/package.json +28 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/README.md +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/package.json +31 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/types/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/types/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
- package/rds-patching-lambda/node_modules/@smithy/types/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@smithy/types/README.md +4 -0
- package/rds-patching-lambda/node_modules/@smithy/types/package.json +62 -0
- package/rds-patching-lambda/node_modules/@types/node/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/@types/node/README.md +16 -0
- package/rds-patching-lambda/node_modules/@types/node/package.json +237 -0
- package/rds-patching-lambda/node_modules/ansi-regex/license +9 -0
- package/rds-patching-lambda/node_modules/ansi-regex/package.json +55 -0
- package/rds-patching-lambda/node_modules/ansi-regex/readme.md +78 -0
- package/rds-patching-lambda/node_modules/ansi-styles/license +9 -0
- package/rds-patching-lambda/node_modules/ansi-styles/package.json +56 -0
- package/rds-patching-lambda/node_modules/ansi-styles/readme.md +152 -0
- package/rds-patching-lambda/node_modules/archiver/CHANGELOG.md +228 -0
- package/rds-patching-lambda/node_modules/archiver/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/archiver/README.md +94 -0
- package/rds-patching-lambda/node_modules/archiver/package.json +60 -0
- package/rds-patching-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
- package/rds-patching-lambda/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/archiver-utils/README.md +7 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
- package/rds-patching-lambda/node_modules/archiver-utils/package.json +54 -0
- package/rds-patching-lambda/node_modules/async/CHANGELOG.md +348 -0
- package/rds-patching-lambda/node_modules/async/LICENSE +19 -0
- package/rds-patching-lambda/node_modules/async/README.md +59 -0
- package/rds-patching-lambda/node_modules/async/bower.json +17 -0
- package/rds-patching-lambda/node_modules/async/dist/async.mjs +5947 -0
- package/rds-patching-lambda/node_modules/async/package.json +75 -0
- package/rds-patching-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/rds-patching-lambda/node_modules/balanced-match/LICENSE.md +21 -0
- package/rds-patching-lambda/node_modules/balanced-match/README.md +97 -0
- package/rds-patching-lambda/node_modules/balanced-match/package.json +48 -0
- package/rds-patching-lambda/node_modules/base64-js/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/base64-js/README.md +34 -0
- package/rds-patching-lambda/node_modules/base64-js/package.json +47 -0
- package/rds-patching-lambda/node_modules/bestzip/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/bestzip/package.json +46 -0
- package/rds-patching-lambda/node_modules/bestzip/readme.md +91 -0
- package/rds-patching-lambda/node_modules/bl/.travis.yml +17 -0
- package/rds-patching-lambda/node_modules/bl/LICENSE.md +13 -0
- package/rds-patching-lambda/node_modules/bl/README.md +247 -0
- package/rds-patching-lambda/node_modules/bl/package.json +37 -0
- package/rds-patching-lambda/node_modules/bowser/CHANGELOG.md +218 -0
- package/rds-patching-lambda/node_modules/bowser/LICENSE +39 -0
- package/rds-patching-lambda/node_modules/bowser/README.md +179 -0
- package/rds-patching-lambda/node_modules/bowser/package.json +83 -0
- package/rds-patching-lambda/node_modules/brace-expansion/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/brace-expansion/README.md +129 -0
- package/rds-patching-lambda/node_modules/brace-expansion/package.json +47 -0
- package/rds-patching-lambda/node_modules/buffer/AUTHORS.md +70 -0
- package/rds-patching-lambda/node_modules/buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/buffer/README.md +410 -0
- package/rds-patching-lambda/node_modules/buffer/package.json +96 -0
- package/rds-patching-lambda/node_modules/buffer-crc32/LICENSE +19 -0
- package/rds-patching-lambda/node_modules/buffer-crc32/README.md +47 -0
- package/rds-patching-lambda/node_modules/buffer-crc32/package.json +39 -0
- package/rds-patching-lambda/node_modules/cliui/CHANGELOG.md +121 -0
- package/rds-patching-lambda/node_modules/cliui/LICENSE.txt +14 -0
- package/rds-patching-lambda/node_modules/cliui/README.md +141 -0
- package/rds-patching-lambda/node_modules/cliui/build/index.cjs +302 -0
- package/rds-patching-lambda/node_modules/cliui/index.mjs +13 -0
- package/rds-patching-lambda/node_modules/cliui/package.json +83 -0
- package/rds-patching-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
- package/rds-patching-lambda/node_modules/color-convert/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/color-convert/README.md +68 -0
- package/rds-patching-lambda/node_modules/color-convert/package.json +48 -0
- package/rds-patching-lambda/node_modules/color-name/LICENSE +8 -0
- package/rds-patching-lambda/node_modules/color-name/README.md +11 -0
- package/rds-patching-lambda/node_modules/color-name/package.json +28 -0
- package/rds-patching-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
- package/rds-patching-lambda/node_modules/compress-commons/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/compress-commons/README.md +25 -0
- package/rds-patching-lambda/node_modules/compress-commons/package.json +45 -0
- package/rds-patching-lambda/node_modules/concat-map/.travis.yml +4 -0
- package/rds-patching-lambda/node_modules/concat-map/LICENSE +18 -0
- package/rds-patching-lambda/node_modules/concat-map/README.markdown +62 -0
- package/rds-patching-lambda/node_modules/concat-map/package.json +43 -0
- package/rds-patching-lambda/node_modules/core-util-is/LICENSE +19 -0
- package/rds-patching-lambda/node_modules/core-util-is/README.md +3 -0
- package/rds-patching-lambda/node_modules/core-util-is/package.json +38 -0
- package/rds-patching-lambda/node_modules/crc-32/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/crc-32/README.md +200 -0
- package/rds-patching-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
- package/rds-patching-lambda/node_modules/crc-32/package.json +43 -0
- package/rds-patching-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
- package/rds-patching-lambda/node_modules/crc-32/types/tslint.json +11 -0
- package/rds-patching-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
- package/rds-patching-lambda/node_modules/crc32-stream/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/crc32-stream/README.md +79 -0
- package/rds-patching-lambda/node_modules/crc32-stream/package.json +45 -0
- package/rds-patching-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/rds-patching-lambda/node_modules/emoji-regex/README.md +73 -0
- package/rds-patching-lambda/node_modules/emoji-regex/package.json +50 -0
- package/rds-patching-lambda/node_modules/end-of-stream/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/end-of-stream/README.md +54 -0
- package/rds-patching-lambda/node_modules/end-of-stream/package.json +37 -0
- package/rds-patching-lambda/node_modules/escalade/dist/index.mjs +22 -0
- package/rds-patching-lambda/node_modules/escalade/license +9 -0
- package/rds-patching-lambda/node_modules/escalade/package.json +61 -0
- package/rds-patching-lambda/node_modules/escalade/readme.md +211 -0
- package/rds-patching-lambda/node_modules/escalade/sync/index.mjs +18 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/README.md +204 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/package.json +71 -0
- package/rds-patching-lambda/node_modules/fs-constants/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/fs-constants/README.md +26 -0
- package/rds-patching-lambda/node_modules/fs-constants/package.json +19 -0
- package/rds-patching-lambda/node_modules/fs.realpath/LICENSE +43 -0
- package/rds-patching-lambda/node_modules/fs.realpath/README.md +33 -0
- package/rds-patching-lambda/node_modules/fs.realpath/package.json +26 -0
- package/rds-patching-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
- package/rds-patching-lambda/node_modules/get-caller-file/README.md +41 -0
- package/rds-patching-lambda/node_modules/get-caller-file/package.json +42 -0
- package/rds-patching-lambda/node_modules/glob/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/glob/README.md +378 -0
- package/rds-patching-lambda/node_modules/glob/package.json +55 -0
- package/rds-patching-lambda/node_modules/graceful-fs/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/graceful-fs/README.md +143 -0
- package/rds-patching-lambda/node_modules/graceful-fs/package.json +53 -0
- package/rds-patching-lambda/node_modules/ieee754/LICENSE +11 -0
- package/rds-patching-lambda/node_modules/ieee754/README.md +51 -0
- package/rds-patching-lambda/node_modules/ieee754/package.json +52 -0
- package/rds-patching-lambda/node_modules/inflight/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/inflight/README.md +37 -0
- package/rds-patching-lambda/node_modules/inflight/package.json +29 -0
- package/rds-patching-lambda/node_modules/inherits/LICENSE +16 -0
- package/rds-patching-lambda/node_modules/inherits/README.md +42 -0
- package/rds-patching-lambda/node_modules/inherits/package.json +29 -0
- package/rds-patching-lambda/node_modules/is-fullwidth-code-point/license +9 -0
- package/rds-patching-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/rds-patching-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
- package/rds-patching-lambda/node_modules/isarray/.travis.yml +4 -0
- package/rds-patching-lambda/node_modules/isarray/Makefile +6 -0
- package/rds-patching-lambda/node_modules/isarray/README.md +60 -0
- package/rds-patching-lambda/node_modules/isarray/component.json +19 -0
- package/rds-patching-lambda/node_modules/isarray/package.json +45 -0
- package/rds-patching-lambda/node_modules/isexe/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/isexe/README.md +51 -0
- package/rds-patching-lambda/node_modules/isexe/package.json +31 -0
- package/rds-patching-lambda/node_modules/lazystream/LICENSE +23 -0
- package/rds-patching-lambda/node_modules/lazystream/README.md +114 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
- package/rds-patching-lambda/node_modules/lazystream/package.json +46 -0
- package/rds-patching-lambda/node_modules/lazystream/test/data.md +13 -0
- package/rds-patching-lambda/node_modules/lodash.defaults/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.defaults/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.defaults/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.difference/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.difference/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.difference/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.flatten/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.flatten/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.flatten/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.isplainobject/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.isplainobject/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.union/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.union/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.union/package.json +17 -0
- package/rds-patching-lambda/node_modules/minimatch/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/minimatch/README.md +230 -0
- package/rds-patching-lambda/node_modules/minimatch/package.json +33 -0
- package/rds-patching-lambda/node_modules/normalize-path/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/normalize-path/README.md +127 -0
- package/rds-patching-lambda/node_modules/normalize-path/package.json +77 -0
- package/rds-patching-lambda/node_modules/once/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/once/README.md +79 -0
- package/rds-patching-lambda/node_modules/once/package.json +33 -0
- package/rds-patching-lambda/node_modules/path-is-absolute/license +21 -0
- package/rds-patching-lambda/node_modules/path-is-absolute/package.json +43 -0
- package/rds-patching-lambda/node_modules/path-is-absolute/readme.md +59 -0
- package/rds-patching-lambda/node_modules/process-nextick-args/license.md +19 -0
- package/rds-patching-lambda/node_modules/process-nextick-args/package.json +25 -0
- package/rds-patching-lambda/node_modules/process-nextick-args/readme.md +18 -0
- package/rds-patching-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-patching-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-patching-lambda/node_modules/readable-stream/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/readable-stream/README.md +106 -0
- package/rds-patching-lambda/node_modules/readable-stream/package.json +68 -0
- package/rds-patching-lambda/node_modules/readdir-glob/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/readdir-glob/README.md +85 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
- package/rds-patching-lambda/node_modules/readdir-glob/package.json +43 -0
- package/rds-patching-lambda/node_modules/require-directory/.jshintrc +67 -0
- package/rds-patching-lambda/node_modules/require-directory/.travis.yml +3 -0
- package/rds-patching-lambda/node_modules/require-directory/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/require-directory/README.markdown +184 -0
- package/rds-patching-lambda/node_modules/require-directory/package.json +40 -0
- package/rds-patching-lambda/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/safe-buffer/README.md +584 -0
- package/rds-patching-lambda/node_modules/safe-buffer/package.json +51 -0
- package/rds-patching-lambda/node_modules/string-width/license +9 -0
- package/rds-patching-lambda/node_modules/string-width/package.json +56 -0
- package/rds-patching-lambda/node_modules/string-width/readme.md +50 -0
- package/rds-patching-lambda/node_modules/string_decoder/LICENSE +48 -0
- package/rds-patching-lambda/node_modules/string_decoder/README.md +47 -0
- package/rds-patching-lambda/node_modules/string_decoder/package.json +34 -0
- package/rds-patching-lambda/node_modules/strip-ansi/license +9 -0
- package/rds-patching-lambda/node_modules/strip-ansi/package.json +54 -0
- package/rds-patching-lambda/node_modules/strip-ansi/readme.md +46 -0
- package/rds-patching-lambda/node_modules/strnum/.vscode/launch.json +25 -0
- package/rds-patching-lambda/node_modules/strnum/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/strnum/README.md +86 -0
- package/rds-patching-lambda/node_modules/strnum/package.json +24 -0
- package/rds-patching-lambda/node_modules/tar-stream/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/tar-stream/README.md +168 -0
- package/rds-patching-lambda/node_modules/tar-stream/package.json +58 -0
- package/rds-patching-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/tslib/README.md +164 -0
- package/rds-patching-lambda/node_modules/tslib/SECURITY.md +41 -0
- package/rds-patching-lambda/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/tslib/package.json +47 -0
- package/rds-patching-lambda/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/tslib/tslib.es6.mjs +321 -0
- package/rds-patching-lambda/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/typescript/LICENSE.txt +55 -0
- package/rds-patching-lambda/node_modules/typescript/README.md +51 -0
- package/rds-patching-lambda/node_modules/typescript/SECURITY.md +41 -0
- package/rds-patching-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
- package/rds-patching-lambda/node_modules/typescript/bin/tsc +2 -0
- package/rds-patching-lambda/node_modules/typescript/bin/tsserver +2 -0
- package/rds-patching-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/typesMap.json +497 -0
- package/rds-patching-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/package.json +116 -0
- package/rds-patching-lambda/node_modules/util-deprecate/History.md +16 -0
- package/rds-patching-lambda/node_modules/util-deprecate/LICENSE +24 -0
- package/rds-patching-lambda/node_modules/util-deprecate/README.md +53 -0
- package/rds-patching-lambda/node_modules/util-deprecate/package.json +27 -0
- package/rds-patching-lambda/node_modules/uuid/CHANGELOG.md +229 -0
- package/rds-patching-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/rds-patching-lambda/node_modules/uuid/LICENSE.md +9 -0
- package/rds-patching-lambda/node_modules/uuid/README.md +505 -0
- package/rds-patching-lambda/node_modules/uuid/dist/bin/uuid +2 -0
- package/rds-patching-lambda/node_modules/uuid/package.json +135 -0
- package/rds-patching-lambda/node_modules/uuid/wrapper.mjs +10 -0
- package/rds-patching-lambda/node_modules/which/CHANGELOG.md +166 -0
- package/rds-patching-lambda/node_modules/which/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/which/README.md +54 -0
- package/rds-patching-lambda/node_modules/which/bin/node-which +52 -0
- package/rds-patching-lambda/node_modules/which/package.json +43 -0
- package/rds-patching-lambda/node_modules/wrap-ansi/license +9 -0
- package/rds-patching-lambda/node_modules/wrap-ansi/package.json +62 -0
- package/rds-patching-lambda/node_modules/wrap-ansi/readme.md +91 -0
- package/rds-patching-lambda/node_modules/wrappy/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/wrappy/README.md +36 -0
- package/rds-patching-lambda/node_modules/wrappy/package.json +29 -0
- package/rds-patching-lambda/node_modules/y18n/CHANGELOG.md +100 -0
- package/rds-patching-lambda/node_modules/y18n/LICENSE +13 -0
- package/rds-patching-lambda/node_modules/y18n/README.md +127 -0
- package/rds-patching-lambda/node_modules/y18n/build/index.cjs +203 -0
- package/rds-patching-lambda/node_modules/y18n/index.mjs +8 -0
- package/rds-patching-lambda/node_modules/y18n/package.json +70 -0
- package/rds-patching-lambda/node_modules/yargs/CHANGELOG.md +88 -0
- package/rds-patching-lambda/node_modules/yargs/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/yargs/README.md +202 -0
- package/rds-patching-lambda/node_modules/yargs/browser.mjs +7 -0
- package/rds-patching-lambda/node_modules/yargs/build/index.cjs +2920 -0
- package/rds-patching-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/rds-patching-lambda/node_modules/yargs/helpers/package.json +3 -0
- package/rds-patching-lambda/node_modules/yargs/index.cjs +39 -0
- package/rds-patching-lambda/node_modules/yargs/index.mjs +8 -0
- package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
- package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
- package/rds-patching-lambda/node_modules/yargs/locales/be.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/de.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/en.json +51 -0
- package/rds-patching-lambda/node_modules/yargs/locales/es.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/fi.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/fr.json +53 -0
- package/rds-patching-lambda/node_modules/yargs/locales/hi.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/hu.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/id.json +50 -0
- package/rds-patching-lambda/node_modules/yargs/locales/it.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/ja.json +51 -0
- package/rds-patching-lambda/node_modules/yargs/locales/ko.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/nb.json +44 -0
- package/rds-patching-lambda/node_modules/yargs/locales/nl.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/nn.json +44 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pirate.json +13 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pl.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pt.json +45 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
- package/rds-patching-lambda/node_modules/yargs/locales/ru.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/th.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/tr.json +48 -0
- package/rds-patching-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
- package/rds-patching-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
- package/rds-patching-lambda/node_modules/yargs/package.json +122 -0
- package/rds-patching-lambda/node_modules/yargs/yargs +9 -0
- package/rds-patching-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/rds-patching-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/rds-patching-lambda/node_modules/yargs-parser/README.md +518 -0
- package/rds-patching-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/rds-patching-lambda/node_modules/yargs-parser/package.json +87 -0
- package/rds-patching-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
- package/rds-patching-lambda/node_modules/zip-stream/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/zip-stream/README.md +45 -0
- package/rds-patching-lambda/node_modules/zip-stream/package.json +49 -0
- package/rds-patching-lambda/package-lock.json +1896 -0
- package/rds-patching-lambda/package.json +22 -0
- package/rds-patching-lambda/src/index.ts +61 -0
- package/rds-patching-lambda/tsconfig.json +13 -0
- package/src/resolvers/dynamodb/mutation.ts +1 -1
- package/src/resolvers/generators/dynamodb-vtl-generator.ts +2 -2
- package/src/resolvers/generators/rds-vtl-generator.ts +2 -2
- package/src/resolvers/generators/vtl-generator.ts +1 -1
- package/src/resolvers/rds/mutation.ts +73 -67
- package/src/resolvers/rds/resolver.ts +263 -50
- package/src/resources/model-resource-generator.ts +2 -1
- package/src/resources/rds-model-resource-generator.ts +52 -4
- package/tsconfig.tsbuildinfo +1 -1
- package/rds-lambda/clients/DBClient.ts +0 -31
- package/rds-lambda/clients/mysql/MySQLClient.ts +0 -118
- package/rds-lambda/clients/mysql/MySQLPasswordClient.ts +0 -58
- package/rds-lambda/context/DataSourceContext.ts +0 -8
- package/rds-lambda/interfaces/BaseRequest.ts +0 -22
- package/rds-lambda/interfaces/ListRequest.ts +0 -31
- package/rds-lambda/node_modules/buffer-writer/.travis.yml +0 -7
- package/rds-lambda/node_modules/buffer-writer/LICENSE +0 -19
- package/rds-lambda/node_modules/buffer-writer/README.md +0 -48
- package/rds-lambda/node_modules/buffer-writer/package.json +0 -26
- package/rds-lambda/node_modules/buffer-writer/test/mocha.opts +0 -1
- package/rds-lambda/node_modules/denque/CHANGELOG.md +0 -29
- package/rds-lambda/node_modules/denque/LICENSE +0 -201
- package/rds-lambda/node_modules/denque/README.md +0 -77
- package/rds-lambda/node_modules/denque/package.json +0 -58
- package/rds-lambda/node_modules/generate-function/.travis.yml +0 -3
- package/rds-lambda/node_modules/generate-function/README.md +0 -89
- package/rds-lambda/node_modules/generate-function/package.json +0 -32
- package/rds-lambda/node_modules/iconv-lite/.github/dependabot.yml +0 -11
- package/rds-lambda/node_modules/iconv-lite/.idea/codeStyles/Project.xml +0 -47
- package/rds-lambda/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/rds-lambda/node_modules/iconv-lite/.idea/iconv-lite.iml +0 -12
- package/rds-lambda/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/rds-lambda/node_modules/iconv-lite/.idea/modules.xml +0 -8
- package/rds-lambda/node_modules/iconv-lite/.idea/vcs.xml +0 -6
- package/rds-lambda/node_modules/iconv-lite/Changelog.md +0 -212
- package/rds-lambda/node_modules/iconv-lite/LICENSE +0 -21
- package/rds-lambda/node_modules/iconv-lite/README.md +0 -130
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
- package/rds-lambda/node_modules/iconv-lite/package.json +0 -44
- package/rds-lambda/node_modules/is-property/LICENSE +0 -22
- package/rds-lambda/node_modules/is-property/README.md +0 -28
- package/rds-lambda/node_modules/is-property/package.json +0 -36
- package/rds-lambda/node_modules/long/LICENSE +0 -202
- package/rds-lambda/node_modules/long/README.md +0 -246
- package/rds-lambda/node_modules/long/package.json +0 -34
- package/rds-lambda/node_modules/mysql2/License +0 -19
- package/rds-lambda/node_modules/mysql2/README.md +0 -281
- package/rds-lambda/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +0 -18
- package/rds-lambda/node_modules/mysql2/node_modules/lru-cache/README.md +0 -166
- package/rds-lambda/node_modules/mysql2/node_modules/lru-cache/package.json +0 -34
- package/rds-lambda/node_modules/mysql2/node_modules/yallist/README.md +0 -204
- package/rds-lambda/node_modules/mysql2/node_modules/yallist/package.json +0 -29
- package/rds-lambda/node_modules/mysql2/package.json +0 -86
- package/rds-lambda/node_modules/mysql2/typings/mysql/LICENSE.txt +0 -15
- package/rds-lambda/node_modules/mysql2/typings/mysql/info.txt +0 -1
- package/rds-lambda/node_modules/named-placeholders/LICENSE +0 -21
- package/rds-lambda/node_modules/named-placeholders/README.md +0 -29
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/LICENSE +0 -15
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/README.md +0 -1117
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/index.mjs +0 -1227
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/package.json +0 -96
- package/rds-lambda/node_modules/named-placeholders/package.json +0 -32
- package/rds-lambda/node_modules/packet-reader/.travis.yml +0 -8
- package/rds-lambda/node_modules/packet-reader/README.md +0 -87
- package/rds-lambda/node_modules/packet-reader/package.json +0 -25
- package/rds-lambda/node_modules/pg/LICENSE +0 -21
- package/rds-lambda/node_modules/pg/README.md +0 -89
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/LICENSE +0 -21
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/README.md +0 -77
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/package.json +0 -40
- package/rds-lambda/node_modules/pg/package.json +0 -64
- package/rds-lambda/node_modules/pg-cloudflare/LICENSE +0 -21
- package/rds-lambda/node_modules/pg-cloudflare/README.md +0 -33
- package/rds-lambda/node_modules/pg-cloudflare/package.json +0 -28
- package/rds-lambda/node_modules/pg-cloudflare/src/index.ts +0 -164
- package/rds-lambda/node_modules/pg-int8/LICENSE +0 -13
- package/rds-lambda/node_modules/pg-int8/README.md +0 -16
- package/rds-lambda/node_modules/pg-int8/package.json +0 -24
- package/rds-lambda/node_modules/pg-pool/LICENSE +0 -21
- package/rds-lambda/node_modules/pg-pool/README.md +0 -376
- package/rds-lambda/node_modules/pg-pool/package.json +0 -41
- package/rds-lambda/node_modules/pg-protocol/LICENSE +0 -21
- package/rds-lambda/node_modules/pg-protocol/README.md +0 -3
- package/rds-lambda/node_modules/pg-protocol/package.json +0 -35
- package/rds-lambda/node_modules/pg-protocol/src/b.ts +0 -28
- package/rds-lambda/node_modules/pg-protocol/src/buffer-reader.ts +0 -53
- package/rds-lambda/node_modules/pg-protocol/src/buffer-writer.ts +0 -85
- package/rds-lambda/node_modules/pg-protocol/src/inbound-parser.test.ts +0 -557
- package/rds-lambda/node_modules/pg-protocol/src/index.ts +0 -11
- package/rds-lambda/node_modules/pg-protocol/src/messages.ts +0 -230
- package/rds-lambda/node_modules/pg-protocol/src/outbound-serializer.test.ts +0 -272
- package/rds-lambda/node_modules/pg-protocol/src/parser.ts +0 -389
- package/rds-lambda/node_modules/pg-protocol/src/serializer.ts +0 -274
- package/rds-lambda/node_modules/pg-protocol/src/testing/buffer-list.ts +0 -75
- package/rds-lambda/node_modules/pg-protocol/src/testing/test-buffers.ts +0 -166
- package/rds-lambda/node_modules/pg-types/.travis.yml +0 -7
- package/rds-lambda/node_modules/pg-types/Makefile +0 -14
- package/rds-lambda/node_modules/pg-types/README.md +0 -75
- package/rds-lambda/node_modules/pg-types/index.test-d.ts +0 -21
- package/rds-lambda/node_modules/pg-types/package.json +0 -42
- package/rds-lambda/node_modules/pgpass/README.md +0 -74
- package/rds-lambda/node_modules/pgpass/package.json +0 -41
- package/rds-lambda/node_modules/postgres-array/license +0 -21
- package/rds-lambda/node_modules/postgres-array/package.json +0 -35
- package/rds-lambda/node_modules/postgres-array/readme.md +0 -43
- package/rds-lambda/node_modules/postgres-bytea/license +0 -21
- package/rds-lambda/node_modules/postgres-bytea/package.json +0 -34
- package/rds-lambda/node_modules/postgres-bytea/readme.md +0 -34
- package/rds-lambda/node_modules/postgres-date/license +0 -21
- package/rds-lambda/node_modules/postgres-date/package.json +0 -33
- package/rds-lambda/node_modules/postgres-date/readme.md +0 -49
- package/rds-lambda/node_modules/postgres-interval/license +0 -21
- package/rds-lambda/node_modules/postgres-interval/package.json +0 -36
- package/rds-lambda/node_modules/postgres-interval/readme.md +0 -48
- package/rds-lambda/node_modules/safer-buffer/LICENSE +0 -21
- package/rds-lambda/node_modules/safer-buffer/Porting-Buffer.md +0 -268
- package/rds-lambda/node_modules/safer-buffer/Readme.md +0 -156
- package/rds-lambda/node_modules/safer-buffer/package.json +0 -34
- package/rds-lambda/node_modules/seq-queue/.jshintrc +0 -19
- package/rds-lambda/node_modules/seq-queue/AUTHORS +0 -1
- package/rds-lambda/node_modules/seq-queue/LICENSE +0 -22
- package/rds-lambda/node_modules/seq-queue/Makefile +0 -9
- package/rds-lambda/node_modules/seq-queue/README.md +0 -75
- package/rds-lambda/node_modules/seq-queue/package.json +0 -17
- package/rds-lambda/node_modules/split2/LICENSE +0 -13
- package/rds-lambda/node_modules/split2/README.md +0 -85
- package/rds-lambda/node_modules/split2/package.json +0 -39
- package/rds-lambda/node_modules/sqlstring/HISTORY.md +0 -53
- package/rds-lambda/node_modules/sqlstring/LICENSE +0 -19
- package/rds-lambda/node_modules/sqlstring/README.md +0 -205
- package/rds-lambda/node_modules/sqlstring/package.json +0 -47
- package/rds-lambda/node_modules/xtend/.jshintrc +0 -30
- package/rds-lambda/node_modules/xtend/LICENSE +0 -20
- package/rds-lambda/node_modules/xtend/README.md +0 -32
- package/rds-lambda/node_modules/xtend/package.json +0 -55
- package/rds-lambda/utils/rds_utils.ts +0 -145
- package/src/__tests__/test-utils/rds_utils.test.ts +0 -372
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/LICENSE +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/README.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/src/index.ts +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/tsconfig.json +0 -0
- /package/{rds-lambda/node_modules/@aws-sdk/eventstream-codec → publish-notification-lambda/node_modules/@aws-sdk/client-lambda}/LICENSE +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-sdk/eventstream-codec/README.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-sdk/eventstream-codec/package.json +0 -0
- /package/{rds-lambda/node_modules/generate-function → publish-notification-lambda/node_modules/end-of-stream}/LICENSE +0 -0
- /package/{rds-lambda/node_modules/mysql2/node_modules/lru-cache → publish-notification-lambda/node_modules/isexe}/LICENSE +0 -0
- /package/{rds-lambda/node_modules/mysql2/node_modules/yallist → publish-notification-lambda/node_modules/minimatch}/LICENSE +0 -0
- /package/rds-lambda/node_modules/{cliui → jest-cli/node_modules/cliui}/build/index.d.cts +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/cs.json +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/uk_UA.json +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/uz.json +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/yargs.mjs +0 -0
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
# bl *(BufferList)*
|
|
2
|
+
|
|
3
|
+
[](https://travis-ci.com/rvagg/bl/)
|
|
4
|
+
|
|
5
|
+
**A Node.js Buffer list collector, reader and streamer thingy.**
|
|
6
|
+
|
|
7
|
+
[](https://nodei.co/npm/bl/)
|
|
8
|
+
|
|
9
|
+
**bl** is a storage object for collections of Node Buffers, exposing them with the main Buffer readable API. Also works as a duplex stream so you can collect buffers from a stream that emits them and emit buffers to a stream that consumes them!
|
|
10
|
+
|
|
11
|
+
The original buffers are kept intact and copies are only done as necessary. Any reads that require the use of a single original buffer will return a slice of that buffer only (which references the same memory as the original buffer). Reads that span buffers perform concatenation as required and return the results transparently.
|
|
12
|
+
|
|
13
|
+
```js
|
|
14
|
+
const { BufferList } = require('bl')
|
|
15
|
+
|
|
16
|
+
const bl = new BufferList()
|
|
17
|
+
bl.append(Buffer.from('abcd'))
|
|
18
|
+
bl.append(Buffer.from('efg'))
|
|
19
|
+
bl.append('hi') // bl will also accept & convert Strings
|
|
20
|
+
bl.append(Buffer.from('j'))
|
|
21
|
+
bl.append(Buffer.from([ 0x3, 0x4 ]))
|
|
22
|
+
|
|
23
|
+
console.log(bl.length) // 12
|
|
24
|
+
|
|
25
|
+
console.log(bl.slice(0, 10).toString('ascii')) // 'abcdefghij'
|
|
26
|
+
console.log(bl.slice(3, 10).toString('ascii')) // 'defghij'
|
|
27
|
+
console.log(bl.slice(3, 6).toString('ascii')) // 'def'
|
|
28
|
+
console.log(bl.slice(3, 8).toString('ascii')) // 'defgh'
|
|
29
|
+
console.log(bl.slice(5, 10).toString('ascii')) // 'fghij'
|
|
30
|
+
|
|
31
|
+
console.log(bl.indexOf('def')) // 3
|
|
32
|
+
console.log(bl.indexOf('asdf')) // -1
|
|
33
|
+
|
|
34
|
+
// or just use toString!
|
|
35
|
+
console.log(bl.toString()) // 'abcdefghij\u0003\u0004'
|
|
36
|
+
console.log(bl.toString('ascii', 3, 8)) // 'defgh'
|
|
37
|
+
console.log(bl.toString('ascii', 5, 10)) // 'fghij'
|
|
38
|
+
|
|
39
|
+
// other standard Buffer readables
|
|
40
|
+
console.log(bl.readUInt16BE(10)) // 0x0304
|
|
41
|
+
console.log(bl.readUInt16LE(10)) // 0x0403
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Give it a callback in the constructor and use it just like **[concat-stream](https://github.com/maxogden/node-concat-stream)**:
|
|
45
|
+
|
|
46
|
+
```js
|
|
47
|
+
const { BufferListStream } = require('bl')
|
|
48
|
+
const fs = require('fs')
|
|
49
|
+
|
|
50
|
+
fs.createReadStream('README.md')
|
|
51
|
+
.pipe(BufferListStream((err, data) => { // note 'new' isn't strictly required
|
|
52
|
+
// `data` is a complete Buffer object containing the full data
|
|
53
|
+
console.log(data.toString())
|
|
54
|
+
}))
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
Note that when you use the *callback* method like this, the resulting `data` parameter is a concatenation of all `Buffer` objects in the list. If you want to avoid the overhead of this concatenation (in cases of extreme performance consciousness), then avoid the *callback* method and just listen to `'end'` instead, like a standard Stream.
|
|
58
|
+
|
|
59
|
+
Or to fetch a URL using [hyperquest](https://github.com/substack/hyperquest) (should work with [request](http://github.com/mikeal/request) and even plain Node http too!):
|
|
60
|
+
|
|
61
|
+
```js
|
|
62
|
+
const hyperquest = require('hyperquest')
|
|
63
|
+
const { BufferListStream } = require('bl')
|
|
64
|
+
|
|
65
|
+
const url = 'https://raw.github.com/rvagg/bl/master/README.md'
|
|
66
|
+
|
|
67
|
+
hyperquest(url).pipe(BufferListStream((err, data) => {
|
|
68
|
+
console.log(data.toString())
|
|
69
|
+
}))
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Or, use it as a readable stream to recompose a list of Buffers to an output source:
|
|
73
|
+
|
|
74
|
+
```js
|
|
75
|
+
const { BufferListStream } = require('bl')
|
|
76
|
+
const fs = require('fs')
|
|
77
|
+
|
|
78
|
+
var bl = new BufferListStream()
|
|
79
|
+
bl.append(Buffer.from('abcd'))
|
|
80
|
+
bl.append(Buffer.from('efg'))
|
|
81
|
+
bl.append(Buffer.from('hi'))
|
|
82
|
+
bl.append(Buffer.from('j'))
|
|
83
|
+
|
|
84
|
+
bl.pipe(fs.createWriteStream('gibberish.txt'))
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## API
|
|
88
|
+
|
|
89
|
+
* <a href="#ctor"><code><b>new BufferList([ buf ])</b></code></a>
|
|
90
|
+
* <a href="#isBufferList"><code><b>BufferList.isBufferList(obj)</b></code></a>
|
|
91
|
+
* <a href="#length"><code>bl.<b>length</b></code></a>
|
|
92
|
+
* <a href="#append"><code>bl.<b>append(buffer)</b></code></a>
|
|
93
|
+
* <a href="#get"><code>bl.<b>get(index)</b></code></a>
|
|
94
|
+
* <a href="#indexOf"><code>bl.<b>indexOf(value[, byteOffset][, encoding])</b></code></a>
|
|
95
|
+
* <a href="#slice"><code>bl.<b>slice([ start[, end ] ])</b></code></a>
|
|
96
|
+
* <a href="#shallowSlice"><code>bl.<b>shallowSlice([ start[, end ] ])</b></code></a>
|
|
97
|
+
* <a href="#copy"><code>bl.<b>copy(dest, [ destStart, [ srcStart [, srcEnd ] ] ])</b></code></a>
|
|
98
|
+
* <a href="#duplicate"><code>bl.<b>duplicate()</b></code></a>
|
|
99
|
+
* <a href="#consume"><code>bl.<b>consume(bytes)</b></code></a>
|
|
100
|
+
* <a href="#toString"><code>bl.<b>toString([encoding, [ start, [ end ]]])</b></code></a>
|
|
101
|
+
* <a href="#readXX"><code>bl.<b>readDoubleBE()</b></code>, <code>bl.<b>readDoubleLE()</b></code>, <code>bl.<b>readFloatBE()</b></code>, <code>bl.<b>readFloatLE()</b></code>, <code>bl.<b>readInt32BE()</b></code>, <code>bl.<b>readInt32LE()</b></code>, <code>bl.<b>readUInt32BE()</b></code>, <code>bl.<b>readUInt32LE()</b></code>, <code>bl.<b>readInt16BE()</b></code>, <code>bl.<b>readInt16LE()</b></code>, <code>bl.<b>readUInt16BE()</b></code>, <code>bl.<b>readUInt16LE()</b></code>, <code>bl.<b>readInt8()</b></code>, <code>bl.<b>readUInt8()</b></code></a>
|
|
102
|
+
* <a href="#ctorStream"><code><b>new BufferListStream([ callback ])</b></code></a>
|
|
103
|
+
|
|
104
|
+
--------------------------------------------------------
|
|
105
|
+
<a name="ctor"></a>
|
|
106
|
+
### new BufferList([ Buffer | Buffer array | BufferList | BufferList array | String ])
|
|
107
|
+
No arguments are _required_ for the constructor, but you can initialise the list by passing in a single `Buffer` object or an array of `Buffer` objects.
|
|
108
|
+
|
|
109
|
+
`new` is not strictly required, if you don't instantiate a new object, it will be done automatically for you so you can create a new instance simply with:
|
|
110
|
+
|
|
111
|
+
```js
|
|
112
|
+
const { BufferList } = require('bl')
|
|
113
|
+
const bl = BufferList()
|
|
114
|
+
|
|
115
|
+
// equivalent to:
|
|
116
|
+
|
|
117
|
+
const { BufferList } = require('bl')
|
|
118
|
+
const bl = new BufferList()
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
--------------------------------------------------------
|
|
122
|
+
<a name="isBufferList"></a>
|
|
123
|
+
### BufferList.isBufferList(obj)
|
|
124
|
+
Determines if the passed object is a `BufferList`. It will return `true` if the passed object is an instance of `BufferList` **or** `BufferListStream` and `false` otherwise.
|
|
125
|
+
|
|
126
|
+
N.B. this won't return `true` for `BufferList` or `BufferListStream` instances created by versions of this library before this static method was added.
|
|
127
|
+
|
|
128
|
+
--------------------------------------------------------
|
|
129
|
+
<a name="length"></a>
|
|
130
|
+
### bl.length
|
|
131
|
+
Get the length of the list in bytes. This is the sum of the lengths of all of the buffers contained in the list, minus any initial offset for a semi-consumed buffer at the beginning. Should accurately represent the total number of bytes that can be read from the list.
|
|
132
|
+
|
|
133
|
+
--------------------------------------------------------
|
|
134
|
+
<a name="append"></a>
|
|
135
|
+
### bl.append(Buffer | Buffer array | BufferList | BufferList array | String)
|
|
136
|
+
`append(buffer)` adds an additional buffer or BufferList to the internal list. `this` is returned so it can be chained.
|
|
137
|
+
|
|
138
|
+
--------------------------------------------------------
|
|
139
|
+
<a name="get"></a>
|
|
140
|
+
### bl.get(index)
|
|
141
|
+
`get()` will return the byte at the specified index.
|
|
142
|
+
|
|
143
|
+
--------------------------------------------------------
|
|
144
|
+
<a name="indexOf"></a>
|
|
145
|
+
### bl.indexOf(value[, byteOffset][, encoding])
|
|
146
|
+
`get()` will return the byte at the specified index.
|
|
147
|
+
`indexOf()` method returns the first index at which a given element can be found in the BufferList, or -1 if it is not present.
|
|
148
|
+
|
|
149
|
+
--------------------------------------------------------
|
|
150
|
+
<a name="slice"></a>
|
|
151
|
+
### bl.slice([ start, [ end ] ])
|
|
152
|
+
`slice()` returns a new `Buffer` object containing the bytes within the range specified. Both `start` and `end` are optional and will default to the beginning and end of the list respectively.
|
|
153
|
+
|
|
154
|
+
If the requested range spans a single internal buffer then a slice of that buffer will be returned which shares the original memory range of that Buffer. If the range spans multiple buffers then copy operations will likely occur to give you a uniform Buffer.
|
|
155
|
+
|
|
156
|
+
--------------------------------------------------------
|
|
157
|
+
<a name="shallowSlice"></a>
|
|
158
|
+
### bl.shallowSlice([ start, [ end ] ])
|
|
159
|
+
`shallowSlice()` returns a new `BufferList` object containing the bytes within the range specified. Both `start` and `end` are optional and will default to the beginning and end of the list respectively.
|
|
160
|
+
|
|
161
|
+
No copies will be performed. All buffers in the result share memory with the original list.
|
|
162
|
+
|
|
163
|
+
--------------------------------------------------------
|
|
164
|
+
<a name="copy"></a>
|
|
165
|
+
### bl.copy(dest, [ destStart, [ srcStart [, srcEnd ] ] ])
|
|
166
|
+
`copy()` copies the content of the list in the `dest` buffer, starting from `destStart` and containing the bytes within the range specified with `srcStart` to `srcEnd`. `destStart`, `start` and `end` are optional and will default to the beginning of the `dest` buffer, and the beginning and end of the list respectively.
|
|
167
|
+
|
|
168
|
+
--------------------------------------------------------
|
|
169
|
+
<a name="duplicate"></a>
|
|
170
|
+
### bl.duplicate()
|
|
171
|
+
`duplicate()` performs a **shallow-copy** of the list. The internal Buffers remains the same, so if you change the underlying Buffers, the change will be reflected in both the original and the duplicate. This method is needed if you want to call `consume()` or `pipe()` and still keep the original list.Example:
|
|
172
|
+
|
|
173
|
+
```js
|
|
174
|
+
var bl = new BufferListStream()
|
|
175
|
+
|
|
176
|
+
bl.append('hello')
|
|
177
|
+
bl.append(' world')
|
|
178
|
+
bl.append('\n')
|
|
179
|
+
|
|
180
|
+
bl.duplicate().pipe(process.stdout, { end: false })
|
|
181
|
+
|
|
182
|
+
console.log(bl.toString())
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
--------------------------------------------------------
|
|
186
|
+
<a name="consume"></a>
|
|
187
|
+
### bl.consume(bytes)
|
|
188
|
+
`consume()` will shift bytes *off the start of the list*. The number of bytes consumed don't need to line up with the sizes of the internal Buffers—initial offsets will be calculated accordingly in order to give you a consistent view of the data.
|
|
189
|
+
|
|
190
|
+
--------------------------------------------------------
|
|
191
|
+
<a name="toString"></a>
|
|
192
|
+
### bl.toString([encoding, [ start, [ end ]]])
|
|
193
|
+
`toString()` will return a string representation of the buffer. The optional `start` and `end` arguments are passed on to `slice()`, while the `encoding` is passed on to `toString()` of the resulting Buffer. See the [Buffer#toString()](http://nodejs.org/docs/latest/api/buffer.html#buffer_buf_tostring_encoding_start_end) documentation for more information.
|
|
194
|
+
|
|
195
|
+
--------------------------------------------------------
|
|
196
|
+
<a name="readXX"></a>
|
|
197
|
+
### bl.readDoubleBE(), bl.readDoubleLE(), bl.readFloatBE(), bl.readFloatLE(), bl.readInt32BE(), bl.readInt32LE(), bl.readUInt32BE(), bl.readUInt32LE(), bl.readInt16BE(), bl.readInt16LE(), bl.readUInt16BE(), bl.readUInt16LE(), bl.readInt8(), bl.readUInt8()
|
|
198
|
+
|
|
199
|
+
All of the standard byte-reading methods of the `Buffer` interface are implemented and will operate across internal Buffer boundaries transparently.
|
|
200
|
+
|
|
201
|
+
See the <b><code>[Buffer](http://nodejs.org/docs/latest/api/buffer.html)</code></b> documentation for how these work.
|
|
202
|
+
|
|
203
|
+
--------------------------------------------------------
|
|
204
|
+
<a name="ctorStream"></a>
|
|
205
|
+
### new BufferListStream([ callback | Buffer | Buffer array | BufferList | BufferList array | String ])
|
|
206
|
+
**BufferListStream** is a Node **[Duplex Stream](http://nodejs.org/docs/latest/api/stream.html#stream_class_stream_duplex)**, so it can be read from and written to like a standard Node stream. You can also `pipe()` to and from a **BufferListStream** instance.
|
|
207
|
+
|
|
208
|
+
The constructor takes an optional callback, if supplied, the callback will be called with an error argument followed by a reference to the **bl** instance, when `bl.end()` is called (i.e. from a piped stream). This is a convenient method of collecting the entire contents of a stream, particularly when the stream is *chunky*, such as a network stream.
|
|
209
|
+
|
|
210
|
+
Normally, no arguments are required for the constructor, but you can initialise the list by passing in a single `Buffer` object or an array of `Buffer` object.
|
|
211
|
+
|
|
212
|
+
`new` is not strictly required, if you don't instantiate a new object, it will be done automatically for you so you can create a new instance simply with:
|
|
213
|
+
|
|
214
|
+
```js
|
|
215
|
+
const { BufferListStream } = require('bl')
|
|
216
|
+
const bl = BufferListStream()
|
|
217
|
+
|
|
218
|
+
// equivalent to:
|
|
219
|
+
|
|
220
|
+
const { BufferListStream } = require('bl')
|
|
221
|
+
const bl = new BufferListStream()
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
N.B. For backwards compatibility reasons, `BufferListStream` is the **default** export when you `require('bl')`:
|
|
225
|
+
|
|
226
|
+
```js
|
|
227
|
+
const { BufferListStream } = require('bl')
|
|
228
|
+
// equivalent to:
|
|
229
|
+
const BufferListStream = require('bl')
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
--------------------------------------------------------
|
|
233
|
+
|
|
234
|
+
## Contributors
|
|
235
|
+
|
|
236
|
+
**bl** is brought to you by the following hackers:
|
|
237
|
+
|
|
238
|
+
* [Rod Vagg](https://github.com/rvagg)
|
|
239
|
+
* [Matteo Collina](https://github.com/mcollina)
|
|
240
|
+
* [Jarett Cruger](https://github.com/jcrugzz)
|
|
241
|
+
|
|
242
|
+
<a name="license"></a>
|
|
243
|
+
## License & copyright
|
|
244
|
+
|
|
245
|
+
Copyright (c) 2013-2019 bl contributors (listed above).
|
|
246
|
+
|
|
247
|
+
bl is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "bl",
|
|
3
|
+
"version": "4.1.0",
|
|
4
|
+
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"main": "bl.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"lint": "standard *.js test/*.js",
|
|
9
|
+
"test": "npm run lint && node test/test.js | faucet"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/rvagg/bl.git"
|
|
14
|
+
},
|
|
15
|
+
"homepage": "https://github.com/rvagg/bl",
|
|
16
|
+
"authors": [
|
|
17
|
+
"Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
|
|
18
|
+
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
|
|
19
|
+
"Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
|
|
20
|
+
],
|
|
21
|
+
"keywords": [
|
|
22
|
+
"buffer",
|
|
23
|
+
"buffers",
|
|
24
|
+
"stream",
|
|
25
|
+
"awesomesauce"
|
|
26
|
+
],
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"buffer": "^5.5.0",
|
|
29
|
+
"inherits": "^2.0.4",
|
|
30
|
+
"readable-stream": "^3.4.0"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"faucet": "~0.0.1",
|
|
34
|
+
"standard": "^14.3.0",
|
|
35
|
+
"tape": "^4.11.0"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
# Bowser Changelog
|
|
2
|
+
|
|
3
|
+
### 2.11.0 (Sep 12, 2020)
|
|
4
|
+
- [ADD] Added support for aliases in `Parser#is` method (#437)
|
|
5
|
+
- [ADD] Added more typings (#438, #427)
|
|
6
|
+
- [ADD] Added support for MIUI Browserr (#436)
|
|
7
|
+
|
|
8
|
+
### 2.10.0 (Jul 9, 2020)
|
|
9
|
+
- [FIX] Fix for Firefox detection on iOS 13 [#415]
|
|
10
|
+
- [FIX] Fixes for typings.d.ts [#409]
|
|
11
|
+
- [FIX] Updated development dependencies
|
|
12
|
+
|
|
13
|
+
### 2.9.0 (Jan 28, 2020)
|
|
14
|
+
- [ADD] Export more methods and constants via .d.ts [#388], [#390]
|
|
15
|
+
|
|
16
|
+
### 2.8.1 (Dec 26, 2019)
|
|
17
|
+
- [FIX] Reverted [#382] as it broke build
|
|
18
|
+
|
|
19
|
+
### 2.8.0 (Dec 26, 2019)
|
|
20
|
+
- [ADD] Add polyfills for Array.find & Object.assign [#383]
|
|
21
|
+
- [ADD] Export constants with types.d.ts [#382]
|
|
22
|
+
- [FIX] Add support for WeChat on Windows [#381]
|
|
23
|
+
- [FIX] Fix detection of Firefox on iPad [#379]
|
|
24
|
+
- [FIX] Add detection of Electron [#375]
|
|
25
|
+
- [FIX] Updated dev-dependencies
|
|
26
|
+
|
|
27
|
+
### 2.7.0 (Oct 2, 2019)
|
|
28
|
+
- [FIX] Add support for QQ Browser [#362]
|
|
29
|
+
- [FIX] Add support for GSA [#364]
|
|
30
|
+
- [FIX] Updated dependencies
|
|
31
|
+
|
|
32
|
+
### 2.6.0 (Sep 6, 2019)
|
|
33
|
+
- [ADD] Define "module" export in package.json [#354]
|
|
34
|
+
- [FIX] Fix Tablet PC detection [#334]
|
|
35
|
+
|
|
36
|
+
### 2.5.4 (Sep 2, 2019)
|
|
37
|
+
- [FIX] Exclude docs from the npm package [#349]
|
|
38
|
+
|
|
39
|
+
### 2.5.3 (Aug 4, 2019)
|
|
40
|
+
- [FIX] Add MacOS names support [#338]
|
|
41
|
+
- [FIX] Point typings.d.ts from package.json [#341]
|
|
42
|
+
- [FIX] Upgrade dependencies
|
|
43
|
+
|
|
44
|
+
### 2.5.2 (July 17, 2019)
|
|
45
|
+
- [FIX] Fixes the bug undefined method because of failed build (#335)
|
|
46
|
+
|
|
47
|
+
### 2.5.1 (July 17, 2019)
|
|
48
|
+
- [FIX] Fixes the bug with a custom Error class (#335)
|
|
49
|
+
- [FIX] Fixes the settings for Babel to reduce the bundle size (#259)
|
|
50
|
+
|
|
51
|
+
### 2.5.0 (July 16, 2019)
|
|
52
|
+
- [ADD] Add constant output so that users can quickly get all types (#325)
|
|
53
|
+
- [FIX] Add support for Roku OS (#332)
|
|
54
|
+
- [FIX] Update devDependencies
|
|
55
|
+
- [FIX] Fix docs, README and added funding information
|
|
56
|
+
|
|
57
|
+
### 2.4.0 (May 3, 2019)
|
|
58
|
+
- [FIX] Update regexp for generic browsers (#310)
|
|
59
|
+
- [FIX] Fix issues with module.exports (#318)
|
|
60
|
+
- [FIX] Update devDependencies (#316, #321, #322)
|
|
61
|
+
- [FIX] Fix docs (#320)
|
|
62
|
+
|
|
63
|
+
### 2.3.0 (April 14, 2019)
|
|
64
|
+
- [ADD] Add support for Blink-based MS Edge (#311)
|
|
65
|
+
- [ADD] Add more types for TS (#289)
|
|
66
|
+
- [FIX] Update dev-dependencies
|
|
67
|
+
- [FIX] Update docs
|
|
68
|
+
|
|
69
|
+
### 2.2.1 (April 12, 2019)
|
|
70
|
+
- [ADD] Add an alias for Samsung Internet
|
|
71
|
+
- [FIX] Fix browser name detection for browsers without an alias (#313)
|
|
72
|
+
|
|
73
|
+
### 2.2.0 (April 7, 2019)
|
|
74
|
+
- [ADD] Add short aliases for browser names (#295)
|
|
75
|
+
- [FIX] Fix Yandex Browser version detection (#308)
|
|
76
|
+
|
|
77
|
+
### 2.1.2 (March 6, 2019)
|
|
78
|
+
- [FIX] Fix buggy `getFirstMatch` reference
|
|
79
|
+
|
|
80
|
+
### 2.1.1 (March 6, 2019)
|
|
81
|
+
- [ADD] Add detection of PlayStation 4 (#291)
|
|
82
|
+
- [ADD] Deploy docs on GH Pages (#293)
|
|
83
|
+
- [FIX] Fix files extensions for importing (#294)
|
|
84
|
+
- [FIX] Fix docs (#295)
|
|
85
|
+
|
|
86
|
+
### 2.1.0 (January 24, 2019)
|
|
87
|
+
- [ADD] Add new `Parser.getEngineName()` method (#288)
|
|
88
|
+
- [ADD] Add detection of ChromeOS (#287)
|
|
89
|
+
- [FIX] Fix README
|
|
90
|
+
|
|
91
|
+
### 2.0.0 (January 19, 2019)
|
|
92
|
+
- [ADD] Support a non strict equality in `Parser.satisfies()` (#275)
|
|
93
|
+
- [ADD] Add Android versions names (#276)
|
|
94
|
+
- [ADD] Add a typings file (#277)
|
|
95
|
+
- [ADD] Added support for Googlebot recognition (#278)
|
|
96
|
+
- [FIX] Update building tools, avoid security issues
|
|
97
|
+
|
|
98
|
+
### 2.0.0-beta.3 (September 15, 2018)
|
|
99
|
+
- [FIX] Fix Chrome Mobile detection (#253)
|
|
100
|
+
- [FIX] Use built bowser for CI (#252)
|
|
101
|
+
- [FIX] Update babel-plugin-add-module-exports (#251)
|
|
102
|
+
|
|
103
|
+
### 2.0.0-beta.2 (September 9, 2018)
|
|
104
|
+
- [FIX] Fix failing comparing version through `Parser.satisfies` (#243)
|
|
105
|
+
- [FIX] Fix travis testing, include eslint into CI testing
|
|
106
|
+
- [FIX] Add support for Maxthon desktop browser (#246)
|
|
107
|
+
- [FIX] Add support for Swing browser (#248)
|
|
108
|
+
- [DOCS] Regenerate docs
|
|
109
|
+
|
|
110
|
+
### 2.0.0-beta.1 (August 18, 2018)
|
|
111
|
+
- [ADD] Add loose version comparison to `Parser.compareVersion()` and `Parser.satisfies()`
|
|
112
|
+
- [CHORE] Add CONTRIBUTING.md
|
|
113
|
+
- [DOCS] Regenerate docs
|
|
114
|
+
|
|
115
|
+
### 2.0.0-alpha.4 (August 2, 2018)
|
|
116
|
+
- [DOCS] Fix usage docs (#238)
|
|
117
|
+
- [CHANGE] Make `./es5.js` the main file of the package (#239)
|
|
118
|
+
|
|
119
|
+
### 2.0.0-alpha.3 (July 22, 2018)
|
|
120
|
+
- [CHANGE] Rename split and rename `compiled.js` to `es5.js` and `bundled.js` (#231, #236, #237)
|
|
121
|
+
- [ADD] Add `Parser.some` (#235)
|
|
122
|
+
|
|
123
|
+
### 2.0.0-alpha.2 (July 17, 2018)
|
|
124
|
+
- [CHANGE] Make `src/bowser` main file instead of the bundled one
|
|
125
|
+
- [CHANGE] Move the bundled file to the root of the package to make it possible to `require('bowser/compiled')` (#231)
|
|
126
|
+
- [REMOVE] Remove `typings.d.ts` before stable release (#232)
|
|
127
|
+
- [FIX] Improve Nexus devices detection (#233)
|
|
128
|
+
|
|
129
|
+
### 2.0.0-alpha.1 (July 9, 2018)
|
|
130
|
+
- [ADD] `Bowser.getParser()`
|
|
131
|
+
- [ADD] `Bowser.parse`
|
|
132
|
+
- [ADD] `Parser` class which describes parsing process
|
|
133
|
+
- [CHANGE] Change bowser's returning object
|
|
134
|
+
- [REMOVE] Remove bower support
|
|
135
|
+
|
|
136
|
+
### 1.9.4 (June 28, 2018)
|
|
137
|
+
- [FIX] Fix NAVER Whale browser detection (#220)
|
|
138
|
+
- [FIX] Fix MZ Browser browser detection (#219)
|
|
139
|
+
- [FIX] Fix Firefox Focus browser detection (#191)
|
|
140
|
+
- [FIX] Fix webOS browser detection (#186)
|
|
141
|
+
|
|
142
|
+
### 1.9.3 (March 12, 2018)
|
|
143
|
+
- [FIX] Fix `typings.d.ts` — add `ipad`, `iphone`, `ipod` flags to the interface
|
|
144
|
+
|
|
145
|
+
### 1.9.2 (February 5, 2018)
|
|
146
|
+
- [FIX] Fix `typings.d.ts` — add `osname` flag to the interface
|
|
147
|
+
|
|
148
|
+
### 1.9.1 (December 22, 2017)
|
|
149
|
+
- [FIX] Fix `typings.d.ts` — add `chromium` flag to the interface
|
|
150
|
+
|
|
151
|
+
### 1.9.0 (December 20, 2017)
|
|
152
|
+
- [ADD] Add a public method `.detect()` (#205)
|
|
153
|
+
- [DOCS] Fix description of `chromium` flag in docs (#206)
|
|
154
|
+
|
|
155
|
+
### 1.8.1 (October 7, 2017)
|
|
156
|
+
- [FIX] Fix detection of MS Edge on Android and iOS (#201)
|
|
157
|
+
|
|
158
|
+
### 1.8.0 (October 7, 2017)
|
|
159
|
+
- [ADD] Add `osname` into result object (#200)
|
|
160
|
+
|
|
161
|
+
### 1.7.3 (August 30, 2017)
|
|
162
|
+
- [FIX] Fix detection of Chrome on Android 8 OPR6 (#193)
|
|
163
|
+
|
|
164
|
+
### 1.7.2 (August 17, 2017)
|
|
165
|
+
- [FIX] Fix typings.d.ts according to #185
|
|
166
|
+
|
|
167
|
+
### 1.7.1 (July 13, 2017)
|
|
168
|
+
- [ADD] Fix detecting of Tablet PC as tablet (#183)
|
|
169
|
+
|
|
170
|
+
### 1.7.0 (May 18, 2017)
|
|
171
|
+
- [ADD] Add OS version support for Windows and macOS (#178)
|
|
172
|
+
|
|
173
|
+
### 1.6.0 (December 5, 2016)
|
|
174
|
+
- [ADD] Add some tests for Windows devices (#89)
|
|
175
|
+
- [ADD] Add `root` to initialization process (#170)
|
|
176
|
+
- [FIX] Upgrade .travis.yml config
|
|
177
|
+
|
|
178
|
+
### 1.5.0 (October 31, 2016)
|
|
179
|
+
- [ADD] Throw an error when `minVersion` map has not a string as a version and fix readme (#165)
|
|
180
|
+
- [FIX] Fix truly detection of Windows Phones (#167)
|
|
181
|
+
|
|
182
|
+
### 1.4.6 (September 19, 2016)
|
|
183
|
+
- [FIX] Fix mobile Opera's version detection on Android
|
|
184
|
+
- [FIX] Fix typescript typings — add `mobile` and `tablet` flags
|
|
185
|
+
- [DOC] Fix description of `bowser.check`
|
|
186
|
+
|
|
187
|
+
### 1.4.5 (August 30, 2016)
|
|
188
|
+
|
|
189
|
+
- [FIX] Add support of Samsung Internet for Android
|
|
190
|
+
- [FIX] Fix case when `navigator.userAgent` is `undefined`
|
|
191
|
+
- [DOC] Add information about `strictMode` in `check` function
|
|
192
|
+
- [DOC] Consistent use of `bowser` variable in the README
|
|
193
|
+
|
|
194
|
+
### 1.4.4 (August 10, 2016)
|
|
195
|
+
|
|
196
|
+
- [FIX] Fix AMD `define` call — pass name to the function
|
|
197
|
+
|
|
198
|
+
### 1.4.3 (July 27, 2016)
|
|
199
|
+
|
|
200
|
+
- [FIX] Fix error `Object doesn't support this property or method` on IE8
|
|
201
|
+
|
|
202
|
+
### 1.4.2 (July 26, 2016)
|
|
203
|
+
|
|
204
|
+
- [FIX] Fix missing `isUnsupportedBrowser` in typings description
|
|
205
|
+
- [DOC] Fix `check`'s declaration in README
|
|
206
|
+
|
|
207
|
+
### 1.4.1 (July 7, 2016)
|
|
208
|
+
|
|
209
|
+
- [FIX] Fix `strictMode` logic for `isUnsupportedBrowser`
|
|
210
|
+
|
|
211
|
+
### 1.4.0 (June 28, 2016)
|
|
212
|
+
|
|
213
|
+
- [FEATURE] Add `bowser.compareVersions` method
|
|
214
|
+
- [FEATURE] Add `bowser.isUnsupportedBrowser` method
|
|
215
|
+
- [FEATURE] Add `bowser.check` method
|
|
216
|
+
- [DOC] Changelog started
|
|
217
|
+
- [DOC] Add API section to README
|
|
218
|
+
- [FIX] Fix detection of browser type (A/C/X) for Chromium
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
Copyright 2015, Dustin Diaz (the "Original Author")
|
|
2
|
+
All rights reserved.
|
|
3
|
+
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person
|
|
7
|
+
obtaining a copy of this software and associated documentation
|
|
8
|
+
files (the "Software"), to deal in the Software without
|
|
9
|
+
restriction, including without limitation the rights to use,
|
|
10
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
copies of the Software, and to permit persons to whom the
|
|
12
|
+
Software is furnished to do so, subject to the following
|
|
13
|
+
conditions:
|
|
14
|
+
|
|
15
|
+
The above copyright notice and this permission notice shall be
|
|
16
|
+
included in all copies or substantial portions of the Software.
|
|
17
|
+
|
|
18
|
+
Distributions of all or part of the Software intended to be used
|
|
19
|
+
by the recipients as they would use the unmodified Software,
|
|
20
|
+
containing modifications that substantially alter, remove, or
|
|
21
|
+
disable functionality of the Software, outside of the documented
|
|
22
|
+
configuration mechanisms provided by the Software, shall be
|
|
23
|
+
modified such that the Original Author's bug reporting email
|
|
24
|
+
addresses and urls are either replaced with the contact information
|
|
25
|
+
of the parties responsible for the changes, or removed entirely.
|
|
26
|
+
|
|
27
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
28
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
29
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
30
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
31
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
32
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
33
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
34
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Except where noted, this license applies to any and all software
|
|
38
|
+
programs and associated documentation files created by the
|
|
39
|
+
Original Author, when distributed with the Software.
|