@aws-amplify/graphql-model-transformer 2.1.3-jsii-build.1 → 2.2.0-rds-2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3478) hide show
  1. package/API.md +15 -15
  2. package/CHANGELOG.md +9 -5
  3. package/lib/graphql-types/mutation.d.ts.map +1 -1
  4. package/lib/graphql-types/mutation.js +9 -2
  5. package/lib/graphql-types/mutation.js.map +1 -1
  6. package/lib/rds-lambda.zip +0 -0
  7. package/lib/rds-notification-lambda.zip +0 -0
  8. package/lib/rds-patching-lambda.zip +0 -0
  9. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +6 -5
  10. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -1
  11. package/lib/resolvers/generators/dynamodb-vtl-generator.js +5 -5
  12. package/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -1
  13. package/lib/resolvers/generators/rds-vtl-generator.d.ts +6 -5
  14. package/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -1
  15. package/lib/resolvers/generators/rds-vtl-generator.js +10 -10
  16. package/lib/resolvers/generators/rds-vtl-generator.js.map +1 -1
  17. package/lib/resolvers/generators/vtl-generator.d.ts +6 -5
  18. package/lib/resolvers/generators/vtl-generator.d.ts.map +1 -1
  19. package/lib/resolvers/rds/mutation.d.ts +4 -3
  20. package/lib/resolvers/rds/mutation.d.ts.map +1 -1
  21. package/lib/resolvers/rds/mutation.js +68 -55
  22. package/lib/resolvers/rds/mutation.js.map +1 -1
  23. package/lib/resolvers/rds/query.d.ts +2 -1
  24. package/lib/resolvers/rds/query.d.ts.map +1 -1
  25. package/lib/resolvers/rds/query.js +5 -2
  26. package/lib/resolvers/rds/query.js.map +1 -1
  27. package/lib/resolvers/rds/resolver.d.ts +7 -3
  28. package/lib/resolvers/rds/resolver.d.ts.map +1 -1
  29. package/lib/resolvers/rds/resolver.js +103 -42
  30. package/lib/resolvers/rds/resolver.js.map +1 -1
  31. package/lib/resources/model-resource-generator.js +5 -5
  32. package/lib/resources/model-resource-generator.js.map +1 -1
  33. package/package.json +9 -9
  34. package/publish-notification-lambda/README.md +39 -0
  35. package/publish-notification-lambda/node_modules/.package-lock.json +1951 -0
  36. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
  37. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/LICENSE +201 -0
  38. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/README.md +16 -0
  39. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
  40. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
  41. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
  42. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
  43. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
  44. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  45. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
  46. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
  47. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/package.json +28 -0
  48. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
  49. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
  50. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
  51. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  52. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  53. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  54. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  55. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  56. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  57. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  58. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  59. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  60. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  61. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  62. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  63. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  64. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  65. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  66. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  67. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  68. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  69. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  70. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  71. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  72. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  73. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  74. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  75. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  76. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  77. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  78. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  79. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  80. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  81. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  82. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  83. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  84. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  85. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  86. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  87. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  88. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  89. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  90. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  91. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  92. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  93. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  94. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  95. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  96. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  97. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  98. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  99. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  100. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  101. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  102. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  103. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  104. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  105. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  106. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  107. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  108. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  109. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  110. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  111. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  112. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  113. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  114. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  115. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  116. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  117. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  118. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  119. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  120. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  121. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  122. package/publish-notification-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  123. package/publish-notification-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
  124. package/publish-notification-lambda/node_modules/@aws-crypto/util/README.md +16 -0
  125. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  126. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  127. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  128. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  129. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  130. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  131. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  132. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  133. package/publish-notification-lambda/node_modules/@aws-crypto/util/package.json +31 -0
  134. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  135. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
  136. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  137. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  138. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  139. package/publish-notification-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  140. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
  141. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
  142. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
  143. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
  144. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
  145. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
  146. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/LICENSE +201 -0
  147. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/README.md +554 -0
  148. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/package.json +100 -0
  149. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  150. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
  151. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
  152. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  153. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
  154. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
  155. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  156. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
  157. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
  158. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
  159. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
  160. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
  161. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  162. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  163. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  164. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
  165. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
  166. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
  167. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  168. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  169. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
  170. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  171. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
  172. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  173. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  174. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  175. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  176. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  177. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  178. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  179. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  180. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  181. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
  182. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
  183. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
  184. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
  185. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
  186. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
  187. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
  188. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
  189. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
  190. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
  191. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
  192. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
  193. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
  194. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
  195. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
  196. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
  197. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
  198. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
  199. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
  200. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
  201. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
  202. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
  203. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
  204. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
  205. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
  206. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
  207. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
  208. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
  209. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
  210. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
  211. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
  212. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
  213. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
  214. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
  215. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  216. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  217. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
  218. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  219. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  220. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  221. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  222. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  223. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
  224. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
  225. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
  226. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
  227. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  228. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  229. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
  230. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
  231. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
  232. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
  233. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  234. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  235. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
  236. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
  237. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
  238. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
  239. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  240. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  241. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
  242. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
  243. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
  244. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
  245. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
  246. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
  247. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
  248. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
  249. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
  250. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
  251. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
  252. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
  253. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
  254. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
  255. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
  256. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
  257. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
  258. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
  259. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
  260. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
  261. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
  262. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
  263. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
  264. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
  265. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
  266. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
  267. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
  268. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
  269. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
  270. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
  271. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
  272. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  273. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
  274. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
  275. package/publish-notification-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
  276. package/publish-notification-lambda/node_modules/@aws-sdk/types/README.md +4 -0
  277. package/publish-notification-lambda/node_modules/@aws-sdk/types/package.json +57 -0
  278. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
  279. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
  280. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
  281. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
  282. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
  283. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
  284. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
  285. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
  286. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
  287. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
  288. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
  289. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
  290. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
  291. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
  292. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
  293. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
  294. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
  295. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
  296. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
  297. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
  298. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
  299. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
  300. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
  301. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
  302. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  303. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  304. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
  305. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
  306. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  307. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
  308. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
  309. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
  310. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  311. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  312. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
  313. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
  314. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
  315. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
  316. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
  317. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
  318. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
  319. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
  320. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
  321. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
  322. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  323. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  324. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  325. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  326. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  327. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
  328. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
  329. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
  330. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
  331. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  332. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  333. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  334. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
  335. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
  336. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
  337. package/publish-notification-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
  338. package/publish-notification-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
  339. package/publish-notification-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
  340. package/publish-notification-lambda/node_modules/@smithy/types/LICENSE +201 -0
  341. package/publish-notification-lambda/node_modules/@smithy/types/README.md +41 -0
  342. package/publish-notification-lambda/node_modules/@smithy/types/package.json +63 -0
  343. package/publish-notification-lambda/node_modules/@types/node/LICENSE +21 -0
  344. package/publish-notification-lambda/node_modules/@types/node/README.md +16 -0
  345. package/publish-notification-lambda/node_modules/@types/node/package.json +232 -0
  346. package/publish-notification-lambda/node_modules/ansi-regex/license +9 -0
  347. package/publish-notification-lambda/node_modules/ansi-regex/package.json +55 -0
  348. package/publish-notification-lambda/node_modules/ansi-regex/readme.md +78 -0
  349. package/publish-notification-lambda/node_modules/ansi-styles/license +9 -0
  350. package/publish-notification-lambda/node_modules/ansi-styles/package.json +56 -0
  351. package/publish-notification-lambda/node_modules/ansi-styles/readme.md +152 -0
  352. package/publish-notification-lambda/node_modules/archiver/CHANGELOG.md +246 -0
  353. package/publish-notification-lambda/node_modules/archiver/LICENSE +22 -0
  354. package/publish-notification-lambda/node_modules/archiver/README.md +94 -0
  355. package/publish-notification-lambda/node_modules/archiver/package.json +60 -0
  356. package/publish-notification-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
  357. package/publish-notification-lambda/node_modules/archiver-utils/LICENSE +22 -0
  358. package/publish-notification-lambda/node_modules/archiver-utils/README.md +7 -0
  359. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
  360. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  361. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
  362. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
  363. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
  364. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  365. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
  366. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
  367. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
  368. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
  369. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
  370. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
  371. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
  372. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
  373. package/publish-notification-lambda/node_modules/archiver-utils/package.json +54 -0
  374. package/publish-notification-lambda/node_modules/async/CHANGELOG.md +348 -0
  375. package/publish-notification-lambda/node_modules/async/LICENSE +19 -0
  376. package/publish-notification-lambda/node_modules/async/README.md +59 -0
  377. package/publish-notification-lambda/node_modules/async/bower.json +17 -0
  378. package/publish-notification-lambda/node_modules/async/dist/async.mjs +5947 -0
  379. package/publish-notification-lambda/node_modules/async/package.json +75 -0
  380. package/publish-notification-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  381. package/publish-notification-lambda/node_modules/balanced-match/LICENSE.md +21 -0
  382. package/publish-notification-lambda/node_modules/balanced-match/README.md +97 -0
  383. package/publish-notification-lambda/node_modules/balanced-match/package.json +48 -0
  384. package/publish-notification-lambda/node_modules/base64-js/LICENSE +21 -0
  385. package/publish-notification-lambda/node_modules/base64-js/README.md +34 -0
  386. package/publish-notification-lambda/node_modules/base64-js/package.json +47 -0
  387. package/publish-notification-lambda/node_modules/bestzip/LICENSE +21 -0
  388. package/publish-notification-lambda/node_modules/bestzip/package.json +46 -0
  389. package/publish-notification-lambda/node_modules/bestzip/readme.md +91 -0
  390. package/publish-notification-lambda/node_modules/bl/.travis.yml +17 -0
  391. package/publish-notification-lambda/node_modules/bl/LICENSE.md +13 -0
  392. package/publish-notification-lambda/node_modules/bl/README.md +247 -0
  393. package/publish-notification-lambda/node_modules/bl/package.json +37 -0
  394. package/publish-notification-lambda/node_modules/bowser/CHANGELOG.md +218 -0
  395. package/publish-notification-lambda/node_modules/bowser/LICENSE +39 -0
  396. package/publish-notification-lambda/node_modules/bowser/README.md +179 -0
  397. package/publish-notification-lambda/node_modules/bowser/package.json +83 -0
  398. package/publish-notification-lambda/node_modules/brace-expansion/LICENSE +21 -0
  399. package/publish-notification-lambda/node_modules/brace-expansion/README.md +129 -0
  400. package/publish-notification-lambda/node_modules/brace-expansion/package.json +47 -0
  401. package/publish-notification-lambda/node_modules/buffer/AUTHORS.md +70 -0
  402. package/publish-notification-lambda/node_modules/buffer/LICENSE +21 -0
  403. package/publish-notification-lambda/node_modules/buffer/README.md +410 -0
  404. package/publish-notification-lambda/node_modules/buffer/package.json +96 -0
  405. package/publish-notification-lambda/node_modules/buffer-crc32/LICENSE +19 -0
  406. package/publish-notification-lambda/node_modules/buffer-crc32/README.md +47 -0
  407. package/publish-notification-lambda/node_modules/buffer-crc32/package.json +39 -0
  408. package/publish-notification-lambda/node_modules/cliui/CHANGELOG.md +121 -0
  409. package/publish-notification-lambda/node_modules/cliui/LICENSE.txt +14 -0
  410. package/publish-notification-lambda/node_modules/cliui/README.md +141 -0
  411. package/publish-notification-lambda/node_modules/cliui/build/index.cjs +302 -0
  412. package/publish-notification-lambda/node_modules/cliui/index.mjs +13 -0
  413. package/publish-notification-lambda/node_modules/cliui/package.json +83 -0
  414. package/publish-notification-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
  415. package/publish-notification-lambda/node_modules/color-convert/LICENSE +21 -0
  416. package/publish-notification-lambda/node_modules/color-convert/README.md +68 -0
  417. package/publish-notification-lambda/node_modules/color-convert/package.json +48 -0
  418. package/publish-notification-lambda/node_modules/color-name/LICENSE +8 -0
  419. package/publish-notification-lambda/node_modules/color-name/README.md +11 -0
  420. package/publish-notification-lambda/node_modules/color-name/package.json +28 -0
  421. package/publish-notification-lambda/node_modules/compress-commons/CHANGELOG.md +60 -0
  422. package/publish-notification-lambda/node_modules/compress-commons/LICENSE +22 -0
  423. package/publish-notification-lambda/node_modules/compress-commons/README.md +25 -0
  424. package/publish-notification-lambda/node_modules/compress-commons/package.json +45 -0
  425. package/publish-notification-lambda/node_modules/concat-map/.travis.yml +4 -0
  426. package/publish-notification-lambda/node_modules/concat-map/LICENSE +18 -0
  427. package/publish-notification-lambda/node_modules/concat-map/README.markdown +62 -0
  428. package/publish-notification-lambda/node_modules/concat-map/package.json +43 -0
  429. package/publish-notification-lambda/node_modules/core-util-is/LICENSE +19 -0
  430. package/publish-notification-lambda/node_modules/core-util-is/README.md +3 -0
  431. package/publish-notification-lambda/node_modules/core-util-is/package.json +38 -0
  432. package/publish-notification-lambda/node_modules/crc-32/LICENSE +201 -0
  433. package/publish-notification-lambda/node_modules/crc-32/README.md +200 -0
  434. package/publish-notification-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
  435. package/publish-notification-lambda/node_modules/crc-32/package.json +43 -0
  436. package/publish-notification-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
  437. package/publish-notification-lambda/node_modules/crc-32/types/tslint.json +11 -0
  438. package/publish-notification-lambda/node_modules/crc32-stream/CHANGELOG.md +59 -0
  439. package/publish-notification-lambda/node_modules/crc32-stream/LICENSE +22 -0
  440. package/publish-notification-lambda/node_modules/crc32-stream/README.md +79 -0
  441. package/publish-notification-lambda/node_modules/crc32-stream/package.json +45 -0
  442. package/publish-notification-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  443. package/publish-notification-lambda/node_modules/emoji-regex/README.md +73 -0
  444. package/publish-notification-lambda/node_modules/emoji-regex/package.json +50 -0
  445. package/publish-notification-lambda/node_modules/end-of-stream/LICENSE +21 -0
  446. package/publish-notification-lambda/node_modules/end-of-stream/README.md +54 -0
  447. package/publish-notification-lambda/node_modules/end-of-stream/package.json +37 -0
  448. package/publish-notification-lambda/node_modules/escalade/dist/index.mjs +22 -0
  449. package/publish-notification-lambda/node_modules/escalade/license +9 -0
  450. package/publish-notification-lambda/node_modules/escalade/package.json +61 -0
  451. package/publish-notification-lambda/node_modules/escalade/readme.md +211 -0
  452. package/publish-notification-lambda/node_modules/escalade/sync/index.mjs +18 -0
  453. package/publish-notification-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
  454. package/publish-notification-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
  455. package/publish-notification-lambda/node_modules/fast-xml-parser/README.md +204 -0
  456. package/publish-notification-lambda/node_modules/fast-xml-parser/package.json +71 -0
  457. package/publish-notification-lambda/node_modules/fs-constants/LICENSE +21 -0
  458. package/publish-notification-lambda/node_modules/fs-constants/README.md +26 -0
  459. package/publish-notification-lambda/node_modules/fs-constants/package.json +19 -0
  460. package/publish-notification-lambda/node_modules/fs.realpath/LICENSE +43 -0
  461. package/publish-notification-lambda/node_modules/fs.realpath/README.md +33 -0
  462. package/publish-notification-lambda/node_modules/fs.realpath/package.json +26 -0
  463. package/publish-notification-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
  464. package/publish-notification-lambda/node_modules/get-caller-file/README.md +41 -0
  465. package/publish-notification-lambda/node_modules/get-caller-file/package.json +42 -0
  466. package/publish-notification-lambda/node_modules/glob/LICENSE +21 -0
  467. package/publish-notification-lambda/node_modules/glob/README.md +378 -0
  468. package/publish-notification-lambda/node_modules/glob/package.json +55 -0
  469. package/publish-notification-lambda/node_modules/graceful-fs/LICENSE +15 -0
  470. package/publish-notification-lambda/node_modules/graceful-fs/README.md +143 -0
  471. package/publish-notification-lambda/node_modules/graceful-fs/package.json +53 -0
  472. package/publish-notification-lambda/node_modules/ieee754/LICENSE +11 -0
  473. package/publish-notification-lambda/node_modules/ieee754/README.md +51 -0
  474. package/publish-notification-lambda/node_modules/ieee754/package.json +52 -0
  475. package/publish-notification-lambda/node_modules/inflight/LICENSE +15 -0
  476. package/publish-notification-lambda/node_modules/inflight/README.md +37 -0
  477. package/publish-notification-lambda/node_modules/inflight/package.json +29 -0
  478. package/publish-notification-lambda/node_modules/inherits/LICENSE +16 -0
  479. package/publish-notification-lambda/node_modules/inherits/README.md +42 -0
  480. package/publish-notification-lambda/node_modules/inherits/package.json +29 -0
  481. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/license +9 -0
  482. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
  483. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
  484. package/publish-notification-lambda/node_modules/isarray/.travis.yml +4 -0
  485. package/publish-notification-lambda/node_modules/isarray/Makefile +6 -0
  486. package/publish-notification-lambda/node_modules/isarray/README.md +60 -0
  487. package/publish-notification-lambda/node_modules/isarray/component.json +19 -0
  488. package/publish-notification-lambda/node_modules/isarray/package.json +45 -0
  489. package/publish-notification-lambda/node_modules/isexe/LICENSE +15 -0
  490. package/publish-notification-lambda/node_modules/isexe/README.md +51 -0
  491. package/publish-notification-lambda/node_modules/isexe/package.json +31 -0
  492. package/publish-notification-lambda/node_modules/lazystream/LICENSE +23 -0
  493. package/publish-notification-lambda/node_modules/lazystream/README.md +114 -0
  494. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
  495. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  496. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
  497. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
  498. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
  499. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  500. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
  501. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
  502. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
  503. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
  504. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
  505. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
  506. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
  507. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
  508. package/publish-notification-lambda/node_modules/lazystream/package.json +46 -0
  509. package/publish-notification-lambda/node_modules/lazystream/test/data.md +13 -0
  510. package/publish-notification-lambda/node_modules/lodash.defaults/LICENSE +47 -0
  511. package/publish-notification-lambda/node_modules/lodash.defaults/README.md +18 -0
  512. package/publish-notification-lambda/node_modules/lodash.defaults/package.json +17 -0
  513. package/publish-notification-lambda/node_modules/lodash.difference/LICENSE +47 -0
  514. package/publish-notification-lambda/node_modules/lodash.difference/README.md +18 -0
  515. package/publish-notification-lambda/node_modules/lodash.difference/package.json +17 -0
  516. package/publish-notification-lambda/node_modules/lodash.flatten/LICENSE +47 -0
  517. package/publish-notification-lambda/node_modules/lodash.flatten/README.md +18 -0
  518. package/publish-notification-lambda/node_modules/lodash.flatten/package.json +17 -0
  519. package/publish-notification-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
  520. package/publish-notification-lambda/node_modules/lodash.isplainobject/README.md +18 -0
  521. package/publish-notification-lambda/node_modules/lodash.isplainobject/package.json +17 -0
  522. package/publish-notification-lambda/node_modules/lodash.union/LICENSE +47 -0
  523. package/publish-notification-lambda/node_modules/lodash.union/README.md +18 -0
  524. package/publish-notification-lambda/node_modules/lodash.union/package.json +17 -0
  525. package/publish-notification-lambda/node_modules/minimatch/LICENSE +15 -0
  526. package/publish-notification-lambda/node_modules/minimatch/README.md +230 -0
  527. package/publish-notification-lambda/node_modules/minimatch/package.json +33 -0
  528. package/publish-notification-lambda/node_modules/normalize-path/LICENSE +21 -0
  529. package/publish-notification-lambda/node_modules/normalize-path/README.md +127 -0
  530. package/publish-notification-lambda/node_modules/normalize-path/package.json +77 -0
  531. package/publish-notification-lambda/node_modules/once/LICENSE +15 -0
  532. package/publish-notification-lambda/node_modules/once/README.md +79 -0
  533. package/publish-notification-lambda/node_modules/once/package.json +33 -0
  534. package/publish-notification-lambda/node_modules/path-is-absolute/license +21 -0
  535. package/publish-notification-lambda/node_modules/path-is-absolute/package.json +43 -0
  536. package/publish-notification-lambda/node_modules/path-is-absolute/readme.md +59 -0
  537. package/publish-notification-lambda/node_modules/process-nextick-args/license.md +19 -0
  538. package/publish-notification-lambda/node_modules/process-nextick-args/package.json +25 -0
  539. package/publish-notification-lambda/node_modules/process-nextick-args/readme.md +18 -0
  540. package/publish-notification-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  541. package/publish-notification-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
  542. package/publish-notification-lambda/node_modules/readable-stream/LICENSE +47 -0
  543. package/publish-notification-lambda/node_modules/readable-stream/README.md +106 -0
  544. package/publish-notification-lambda/node_modules/readable-stream/package.json +68 -0
  545. package/publish-notification-lambda/node_modules/readdir-glob/LICENSE +201 -0
  546. package/publish-notification-lambda/node_modules/readdir-glob/README.md +85 -0
  547. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  548. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
  549. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
  550. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
  551. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
  552. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
  553. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
  554. package/publish-notification-lambda/node_modules/readdir-glob/package.json +43 -0
  555. package/publish-notification-lambda/node_modules/require-directory/.jshintrc +67 -0
  556. package/publish-notification-lambda/node_modules/require-directory/.travis.yml +3 -0
  557. package/publish-notification-lambda/node_modules/require-directory/LICENSE +22 -0
  558. package/publish-notification-lambda/node_modules/require-directory/README.markdown +184 -0
  559. package/publish-notification-lambda/node_modules/require-directory/package.json +40 -0
  560. package/publish-notification-lambda/node_modules/safe-buffer/LICENSE +21 -0
  561. package/publish-notification-lambda/node_modules/safe-buffer/README.md +584 -0
  562. package/publish-notification-lambda/node_modules/safe-buffer/package.json +51 -0
  563. package/publish-notification-lambda/node_modules/string-width/license +9 -0
  564. package/publish-notification-lambda/node_modules/string-width/package.json +56 -0
  565. package/publish-notification-lambda/node_modules/string-width/readme.md +50 -0
  566. package/publish-notification-lambda/node_modules/string_decoder/LICENSE +48 -0
  567. package/publish-notification-lambda/node_modules/string_decoder/README.md +47 -0
  568. package/publish-notification-lambda/node_modules/string_decoder/package.json +34 -0
  569. package/publish-notification-lambda/node_modules/strip-ansi/license +9 -0
  570. package/publish-notification-lambda/node_modules/strip-ansi/package.json +54 -0
  571. package/publish-notification-lambda/node_modules/strip-ansi/readme.md +46 -0
  572. package/publish-notification-lambda/node_modules/strnum/.vscode/launch.json +25 -0
  573. package/publish-notification-lambda/node_modules/strnum/LICENSE +21 -0
  574. package/publish-notification-lambda/node_modules/strnum/README.md +86 -0
  575. package/publish-notification-lambda/node_modules/strnum/package.json +24 -0
  576. package/publish-notification-lambda/node_modules/tar-stream/LICENSE +21 -0
  577. package/publish-notification-lambda/node_modules/tar-stream/README.md +168 -0
  578. package/publish-notification-lambda/node_modules/tar-stream/package.json +58 -0
  579. package/publish-notification-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
  580. package/publish-notification-lambda/node_modules/tslib/LICENSE.txt +12 -0
  581. package/publish-notification-lambda/node_modules/tslib/README.md +164 -0
  582. package/publish-notification-lambda/node_modules/tslib/SECURITY.md +41 -0
  583. package/publish-notification-lambda/node_modules/tslib/modules/package.json +3 -0
  584. package/publish-notification-lambda/node_modules/tslib/package.json +47 -0
  585. package/publish-notification-lambda/node_modules/tslib/tslib.es6.html +1 -0
  586. package/publish-notification-lambda/node_modules/tslib/tslib.es6.mjs +370 -0
  587. package/publish-notification-lambda/node_modules/tslib/tslib.html +1 -0
  588. package/publish-notification-lambda/node_modules/typescript/LICENSE.txt +55 -0
  589. package/publish-notification-lambda/node_modules/typescript/README.md +51 -0
  590. package/publish-notification-lambda/node_modules/typescript/SECURITY.md +41 -0
  591. package/publish-notification-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  592. package/publish-notification-lambda/node_modules/typescript/bin/tsc +2 -0
  593. package/publish-notification-lambda/node_modules/typescript/bin/tsserver +2 -0
  594. package/publish-notification-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  595. package/publish-notification-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  596. package/publish-notification-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  597. package/publish-notification-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  598. package/publish-notification-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  599. package/publish-notification-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  600. package/publish-notification-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  601. package/publish-notification-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  602. package/publish-notification-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  603. package/publish-notification-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  604. package/publish-notification-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  605. package/publish-notification-lambda/node_modules/typescript/lib/typesMap.json +497 -0
  606. package/publish-notification-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  607. package/publish-notification-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  608. package/publish-notification-lambda/node_modules/typescript/package.json +116 -0
  609. package/publish-notification-lambda/node_modules/util-deprecate/History.md +16 -0
  610. package/publish-notification-lambda/node_modules/util-deprecate/LICENSE +24 -0
  611. package/publish-notification-lambda/node_modules/util-deprecate/README.md +53 -0
  612. package/publish-notification-lambda/node_modules/util-deprecate/package.json +27 -0
  613. package/publish-notification-lambda/node_modules/uuid/CHANGELOG.md +229 -0
  614. package/publish-notification-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
  615. package/publish-notification-lambda/node_modules/uuid/LICENSE.md +9 -0
  616. package/publish-notification-lambda/node_modules/uuid/README.md +505 -0
  617. package/publish-notification-lambda/node_modules/uuid/dist/bin/uuid +2 -0
  618. package/publish-notification-lambda/node_modules/uuid/package.json +135 -0
  619. package/publish-notification-lambda/node_modules/uuid/wrapper.mjs +10 -0
  620. package/publish-notification-lambda/node_modules/which/CHANGELOG.md +166 -0
  621. package/publish-notification-lambda/node_modules/which/LICENSE +15 -0
  622. package/publish-notification-lambda/node_modules/which/README.md +54 -0
  623. package/publish-notification-lambda/node_modules/which/bin/node-which +52 -0
  624. package/publish-notification-lambda/node_modules/which/package.json +43 -0
  625. package/publish-notification-lambda/node_modules/wrap-ansi/license +9 -0
  626. package/publish-notification-lambda/node_modules/wrap-ansi/package.json +62 -0
  627. package/publish-notification-lambda/node_modules/wrap-ansi/readme.md +91 -0
  628. package/publish-notification-lambda/node_modules/wrappy/LICENSE +15 -0
  629. package/publish-notification-lambda/node_modules/wrappy/README.md +36 -0
  630. package/publish-notification-lambda/node_modules/wrappy/package.json +29 -0
  631. package/publish-notification-lambda/node_modules/y18n/CHANGELOG.md +100 -0
  632. package/publish-notification-lambda/node_modules/y18n/LICENSE +13 -0
  633. package/publish-notification-lambda/node_modules/y18n/README.md +127 -0
  634. package/publish-notification-lambda/node_modules/y18n/build/index.cjs +203 -0
  635. package/publish-notification-lambda/node_modules/y18n/index.mjs +8 -0
  636. package/publish-notification-lambda/node_modules/y18n/package.json +70 -0
  637. package/publish-notification-lambda/node_modules/yargs/CHANGELOG.md +88 -0
  638. package/publish-notification-lambda/node_modules/yargs/LICENSE +21 -0
  639. package/publish-notification-lambda/node_modules/yargs/README.md +202 -0
  640. package/publish-notification-lambda/node_modules/yargs/browser.mjs +7 -0
  641. package/publish-notification-lambda/node_modules/yargs/build/index.cjs +2920 -0
  642. package/publish-notification-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
  643. package/publish-notification-lambda/node_modules/yargs/helpers/package.json +3 -0
  644. package/publish-notification-lambda/node_modules/yargs/index.cjs +39 -0
  645. package/publish-notification-lambda/node_modules/yargs/index.mjs +8 -0
  646. package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  647. package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  648. package/publish-notification-lambda/node_modules/yargs/locales/be.json +46 -0
  649. package/publish-notification-lambda/node_modules/yargs/locales/de.json +46 -0
  650. package/publish-notification-lambda/node_modules/yargs/locales/en.json +51 -0
  651. package/publish-notification-lambda/node_modules/yargs/locales/es.json +46 -0
  652. package/publish-notification-lambda/node_modules/yargs/locales/fi.json +49 -0
  653. package/publish-notification-lambda/node_modules/yargs/locales/fr.json +53 -0
  654. package/publish-notification-lambda/node_modules/yargs/locales/hi.json +49 -0
  655. package/publish-notification-lambda/node_modules/yargs/locales/hu.json +46 -0
  656. package/publish-notification-lambda/node_modules/yargs/locales/id.json +50 -0
  657. package/publish-notification-lambda/node_modules/yargs/locales/it.json +46 -0
  658. package/publish-notification-lambda/node_modules/yargs/locales/ja.json +51 -0
  659. package/publish-notification-lambda/node_modules/yargs/locales/ko.json +49 -0
  660. package/publish-notification-lambda/node_modules/yargs/locales/nb.json +44 -0
  661. package/publish-notification-lambda/node_modules/yargs/locales/nl.json +49 -0
  662. package/publish-notification-lambda/node_modules/yargs/locales/nn.json +44 -0
  663. package/publish-notification-lambda/node_modules/yargs/locales/pirate.json +13 -0
  664. package/publish-notification-lambda/node_modules/yargs/locales/pl.json +49 -0
  665. package/publish-notification-lambda/node_modules/yargs/locales/pt.json +45 -0
  666. package/publish-notification-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
  667. package/publish-notification-lambda/node_modules/yargs/locales/ru.json +46 -0
  668. package/publish-notification-lambda/node_modules/yargs/locales/th.json +46 -0
  669. package/publish-notification-lambda/node_modules/yargs/locales/tr.json +48 -0
  670. package/publish-notification-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
  671. package/publish-notification-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
  672. package/publish-notification-lambda/node_modules/yargs/package.json +122 -0
  673. package/publish-notification-lambda/node_modules/yargs/yargs +9 -0
  674. package/publish-notification-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
  675. package/publish-notification-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
  676. package/publish-notification-lambda/node_modules/yargs-parser/README.md +518 -0
  677. package/publish-notification-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
  678. package/publish-notification-lambda/node_modules/yargs-parser/package.json +87 -0
  679. package/publish-notification-lambda/node_modules/zip-stream/CHANGELOG.md +112 -0
  680. package/publish-notification-lambda/node_modules/zip-stream/LICENSE +22 -0
  681. package/publish-notification-lambda/node_modules/zip-stream/README.md +45 -0
  682. package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
  683. package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
  684. package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
  685. package/publish-notification-lambda/node_modules/zip-stream/package.json +49 -0
  686. package/publish-notification-lambda/package-lock.json +1965 -0
  687. package/publish-notification-lambda/package.json +23 -0
  688. package/publish-notification-lambda/src/index.ts +101 -0
  689. package/publish-notification-lambda/tsconfig.json +13 -0
  690. package/rds-lambda/handler.ts +73 -0
  691. package/rds-lambda/node_modules/.package-lock.json +6242 -0
  692. package/rds-lambda/node_modules/@ampproject/remapping/LICENSE +202 -0
  693. package/rds-lambda/node_modules/@ampproject/remapping/README.md +218 -0
  694. package/rds-lambda/node_modules/@ampproject/remapping/dist/remapping.mjs +191 -0
  695. package/rds-lambda/node_modules/@ampproject/remapping/dist/remapping.mjs.map +1 -0
  696. package/rds-lambda/node_modules/@ampproject/remapping/package.json +75 -0
  697. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  698. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  699. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  700. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  701. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  702. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  703. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  704. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  705. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  706. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  707. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  708. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  709. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  710. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  711. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  712. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  713. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  714. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  715. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  716. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  717. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  718. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  719. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  720. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  721. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  722. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  723. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  724. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  725. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  726. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  727. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  728. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  729. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  730. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  731. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  732. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  733. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  734. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  735. package/rds-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  736. package/rds-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  737. package/rds-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  738. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  739. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  740. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  741. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  742. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  743. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  744. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  745. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  746. package/rds-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  747. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  748. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  749. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  750. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  751. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  752. package/rds-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  753. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  754. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  755. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  756. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  757. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  758. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  759. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  760. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  761. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  762. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  763. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  764. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  765. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  766. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  767. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  768. package/rds-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  769. package/rds-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
  770. package/rds-lambda/node_modules/@aws-crypto/util/README.md +16 -0
  771. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  772. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  773. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  774. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  775. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  776. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  777. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  778. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  779. package/rds-lambda/node_modules/@aws-crypto/util/package.json +31 -0
  780. package/rds-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  781. package/rds-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
  782. package/rds-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  783. package/rds-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  784. package/rds-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  785. package/rds-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  786. package/rds-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
  787. package/rds-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
  788. package/rds-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
  789. package/rds-lambda/node_modules/@aws-sdk/client-ssm/LICENSE +201 -0
  790. package/rds-lambda/node_modules/@aws-sdk/client-ssm/README.md +1344 -0
  791. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +229 -0
  792. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +18 -0
  793. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +9 -0
  794. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +505 -0
  795. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +2 -0
  796. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +135 -0
  797. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +10 -0
  798. package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +102 -0
  799. package/rds-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  800. package/rds-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
  801. package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
  802. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  803. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
  804. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
  805. package/rds-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  806. package/rds-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
  807. package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
  808. package/rds-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
  809. package/rds-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
  810. package/rds-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
  811. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  812. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  813. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  814. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
  815. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
  816. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
  817. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  818. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  819. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
  820. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  821. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
  822. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  823. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  824. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  825. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  826. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  827. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  828. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  829. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  830. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  831. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
  832. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
  833. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
  834. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
  835. package/rds-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
  836. package/rds-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
  837. package/rds-lambda/node_modules/@aws-sdk/hash-node/package.json +61 -0
  838. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
  839. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
  840. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
  841. package/rds-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
  842. package/rds-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
  843. package/rds-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
  844. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
  845. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
  846. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
  847. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
  848. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
  849. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +61 -0
  850. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  851. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  852. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
  853. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  854. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  855. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  856. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  857. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  858. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
  859. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
  860. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
  861. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CHANGELOG.md +229 -0
  862. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CONTRIBUTING.md +18 -0
  863. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/LICENSE.md +9 -0
  864. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/README.md +505 -0
  865. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/bin/uuid +2 -0
  866. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/package.json +135 -0
  867. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/wrapper.mjs +10 -0
  868. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
  869. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  870. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  871. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
  872. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
  873. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
  874. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
  875. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  876. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  877. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
  878. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
  879. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
  880. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
  881. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  882. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  883. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
  884. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
  885. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
  886. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
  887. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
  888. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
  889. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
  890. package/rds-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
  891. package/rds-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
  892. package/rds-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
  893. package/rds-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
  894. package/rds-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
  895. package/rds-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
  896. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
  897. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
  898. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
  899. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
  900. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
  901. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
  902. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
  903. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
  904. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
  905. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
  906. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
  907. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
  908. package/rds-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
  909. package/rds-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
  910. package/rds-lambda/node_modules/@aws-sdk/signature-v4/package.json +65 -0
  911. package/rds-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
  912. package/rds-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
  913. package/rds-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
  914. package/rds-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  915. package/rds-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
  916. package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
  917. package/rds-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
  918. package/rds-lambda/node_modules/@aws-sdk/types/README.md +4 -0
  919. package/rds-lambda/node_modules/@aws-sdk/types/package.json +57 -0
  920. package/rds-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
  921. package/rds-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
  922. package/rds-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
  923. package/rds-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
  924. package/rds-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
  925. package/rds-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
  926. package/rds-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
  927. package/rds-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
  928. package/rds-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
  929. package/rds-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
  930. package/rds-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
  931. package/rds-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
  932. package/rds-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
  933. package/rds-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
  934. package/rds-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
  935. package/rds-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
  936. package/rds-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
  937. package/rds-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
  938. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
  939. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
  940. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
  941. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
  942. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
  943. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
  944. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  945. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  946. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +192 -0
  947. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +192 -0
  948. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  949. package/rds-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
  950. package/rds-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
  951. package/rds-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
  952. package/rds-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  953. package/rds-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  954. package/rds-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
  955. package/rds-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
  956. package/rds-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
  957. package/rds-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
  958. package/rds-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
  959. package/rds-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
  960. package/rds-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
  961. package/rds-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
  962. package/rds-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
  963. package/rds-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
  964. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  965. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  966. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  967. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  968. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  969. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
  970. package/rds-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
  971. package/rds-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
  972. package/rds-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
  973. package/rds-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  974. package/rds-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  975. package/rds-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  976. package/rds-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
  977. package/rds-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
  978. package/rds-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
  979. package/rds-lambda/node_modules/@babel/code-frame/LICENSE +22 -0
  980. package/rds-lambda/node_modules/@babel/code-frame/README.md +19 -0
  981. package/rds-lambda/node_modules/@babel/code-frame/package.json +30 -0
  982. package/rds-lambda/node_modules/@babel/compat-data/LICENSE +22 -0
  983. package/rds-lambda/node_modules/@babel/compat-data/README.md +19 -0
  984. package/rds-lambda/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2081 -0
  985. package/rds-lambda/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
  986. package/rds-lambda/node_modules/@babel/compat-data/data/native-modules.json +18 -0
  987. package/rds-lambda/node_modules/@babel/compat-data/data/overlapping-plugins.json +25 -0
  988. package/rds-lambda/node_modules/@babel/compat-data/data/plugin-bugfixes.json +201 -0
  989. package/rds-lambda/node_modules/@babel/compat-data/data/plugins.json +763 -0
  990. package/rds-lambda/node_modules/@babel/compat-data/package.json +40 -0
  991. package/rds-lambda/node_modules/@babel/core/LICENSE +22 -0
  992. package/rds-lambda/node_modules/@babel/core/README.md +19 -0
  993. package/rds-lambda/node_modules/@babel/core/cjs-proxy.cjs +53 -0
  994. package/rds-lambda/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
  995. package/rds-lambda/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
  996. package/rds-lambda/node_modules/@babel/core/package.json +82 -0
  997. package/rds-lambda/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
  998. package/rds-lambda/node_modules/@babel/core/src/config/files/index.ts +29 -0
  999. package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
  1000. package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
  1001. package/rds-lambda/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
  1002. package/rds-lambda/node_modules/@babel/core/src/transform-file.ts +55 -0
  1003. package/rds-lambda/node_modules/@babel/generator/LICENSE +22 -0
  1004. package/rds-lambda/node_modules/@babel/generator/README.md +19 -0
  1005. package/rds-lambda/node_modules/@babel/generator/package.json +38 -0
  1006. package/rds-lambda/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
  1007. package/rds-lambda/node_modules/@babel/helper-compilation-targets/README.md +19 -0
  1008. package/rds-lambda/node_modules/@babel/helper-compilation-targets/package.json +40 -0
  1009. package/rds-lambda/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
  1010. package/rds-lambda/node_modules/@babel/helper-environment-visitor/README.md +19 -0
  1011. package/rds-lambda/node_modules/@babel/helper-environment-visitor/package.json +29 -0
  1012. package/rds-lambda/node_modules/@babel/helper-function-name/LICENSE +22 -0
  1013. package/rds-lambda/node_modules/@babel/helper-function-name/README.md +19 -0
  1014. package/rds-lambda/node_modules/@babel/helper-function-name/package.json +25 -0
  1015. package/rds-lambda/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
  1016. package/rds-lambda/node_modules/@babel/helper-hoist-variables/README.md +19 -0
  1017. package/rds-lambda/node_modules/@babel/helper-hoist-variables/package.json +28 -0
  1018. package/rds-lambda/node_modules/@babel/helper-module-imports/LICENSE +22 -0
  1019. package/rds-lambda/node_modules/@babel/helper-module-imports/README.md +19 -0
  1020. package/rds-lambda/node_modules/@babel/helper-module-imports/package.json +28 -0
  1021. package/rds-lambda/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  1022. package/rds-lambda/node_modules/@babel/helper-module-transforms/README.md +19 -0
  1023. package/rds-lambda/node_modules/@babel/helper-module-transforms/package.json +35 -0
  1024. package/rds-lambda/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  1025. package/rds-lambda/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  1026. package/rds-lambda/node_modules/@babel/helper-plugin-utils/package.json +21 -0
  1027. package/rds-lambda/node_modules/@babel/helper-simple-access/LICENSE +22 -0
  1028. package/rds-lambda/node_modules/@babel/helper-simple-access/README.md +19 -0
  1029. package/rds-lambda/node_modules/@babel/helper-simple-access/package.json +28 -0
  1030. package/rds-lambda/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
  1031. package/rds-lambda/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
  1032. package/rds-lambda/node_modules/@babel/helper-split-export-declaration/package.json +24 -0
  1033. package/rds-lambda/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  1034. package/rds-lambda/node_modules/@babel/helper-string-parser/README.md +19 -0
  1035. package/rds-lambda/node_modules/@babel/helper-string-parser/package.json +28 -0
  1036. package/rds-lambda/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  1037. package/rds-lambda/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  1038. package/rds-lambda/node_modules/@babel/helper-validator-identifier/package.json +28 -0
  1039. package/rds-lambda/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  1040. package/rds-lambda/node_modules/@babel/helper-validator-option/README.md +19 -0
  1041. package/rds-lambda/node_modules/@babel/helper-validator-option/package.json +24 -0
  1042. package/rds-lambda/node_modules/@babel/helpers/LICENSE +22 -0
  1043. package/rds-lambda/node_modules/@babel/helpers/README.md +19 -0
  1044. package/rds-lambda/node_modules/@babel/helpers/package.json +33 -0
  1045. package/rds-lambda/node_modules/@babel/helpers/scripts/package.json +1 -0
  1046. package/rds-lambda/node_modules/@babel/highlight/LICENSE +22 -0
  1047. package/rds-lambda/node_modules/@babel/highlight/README.md +19 -0
  1048. package/rds-lambda/node_modules/@babel/highlight/package.json +29 -0
  1049. package/rds-lambda/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  1050. package/rds-lambda/node_modules/@babel/parser/LICENSE +19 -0
  1051. package/rds-lambda/node_modules/@babel/parser/README.md +19 -0
  1052. package/rds-lambda/node_modules/@babel/parser/index.cjs +5 -0
  1053. package/rds-lambda/node_modules/@babel/parser/package.json +46 -0
  1054. package/rds-lambda/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
  1055. package/rds-lambda/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
  1056. package/rds-lambda/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
  1057. package/rds-lambda/node_modules/@babel/plugin-syntax-bigint/LICENSE +22 -0
  1058. package/rds-lambda/node_modules/@babel/plugin-syntax-bigint/README.md +19 -0
  1059. package/rds-lambda/node_modules/@babel/plugin-syntax-bigint/package.json +23 -0
  1060. package/rds-lambda/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
  1061. package/rds-lambda/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
  1062. package/rds-lambda/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
  1063. package/rds-lambda/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
  1064. package/rds-lambda/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
  1065. package/rds-lambda/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
  1066. package/rds-lambda/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
  1067. package/rds-lambda/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
  1068. package/rds-lambda/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
  1069. package/rds-lambda/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
  1070. package/rds-lambda/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
  1071. package/rds-lambda/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
  1072. package/rds-lambda/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
  1073. package/rds-lambda/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
  1074. package/rds-lambda/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
  1075. package/rds-lambda/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
  1076. package/rds-lambda/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
  1077. package/rds-lambda/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
  1078. package/rds-lambda/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
  1079. package/rds-lambda/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
  1080. package/rds-lambda/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
  1081. package/rds-lambda/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
  1082. package/rds-lambda/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
  1083. package/rds-lambda/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
  1084. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
  1085. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
  1086. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
  1087. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
  1088. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
  1089. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
  1090. package/rds-lambda/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
  1091. package/rds-lambda/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
  1092. package/rds-lambda/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
  1093. package/rds-lambda/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
  1094. package/rds-lambda/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
  1095. package/rds-lambda/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
  1096. package/rds-lambda/node_modules/@babel/template/LICENSE +22 -0
  1097. package/rds-lambda/node_modules/@babel/template/README.md +19 -0
  1098. package/rds-lambda/node_modules/@babel/template/package.json +27 -0
  1099. package/rds-lambda/node_modules/@babel/traverse/LICENSE +22 -0
  1100. package/rds-lambda/node_modules/@babel/traverse/README.md +19 -0
  1101. package/rds-lambda/node_modules/@babel/traverse/package.json +38 -0
  1102. package/rds-lambda/node_modules/@babel/types/LICENSE +22 -0
  1103. package/rds-lambda/node_modules/@babel/types/README.md +19 -0
  1104. package/rds-lambda/node_modules/@babel/types/lib/index.js.flow +2602 -0
  1105. package/rds-lambda/node_modules/@babel/types/package.json +40 -0
  1106. package/rds-lambda/node_modules/@bcoe/v8-coverage/.editorconfig +9 -0
  1107. package/rds-lambda/node_modules/@bcoe/v8-coverage/.gitattributes +2 -0
  1108. package/rds-lambda/node_modules/@bcoe/v8-coverage/CHANGELOG.md +250 -0
  1109. package/rds-lambda/node_modules/@bcoe/v8-coverage/LICENSE.md +21 -0
  1110. package/rds-lambda/node_modules/@bcoe/v8-coverage/LICENSE.txt +14 -0
  1111. package/rds-lambda/node_modules/@bcoe/v8-coverage/README.md +11 -0
  1112. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/CHANGELOG.md +250 -0
  1113. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/LICENSE.md +21 -0
  1114. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/README.md +11 -0
  1115. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/ascii.ts +146 -0
  1116. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/clone.ts +70 -0
  1117. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/compare.ts +40 -0
  1118. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/index.ts +6 -0
  1119. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/merge.ts +343 -0
  1120. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/normalize.ts +84 -0
  1121. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/range-tree.ts +156 -0
  1122. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/types.ts +26 -0
  1123. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/ascii.mjs +130 -0
  1124. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/clone.mjs +64 -0
  1125. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/compare.mjs +41 -0
  1126. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/index.mjs +7 -0
  1127. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/merge.mjs +297 -0
  1128. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/normalize.mjs +79 -0
  1129. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/package.json +44 -0
  1130. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.mjs +136 -0
  1131. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/tsconfig.json +62 -0
  1132. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/types.mjs +3 -0
  1133. package/rds-lambda/node_modules/@bcoe/v8-coverage/gulpfile.ts +95 -0
  1134. package/rds-lambda/node_modules/@bcoe/v8-coverage/package.json +48 -0
  1135. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/ascii.ts +146 -0
  1136. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/clone.ts +70 -0
  1137. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/compare.ts +40 -0
  1138. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/index.ts +6 -0
  1139. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/merge.ts +343 -0
  1140. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/normalize.ts +84 -0
  1141. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/range-tree.ts +156 -0
  1142. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/types.ts +26 -0
  1143. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/test/merge.spec.ts +280 -0
  1144. package/rds-lambda/node_modules/@bcoe/v8-coverage/tsconfig.json +59 -0
  1145. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/CHANGELOG.md +41 -0
  1146. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/LICENSE +16 -0
  1147. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/README.md +64 -0
  1148. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/package.json +49 -0
  1149. package/rds-lambda/node_modules/@istanbuljs/schema/CHANGELOG.md +44 -0
  1150. package/rds-lambda/node_modules/@istanbuljs/schema/LICENSE +21 -0
  1151. package/rds-lambda/node_modules/@istanbuljs/schema/README.md +30 -0
  1152. package/rds-lambda/node_modules/@istanbuljs/schema/package.json +30 -0
  1153. package/rds-lambda/node_modules/@jest/console/LICENSE +21 -0
  1154. package/rds-lambda/node_modules/@jest/console/node_modules/ansi-styles/license +9 -0
  1155. package/rds-lambda/node_modules/@jest/console/node_modules/ansi-styles/package.json +56 -0
  1156. package/rds-lambda/node_modules/@jest/console/node_modules/ansi-styles/readme.md +152 -0
  1157. package/rds-lambda/node_modules/@jest/console/node_modules/chalk/license +9 -0
  1158. package/rds-lambda/node_modules/@jest/console/node_modules/chalk/package.json +68 -0
  1159. package/rds-lambda/node_modules/@jest/console/node_modules/chalk/readme.md +341 -0
  1160. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/CHANGELOG.md +54 -0
  1161. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/LICENSE +21 -0
  1162. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/README.md +68 -0
  1163. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/package.json +48 -0
  1164. package/rds-lambda/node_modules/@jest/console/node_modules/color-name/LICENSE +8 -0
  1165. package/rds-lambda/node_modules/@jest/console/node_modules/color-name/README.md +11 -0
  1166. package/rds-lambda/node_modules/@jest/console/node_modules/color-name/package.json +28 -0
  1167. package/rds-lambda/node_modules/@jest/console/node_modules/has-flag/license +9 -0
  1168. package/rds-lambda/node_modules/@jest/console/node_modules/has-flag/package.json +46 -0
  1169. package/rds-lambda/node_modules/@jest/console/node_modules/has-flag/readme.md +89 -0
  1170. package/rds-lambda/node_modules/@jest/console/node_modules/supports-color/license +9 -0
  1171. package/rds-lambda/node_modules/@jest/console/node_modules/supports-color/package.json +53 -0
  1172. package/rds-lambda/node_modules/@jest/console/node_modules/supports-color/readme.md +76 -0
  1173. package/rds-lambda/node_modules/@jest/console/package.json +37 -0
  1174. package/rds-lambda/node_modules/@jest/core/LICENSE +21 -0
  1175. package/rds-lambda/node_modules/@jest/core/README.md +3 -0
  1176. package/rds-lambda/node_modules/@jest/core/node_modules/ansi-styles/license +9 -0
  1177. package/rds-lambda/node_modules/@jest/core/node_modules/ansi-styles/package.json +56 -0
  1178. package/rds-lambda/node_modules/@jest/core/node_modules/ansi-styles/readme.md +152 -0
  1179. package/rds-lambda/node_modules/@jest/core/node_modules/chalk/license +9 -0
  1180. package/rds-lambda/node_modules/@jest/core/node_modules/chalk/package.json +68 -0
  1181. package/rds-lambda/node_modules/@jest/core/node_modules/chalk/readme.md +341 -0
  1182. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/CHANGELOG.md +54 -0
  1183. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/LICENSE +21 -0
  1184. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/README.md +68 -0
  1185. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/package.json +48 -0
  1186. package/rds-lambda/node_modules/@jest/core/node_modules/color-name/LICENSE +8 -0
  1187. package/rds-lambda/node_modules/@jest/core/node_modules/color-name/README.md +11 -0
  1188. package/rds-lambda/node_modules/@jest/core/node_modules/color-name/package.json +28 -0
  1189. package/rds-lambda/node_modules/@jest/core/node_modules/has-flag/license +9 -0
  1190. package/rds-lambda/node_modules/@jest/core/node_modules/has-flag/package.json +46 -0
  1191. package/rds-lambda/node_modules/@jest/core/node_modules/has-flag/readme.md +89 -0
  1192. package/rds-lambda/node_modules/@jest/core/node_modules/supports-color/license +9 -0
  1193. package/rds-lambda/node_modules/@jest/core/node_modules/supports-color/package.json +53 -0
  1194. package/rds-lambda/node_modules/@jest/core/node_modules/supports-color/readme.md +76 -0
  1195. package/rds-lambda/node_modules/@jest/core/package.json +102 -0
  1196. package/rds-lambda/node_modules/@jest/environment/LICENSE +21 -0
  1197. package/rds-lambda/node_modules/@jest/environment/package.json +32 -0
  1198. package/rds-lambda/node_modules/@jest/expect/LICENSE +21 -0
  1199. package/rds-lambda/node_modules/@jest/expect/README.md +5 -0
  1200. package/rds-lambda/node_modules/@jest/expect/package.json +34 -0
  1201. package/rds-lambda/node_modules/@jest/expect-utils/LICENSE +21 -0
  1202. package/rds-lambda/node_modules/@jest/expect-utils/README.md +5 -0
  1203. package/rds-lambda/node_modules/@jest/expect-utils/package.json +35 -0
  1204. package/rds-lambda/node_modules/@jest/fake-timers/LICENSE +21 -0
  1205. package/rds-lambda/node_modules/@jest/fake-timers/package.json +38 -0
  1206. package/rds-lambda/node_modules/@jest/globals/LICENSE +21 -0
  1207. package/rds-lambda/node_modules/@jest/globals/package.json +32 -0
  1208. package/rds-lambda/node_modules/@jest/reporters/LICENSE +21 -0
  1209. package/rds-lambda/node_modules/@jest/reporters/assets/jest_logo.png +0 -0
  1210. package/rds-lambda/node_modules/@jest/reporters/node_modules/ansi-styles/license +9 -0
  1211. package/rds-lambda/node_modules/@jest/reporters/node_modules/ansi-styles/package.json +56 -0
  1212. package/rds-lambda/node_modules/@jest/reporters/node_modules/ansi-styles/readme.md +152 -0
  1213. package/rds-lambda/node_modules/@jest/reporters/node_modules/chalk/license +9 -0
  1214. package/rds-lambda/node_modules/@jest/reporters/node_modules/chalk/package.json +68 -0
  1215. package/rds-lambda/node_modules/@jest/reporters/node_modules/chalk/readme.md +341 -0
  1216. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/CHANGELOG.md +54 -0
  1217. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/LICENSE +21 -0
  1218. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/README.md +68 -0
  1219. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/package.json +48 -0
  1220. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-name/LICENSE +8 -0
  1221. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-name/README.md +11 -0
  1222. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-name/package.json +28 -0
  1223. package/rds-lambda/node_modules/@jest/reporters/node_modules/has-flag/license +9 -0
  1224. package/rds-lambda/node_modules/@jest/reporters/node_modules/has-flag/package.json +46 -0
  1225. package/rds-lambda/node_modules/@jest/reporters/node_modules/has-flag/readme.md +89 -0
  1226. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/CHANGELOG.md +642 -0
  1227. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/LICENSE +24 -0
  1228. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/README.md +22 -0
  1229. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/package.json +50 -0
  1230. package/rds-lambda/node_modules/@jest/reporters/node_modules/lru-cache/LICENSE +15 -0
  1231. package/rds-lambda/node_modules/@jest/reporters/node_modules/lru-cache/README.md +166 -0
  1232. package/rds-lambda/node_modules/@jest/reporters/node_modules/lru-cache/package.json +34 -0
  1233. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/LICENSE +15 -0
  1234. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/README.md +637 -0
  1235. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/package.json +87 -0
  1236. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/range.bnf +16 -0
  1237. package/rds-lambda/node_modules/@jest/reporters/node_modules/supports-color/license +9 -0
  1238. package/rds-lambda/node_modules/@jest/reporters/node_modules/supports-color/package.json +53 -0
  1239. package/rds-lambda/node_modules/@jest/reporters/node_modules/supports-color/readme.md +76 -0
  1240. package/rds-lambda/node_modules/@jest/reporters/node_modules/yallist/LICENSE +15 -0
  1241. package/rds-lambda/node_modules/@jest/reporters/node_modules/yallist/README.md +204 -0
  1242. package/rds-lambda/node_modules/@jest/reporters/node_modules/yallist/package.json +29 -0
  1243. package/rds-lambda/node_modules/@jest/reporters/package.json +82 -0
  1244. package/rds-lambda/node_modules/@jest/schemas/LICENSE +21 -0
  1245. package/rds-lambda/node_modules/@jest/schemas/README.md +3 -0
  1246. package/rds-lambda/node_modules/@jest/schemas/package.json +29 -0
  1247. package/rds-lambda/node_modules/@jest/source-map/LICENSE +21 -0
  1248. package/rds-lambda/node_modules/@jest/source-map/package.json +34 -0
  1249. package/rds-lambda/node_modules/@jest/test-result/LICENSE +21 -0
  1250. package/rds-lambda/node_modules/@jest/test-result/package.json +36 -0
  1251. package/rds-lambda/node_modules/@jest/test-sequencer/LICENSE +21 -0
  1252. package/rds-lambda/node_modules/@jest/test-sequencer/package.json +36 -0
  1253. package/rds-lambda/node_modules/@jest/transform/LICENSE +21 -0
  1254. package/rds-lambda/node_modules/@jest/transform/node_modules/ansi-styles/license +9 -0
  1255. package/rds-lambda/node_modules/@jest/transform/node_modules/ansi-styles/package.json +56 -0
  1256. package/rds-lambda/node_modules/@jest/transform/node_modules/ansi-styles/readme.md +152 -0
  1257. package/rds-lambda/node_modules/@jest/transform/node_modules/chalk/license +9 -0
  1258. package/rds-lambda/node_modules/@jest/transform/node_modules/chalk/package.json +68 -0
  1259. package/rds-lambda/node_modules/@jest/transform/node_modules/chalk/readme.md +341 -0
  1260. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/CHANGELOG.md +54 -0
  1261. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/LICENSE +21 -0
  1262. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/README.md +68 -0
  1263. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/package.json +48 -0
  1264. package/rds-lambda/node_modules/@jest/transform/node_modules/color-name/LICENSE +8 -0
  1265. package/rds-lambda/node_modules/@jest/transform/node_modules/color-name/README.md +11 -0
  1266. package/rds-lambda/node_modules/@jest/transform/node_modules/color-name/package.json +28 -0
  1267. package/rds-lambda/node_modules/@jest/transform/node_modules/convert-source-map/LICENSE +23 -0
  1268. package/rds-lambda/node_modules/@jest/transform/node_modules/convert-source-map/README.md +206 -0
  1269. package/rds-lambda/node_modules/@jest/transform/node_modules/convert-source-map/package.json +38 -0
  1270. package/rds-lambda/node_modules/@jest/transform/node_modules/has-flag/license +9 -0
  1271. package/rds-lambda/node_modules/@jest/transform/node_modules/has-flag/package.json +46 -0
  1272. package/rds-lambda/node_modules/@jest/transform/node_modules/has-flag/readme.md +89 -0
  1273. package/rds-lambda/node_modules/@jest/transform/node_modules/supports-color/license +9 -0
  1274. package/rds-lambda/node_modules/@jest/transform/node_modules/supports-color/package.json +53 -0
  1275. package/rds-lambda/node_modules/@jest/transform/node_modules/supports-color/readme.md +76 -0
  1276. package/rds-lambda/node_modules/@jest/transform/package.json +52 -0
  1277. package/rds-lambda/node_modules/@jest/types/LICENSE +21 -0
  1278. package/rds-lambda/node_modules/@jest/types/README.md +30 -0
  1279. package/rds-lambda/node_modules/@jest/types/node_modules/ansi-styles/license +9 -0
  1280. package/rds-lambda/node_modules/@jest/types/node_modules/ansi-styles/package.json +56 -0
  1281. package/rds-lambda/node_modules/@jest/types/node_modules/ansi-styles/readme.md +152 -0
  1282. package/rds-lambda/node_modules/@jest/types/node_modules/chalk/license +9 -0
  1283. package/rds-lambda/node_modules/@jest/types/node_modules/chalk/package.json +68 -0
  1284. package/rds-lambda/node_modules/@jest/types/node_modules/chalk/readme.md +341 -0
  1285. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/CHANGELOG.md +54 -0
  1286. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/LICENSE +21 -0
  1287. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/README.md +68 -0
  1288. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/package.json +48 -0
  1289. package/rds-lambda/node_modules/@jest/types/node_modules/color-name/LICENSE +8 -0
  1290. package/rds-lambda/node_modules/@jest/types/node_modules/color-name/README.md +11 -0
  1291. package/rds-lambda/node_modules/@jest/types/node_modules/color-name/package.json +28 -0
  1292. package/rds-lambda/node_modules/@jest/types/node_modules/has-flag/license +9 -0
  1293. package/rds-lambda/node_modules/@jest/types/node_modules/has-flag/package.json +46 -0
  1294. package/rds-lambda/node_modules/@jest/types/node_modules/has-flag/readme.md +89 -0
  1295. package/rds-lambda/node_modules/@jest/types/node_modules/supports-color/license +9 -0
  1296. package/rds-lambda/node_modules/@jest/types/node_modules/supports-color/package.json +53 -0
  1297. package/rds-lambda/node_modules/@jest/types/node_modules/supports-color/readme.md +76 -0
  1298. package/rds-lambda/node_modules/@jest/types/package.json +38 -0
  1299. package/rds-lambda/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  1300. package/rds-lambda/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  1301. package/rds-lambda/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  1302. package/rds-lambda/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  1303. package/rds-lambda/node_modules/@jridgewell/gen-mapping/package.json +77 -0
  1304. package/rds-lambda/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  1305. package/rds-lambda/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  1306. package/rds-lambda/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
  1307. package/rds-lambda/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  1308. package/rds-lambda/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  1309. package/rds-lambda/node_modules/@jridgewell/set-array/LICENSE +19 -0
  1310. package/rds-lambda/node_modules/@jridgewell/set-array/README.md +37 -0
  1311. package/rds-lambda/node_modules/@jridgewell/set-array/dist/set-array.mjs +48 -0
  1312. package/rds-lambda/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  1313. package/rds-lambda/node_modules/@jridgewell/set-array/package.json +66 -0
  1314. package/rds-lambda/node_modules/@jridgewell/set-array/src/set-array.ts +55 -0
  1315. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  1316. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
  1317. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
  1318. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  1319. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
  1320. package/rds-lambda/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  1321. package/rds-lambda/node_modules/@jridgewell/trace-mapping/README.md +252 -0
  1322. package/rds-lambda/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +552 -0
  1323. package/rds-lambda/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  1324. package/rds-lambda/node_modules/@jridgewell/trace-mapping/package.json +75 -0
  1325. package/rds-lambda/node_modules/@sinclair/typebox/license +23 -0
  1326. package/rds-lambda/node_modules/@sinclair/typebox/package.json +47 -0
  1327. package/rds-lambda/node_modules/@sinclair/typebox/readme.md +1424 -0
  1328. package/rds-lambda/node_modules/@sinonjs/commons/LICENSE +29 -0
  1329. package/rds-lambda/node_modules/@sinonjs/commons/README.md +16 -0
  1330. package/rds-lambda/node_modules/@sinonjs/commons/lib/prototypes/README.md +43 -0
  1331. package/rds-lambda/node_modules/@sinonjs/commons/package.json +57 -0
  1332. package/rds-lambda/node_modules/@sinonjs/fake-timers/LICENSE +11 -0
  1333. package/rds-lambda/node_modules/@sinonjs/fake-timers/README.md +358 -0
  1334. package/rds-lambda/node_modules/@sinonjs/fake-timers/package.json +65 -0
  1335. package/rds-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
  1336. package/rds-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
  1337. package/rds-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
  1338. package/rds-lambda/node_modules/@smithy/types/LICENSE +201 -0
  1339. package/rds-lambda/node_modules/@smithy/types/README.md +41 -0
  1340. package/rds-lambda/node_modules/@smithy/types/package.json +63 -0
  1341. package/rds-lambda/node_modules/@types/babel__core/LICENSE +21 -0
  1342. package/rds-lambda/node_modules/@types/babel__core/README.md +16 -0
  1343. package/rds-lambda/node_modules/@types/babel__core/package.json +51 -0
  1344. package/rds-lambda/node_modules/@types/babel__generator/LICENSE +21 -0
  1345. package/rds-lambda/node_modules/@types/babel__generator/README.md +16 -0
  1346. package/rds-lambda/node_modules/@types/babel__generator/package.json +42 -0
  1347. package/rds-lambda/node_modules/@types/babel__template/LICENSE +21 -0
  1348. package/rds-lambda/node_modules/@types/babel__template/README.md +16 -0
  1349. package/rds-lambda/node_modules/@types/babel__template/package.json +43 -0
  1350. package/rds-lambda/node_modules/@types/babel__traverse/LICENSE +21 -0
  1351. package/rds-lambda/node_modules/@types/babel__traverse/README.md +16 -0
  1352. package/rds-lambda/node_modules/@types/babel__traverse/package.json +62 -0
  1353. package/rds-lambda/node_modules/@types/graceful-fs/LICENSE +21 -0
  1354. package/rds-lambda/node_modules/@types/graceful-fs/README.md +38 -0
  1355. package/rds-lambda/node_modules/@types/graceful-fs/package.json +32 -0
  1356. package/rds-lambda/node_modules/@types/istanbul-lib-coverage/LICENSE +21 -0
  1357. package/rds-lambda/node_modules/@types/istanbul-lib-coverage/README.md +16 -0
  1358. package/rds-lambda/node_modules/@types/istanbul-lib-coverage/package.json +25 -0
  1359. package/rds-lambda/node_modules/@types/istanbul-lib-report/LICENSE +21 -0
  1360. package/rds-lambda/node_modules/@types/istanbul-lib-report/README.md +16 -0
  1361. package/rds-lambda/node_modules/@types/istanbul-lib-report/package.json +31 -0
  1362. package/rds-lambda/node_modules/@types/istanbul-reports/LICENSE +21 -0
  1363. package/rds-lambda/node_modules/@types/istanbul-reports/README.md +94 -0
  1364. package/rds-lambda/node_modules/@types/istanbul-reports/package.json +32 -0
  1365. package/rds-lambda/node_modules/@types/jest/LICENSE +21 -0
  1366. package/rds-lambda/node_modules/@types/jest/README.md +17 -0
  1367. package/rds-lambda/node_modules/@types/jest/package.json +159 -0
  1368. package/rds-lambda/node_modules/@types/knex/LICENSE +21 -0
  1369. package/rds-lambda/node_modules/@types/knex/README.md +3 -0
  1370. package/rds-lambda/node_modules/@types/knex/package.json +14 -0
  1371. package/rds-lambda/node_modules/@types/node/LICENSE +21 -0
  1372. package/rds-lambda/node_modules/@types/node/README.md +16 -0
  1373. package/rds-lambda/node_modules/@types/node/package.json +232 -0
  1374. package/rds-lambda/node_modules/@types/stack-utils/LICENSE +21 -0
  1375. package/rds-lambda/node_modules/@types/stack-utils/README.md +85 -0
  1376. package/rds-lambda/node_modules/@types/stack-utils/package.json +25 -0
  1377. package/rds-lambda/node_modules/@types/yargs/LICENSE +21 -0
  1378. package/rds-lambda/node_modules/@types/yargs/README.md +16 -0
  1379. package/rds-lambda/node_modules/@types/yargs/helpers.d.mts +1 -0
  1380. package/rds-lambda/node_modules/@types/yargs/index.d.mts +46 -0
  1381. package/rds-lambda/node_modules/@types/yargs/package.json +87 -0
  1382. package/rds-lambda/node_modules/@types/yargs-parser/LICENSE +21 -0
  1383. package/rds-lambda/node_modules/@types/yargs-parser/README.md +16 -0
  1384. package/rds-lambda/node_modules/@types/yargs-parser/package.json +25 -0
  1385. package/rds-lambda/node_modules/ansi-escapes/license +9 -0
  1386. package/rds-lambda/node_modules/ansi-escapes/package.json +57 -0
  1387. package/rds-lambda/node_modules/ansi-escapes/readme.md +245 -0
  1388. package/rds-lambda/node_modules/ansi-regex/license +9 -0
  1389. package/rds-lambda/node_modules/ansi-regex/package.json +55 -0
  1390. package/rds-lambda/node_modules/ansi-regex/readme.md +78 -0
  1391. package/rds-lambda/node_modules/ansi-styles/license +9 -0
  1392. package/rds-lambda/node_modules/ansi-styles/package.json +56 -0
  1393. package/rds-lambda/node_modules/ansi-styles/readme.md +147 -0
  1394. package/rds-lambda/node_modules/anymatch/LICENSE +15 -0
  1395. package/rds-lambda/node_modules/anymatch/README.md +87 -0
  1396. package/rds-lambda/node_modules/anymatch/package.json +48 -0
  1397. package/rds-lambda/node_modules/archiver/CHANGELOG.md +246 -0
  1398. package/rds-lambda/node_modules/archiver/LICENSE +22 -0
  1399. package/rds-lambda/node_modules/archiver/README.md +94 -0
  1400. package/rds-lambda/node_modules/archiver/package.json +60 -0
  1401. package/rds-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
  1402. package/rds-lambda/node_modules/archiver-utils/LICENSE +22 -0
  1403. package/rds-lambda/node_modules/archiver-utils/README.md +7 -0
  1404. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
  1405. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1406. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1407. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
  1408. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
  1409. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  1410. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
  1411. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
  1412. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
  1413. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
  1414. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
  1415. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
  1416. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
  1417. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
  1418. package/rds-lambda/node_modules/archiver-utils/package.json +54 -0
  1419. package/rds-lambda/node_modules/argparse/CHANGELOG.md +185 -0
  1420. package/rds-lambda/node_modules/argparse/LICENSE +21 -0
  1421. package/rds-lambda/node_modules/argparse/README.md +257 -0
  1422. package/rds-lambda/node_modules/argparse/package.json +34 -0
  1423. package/rds-lambda/node_modules/async/CHANGELOG.md +348 -0
  1424. package/rds-lambda/node_modules/async/LICENSE +19 -0
  1425. package/rds-lambda/node_modules/async/README.md +59 -0
  1426. package/rds-lambda/node_modules/async/bower.json +17 -0
  1427. package/rds-lambda/node_modules/async/dist/async.mjs +5947 -0
  1428. package/rds-lambda/node_modules/async/package.json +75 -0
  1429. package/rds-lambda/node_modules/babel-jest/LICENSE +21 -0
  1430. package/rds-lambda/node_modules/babel-jest/README.md +25 -0
  1431. package/rds-lambda/node_modules/babel-jest/node_modules/ansi-styles/license +9 -0
  1432. package/rds-lambda/node_modules/babel-jest/node_modules/ansi-styles/package.json +56 -0
  1433. package/rds-lambda/node_modules/babel-jest/node_modules/ansi-styles/readme.md +152 -0
  1434. package/rds-lambda/node_modules/babel-jest/node_modules/chalk/license +9 -0
  1435. package/rds-lambda/node_modules/babel-jest/node_modules/chalk/package.json +68 -0
  1436. package/rds-lambda/node_modules/babel-jest/node_modules/chalk/readme.md +341 -0
  1437. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/CHANGELOG.md +54 -0
  1438. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/LICENSE +21 -0
  1439. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/README.md +68 -0
  1440. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/package.json +48 -0
  1441. package/rds-lambda/node_modules/babel-jest/node_modules/color-name/LICENSE +8 -0
  1442. package/rds-lambda/node_modules/babel-jest/node_modules/color-name/README.md +11 -0
  1443. package/rds-lambda/node_modules/babel-jest/node_modules/color-name/package.json +28 -0
  1444. package/rds-lambda/node_modules/babel-jest/node_modules/has-flag/license +9 -0
  1445. package/rds-lambda/node_modules/babel-jest/node_modules/has-flag/package.json +46 -0
  1446. package/rds-lambda/node_modules/babel-jest/node_modules/has-flag/readme.md +89 -0
  1447. package/rds-lambda/node_modules/babel-jest/node_modules/supports-color/license +9 -0
  1448. package/rds-lambda/node_modules/babel-jest/node_modules/supports-color/package.json +53 -0
  1449. package/rds-lambda/node_modules/babel-jest/node_modules/supports-color/readme.md +76 -0
  1450. package/rds-lambda/node_modules/babel-jest/package.json +44 -0
  1451. package/rds-lambda/node_modules/babel-plugin-istanbul/CHANGELOG.md +320 -0
  1452. package/rds-lambda/node_modules/babel-plugin-istanbul/LICENSE +27 -0
  1453. package/rds-lambda/node_modules/babel-plugin-istanbul/README.md +135 -0
  1454. package/rds-lambda/node_modules/babel-plugin-istanbul/package.json +71 -0
  1455. package/rds-lambda/node_modules/babel-plugin-jest-hoist/LICENSE +21 -0
  1456. package/rds-lambda/node_modules/babel-plugin-jest-hoist/README.md +33 -0
  1457. package/rds-lambda/node_modules/babel-plugin-jest-hoist/package.json +42 -0
  1458. package/rds-lambda/node_modules/babel-preset-current-node-syntax/LICENSE +22 -0
  1459. package/rds-lambda/node_modules/babel-preset-current-node-syntax/README.md +30 -0
  1460. package/rds-lambda/node_modules/babel-preset-current-node-syntax/package.json +41 -0
  1461. package/rds-lambda/node_modules/babel-preset-current-node-syntax/scripts/check-yarn-bug.sh +5 -0
  1462. package/rds-lambda/node_modules/babel-preset-jest/LICENSE +21 -0
  1463. package/rds-lambda/node_modules/babel-preset-jest/README.md +33 -0
  1464. package/rds-lambda/node_modules/babel-preset-jest/package.json +29 -0
  1465. package/rds-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  1466. package/rds-lambda/node_modules/balanced-match/LICENSE.md +21 -0
  1467. package/rds-lambda/node_modules/balanced-match/README.md +97 -0
  1468. package/rds-lambda/node_modules/balanced-match/package.json +48 -0
  1469. package/rds-lambda/node_modules/base64-js/LICENSE +21 -0
  1470. package/rds-lambda/node_modules/base64-js/README.md +34 -0
  1471. package/rds-lambda/node_modules/base64-js/package.json +47 -0
  1472. package/rds-lambda/node_modules/bestzip/LICENSE +21 -0
  1473. package/rds-lambda/node_modules/bestzip/package.json +46 -0
  1474. package/rds-lambda/node_modules/bestzip/readme.md +91 -0
  1475. package/rds-lambda/node_modules/bl/.travis.yml +17 -0
  1476. package/rds-lambda/node_modules/bl/LICENSE.md +13 -0
  1477. package/rds-lambda/node_modules/bl/README.md +247 -0
  1478. package/rds-lambda/node_modules/bl/package.json +37 -0
  1479. package/rds-lambda/node_modules/bowser/CHANGELOG.md +218 -0
  1480. package/rds-lambda/node_modules/bowser/LICENSE +39 -0
  1481. package/rds-lambda/node_modules/bowser/README.md +179 -0
  1482. package/rds-lambda/node_modules/bowser/package.json +83 -0
  1483. package/rds-lambda/node_modules/brace-expansion/LICENSE +21 -0
  1484. package/rds-lambda/node_modules/brace-expansion/README.md +129 -0
  1485. package/rds-lambda/node_modules/brace-expansion/package.json +47 -0
  1486. package/rds-lambda/node_modules/braces/CHANGELOG.md +184 -0
  1487. package/rds-lambda/node_modules/braces/LICENSE +21 -0
  1488. package/rds-lambda/node_modules/braces/README.md +593 -0
  1489. package/rds-lambda/node_modules/braces/package.json +77 -0
  1490. package/rds-lambda/node_modules/browserslist/LICENSE +20 -0
  1491. package/rds-lambda/node_modules/browserslist/README.md +73 -0
  1492. package/rds-lambda/node_modules/browserslist/package.json +44 -0
  1493. package/rds-lambda/node_modules/bs-logger/CHANGELOG.md +60 -0
  1494. package/rds-lambda/node_modules/bs-logger/LICENSE +21 -0
  1495. package/rds-lambda/node_modules/bs-logger/README.md +319 -0
  1496. package/rds-lambda/node_modules/bs-logger/package.json +73 -0
  1497. package/rds-lambda/node_modules/bser/README.md +81 -0
  1498. package/rds-lambda/node_modules/bser/package.json +33 -0
  1499. package/rds-lambda/node_modules/buffer/AUTHORS.md +70 -0
  1500. package/rds-lambda/node_modules/buffer/LICENSE +21 -0
  1501. package/rds-lambda/node_modules/buffer/README.md +410 -0
  1502. package/rds-lambda/node_modules/buffer/package.json +96 -0
  1503. package/rds-lambda/node_modules/buffer-crc32/LICENSE +19 -0
  1504. package/rds-lambda/node_modules/buffer-crc32/README.md +47 -0
  1505. package/rds-lambda/node_modules/buffer-crc32/package.json +39 -0
  1506. package/rds-lambda/node_modules/buffer-from/LICENSE +21 -0
  1507. package/rds-lambda/node_modules/buffer-from/package.json +19 -0
  1508. package/rds-lambda/node_modules/buffer-from/readme.md +69 -0
  1509. package/rds-lambda/node_modules/callsites/license +9 -0
  1510. package/rds-lambda/node_modules/callsites/package.json +39 -0
  1511. package/rds-lambda/node_modules/callsites/readme.md +48 -0
  1512. package/rds-lambda/node_modules/camelcase/license +9 -0
  1513. package/rds-lambda/node_modules/camelcase/package.json +43 -0
  1514. package/rds-lambda/node_modules/camelcase/readme.md +99 -0
  1515. package/rds-lambda/node_modules/caniuse-lite/LICENSE +395 -0
  1516. package/rds-lambda/node_modules/caniuse-lite/README.md +6 -0
  1517. package/rds-lambda/node_modules/caniuse-lite/package.json +34 -0
  1518. package/rds-lambda/node_modules/chalk/index.js.flow +93 -0
  1519. package/rds-lambda/node_modules/chalk/license +9 -0
  1520. package/rds-lambda/node_modules/chalk/package.json +71 -0
  1521. package/rds-lambda/node_modules/chalk/readme.md +314 -0
  1522. package/rds-lambda/node_modules/char-regex/LICENSE +21 -0
  1523. package/rds-lambda/node_modules/char-regex/README.md +27 -0
  1524. package/rds-lambda/node_modules/char-regex/package.json +44 -0
  1525. package/rds-lambda/node_modules/ci-info/CHANGELOG.md +173 -0
  1526. package/rds-lambda/node_modules/ci-info/LICENSE +21 -0
  1527. package/rds-lambda/node_modules/ci-info/README.md +135 -0
  1528. package/rds-lambda/node_modules/ci-info/package.json +45 -0
  1529. package/rds-lambda/node_modules/ci-info/vendors.json +318 -0
  1530. package/rds-lambda/node_modules/cjs-module-lexer/LICENSE +10 -0
  1531. package/rds-lambda/node_modules/cjs-module-lexer/README.md +461 -0
  1532. package/rds-lambda/node_modules/cjs-module-lexer/dist/lexer.mjs +2 -0
  1533. package/rds-lambda/node_modules/cjs-module-lexer/package.json +45 -0
  1534. package/rds-lambda/node_modules/cliui/CHANGELOG.md +121 -0
  1535. package/rds-lambda/node_modules/cliui/LICENSE.txt +14 -0
  1536. package/rds-lambda/node_modules/cliui/README.md +141 -0
  1537. package/rds-lambda/node_modules/cliui/build/index.cjs +302 -0
  1538. package/rds-lambda/node_modules/cliui/index.mjs +13 -0
  1539. package/rds-lambda/node_modules/cliui/package.json +83 -0
  1540. package/rds-lambda/node_modules/co/History.md +172 -0
  1541. package/rds-lambda/node_modules/co/LICENSE +22 -0
  1542. package/rds-lambda/node_modules/co/Readme.md +212 -0
  1543. package/rds-lambda/node_modules/co/package.json +34 -0
  1544. package/rds-lambda/node_modules/collect-v8-coverage/CHANGELOG.md +18 -0
  1545. package/rds-lambda/node_modules/collect-v8-coverage/LICENSE +22 -0
  1546. package/rds-lambda/node_modules/collect-v8-coverage/README.md +15 -0
  1547. package/rds-lambda/node_modules/collect-v8-coverage/package.json +52 -0
  1548. package/rds-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
  1549. package/rds-lambda/node_modules/color-convert/LICENSE +21 -0
  1550. package/rds-lambda/node_modules/color-convert/README.md +68 -0
  1551. package/rds-lambda/node_modules/color-convert/package.json +46 -0
  1552. package/rds-lambda/node_modules/color-name/.eslintrc.json +43 -0
  1553. package/rds-lambda/node_modules/color-name/LICENSE +8 -0
  1554. package/rds-lambda/node_modules/color-name/README.md +11 -0
  1555. package/rds-lambda/node_modules/color-name/package.json +25 -0
  1556. package/rds-lambda/node_modules/colorette/LICENSE.md +7 -0
  1557. package/rds-lambda/node_modules/colorette/README.md +134 -0
  1558. package/rds-lambda/node_modules/colorette/index.cjs +218 -0
  1559. package/rds-lambda/node_modules/colorette/package.json +39 -0
  1560. package/rds-lambda/node_modules/commander/LICENSE +22 -0
  1561. package/rds-lambda/node_modules/commander/Readme.md +1134 -0
  1562. package/rds-lambda/node_modules/commander/esm.mjs +16 -0
  1563. package/rds-lambda/node_modules/commander/package-support.json +16 -0
  1564. package/rds-lambda/node_modules/commander/package.json +80 -0
  1565. package/rds-lambda/node_modules/compress-commons/CHANGELOG.md +60 -0
  1566. package/rds-lambda/node_modules/compress-commons/LICENSE +22 -0
  1567. package/rds-lambda/node_modules/compress-commons/README.md +25 -0
  1568. package/rds-lambda/node_modules/compress-commons/package.json +45 -0
  1569. package/rds-lambda/node_modules/concat-map/.travis.yml +4 -0
  1570. package/rds-lambda/node_modules/concat-map/LICENSE +18 -0
  1571. package/rds-lambda/node_modules/concat-map/README.markdown +62 -0
  1572. package/rds-lambda/node_modules/concat-map/package.json +43 -0
  1573. package/rds-lambda/node_modules/convert-source-map/LICENSE +23 -0
  1574. package/rds-lambda/node_modules/convert-source-map/README.md +123 -0
  1575. package/rds-lambda/node_modules/convert-source-map/package.json +41 -0
  1576. package/rds-lambda/node_modules/core-util-is/LICENSE +19 -0
  1577. package/rds-lambda/node_modules/core-util-is/README.md +3 -0
  1578. package/rds-lambda/node_modules/core-util-is/package.json +38 -0
  1579. package/rds-lambda/node_modules/crc-32/LICENSE +201 -0
  1580. package/rds-lambda/node_modules/crc-32/README.md +200 -0
  1581. package/rds-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
  1582. package/rds-lambda/node_modules/crc-32/package.json +43 -0
  1583. package/rds-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
  1584. package/rds-lambda/node_modules/crc-32/types/tslint.json +11 -0
  1585. package/rds-lambda/node_modules/crc32-stream/CHANGELOG.md +59 -0
  1586. package/rds-lambda/node_modules/crc32-stream/LICENSE +22 -0
  1587. package/rds-lambda/node_modules/crc32-stream/README.md +79 -0
  1588. package/rds-lambda/node_modules/crc32-stream/package.json +45 -0
  1589. package/rds-lambda/node_modules/cross-spawn/CHANGELOG.md +130 -0
  1590. package/rds-lambda/node_modules/cross-spawn/LICENSE +21 -0
  1591. package/rds-lambda/node_modules/cross-spawn/README.md +96 -0
  1592. package/rds-lambda/node_modules/cross-spawn/package.json +73 -0
  1593. package/rds-lambda/node_modules/debug/LICENSE +20 -0
  1594. package/rds-lambda/node_modules/debug/README.md +481 -0
  1595. package/rds-lambda/node_modules/debug/package.json +59 -0
  1596. package/rds-lambda/node_modules/dedent/LICENSE +21 -0
  1597. package/rds-lambda/node_modules/dedent/README.md +115 -0
  1598. package/rds-lambda/node_modules/dedent/dist/dedent.d.mts +17 -0
  1599. package/rds-lambda/node_modules/dedent/dist/dedent.mjs +59 -0
  1600. package/rds-lambda/node_modules/dedent/package.json +87 -0
  1601. package/rds-lambda/node_modules/deepmerge/.editorconfig +7 -0
  1602. package/rds-lambda/node_modules/deepmerge/.eslintcache +1 -0
  1603. package/rds-lambda/node_modules/deepmerge/changelog.md +167 -0
  1604. package/rds-lambda/node_modules/deepmerge/license.txt +21 -0
  1605. package/rds-lambda/node_modules/deepmerge/package.json +42 -0
  1606. package/rds-lambda/node_modules/deepmerge/readme.md +264 -0
  1607. package/rds-lambda/node_modules/detect-newline/license +9 -0
  1608. package/rds-lambda/node_modules/detect-newline/package.json +39 -0
  1609. package/rds-lambda/node_modules/detect-newline/readme.md +42 -0
  1610. package/rds-lambda/node_modules/diff-sequences/LICENSE +21 -0
  1611. package/rds-lambda/node_modules/diff-sequences/README.md +404 -0
  1612. package/rds-lambda/node_modules/diff-sequences/package.json +39 -0
  1613. package/rds-lambda/node_modules/electron-to-chromium/CHANGELOG.md +14 -0
  1614. package/rds-lambda/node_modules/electron-to-chromium/LICENSE +5 -0
  1615. package/rds-lambda/node_modules/electron-to-chromium/README.md +186 -0
  1616. package/rds-lambda/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  1617. package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  1618. package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -0
  1619. package/rds-lambda/node_modules/electron-to-chromium/package.json +44 -0
  1620. package/rds-lambda/node_modules/electron-to-chromium/versions.json +1 -0
  1621. package/rds-lambda/node_modules/emittery/license +9 -0
  1622. package/rds-lambda/node_modules/emittery/package.json +67 -0
  1623. package/rds-lambda/node_modules/emittery/readme.md +569 -0
  1624. package/rds-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  1625. package/rds-lambda/node_modules/emoji-regex/README.md +73 -0
  1626. package/rds-lambda/node_modules/emoji-regex/package.json +50 -0
  1627. package/rds-lambda/node_modules/end-of-stream/LICENSE +21 -0
  1628. package/rds-lambda/node_modules/end-of-stream/README.md +54 -0
  1629. package/rds-lambda/node_modules/end-of-stream/package.json +37 -0
  1630. package/rds-lambda/node_modules/error-ex/LICENSE +21 -0
  1631. package/rds-lambda/node_modules/error-ex/README.md +144 -0
  1632. package/rds-lambda/node_modules/error-ex/package.json +46 -0
  1633. package/rds-lambda/node_modules/escalade/dist/index.mjs +22 -0
  1634. package/rds-lambda/node_modules/escalade/license +9 -0
  1635. package/rds-lambda/node_modules/escalade/package.json +61 -0
  1636. package/rds-lambda/node_modules/escalade/readme.md +211 -0
  1637. package/rds-lambda/node_modules/escalade/sync/index.mjs +18 -0
  1638. package/rds-lambda/node_modules/escape-string-regexp/license +21 -0
  1639. package/rds-lambda/node_modules/escape-string-regexp/package.json +41 -0
  1640. package/rds-lambda/node_modules/escape-string-regexp/readme.md +27 -0
  1641. package/rds-lambda/node_modules/esm/LICENSE +23 -0
  1642. package/rds-lambda/node_modules/esm/README.md +137 -0
  1643. package/rds-lambda/node_modules/esm/package.json +27 -0
  1644. package/rds-lambda/node_modules/esprima/ChangeLog +235 -0
  1645. package/rds-lambda/node_modules/esprima/LICENSE.BSD +21 -0
  1646. package/rds-lambda/node_modules/esprima/README.md +46 -0
  1647. package/rds-lambda/node_modules/esprima/package.json +112 -0
  1648. package/rds-lambda/node_modules/execa/license +9 -0
  1649. package/rds-lambda/node_modules/execa/package.json +74 -0
  1650. package/rds-lambda/node_modules/execa/readme.md +663 -0
  1651. package/rds-lambda/node_modules/exit/.jshintrc +14 -0
  1652. package/rds-lambda/node_modules/exit/.travis.yml +6 -0
  1653. package/rds-lambda/node_modules/exit/LICENSE-MIT +22 -0
  1654. package/rds-lambda/node_modules/exit/README.md +75 -0
  1655. package/rds-lambda/node_modules/exit/package.json +47 -0
  1656. package/rds-lambda/node_modules/exit/test/fixtures/10-stderr.txt +10 -0
  1657. package/rds-lambda/node_modules/exit/test/fixtures/10-stdout-stderr.txt +20 -0
  1658. package/rds-lambda/node_modules/exit/test/fixtures/10-stdout.txt +10 -0
  1659. package/rds-lambda/node_modules/exit/test/fixtures/100-stderr.txt +100 -0
  1660. package/rds-lambda/node_modules/exit/test/fixtures/100-stdout-stderr.txt +200 -0
  1661. package/rds-lambda/node_modules/exit/test/fixtures/100-stdout.txt +100 -0
  1662. package/rds-lambda/node_modules/exit/test/fixtures/1000-stderr.txt +1000 -0
  1663. package/rds-lambda/node_modules/exit/test/fixtures/1000-stdout-stderr.txt +2000 -0
  1664. package/rds-lambda/node_modules/exit/test/fixtures/1000-stdout.txt +1000 -0
  1665. package/rds-lambda/node_modules/exit/test/fixtures/create-files.sh +8 -0
  1666. package/rds-lambda/node_modules/expect/LICENSE +21 -0
  1667. package/rds-lambda/node_modules/expect/README.md +3 -0
  1668. package/rds-lambda/node_modules/expect/package.json +43 -0
  1669. package/rds-lambda/node_modules/fast-json-stable-stringify/.eslintrc.yml +26 -0
  1670. package/rds-lambda/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +1 -0
  1671. package/rds-lambda/node_modules/fast-json-stable-stringify/.travis.yml +8 -0
  1672. package/rds-lambda/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  1673. package/rds-lambda/node_modules/fast-json-stable-stringify/README.md +131 -0
  1674. package/rds-lambda/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
  1675. package/rds-lambda/node_modules/fast-json-stable-stringify/package.json +52 -0
  1676. package/rds-lambda/node_modules/fast-xml-parser/CHANGELOG.md +525 -0
  1677. package/rds-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
  1678. package/rds-lambda/node_modules/fast-xml-parser/README.md +203 -0
  1679. package/rds-lambda/node_modules/fast-xml-parser/package.json +68 -0
  1680. package/rds-lambda/node_modules/fb-watchman/README.md +34 -0
  1681. package/rds-lambda/node_modules/fb-watchman/package.json +35 -0
  1682. package/rds-lambda/node_modules/fill-range/LICENSE +21 -0
  1683. package/rds-lambda/node_modules/fill-range/README.md +237 -0
  1684. package/rds-lambda/node_modules/fill-range/package.json +69 -0
  1685. package/rds-lambda/node_modules/find-up/license +9 -0
  1686. package/rds-lambda/node_modules/find-up/package.json +53 -0
  1687. package/rds-lambda/node_modules/find-up/readme.md +156 -0
  1688. package/rds-lambda/node_modules/fs-constants/LICENSE +21 -0
  1689. package/rds-lambda/node_modules/fs-constants/README.md +26 -0
  1690. package/rds-lambda/node_modules/fs-constants/package.json +19 -0
  1691. package/rds-lambda/node_modules/fs.realpath/LICENSE +43 -0
  1692. package/rds-lambda/node_modules/fs.realpath/README.md +33 -0
  1693. package/rds-lambda/node_modules/fs.realpath/package.json +26 -0
  1694. package/rds-lambda/node_modules/function-bind/.editorconfig +20 -0
  1695. package/rds-lambda/node_modules/function-bind/.eslintrc +15 -0
  1696. package/rds-lambda/node_modules/function-bind/.jscs.json +176 -0
  1697. package/rds-lambda/node_modules/function-bind/.travis.yml +168 -0
  1698. package/rds-lambda/node_modules/function-bind/LICENSE +20 -0
  1699. package/rds-lambda/node_modules/function-bind/README.md +48 -0
  1700. package/rds-lambda/node_modules/function-bind/package.json +63 -0
  1701. package/rds-lambda/node_modules/function-bind/test/.eslintrc +9 -0
  1702. package/rds-lambda/node_modules/gensync/LICENSE +7 -0
  1703. package/rds-lambda/node_modules/gensync/README.md +196 -0
  1704. package/rds-lambda/node_modules/gensync/index.js.flow +32 -0
  1705. package/rds-lambda/node_modules/gensync/package.json +37 -0
  1706. package/rds-lambda/node_modules/gensync/test/.babelrc +5 -0
  1707. package/rds-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
  1708. package/rds-lambda/node_modules/get-caller-file/README.md +41 -0
  1709. package/rds-lambda/node_modules/get-caller-file/package.json +42 -0
  1710. package/rds-lambda/node_modules/get-package-type/CHANGELOG.md +10 -0
  1711. package/rds-lambda/node_modules/get-package-type/LICENSE +21 -0
  1712. package/rds-lambda/node_modules/get-package-type/README.md +32 -0
  1713. package/rds-lambda/node_modules/get-package-type/async.cjs +52 -0
  1714. package/rds-lambda/node_modules/get-package-type/cache.cjs +3 -0
  1715. package/rds-lambda/node_modules/get-package-type/index.cjs +7 -0
  1716. package/rds-lambda/node_modules/get-package-type/is-node-modules.cjs +15 -0
  1717. package/rds-lambda/node_modules/get-package-type/package.json +35 -0
  1718. package/rds-lambda/node_modules/get-package-type/sync.cjs +42 -0
  1719. package/rds-lambda/node_modules/get-stream/license +9 -0
  1720. package/rds-lambda/node_modules/get-stream/package.json +47 -0
  1721. package/rds-lambda/node_modules/get-stream/readme.md +124 -0
  1722. package/rds-lambda/node_modules/getopts/LICENSE.md +7 -0
  1723. package/rds-lambda/node_modules/getopts/README.md +264 -0
  1724. package/rds-lambda/node_modules/getopts/index.cjs +193 -0
  1725. package/rds-lambda/node_modules/getopts/package.json +41 -0
  1726. package/rds-lambda/node_modules/glob/LICENSE +21 -0
  1727. package/rds-lambda/node_modules/glob/README.md +378 -0
  1728. package/rds-lambda/node_modules/glob/package.json +55 -0
  1729. package/rds-lambda/node_modules/globals/globals.json +1563 -0
  1730. package/rds-lambda/node_modules/globals/license +9 -0
  1731. package/rds-lambda/node_modules/globals/package.json +41 -0
  1732. package/rds-lambda/node_modules/globals/readme.md +41 -0
  1733. package/rds-lambda/node_modules/graceful-fs/LICENSE +15 -0
  1734. package/rds-lambda/node_modules/graceful-fs/README.md +143 -0
  1735. package/rds-lambda/node_modules/graceful-fs/package.json +53 -0
  1736. package/rds-lambda/node_modules/has/LICENSE-MIT +22 -0
  1737. package/rds-lambda/node_modules/has/README.md +18 -0
  1738. package/rds-lambda/node_modules/has/package.json +48 -0
  1739. package/rds-lambda/node_modules/has-flag/license +9 -0
  1740. package/rds-lambda/node_modules/has-flag/package.json +44 -0
  1741. package/rds-lambda/node_modules/has-flag/readme.md +70 -0
  1742. package/rds-lambda/node_modules/html-escaper/LICENSE.txt +19 -0
  1743. package/rds-lambda/node_modules/html-escaper/README.md +97 -0
  1744. package/rds-lambda/node_modules/html-escaper/cjs/package.json +1 -0
  1745. package/rds-lambda/node_modules/html-escaper/package.json +42 -0
  1746. package/rds-lambda/node_modules/html-escaper/test/package.json +1 -0
  1747. package/rds-lambda/node_modules/human-signals/CHANGELOG.md +11 -0
  1748. package/rds-lambda/node_modules/human-signals/LICENSE +201 -0
  1749. package/rds-lambda/node_modules/human-signals/README.md +165 -0
  1750. package/rds-lambda/node_modules/human-signals/package.json +64 -0
  1751. package/rds-lambda/node_modules/ieee754/LICENSE +11 -0
  1752. package/rds-lambda/node_modules/ieee754/README.md +51 -0
  1753. package/rds-lambda/node_modules/ieee754/package.json +52 -0
  1754. package/rds-lambda/node_modules/import-local/license +9 -0
  1755. package/rds-lambda/node_modules/import-local/package.json +52 -0
  1756. package/rds-lambda/node_modules/import-local/readme.md +37 -0
  1757. package/rds-lambda/node_modules/imurmurhash/README.md +122 -0
  1758. package/rds-lambda/node_modules/imurmurhash/package.json +40 -0
  1759. package/rds-lambda/node_modules/inflight/LICENSE +15 -0
  1760. package/rds-lambda/node_modules/inflight/README.md +37 -0
  1761. package/rds-lambda/node_modules/inflight/package.json +29 -0
  1762. package/rds-lambda/node_modules/inherits/LICENSE +16 -0
  1763. package/rds-lambda/node_modules/inherits/README.md +42 -0
  1764. package/rds-lambda/node_modules/inherits/package.json +29 -0
  1765. package/rds-lambda/node_modules/interpret/CHANGELOG +115 -0
  1766. package/rds-lambda/node_modules/interpret/LICENSE +22 -0
  1767. package/rds-lambda/node_modules/interpret/README.md +229 -0
  1768. package/rds-lambda/node_modules/interpret/package.json +75 -0
  1769. package/rds-lambda/node_modules/is-arrayish/.editorconfig +18 -0
  1770. package/rds-lambda/node_modules/is-arrayish/.istanbul.yml +4 -0
  1771. package/rds-lambda/node_modules/is-arrayish/.travis.yml +17 -0
  1772. package/rds-lambda/node_modules/is-arrayish/LICENSE +21 -0
  1773. package/rds-lambda/node_modules/is-arrayish/README.md +16 -0
  1774. package/rds-lambda/node_modules/is-arrayish/package.json +34 -0
  1775. package/rds-lambda/node_modules/is-core-module/.eslintrc +18 -0
  1776. package/rds-lambda/node_modules/is-core-module/.nycrc +9 -0
  1777. package/rds-lambda/node_modules/is-core-module/CHANGELOG.md +173 -0
  1778. package/rds-lambda/node_modules/is-core-module/LICENSE +20 -0
  1779. package/rds-lambda/node_modules/is-core-module/README.md +40 -0
  1780. package/rds-lambda/node_modules/is-core-module/core.json +158 -0
  1781. package/rds-lambda/node_modules/is-core-module/package.json +73 -0
  1782. package/rds-lambda/node_modules/is-fullwidth-code-point/license +9 -0
  1783. package/rds-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
  1784. package/rds-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
  1785. package/rds-lambda/node_modules/is-generator-fn/license +9 -0
  1786. package/rds-lambda/node_modules/is-generator-fn/package.json +38 -0
  1787. package/rds-lambda/node_modules/is-generator-fn/readme.md +33 -0
  1788. package/rds-lambda/node_modules/is-number/LICENSE +21 -0
  1789. package/rds-lambda/node_modules/is-number/README.md +187 -0
  1790. package/rds-lambda/node_modules/is-number/package.json +82 -0
  1791. package/rds-lambda/node_modules/is-stream/license +9 -0
  1792. package/rds-lambda/node_modules/is-stream/package.json +42 -0
  1793. package/rds-lambda/node_modules/is-stream/readme.md +60 -0
  1794. package/rds-lambda/node_modules/isarray/.travis.yml +4 -0
  1795. package/rds-lambda/node_modules/isarray/Makefile +6 -0
  1796. package/rds-lambda/node_modules/isarray/README.md +60 -0
  1797. package/rds-lambda/node_modules/isarray/component.json +19 -0
  1798. package/rds-lambda/node_modules/isarray/package.json +45 -0
  1799. package/rds-lambda/node_modules/isexe/LICENSE +15 -0
  1800. package/rds-lambda/node_modules/isexe/README.md +51 -0
  1801. package/rds-lambda/node_modules/isexe/package.json +31 -0
  1802. package/rds-lambda/node_modules/istanbul-lib-coverage/CHANGELOG.md +193 -0
  1803. package/rds-lambda/node_modules/istanbul-lib-coverage/LICENSE +24 -0
  1804. package/rds-lambda/node_modules/istanbul-lib-coverage/README.md +29 -0
  1805. package/rds-lambda/node_modules/istanbul-lib-coverage/package.json +47 -0
  1806. package/rds-lambda/node_modules/istanbul-lib-instrument/CHANGELOG.md +631 -0
  1807. package/rds-lambda/node_modules/istanbul-lib-instrument/LICENSE +24 -0
  1808. package/rds-lambda/node_modules/istanbul-lib-instrument/README.md +22 -0
  1809. package/rds-lambda/node_modules/istanbul-lib-instrument/package.json +50 -0
  1810. package/rds-lambda/node_modules/istanbul-lib-report/CHANGELOG.md +192 -0
  1811. package/rds-lambda/node_modules/istanbul-lib-report/LICENSE +24 -0
  1812. package/rds-lambda/node_modules/istanbul-lib-report/README.md +43 -0
  1813. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/has-flag/license +9 -0
  1814. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/has-flag/package.json +46 -0
  1815. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/has-flag/readme.md +89 -0
  1816. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/supports-color/license +9 -0
  1817. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/supports-color/package.json +53 -0
  1818. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/supports-color/readme.md +76 -0
  1819. package/rds-lambda/node_modules/istanbul-lib-report/package.json +44 -0
  1820. package/rds-lambda/node_modules/istanbul-lib-source-maps/CHANGELOG.md +295 -0
  1821. package/rds-lambda/node_modules/istanbul-lib-source-maps/LICENSE +24 -0
  1822. package/rds-lambda/node_modules/istanbul-lib-source-maps/README.md +11 -0
  1823. package/rds-lambda/node_modules/istanbul-lib-source-maps/package.json +45 -0
  1824. package/rds-lambda/node_modules/istanbul-reports/CHANGELOG.md +457 -0
  1825. package/rds-lambda/node_modules/istanbul-reports/LICENSE +24 -0
  1826. package/rds-lambda/node_modules/istanbul-reports/README.md +13 -0
  1827. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/base.css +224 -0
  1828. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/favicon.png +0 -0
  1829. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png +0 -0
  1830. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css +1 -0
  1831. package/rds-lambda/node_modules/istanbul-reports/lib/html-spa/.babelrc +3 -0
  1832. package/rds-lambda/node_modules/istanbul-reports/lib/html-spa/assets/sort-arrow-sprite.png +0 -0
  1833. package/rds-lambda/node_modules/istanbul-reports/lib/html-spa/assets/spa.css +298 -0
  1834. package/rds-lambda/node_modules/istanbul-reports/package.json +60 -0
  1835. package/rds-lambda/node_modules/jest/LICENSE +21 -0
  1836. package/rds-lambda/node_modules/jest/README.md +11 -0
  1837. package/rds-lambda/node_modules/jest/package.json +74 -0
  1838. package/rds-lambda/node_modules/jest-changed-files/LICENSE +21 -0
  1839. package/rds-lambda/node_modules/jest-changed-files/README.md +95 -0
  1840. package/rds-lambda/node_modules/jest-changed-files/package.json +31 -0
  1841. package/rds-lambda/node_modules/jest-circus/LICENSE +21 -0
  1842. package/rds-lambda/node_modules/jest-circus/README.md +65 -0
  1843. package/rds-lambda/node_modules/jest-circus/node_modules/ansi-styles/license +9 -0
  1844. package/rds-lambda/node_modules/jest-circus/node_modules/ansi-styles/package.json +56 -0
  1845. package/rds-lambda/node_modules/jest-circus/node_modules/ansi-styles/readme.md +152 -0
  1846. package/rds-lambda/node_modules/jest-circus/node_modules/chalk/license +9 -0
  1847. package/rds-lambda/node_modules/jest-circus/node_modules/chalk/package.json +68 -0
  1848. package/rds-lambda/node_modules/jest-circus/node_modules/chalk/readme.md +341 -0
  1849. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/CHANGELOG.md +54 -0
  1850. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/LICENSE +21 -0
  1851. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/README.md +68 -0
  1852. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/package.json +48 -0
  1853. package/rds-lambda/node_modules/jest-circus/node_modules/color-name/LICENSE +8 -0
  1854. package/rds-lambda/node_modules/jest-circus/node_modules/color-name/README.md +11 -0
  1855. package/rds-lambda/node_modules/jest-circus/node_modules/color-name/package.json +28 -0
  1856. package/rds-lambda/node_modules/jest-circus/node_modules/has-flag/license +9 -0
  1857. package/rds-lambda/node_modules/jest-circus/node_modules/has-flag/package.json +46 -0
  1858. package/rds-lambda/node_modules/jest-circus/node_modules/has-flag/readme.md +89 -0
  1859. package/rds-lambda/node_modules/jest-circus/node_modules/supports-color/license +9 -0
  1860. package/rds-lambda/node_modules/jest-circus/node_modules/supports-color/package.json +53 -0
  1861. package/rds-lambda/node_modules/jest-circus/node_modules/supports-color/readme.md +76 -0
  1862. package/rds-lambda/node_modules/jest-circus/package.json +59 -0
  1863. package/rds-lambda/node_modules/jest-cli/LICENSE +21 -0
  1864. package/rds-lambda/node_modules/jest-cli/README.md +11 -0
  1865. package/rds-lambda/node_modules/jest-cli/node_modules/ansi-styles/license +9 -0
  1866. package/rds-lambda/node_modules/jest-cli/node_modules/ansi-styles/package.json +56 -0
  1867. package/rds-lambda/node_modules/jest-cli/node_modules/ansi-styles/readme.md +152 -0
  1868. package/rds-lambda/node_modules/jest-cli/node_modules/chalk/license +9 -0
  1869. package/rds-lambda/node_modules/jest-cli/node_modules/chalk/package.json +68 -0
  1870. package/rds-lambda/node_modules/jest-cli/node_modules/chalk/readme.md +341 -0
  1871. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/CHANGELOG.md +139 -0
  1872. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/LICENSE.txt +14 -0
  1873. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/README.md +141 -0
  1874. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.cjs +302 -0
  1875. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.d.cts +43 -0
  1876. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/index.mjs +13 -0
  1877. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/package.json +83 -0
  1878. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/CHANGELOG.md +54 -0
  1879. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/LICENSE +21 -0
  1880. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/README.md +68 -0
  1881. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/package.json +48 -0
  1882. package/rds-lambda/node_modules/jest-cli/node_modules/color-name/LICENSE +8 -0
  1883. package/rds-lambda/node_modules/jest-cli/node_modules/color-name/README.md +11 -0
  1884. package/rds-lambda/node_modules/jest-cli/node_modules/color-name/package.json +28 -0
  1885. package/rds-lambda/node_modules/jest-cli/node_modules/has-flag/license +9 -0
  1886. package/rds-lambda/node_modules/jest-cli/node_modules/has-flag/package.json +46 -0
  1887. package/rds-lambda/node_modules/jest-cli/node_modules/has-flag/readme.md +89 -0
  1888. package/rds-lambda/node_modules/jest-cli/node_modules/supports-color/license +9 -0
  1889. package/rds-lambda/node_modules/jest-cli/node_modules/supports-color/package.json +53 -0
  1890. package/rds-lambda/node_modules/jest-cli/node_modules/supports-color/readme.md +76 -0
  1891. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/LICENSE +21 -0
  1892. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/README.md +204 -0
  1893. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/browser.mjs +7 -0
  1894. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/build/index.cjs +1 -0
  1895. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/helpers.mjs +10 -0
  1896. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/package.json +3 -0
  1897. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.cjs +53 -0
  1898. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.mjs +8 -0
  1899. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
  1900. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
  1901. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/be.json +46 -0
  1902. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/cs.json +51 -0
  1903. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/de.json +46 -0
  1904. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/en.json +55 -0
  1905. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/es.json +46 -0
  1906. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fi.json +49 -0
  1907. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fr.json +53 -0
  1908. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hi.json +49 -0
  1909. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hu.json +46 -0
  1910. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/id.json +50 -0
  1911. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/it.json +46 -0
  1912. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ja.json +51 -0
  1913. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ko.json +49 -0
  1914. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nb.json +44 -0
  1915. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nl.json +49 -0
  1916. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nn.json +44 -0
  1917. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pirate.json +13 -0
  1918. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pl.json +49 -0
  1919. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt.json +45 -0
  1920. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt_BR.json +48 -0
  1921. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ru.json +51 -0
  1922. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/th.json +46 -0
  1923. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/tr.json +48 -0
  1924. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/uk_UA.json +51 -0
  1925. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/uz.json +52 -0
  1926. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_CN.json +48 -0
  1927. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_TW.json +51 -0
  1928. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/package.json +123 -0
  1929. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs +9 -0
  1930. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs.mjs +10 -0
  1931. package/rds-lambda/node_modules/jest-cli/package.json +91 -0
  1932. package/rds-lambda/node_modules/jest-config/LICENSE +21 -0
  1933. package/rds-lambda/node_modules/jest-config/node_modules/ansi-styles/license +9 -0
  1934. package/rds-lambda/node_modules/jest-config/node_modules/ansi-styles/package.json +56 -0
  1935. package/rds-lambda/node_modules/jest-config/node_modules/ansi-styles/readme.md +152 -0
  1936. package/rds-lambda/node_modules/jest-config/node_modules/chalk/license +9 -0
  1937. package/rds-lambda/node_modules/jest-config/node_modules/chalk/package.json +68 -0
  1938. package/rds-lambda/node_modules/jest-config/node_modules/chalk/readme.md +341 -0
  1939. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/CHANGELOG.md +54 -0
  1940. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/LICENSE +21 -0
  1941. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/README.md +68 -0
  1942. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/package.json +48 -0
  1943. package/rds-lambda/node_modules/jest-config/node_modules/color-name/LICENSE +8 -0
  1944. package/rds-lambda/node_modules/jest-config/node_modules/color-name/README.md +11 -0
  1945. package/rds-lambda/node_modules/jest-config/node_modules/color-name/package.json +28 -0
  1946. package/rds-lambda/node_modules/jest-config/node_modules/has-flag/license +9 -0
  1947. package/rds-lambda/node_modules/jest-config/node_modules/has-flag/package.json +46 -0
  1948. package/rds-lambda/node_modules/jest-config/node_modules/has-flag/readme.md +89 -0
  1949. package/rds-lambda/node_modules/jest-config/node_modules/supports-color/license +9 -0
  1950. package/rds-lambda/node_modules/jest-config/node_modules/supports-color/package.json +53 -0
  1951. package/rds-lambda/node_modules/jest-config/node_modules/supports-color/readme.md +76 -0
  1952. package/rds-lambda/node_modules/jest-config/package.json +71 -0
  1953. package/rds-lambda/node_modules/jest-diff/LICENSE +21 -0
  1954. package/rds-lambda/node_modules/jest-diff/README.md +671 -0
  1955. package/rds-lambda/node_modules/jest-diff/node_modules/ansi-styles/license +9 -0
  1956. package/rds-lambda/node_modules/jest-diff/node_modules/ansi-styles/package.json +56 -0
  1957. package/rds-lambda/node_modules/jest-diff/node_modules/ansi-styles/readme.md +152 -0
  1958. package/rds-lambda/node_modules/jest-diff/node_modules/chalk/license +9 -0
  1959. package/rds-lambda/node_modules/jest-diff/node_modules/chalk/package.json +68 -0
  1960. package/rds-lambda/node_modules/jest-diff/node_modules/chalk/readme.md +341 -0
  1961. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/CHANGELOG.md +54 -0
  1962. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/LICENSE +21 -0
  1963. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/README.md +68 -0
  1964. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/package.json +48 -0
  1965. package/rds-lambda/node_modules/jest-diff/node_modules/color-name/LICENSE +8 -0
  1966. package/rds-lambda/node_modules/jest-diff/node_modules/color-name/README.md +11 -0
  1967. package/rds-lambda/node_modules/jest-diff/node_modules/color-name/package.json +28 -0
  1968. package/rds-lambda/node_modules/jest-diff/node_modules/has-flag/license +9 -0
  1969. package/rds-lambda/node_modules/jest-diff/node_modules/has-flag/package.json +46 -0
  1970. package/rds-lambda/node_modules/jest-diff/node_modules/has-flag/readme.md +89 -0
  1971. package/rds-lambda/node_modules/jest-diff/node_modules/supports-color/license +9 -0
  1972. package/rds-lambda/node_modules/jest-diff/node_modules/supports-color/package.json +53 -0
  1973. package/rds-lambda/node_modules/jest-diff/node_modules/supports-color/readme.md +76 -0
  1974. package/rds-lambda/node_modules/jest-diff/package.json +36 -0
  1975. package/rds-lambda/node_modules/jest-docblock/LICENSE +21 -0
  1976. package/rds-lambda/node_modules/jest-docblock/README.md +108 -0
  1977. package/rds-lambda/node_modules/jest-docblock/package.json +32 -0
  1978. package/rds-lambda/node_modules/jest-each/LICENSE +21 -0
  1979. package/rds-lambda/node_modules/jest-each/README.md +548 -0
  1980. package/rds-lambda/node_modules/jest-each/node_modules/ansi-styles/license +9 -0
  1981. package/rds-lambda/node_modules/jest-each/node_modules/ansi-styles/package.json +56 -0
  1982. package/rds-lambda/node_modules/jest-each/node_modules/ansi-styles/readme.md +152 -0
  1983. package/rds-lambda/node_modules/jest-each/node_modules/chalk/license +9 -0
  1984. package/rds-lambda/node_modules/jest-each/node_modules/chalk/package.json +68 -0
  1985. package/rds-lambda/node_modules/jest-each/node_modules/chalk/readme.md +341 -0
  1986. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/CHANGELOG.md +54 -0
  1987. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/LICENSE +21 -0
  1988. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/README.md +68 -0
  1989. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/package.json +48 -0
  1990. package/rds-lambda/node_modules/jest-each/node_modules/color-name/LICENSE +8 -0
  1991. package/rds-lambda/node_modules/jest-each/node_modules/color-name/README.md +11 -0
  1992. package/rds-lambda/node_modules/jest-each/node_modules/color-name/package.json +28 -0
  1993. package/rds-lambda/node_modules/jest-each/node_modules/has-flag/license +9 -0
  1994. package/rds-lambda/node_modules/jest-each/node_modules/has-flag/package.json +46 -0
  1995. package/rds-lambda/node_modules/jest-each/node_modules/has-flag/readme.md +89 -0
  1996. package/rds-lambda/node_modules/jest-each/node_modules/supports-color/license +9 -0
  1997. package/rds-lambda/node_modules/jest-each/node_modules/supports-color/package.json +53 -0
  1998. package/rds-lambda/node_modules/jest-each/node_modules/supports-color/readme.md +76 -0
  1999. package/rds-lambda/node_modules/jest-each/package.json +41 -0
  2000. package/rds-lambda/node_modules/jest-environment-node/LICENSE +21 -0
  2001. package/rds-lambda/node_modules/jest-environment-node/package.json +37 -0
  2002. package/rds-lambda/node_modules/jest-get-type/LICENSE +21 -0
  2003. package/rds-lambda/node_modules/jest-get-type/package.json +27 -0
  2004. package/rds-lambda/node_modules/jest-haste-map/LICENSE +21 -0
  2005. package/rds-lambda/node_modules/jest-haste-map/package.json +47 -0
  2006. package/rds-lambda/node_modules/jest-leak-detector/LICENSE +21 -0
  2007. package/rds-lambda/node_modules/jest-leak-detector/README.md +27 -0
  2008. package/rds-lambda/node_modules/jest-leak-detector/package.json +33 -0
  2009. package/rds-lambda/node_modules/jest-matcher-utils/LICENSE +21 -0
  2010. package/rds-lambda/node_modules/jest-matcher-utils/README.md +24 -0
  2011. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/ansi-styles/license +9 -0
  2012. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/ansi-styles/package.json +56 -0
  2013. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/ansi-styles/readme.md +152 -0
  2014. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/chalk/license +9 -0
  2015. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/chalk/package.json +68 -0
  2016. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/chalk/readme.md +341 -0
  2017. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/CHANGELOG.md +54 -0
  2018. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/LICENSE +21 -0
  2019. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/README.md +68 -0
  2020. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/package.json +48 -0
  2021. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-name/LICENSE +8 -0
  2022. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-name/README.md +11 -0
  2023. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-name/package.json +28 -0
  2024. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/has-flag/license +9 -0
  2025. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/has-flag/package.json +46 -0
  2026. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/has-flag/readme.md +89 -0
  2027. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/supports-color/license +9 -0
  2028. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/supports-color/package.json +53 -0
  2029. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/supports-color/readme.md +76 -0
  2030. package/rds-lambda/node_modules/jest-matcher-utils/package.json +37 -0
  2031. package/rds-lambda/node_modules/jest-message-util/LICENSE +21 -0
  2032. package/rds-lambda/node_modules/jest-message-util/node_modules/ansi-styles/license +9 -0
  2033. package/rds-lambda/node_modules/jest-message-util/node_modules/ansi-styles/package.json +56 -0
  2034. package/rds-lambda/node_modules/jest-message-util/node_modules/ansi-styles/readme.md +152 -0
  2035. package/rds-lambda/node_modules/jest-message-util/node_modules/chalk/license +9 -0
  2036. package/rds-lambda/node_modules/jest-message-util/node_modules/chalk/package.json +68 -0
  2037. package/rds-lambda/node_modules/jest-message-util/node_modules/chalk/readme.md +341 -0
  2038. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/CHANGELOG.md +54 -0
  2039. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/LICENSE +21 -0
  2040. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/README.md +68 -0
  2041. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/package.json +48 -0
  2042. package/rds-lambda/node_modules/jest-message-util/node_modules/color-name/LICENSE +8 -0
  2043. package/rds-lambda/node_modules/jest-message-util/node_modules/color-name/README.md +11 -0
  2044. package/rds-lambda/node_modules/jest-message-util/node_modules/color-name/package.json +28 -0
  2045. package/rds-lambda/node_modules/jest-message-util/node_modules/has-flag/license +9 -0
  2046. package/rds-lambda/node_modules/jest-message-util/node_modules/has-flag/package.json +46 -0
  2047. package/rds-lambda/node_modules/jest-message-util/node_modules/has-flag/readme.md +89 -0
  2048. package/rds-lambda/node_modules/jest-message-util/node_modules/supports-color/license +9 -0
  2049. package/rds-lambda/node_modules/jest-message-util/node_modules/supports-color/package.json +53 -0
  2050. package/rds-lambda/node_modules/jest-message-util/node_modules/supports-color/readme.md +76 -0
  2051. package/rds-lambda/node_modules/jest-message-util/package.json +43 -0
  2052. package/rds-lambda/node_modules/jest-mock/LICENSE +21 -0
  2053. package/rds-lambda/node_modules/jest-mock/README.md +106 -0
  2054. package/rds-lambda/node_modules/jest-mock/package.json +35 -0
  2055. package/rds-lambda/node_modules/jest-pnp-resolver/README.md +34 -0
  2056. package/rds-lambda/node_modules/jest-pnp-resolver/package.json +31 -0
  2057. package/rds-lambda/node_modules/jest-regex-util/LICENSE +21 -0
  2058. package/rds-lambda/node_modules/jest-regex-util/package.json +29 -0
  2059. package/rds-lambda/node_modules/jest-resolve/LICENSE +21 -0
  2060. package/rds-lambda/node_modules/jest-resolve/node_modules/ansi-styles/license +9 -0
  2061. package/rds-lambda/node_modules/jest-resolve/node_modules/ansi-styles/package.json +56 -0
  2062. package/rds-lambda/node_modules/jest-resolve/node_modules/ansi-styles/readme.md +152 -0
  2063. package/rds-lambda/node_modules/jest-resolve/node_modules/chalk/license +9 -0
  2064. package/rds-lambda/node_modules/jest-resolve/node_modules/chalk/package.json +68 -0
  2065. package/rds-lambda/node_modules/jest-resolve/node_modules/chalk/readme.md +341 -0
  2066. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/CHANGELOG.md +54 -0
  2067. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/LICENSE +21 -0
  2068. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/README.md +68 -0
  2069. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/package.json +48 -0
  2070. package/rds-lambda/node_modules/jest-resolve/node_modules/color-name/LICENSE +8 -0
  2071. package/rds-lambda/node_modules/jest-resolve/node_modules/color-name/README.md +11 -0
  2072. package/rds-lambda/node_modules/jest-resolve/node_modules/color-name/package.json +28 -0
  2073. package/rds-lambda/node_modules/jest-resolve/node_modules/has-flag/license +9 -0
  2074. package/rds-lambda/node_modules/jest-resolve/node_modules/has-flag/package.json +46 -0
  2075. package/rds-lambda/node_modules/jest-resolve/node_modules/has-flag/readme.md +89 -0
  2076. package/rds-lambda/node_modules/jest-resolve/node_modules/supports-color/license +9 -0
  2077. package/rds-lambda/node_modules/jest-resolve/node_modules/supports-color/package.json +53 -0
  2078. package/rds-lambda/node_modules/jest-resolve/node_modules/supports-color/readme.md +76 -0
  2079. package/rds-lambda/node_modules/jest-resolve/package.json +44 -0
  2080. package/rds-lambda/node_modules/jest-resolve-dependencies/LICENSE +21 -0
  2081. package/rds-lambda/node_modules/jest-resolve-dependencies/package.json +37 -0
  2082. package/rds-lambda/node_modules/jest-runner/LICENSE +21 -0
  2083. package/rds-lambda/node_modules/jest-runner/node_modules/ansi-styles/license +9 -0
  2084. package/rds-lambda/node_modules/jest-runner/node_modules/ansi-styles/package.json +56 -0
  2085. package/rds-lambda/node_modules/jest-runner/node_modules/ansi-styles/readme.md +152 -0
  2086. package/rds-lambda/node_modules/jest-runner/node_modules/chalk/license +9 -0
  2087. package/rds-lambda/node_modules/jest-runner/node_modules/chalk/package.json +68 -0
  2088. package/rds-lambda/node_modules/jest-runner/node_modules/chalk/readme.md +341 -0
  2089. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/CHANGELOG.md +54 -0
  2090. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/LICENSE +21 -0
  2091. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/README.md +68 -0
  2092. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/package.json +48 -0
  2093. package/rds-lambda/node_modules/jest-runner/node_modules/color-name/LICENSE +8 -0
  2094. package/rds-lambda/node_modules/jest-runner/node_modules/color-name/README.md +11 -0
  2095. package/rds-lambda/node_modules/jest-runner/node_modules/color-name/package.json +28 -0
  2096. package/rds-lambda/node_modules/jest-runner/node_modules/has-flag/license +9 -0
  2097. package/rds-lambda/node_modules/jest-runner/node_modules/has-flag/package.json +46 -0
  2098. package/rds-lambda/node_modules/jest-runner/node_modules/has-flag/readme.md +89 -0
  2099. package/rds-lambda/node_modules/jest-runner/node_modules/supports-color/license +9 -0
  2100. package/rds-lambda/node_modules/jest-runner/node_modules/supports-color/package.json +53 -0
  2101. package/rds-lambda/node_modules/jest-runner/node_modules/supports-color/readme.md +76 -0
  2102. package/rds-lambda/node_modules/jest-runner/package.json +58 -0
  2103. package/rds-lambda/node_modules/jest-runtime/LICENSE +21 -0
  2104. package/rds-lambda/node_modules/jest-runtime/node_modules/ansi-styles/license +9 -0
  2105. package/rds-lambda/node_modules/jest-runtime/node_modules/ansi-styles/package.json +56 -0
  2106. package/rds-lambda/node_modules/jest-runtime/node_modules/ansi-styles/readme.md +152 -0
  2107. package/rds-lambda/node_modules/jest-runtime/node_modules/chalk/license +9 -0
  2108. package/rds-lambda/node_modules/jest-runtime/node_modules/chalk/package.json +68 -0
  2109. package/rds-lambda/node_modules/jest-runtime/node_modules/chalk/readme.md +341 -0
  2110. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/CHANGELOG.md +54 -0
  2111. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/LICENSE +21 -0
  2112. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/README.md +68 -0
  2113. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/package.json +48 -0
  2114. package/rds-lambda/node_modules/jest-runtime/node_modules/color-name/LICENSE +8 -0
  2115. package/rds-lambda/node_modules/jest-runtime/node_modules/color-name/README.md +11 -0
  2116. package/rds-lambda/node_modules/jest-runtime/node_modules/color-name/package.json +28 -0
  2117. package/rds-lambda/node_modules/jest-runtime/node_modules/has-flag/license +9 -0
  2118. package/rds-lambda/node_modules/jest-runtime/node_modules/has-flag/package.json +46 -0
  2119. package/rds-lambda/node_modules/jest-runtime/node_modules/has-flag/readme.md +89 -0
  2120. package/rds-lambda/node_modules/jest-runtime/node_modules/supports-color/license +9 -0
  2121. package/rds-lambda/node_modules/jest-runtime/node_modules/supports-color/package.json +53 -0
  2122. package/rds-lambda/node_modules/jest-runtime/node_modules/supports-color/readme.md +76 -0
  2123. package/rds-lambda/node_modules/jest-runtime/package.json +56 -0
  2124. package/rds-lambda/node_modules/jest-snapshot/LICENSE +21 -0
  2125. package/rds-lambda/node_modules/jest-snapshot/node_modules/ansi-styles/license +9 -0
  2126. package/rds-lambda/node_modules/jest-snapshot/node_modules/ansi-styles/package.json +56 -0
  2127. package/rds-lambda/node_modules/jest-snapshot/node_modules/ansi-styles/readme.md +152 -0
  2128. package/rds-lambda/node_modules/jest-snapshot/node_modules/chalk/license +9 -0
  2129. package/rds-lambda/node_modules/jest-snapshot/node_modules/chalk/package.json +68 -0
  2130. package/rds-lambda/node_modules/jest-snapshot/node_modules/chalk/readme.md +341 -0
  2131. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/CHANGELOG.md +54 -0
  2132. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/LICENSE +21 -0
  2133. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/README.md +68 -0
  2134. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/package.json +48 -0
  2135. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-name/LICENSE +8 -0
  2136. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-name/README.md +11 -0
  2137. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-name/package.json +28 -0
  2138. package/rds-lambda/node_modules/jest-snapshot/node_modules/has-flag/license +9 -0
  2139. package/rds-lambda/node_modules/jest-snapshot/node_modules/has-flag/package.json +46 -0
  2140. package/rds-lambda/node_modules/jest-snapshot/node_modules/has-flag/readme.md +89 -0
  2141. package/rds-lambda/node_modules/jest-snapshot/node_modules/lru-cache/LICENSE +15 -0
  2142. package/rds-lambda/node_modules/jest-snapshot/node_modules/lru-cache/README.md +166 -0
  2143. package/rds-lambda/node_modules/jest-snapshot/node_modules/lru-cache/package.json +34 -0
  2144. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/LICENSE +15 -0
  2145. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/README.md +637 -0
  2146. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/package.json +87 -0
  2147. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/range.bnf +16 -0
  2148. package/rds-lambda/node_modules/jest-snapshot/node_modules/supports-color/license +9 -0
  2149. package/rds-lambda/node_modules/jest-snapshot/node_modules/supports-color/package.json +53 -0
  2150. package/rds-lambda/node_modules/jest-snapshot/node_modules/supports-color/readme.md +76 -0
  2151. package/rds-lambda/node_modules/jest-snapshot/node_modules/yallist/LICENSE +15 -0
  2152. package/rds-lambda/node_modules/jest-snapshot/node_modules/yallist/README.md +204 -0
  2153. package/rds-lambda/node_modules/jest-snapshot/node_modules/yallist/package.json +29 -0
  2154. package/rds-lambda/node_modules/jest-snapshot/package.json +63 -0
  2155. package/rds-lambda/node_modules/jest-util/LICENSE +21 -0
  2156. package/rds-lambda/node_modules/jest-util/node_modules/ansi-styles/license +9 -0
  2157. package/rds-lambda/node_modules/jest-util/node_modules/ansi-styles/package.json +56 -0
  2158. package/rds-lambda/node_modules/jest-util/node_modules/ansi-styles/readme.md +152 -0
  2159. package/rds-lambda/node_modules/jest-util/node_modules/chalk/license +9 -0
  2160. package/rds-lambda/node_modules/jest-util/node_modules/chalk/package.json +68 -0
  2161. package/rds-lambda/node_modules/jest-util/node_modules/chalk/readme.md +341 -0
  2162. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/CHANGELOG.md +54 -0
  2163. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/LICENSE +21 -0
  2164. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/README.md +68 -0
  2165. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/package.json +48 -0
  2166. package/rds-lambda/node_modules/jest-util/node_modules/color-name/LICENSE +8 -0
  2167. package/rds-lambda/node_modules/jest-util/node_modules/color-name/README.md +11 -0
  2168. package/rds-lambda/node_modules/jest-util/node_modules/color-name/package.json +28 -0
  2169. package/rds-lambda/node_modules/jest-util/node_modules/has-flag/license +9 -0
  2170. package/rds-lambda/node_modules/jest-util/node_modules/has-flag/package.json +46 -0
  2171. package/rds-lambda/node_modules/jest-util/node_modules/has-flag/readme.md +89 -0
  2172. package/rds-lambda/node_modules/jest-util/node_modules/supports-color/license +9 -0
  2173. package/rds-lambda/node_modules/jest-util/node_modules/supports-color/package.json +53 -0
  2174. package/rds-lambda/node_modules/jest-util/node_modules/supports-color/readme.md +76 -0
  2175. package/rds-lambda/node_modules/jest-util/package.json +38 -0
  2176. package/rds-lambda/node_modules/jest-validate/LICENSE +21 -0
  2177. package/rds-lambda/node_modules/jest-validate/README.md +196 -0
  2178. package/rds-lambda/node_modules/jest-validate/node_modules/ansi-styles/license +9 -0
  2179. package/rds-lambda/node_modules/jest-validate/node_modules/ansi-styles/package.json +56 -0
  2180. package/rds-lambda/node_modules/jest-validate/node_modules/ansi-styles/readme.md +152 -0
  2181. package/rds-lambda/node_modules/jest-validate/node_modules/camelcase/license +9 -0
  2182. package/rds-lambda/node_modules/jest-validate/node_modules/camelcase/package.json +44 -0
  2183. package/rds-lambda/node_modules/jest-validate/node_modules/camelcase/readme.md +144 -0
  2184. package/rds-lambda/node_modules/jest-validate/node_modules/chalk/license +9 -0
  2185. package/rds-lambda/node_modules/jest-validate/node_modules/chalk/package.json +68 -0
  2186. package/rds-lambda/node_modules/jest-validate/node_modules/chalk/readme.md +341 -0
  2187. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/CHANGELOG.md +54 -0
  2188. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/LICENSE +21 -0
  2189. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/README.md +68 -0
  2190. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/package.json +48 -0
  2191. package/rds-lambda/node_modules/jest-validate/node_modules/color-name/LICENSE +8 -0
  2192. package/rds-lambda/node_modules/jest-validate/node_modules/color-name/README.md +11 -0
  2193. package/rds-lambda/node_modules/jest-validate/node_modules/color-name/package.json +28 -0
  2194. package/rds-lambda/node_modules/jest-validate/node_modules/has-flag/license +9 -0
  2195. package/rds-lambda/node_modules/jest-validate/node_modules/has-flag/package.json +46 -0
  2196. package/rds-lambda/node_modules/jest-validate/node_modules/has-flag/readme.md +89 -0
  2197. package/rds-lambda/node_modules/jest-validate/node_modules/supports-color/license +9 -0
  2198. package/rds-lambda/node_modules/jest-validate/node_modules/supports-color/package.json +53 -0
  2199. package/rds-lambda/node_modules/jest-validate/node_modules/supports-color/readme.md +76 -0
  2200. package/rds-lambda/node_modules/jest-validate/package.json +37 -0
  2201. package/rds-lambda/node_modules/jest-watcher/LICENSE +21 -0
  2202. package/rds-lambda/node_modules/jest-watcher/node_modules/ansi-styles/license +9 -0
  2203. package/rds-lambda/node_modules/jest-watcher/node_modules/ansi-styles/package.json +56 -0
  2204. package/rds-lambda/node_modules/jest-watcher/node_modules/ansi-styles/readme.md +152 -0
  2205. package/rds-lambda/node_modules/jest-watcher/node_modules/chalk/license +9 -0
  2206. package/rds-lambda/node_modules/jest-watcher/node_modules/chalk/package.json +68 -0
  2207. package/rds-lambda/node_modules/jest-watcher/node_modules/chalk/readme.md +341 -0
  2208. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/CHANGELOG.md +54 -0
  2209. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/LICENSE +21 -0
  2210. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/README.md +68 -0
  2211. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/package.json +48 -0
  2212. package/rds-lambda/node_modules/jest-watcher/node_modules/color-name/LICENSE +8 -0
  2213. package/rds-lambda/node_modules/jest-watcher/node_modules/color-name/README.md +11 -0
  2214. package/rds-lambda/node_modules/jest-watcher/node_modules/color-name/package.json +28 -0
  2215. package/rds-lambda/node_modules/jest-watcher/node_modules/has-flag/license +9 -0
  2216. package/rds-lambda/node_modules/jest-watcher/node_modules/has-flag/package.json +46 -0
  2217. package/rds-lambda/node_modules/jest-watcher/node_modules/has-flag/readme.md +89 -0
  2218. package/rds-lambda/node_modules/jest-watcher/node_modules/supports-color/license +9 -0
  2219. package/rds-lambda/node_modules/jest-watcher/node_modules/supports-color/package.json +53 -0
  2220. package/rds-lambda/node_modules/jest-watcher/node_modules/supports-color/readme.md +76 -0
  2221. package/rds-lambda/node_modules/jest-watcher/package.json +41 -0
  2222. package/rds-lambda/node_modules/jest-worker/LICENSE +21 -0
  2223. package/rds-lambda/node_modules/jest-worker/README.md +272 -0
  2224. package/rds-lambda/node_modules/jest-worker/node_modules/has-flag/license +9 -0
  2225. package/rds-lambda/node_modules/jest-worker/node_modules/has-flag/package.json +46 -0
  2226. package/rds-lambda/node_modules/jest-worker/node_modules/has-flag/readme.md +89 -0
  2227. package/rds-lambda/node_modules/jest-worker/node_modules/supports-color/license +9 -0
  2228. package/rds-lambda/node_modules/jest-worker/node_modules/supports-color/package.json +58 -0
  2229. package/rds-lambda/node_modules/jest-worker/node_modules/supports-color/readme.md +77 -0
  2230. package/rds-lambda/node_modules/jest-worker/package.json +42 -0
  2231. package/rds-lambda/node_modules/js-tokens/CHANGELOG.md +151 -0
  2232. package/rds-lambda/node_modules/js-tokens/LICENSE +21 -0
  2233. package/rds-lambda/node_modules/js-tokens/README.md +240 -0
  2234. package/rds-lambda/node_modules/js-tokens/package.json +30 -0
  2235. package/rds-lambda/node_modules/js-yaml/CHANGELOG.md +557 -0
  2236. package/rds-lambda/node_modules/js-yaml/LICENSE +21 -0
  2237. package/rds-lambda/node_modules/js-yaml/README.md +299 -0
  2238. package/rds-lambda/node_modules/js-yaml/package.json +49 -0
  2239. package/rds-lambda/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  2240. package/rds-lambda/node_modules/jsesc/README.md +421 -0
  2241. package/rds-lambda/node_modules/jsesc/bin/jsesc +148 -0
  2242. package/rds-lambda/node_modules/jsesc/man/jsesc.1 +94 -0
  2243. package/rds-lambda/node_modules/jsesc/package.json +54 -0
  2244. package/rds-lambda/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
  2245. package/rds-lambda/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  2246. package/rds-lambda/node_modules/json-parse-even-better-errors/README.md +96 -0
  2247. package/rds-lambda/node_modules/json-parse-even-better-errors/package.json +33 -0
  2248. package/rds-lambda/node_modules/json5/LICENSE.md +23 -0
  2249. package/rds-lambda/node_modules/json5/README.md +282 -0
  2250. package/rds-lambda/node_modules/json5/dist/index.min.mjs +1 -0
  2251. package/rds-lambda/node_modules/json5/dist/index.mjs +1426 -0
  2252. package/rds-lambda/node_modules/json5/package.json +72 -0
  2253. package/rds-lambda/node_modules/kleur/license +21 -0
  2254. package/rds-lambda/node_modules/kleur/package.json +35 -0
  2255. package/rds-lambda/node_modules/kleur/readme.md +172 -0
  2256. package/rds-lambda/node_modules/knex/CHANGELOG.md +2341 -0
  2257. package/rds-lambda/node_modules/knex/CONTRIBUTING.md +194 -0
  2258. package/rds-lambda/node_modules/knex/LICENSE +22 -0
  2259. package/rds-lambda/node_modules/knex/README.md +149 -0
  2260. package/rds-lambda/node_modules/knex/UPGRADING.md +245 -0
  2261. package/rds-lambda/node_modules/knex/knex.mjs +11 -0
  2262. package/rds-lambda/node_modules/knex/lib/dialects/oracle/DEAD_CODE.md +5 -0
  2263. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/cjs.stub +15 -0
  2264. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/coffee.stub +13 -0
  2265. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/eg.stub +14 -0
  2266. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/js-schema.stub +22 -0
  2267. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/js.stub +22 -0
  2268. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-coffee.stub +34 -0
  2269. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-eg.stub +43 -0
  2270. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-js.stub +47 -0
  2271. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-ls.stub +35 -0
  2272. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-ts.stub +47 -0
  2273. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/ls.stub +14 -0
  2274. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/mjs.stub +23 -0
  2275. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/ts-schema.stub +21 -0
  2276. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/ts.stub +21 -0
  2277. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/coffee.stub +9 -0
  2278. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/eg.stub +11 -0
  2279. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/js.stub +13 -0
  2280. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/ls.stub +11 -0
  2281. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/mjs.stub +12 -0
  2282. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/ts.stub +13 -0
  2283. package/rds-lambda/node_modules/knex/package.json +268 -0
  2284. package/rds-lambda/node_modules/knex/scripts/docker-compose.yml +152 -0
  2285. package/rds-lambda/node_modules/knex/scripts/next-release-howto.md +24 -0
  2286. package/rds-lambda/node_modules/knex/scripts/oracledb-install-driver-libs.sh +82 -0
  2287. package/rds-lambda/node_modules/knex/scripts/release.sh +36 -0
  2288. package/rds-lambda/node_modules/knex/scripts/stress-test/README.txt +18 -0
  2289. package/rds-lambda/node_modules/knex/scripts/stress-test/docker-compose.yml +57 -0
  2290. package/rds-lambda/node_modules/lazystream/LICENSE +23 -0
  2291. package/rds-lambda/node_modules/lazystream/README.md +114 -0
  2292. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
  2293. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  2294. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
  2295. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
  2296. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
  2297. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  2298. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
  2299. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
  2300. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
  2301. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
  2302. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
  2303. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
  2304. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
  2305. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
  2306. package/rds-lambda/node_modules/lazystream/package.json +46 -0
  2307. package/rds-lambda/node_modules/lazystream/test/data.md +13 -0
  2308. package/rds-lambda/node_modules/leven/license +9 -0
  2309. package/rds-lambda/node_modules/leven/package.json +57 -0
  2310. package/rds-lambda/node_modules/leven/readme.md +50 -0
  2311. package/rds-lambda/node_modules/lines-and-columns/LICENSE +21 -0
  2312. package/rds-lambda/node_modules/lines-and-columns/README.md +33 -0
  2313. package/rds-lambda/node_modules/lines-and-columns/package.json +49 -0
  2314. package/rds-lambda/node_modules/locate-path/license +9 -0
  2315. package/rds-lambda/node_modules/locate-path/package.json +45 -0
  2316. package/rds-lambda/node_modules/locate-path/readme.md +122 -0
  2317. package/rds-lambda/node_modules/lodash/LICENSE +47 -0
  2318. package/rds-lambda/node_modules/lodash/README.md +39 -0
  2319. package/rds-lambda/node_modules/lodash/flake.lock +40 -0
  2320. package/rds-lambda/node_modules/lodash/flake.nix +20 -0
  2321. package/rds-lambda/node_modules/lodash/package.json +17 -0
  2322. package/rds-lambda/node_modules/lodash/release.md +48 -0
  2323. package/rds-lambda/node_modules/lodash.defaults/LICENSE +47 -0
  2324. package/rds-lambda/node_modules/lodash.defaults/README.md +18 -0
  2325. package/rds-lambda/node_modules/lodash.defaults/package.json +17 -0
  2326. package/rds-lambda/node_modules/lodash.difference/LICENSE +47 -0
  2327. package/rds-lambda/node_modules/lodash.difference/README.md +18 -0
  2328. package/rds-lambda/node_modules/lodash.difference/package.json +17 -0
  2329. package/rds-lambda/node_modules/lodash.flatten/LICENSE +47 -0
  2330. package/rds-lambda/node_modules/lodash.flatten/README.md +18 -0
  2331. package/rds-lambda/node_modules/lodash.flatten/package.json +17 -0
  2332. package/rds-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
  2333. package/rds-lambda/node_modules/lodash.isplainobject/README.md +18 -0
  2334. package/rds-lambda/node_modules/lodash.isplainobject/package.json +17 -0
  2335. package/rds-lambda/node_modules/lodash.memoize/LICENSE +47 -0
  2336. package/rds-lambda/node_modules/lodash.memoize/README.md +18 -0
  2337. package/rds-lambda/node_modules/lodash.memoize/package.json +17 -0
  2338. package/rds-lambda/node_modules/lodash.union/LICENSE +47 -0
  2339. package/rds-lambda/node_modules/lodash.union/README.md +18 -0
  2340. package/rds-lambda/node_modules/lodash.union/package.json +17 -0
  2341. package/rds-lambda/node_modules/lru-cache/LICENSE +15 -0
  2342. package/rds-lambda/node_modules/lru-cache/README.md +166 -0
  2343. package/rds-lambda/node_modules/lru-cache/package.json +32 -0
  2344. package/rds-lambda/node_modules/make-dir/license +9 -0
  2345. package/rds-lambda/node_modules/make-dir/node_modules/lru-cache/LICENSE +15 -0
  2346. package/rds-lambda/node_modules/make-dir/node_modules/lru-cache/README.md +166 -0
  2347. package/rds-lambda/node_modules/make-dir/node_modules/lru-cache/package.json +34 -0
  2348. package/rds-lambda/node_modules/make-dir/node_modules/semver/LICENSE +15 -0
  2349. package/rds-lambda/node_modules/make-dir/node_modules/semver/README.md +637 -0
  2350. package/rds-lambda/node_modules/make-dir/node_modules/semver/package.json +87 -0
  2351. package/rds-lambda/node_modules/make-dir/node_modules/semver/range.bnf +16 -0
  2352. package/rds-lambda/node_modules/make-dir/node_modules/yallist/LICENSE +15 -0
  2353. package/rds-lambda/node_modules/make-dir/node_modules/yallist/README.md +204 -0
  2354. package/rds-lambda/node_modules/make-dir/node_modules/yallist/package.json +29 -0
  2355. package/rds-lambda/node_modules/make-dir/package.json +63 -0
  2356. package/rds-lambda/node_modules/make-dir/readme.md +125 -0
  2357. package/rds-lambda/node_modules/make-error/LICENSE +5 -0
  2358. package/rds-lambda/node_modules/make-error/README.md +112 -0
  2359. package/rds-lambda/node_modules/make-error/package.json +62 -0
  2360. package/rds-lambda/node_modules/makeerror/.travis.yml +3 -0
  2361. package/rds-lambda/node_modules/makeerror/license +28 -0
  2362. package/rds-lambda/node_modules/makeerror/package.json +21 -0
  2363. package/rds-lambda/node_modules/makeerror/readme.md +77 -0
  2364. package/rds-lambda/node_modules/merge-stream/LICENSE +21 -0
  2365. package/rds-lambda/node_modules/merge-stream/README.md +78 -0
  2366. package/rds-lambda/node_modules/merge-stream/package.json +19 -0
  2367. package/rds-lambda/node_modules/micromatch/LICENSE +21 -0
  2368. package/rds-lambda/node_modules/micromatch/README.md +1011 -0
  2369. package/rds-lambda/node_modules/micromatch/package.json +119 -0
  2370. package/rds-lambda/node_modules/mimic-fn/license +9 -0
  2371. package/rds-lambda/node_modules/mimic-fn/package.json +42 -0
  2372. package/rds-lambda/node_modules/mimic-fn/readme.md +69 -0
  2373. package/rds-lambda/node_modules/minimatch/LICENSE +15 -0
  2374. package/rds-lambda/node_modules/minimatch/README.md +230 -0
  2375. package/rds-lambda/node_modules/minimatch/package.json +33 -0
  2376. package/rds-lambda/node_modules/ms/license.md +21 -0
  2377. package/rds-lambda/node_modules/ms/package.json +37 -0
  2378. package/rds-lambda/node_modules/ms/readme.md +60 -0
  2379. package/rds-lambda/node_modules/natural-compare/README.md +125 -0
  2380. package/rds-lambda/node_modules/natural-compare/package.json +42 -0
  2381. package/rds-lambda/node_modules/node-int64/LICENSE +19 -0
  2382. package/rds-lambda/node_modules/node-int64/README.md +78 -0
  2383. package/rds-lambda/node_modules/node-int64/package.json +27 -0
  2384. package/rds-lambda/node_modules/node-releases/LICENSE +21 -0
  2385. package/rds-lambda/node_modules/node-releases/README.md +12 -0
  2386. package/rds-lambda/node_modules/node-releases/data/processed/envs.json +1 -0
  2387. package/rds-lambda/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  2388. package/rds-lambda/node_modules/node-releases/package.json +19 -0
  2389. package/rds-lambda/node_modules/normalize-path/LICENSE +21 -0
  2390. package/rds-lambda/node_modules/normalize-path/README.md +127 -0
  2391. package/rds-lambda/node_modules/normalize-path/package.json +77 -0
  2392. package/rds-lambda/node_modules/npm-run-path/license +9 -0
  2393. package/rds-lambda/node_modules/npm-run-path/package.json +44 -0
  2394. package/rds-lambda/node_modules/npm-run-path/readme.md +115 -0
  2395. package/rds-lambda/node_modules/once/LICENSE +15 -0
  2396. package/rds-lambda/node_modules/once/README.md +79 -0
  2397. package/rds-lambda/node_modules/once/package.json +33 -0
  2398. package/rds-lambda/node_modules/onetime/license +9 -0
  2399. package/rds-lambda/node_modules/onetime/package.json +43 -0
  2400. package/rds-lambda/node_modules/onetime/readme.md +94 -0
  2401. package/rds-lambda/node_modules/p-limit/license +9 -0
  2402. package/rds-lambda/node_modules/p-limit/package.json +52 -0
  2403. package/rds-lambda/node_modules/p-limit/readme.md +101 -0
  2404. package/rds-lambda/node_modules/p-locate/license +9 -0
  2405. package/rds-lambda/node_modules/p-locate/node_modules/p-limit/license +9 -0
  2406. package/rds-lambda/node_modules/p-locate/node_modules/p-limit/package.json +52 -0
  2407. package/rds-lambda/node_modules/p-locate/node_modules/p-limit/readme.md +101 -0
  2408. package/rds-lambda/node_modules/p-locate/package.json +53 -0
  2409. package/rds-lambda/node_modules/p-locate/readme.md +90 -0
  2410. package/rds-lambda/node_modules/p-try/license +9 -0
  2411. package/rds-lambda/node_modules/p-try/package.json +42 -0
  2412. package/rds-lambda/node_modules/p-try/readme.md +58 -0
  2413. package/rds-lambda/node_modules/parse-json/license +9 -0
  2414. package/rds-lambda/node_modules/parse-json/package.json +45 -0
  2415. package/rds-lambda/node_modules/parse-json/readme.md +119 -0
  2416. package/rds-lambda/node_modules/path-exists/license +9 -0
  2417. package/rds-lambda/node_modules/path-exists/package.json +39 -0
  2418. package/rds-lambda/node_modules/path-exists/readme.md +52 -0
  2419. package/rds-lambda/node_modules/path-is-absolute/license +21 -0
  2420. package/rds-lambda/node_modules/path-is-absolute/package.json +43 -0
  2421. package/rds-lambda/node_modules/path-is-absolute/readme.md +59 -0
  2422. package/rds-lambda/node_modules/path-key/license +9 -0
  2423. package/rds-lambda/node_modules/path-key/package.json +39 -0
  2424. package/rds-lambda/node_modules/path-key/readme.md +61 -0
  2425. package/rds-lambda/node_modules/path-parse/LICENSE +21 -0
  2426. package/rds-lambda/node_modules/path-parse/README.md +42 -0
  2427. package/rds-lambda/node_modules/path-parse/package.json +33 -0
  2428. package/rds-lambda/node_modules/pg-connection-string/LICENSE +21 -0
  2429. package/rds-lambda/node_modules/pg-connection-string/README.md +77 -0
  2430. package/rds-lambda/node_modules/pg-connection-string/package.json +40 -0
  2431. package/rds-lambda/node_modules/picocolors/LICENSE +15 -0
  2432. package/rds-lambda/node_modules/picocolors/README.md +21 -0
  2433. package/rds-lambda/node_modules/picocolors/package.json +25 -0
  2434. package/rds-lambda/node_modules/picocolors/types.ts +30 -0
  2435. package/rds-lambda/node_modules/picomatch/CHANGELOG.md +136 -0
  2436. package/rds-lambda/node_modules/picomatch/LICENSE +21 -0
  2437. package/rds-lambda/node_modules/picomatch/README.md +708 -0
  2438. package/rds-lambda/node_modules/picomatch/package.json +81 -0
  2439. package/rds-lambda/node_modules/pirates/LICENSE +21 -0
  2440. package/rds-lambda/node_modules/pirates/README.md +69 -0
  2441. package/rds-lambda/node_modules/pirates/package.json +74 -0
  2442. package/rds-lambda/node_modules/pkg-dir/license +9 -0
  2443. package/rds-lambda/node_modules/pkg-dir/package.json +56 -0
  2444. package/rds-lambda/node_modules/pkg-dir/readme.md +66 -0
  2445. package/rds-lambda/node_modules/pretty-format/LICENSE +21 -0
  2446. package/rds-lambda/node_modules/pretty-format/README.md +463 -0
  2447. package/rds-lambda/node_modules/pretty-format/node_modules/ansi-styles/license +9 -0
  2448. package/rds-lambda/node_modules/pretty-format/node_modules/ansi-styles/package.json +52 -0
  2449. package/rds-lambda/node_modules/pretty-format/node_modules/ansi-styles/readme.md +144 -0
  2450. package/rds-lambda/node_modules/pretty-format/package.json +43 -0
  2451. package/rds-lambda/node_modules/process-nextick-args/license.md +19 -0
  2452. package/rds-lambda/node_modules/process-nextick-args/package.json +25 -0
  2453. package/rds-lambda/node_modules/process-nextick-args/readme.md +18 -0
  2454. package/rds-lambda/node_modules/prompts/license +21 -0
  2455. package/rds-lambda/node_modules/prompts/package.json +53 -0
  2456. package/rds-lambda/node_modules/prompts/readme.md +882 -0
  2457. package/rds-lambda/node_modules/pure-rand/CHANGELOG.md +73 -0
  2458. package/rds-lambda/node_modules/pure-rand/LICENSE +21 -0
  2459. package/rds-lambda/node_modules/pure-rand/README.md +208 -0
  2460. package/rds-lambda/node_modules/pure-rand/lib/esm/package.json +3 -0
  2461. package/rds-lambda/node_modules/pure-rand/package.json +85 -0
  2462. package/rds-lambda/node_modules/react-is/LICENSE +21 -0
  2463. package/rds-lambda/node_modules/react-is/README.md +104 -0
  2464. package/rds-lambda/node_modules/react-is/package.json +26 -0
  2465. package/rds-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  2466. package/rds-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
  2467. package/rds-lambda/node_modules/readable-stream/LICENSE +47 -0
  2468. package/rds-lambda/node_modules/readable-stream/README.md +106 -0
  2469. package/rds-lambda/node_modules/readable-stream/package.json +68 -0
  2470. package/rds-lambda/node_modules/readdir-glob/LICENSE +201 -0
  2471. package/rds-lambda/node_modules/readdir-glob/README.md +85 -0
  2472. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  2473. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
  2474. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
  2475. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
  2476. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
  2477. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
  2478. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
  2479. package/rds-lambda/node_modules/readdir-glob/package.json +43 -0
  2480. package/rds-lambda/node_modules/rechoir/CHANGELOG.md +12 -0
  2481. package/rds-lambda/node_modules/rechoir/LICENSE +21 -0
  2482. package/rds-lambda/node_modules/rechoir/README.md +73 -0
  2483. package/rds-lambda/node_modules/rechoir/package.json +52 -0
  2484. package/rds-lambda/node_modules/require-directory/.jshintrc +67 -0
  2485. package/rds-lambda/node_modules/require-directory/.travis.yml +3 -0
  2486. package/rds-lambda/node_modules/require-directory/LICENSE +22 -0
  2487. package/rds-lambda/node_modules/require-directory/README.markdown +184 -0
  2488. package/rds-lambda/node_modules/require-directory/package.json +40 -0
  2489. package/rds-lambda/node_modules/resolve/.editorconfig +37 -0
  2490. package/rds-lambda/node_modules/resolve/.eslintrc +65 -0
  2491. package/rds-lambda/node_modules/resolve/.github/FUNDING.yml +12 -0
  2492. package/rds-lambda/node_modules/resolve/LICENSE +21 -0
  2493. package/rds-lambda/node_modules/resolve/SECURITY.md +3 -0
  2494. package/rds-lambda/node_modules/resolve/bin/resolve +50 -0
  2495. package/rds-lambda/node_modules/resolve/lib/core.json +158 -0
  2496. package/rds-lambda/node_modules/resolve/package.json +71 -0
  2497. package/rds-lambda/node_modules/resolve/readme.markdown +301 -0
  2498. package/rds-lambda/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  2499. package/rds-lambda/node_modules/resolve/test/resolver/baz/package.json +4 -0
  2500. package/rds-lambda/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  2501. package/rds-lambda/node_modules/resolve/test/resolver/cup.coffee +1 -0
  2502. package/rds-lambda/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  2503. package/rds-lambda/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  2504. package/rds-lambda/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  2505. package/rds-lambda/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  2506. package/rds-lambda/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  2507. package/rds-lambda/node_modules/resolve/test/resolver/malformed_package_json/package.json +1 -0
  2508. package/rds-lambda/node_modules/resolve/test/resolver/mug.coffee +0 -0
  2509. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  2510. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  2511. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  2512. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  2513. package/rds-lambda/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  2514. package/rds-lambda/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  2515. package/rds-lambda/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  2516. package/rds-lambda/node_modules/resolve-cwd/license +9 -0
  2517. package/rds-lambda/node_modules/resolve-cwd/package.json +43 -0
  2518. package/rds-lambda/node_modules/resolve-cwd/readme.md +58 -0
  2519. package/rds-lambda/node_modules/resolve-from/license +9 -0
  2520. package/rds-lambda/node_modules/resolve-from/package.json +36 -0
  2521. package/rds-lambda/node_modules/resolve-from/readme.md +72 -0
  2522. package/rds-lambda/node_modules/resolve.exports/dist/index.mjs +1 -0
  2523. package/rds-lambda/node_modules/resolve.exports/license +21 -0
  2524. package/rds-lambda/node_modules/resolve.exports/package.json +50 -0
  2525. package/rds-lambda/node_modules/resolve.exports/readme.md +458 -0
  2526. package/rds-lambda/node_modules/safe-buffer/LICENSE +21 -0
  2527. package/rds-lambda/node_modules/safe-buffer/README.md +584 -0
  2528. package/rds-lambda/node_modules/safe-buffer/package.json +51 -0
  2529. package/rds-lambda/node_modules/semver/LICENSE +15 -0
  2530. package/rds-lambda/node_modules/semver/README.md +443 -0
  2531. package/rds-lambda/node_modules/semver/package.json +38 -0
  2532. package/rds-lambda/node_modules/semver/range.bnf +16 -0
  2533. package/rds-lambda/node_modules/shebang-command/license +9 -0
  2534. package/rds-lambda/node_modules/shebang-command/package.json +34 -0
  2535. package/rds-lambda/node_modules/shebang-command/readme.md +34 -0
  2536. package/rds-lambda/node_modules/shebang-regex/license +9 -0
  2537. package/rds-lambda/node_modules/shebang-regex/package.json +35 -0
  2538. package/rds-lambda/node_modules/shebang-regex/readme.md +33 -0
  2539. package/rds-lambda/node_modules/signal-exit/LICENSE.txt +16 -0
  2540. package/rds-lambda/node_modules/signal-exit/README.md +39 -0
  2541. package/rds-lambda/node_modules/signal-exit/package.json +38 -0
  2542. package/rds-lambda/node_modules/sisteransi/license +21 -0
  2543. package/rds-lambda/node_modules/sisteransi/package.json +34 -0
  2544. package/rds-lambda/node_modules/sisteransi/readme.md +113 -0
  2545. package/rds-lambda/node_modules/slash/license +9 -0
  2546. package/rds-lambda/node_modules/slash/package.json +35 -0
  2547. package/rds-lambda/node_modules/slash/readme.md +44 -0
  2548. package/rds-lambda/node_modules/source-map/CHANGELOG.md +301 -0
  2549. package/rds-lambda/node_modules/source-map/LICENSE +28 -0
  2550. package/rds-lambda/node_modules/source-map/README.md +742 -0
  2551. package/rds-lambda/node_modules/source-map/package.json +73 -0
  2552. package/rds-lambda/node_modules/source-map-support/LICENSE.md +21 -0
  2553. package/rds-lambda/node_modules/source-map-support/README.md +284 -0
  2554. package/rds-lambda/node_modules/source-map-support/package.json +31 -0
  2555. package/rds-lambda/node_modules/sprintf-js/LICENSE +24 -0
  2556. package/rds-lambda/node_modules/sprintf-js/README.md +88 -0
  2557. package/rds-lambda/node_modules/sprintf-js/bower.json +14 -0
  2558. package/rds-lambda/node_modules/sprintf-js/demo/angular.html +20 -0
  2559. package/rds-lambda/node_modules/sprintf-js/dist/angular-sprintf.min.map +1 -0
  2560. package/rds-lambda/node_modules/sprintf-js/dist/sprintf.min.map +1 -0
  2561. package/rds-lambda/node_modules/sprintf-js/package.json +22 -0
  2562. package/rds-lambda/node_modules/stack-utils/LICENSE.md +21 -0
  2563. package/rds-lambda/node_modules/stack-utils/node_modules/escape-string-regexp/license +9 -0
  2564. package/rds-lambda/node_modules/stack-utils/node_modules/escape-string-regexp/package.json +43 -0
  2565. package/rds-lambda/node_modules/stack-utils/node_modules/escape-string-regexp/readme.md +29 -0
  2566. package/rds-lambda/node_modules/stack-utils/package.json +39 -0
  2567. package/rds-lambda/node_modules/stack-utils/readme.md +143 -0
  2568. package/rds-lambda/node_modules/string-length/license +9 -0
  2569. package/rds-lambda/node_modules/string-length/package.json +45 -0
  2570. package/rds-lambda/node_modules/string-length/readme.md +43 -0
  2571. package/rds-lambda/node_modules/string-width/license +9 -0
  2572. package/rds-lambda/node_modules/string-width/package.json +56 -0
  2573. package/rds-lambda/node_modules/string-width/readme.md +50 -0
  2574. package/rds-lambda/node_modules/string_decoder/LICENSE +48 -0
  2575. package/rds-lambda/node_modules/string_decoder/README.md +47 -0
  2576. package/rds-lambda/node_modules/string_decoder/package.json +34 -0
  2577. package/rds-lambda/node_modules/strip-ansi/license +9 -0
  2578. package/rds-lambda/node_modules/strip-ansi/package.json +54 -0
  2579. package/rds-lambda/node_modules/strip-ansi/readme.md +46 -0
  2580. package/rds-lambda/node_modules/strip-bom/license +9 -0
  2581. package/rds-lambda/node_modules/strip-bom/package.json +42 -0
  2582. package/rds-lambda/node_modules/strip-bom/readme.md +54 -0
  2583. package/rds-lambda/node_modules/strip-final-newline/license +9 -0
  2584. package/rds-lambda/node_modules/strip-final-newline/package.json +40 -0
  2585. package/rds-lambda/node_modules/strip-final-newline/readme.md +30 -0
  2586. package/rds-lambda/node_modules/strip-json-comments/license +9 -0
  2587. package/rds-lambda/node_modules/strip-json-comments/package.json +47 -0
  2588. package/rds-lambda/node_modules/strip-json-comments/readme.md +78 -0
  2589. package/rds-lambda/node_modules/strnum/.vscode/launch.json +25 -0
  2590. package/rds-lambda/node_modules/strnum/LICENSE +21 -0
  2591. package/rds-lambda/node_modules/strnum/README.md +86 -0
  2592. package/rds-lambda/node_modules/strnum/package.json +24 -0
  2593. package/rds-lambda/node_modules/supports-color/license +9 -0
  2594. package/rds-lambda/node_modules/supports-color/package.json +53 -0
  2595. package/rds-lambda/node_modules/supports-color/readme.md +66 -0
  2596. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
  2597. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
  2598. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
  2599. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  2600. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  2601. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  2602. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  2603. package/rds-lambda/node_modules/tar-stream/LICENSE +21 -0
  2604. package/rds-lambda/node_modules/tar-stream/README.md +168 -0
  2605. package/rds-lambda/node_modules/tar-stream/package.json +58 -0
  2606. package/rds-lambda/node_modules/tarn/LICENSE +22 -0
  2607. package/rds-lambda/node_modules/tarn/README.md +193 -0
  2608. package/rds-lambda/node_modules/tarn/package.json +66 -0
  2609. package/rds-lambda/node_modules/test-exclude/CHANGELOG.md +352 -0
  2610. package/rds-lambda/node_modules/test-exclude/LICENSE.txt +14 -0
  2611. package/rds-lambda/node_modules/test-exclude/README.md +96 -0
  2612. package/rds-lambda/node_modules/test-exclude/package.json +45 -0
  2613. package/rds-lambda/node_modules/tildify/license +9 -0
  2614. package/rds-lambda/node_modules/tildify/package.json +40 -0
  2615. package/rds-lambda/node_modules/tildify/readme.md +30 -0
  2616. package/rds-lambda/node_modules/tmpl/license +28 -0
  2617. package/rds-lambda/node_modules/tmpl/package.json +19 -0
  2618. package/rds-lambda/node_modules/tmpl/readme.md +10 -0
  2619. package/rds-lambda/node_modules/to-fast-properties/license +10 -0
  2620. package/rds-lambda/node_modules/to-fast-properties/package.json +35 -0
  2621. package/rds-lambda/node_modules/to-fast-properties/readme.md +37 -0
  2622. package/rds-lambda/node_modules/to-regex-range/LICENSE +21 -0
  2623. package/rds-lambda/node_modules/to-regex-range/README.md +305 -0
  2624. package/rds-lambda/node_modules/to-regex-range/package.json +88 -0
  2625. package/rds-lambda/node_modules/ts-jest/.ts-jest-digest +1 -0
  2626. package/rds-lambda/node_modules/ts-jest/CHANGELOG.md +1758 -0
  2627. package/rds-lambda/node_modules/ts-jest/CONTRIBUTING.md +120 -0
  2628. package/rds-lambda/node_modules/ts-jest/LICENSE.md +21 -0
  2629. package/rds-lambda/node_modules/ts-jest/README.md +73 -0
  2630. package/rds-lambda/node_modules/ts-jest/TROUBLESHOOTING.md +75 -0
  2631. package/rds-lambda/node_modules/ts-jest/node_modules/lru-cache/LICENSE +15 -0
  2632. package/rds-lambda/node_modules/ts-jest/node_modules/lru-cache/README.md +166 -0
  2633. package/rds-lambda/node_modules/ts-jest/node_modules/lru-cache/package.json +34 -0
  2634. package/rds-lambda/node_modules/ts-jest/node_modules/semver/LICENSE +15 -0
  2635. package/rds-lambda/node_modules/ts-jest/node_modules/semver/README.md +637 -0
  2636. package/rds-lambda/node_modules/ts-jest/node_modules/semver/package.json +87 -0
  2637. package/rds-lambda/node_modules/ts-jest/node_modules/semver/range.bnf +16 -0
  2638. package/rds-lambda/node_modules/ts-jest/node_modules/yallist/LICENSE +15 -0
  2639. package/rds-lambda/node_modules/ts-jest/node_modules/yallist/README.md +204 -0
  2640. package/rds-lambda/node_modules/ts-jest/node_modules/yallist/package.json +29 -0
  2641. package/rds-lambda/node_modules/ts-jest/package.json +148 -0
  2642. package/rds-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
  2643. package/rds-lambda/node_modules/tslib/LICENSE.txt +12 -0
  2644. package/rds-lambda/node_modules/tslib/README.md +164 -0
  2645. package/rds-lambda/node_modules/tslib/SECURITY.md +41 -0
  2646. package/rds-lambda/node_modules/tslib/modules/package.json +3 -0
  2647. package/rds-lambda/node_modules/tslib/package.json +47 -0
  2648. package/rds-lambda/node_modules/tslib/tslib.es6.html +1 -0
  2649. package/rds-lambda/node_modules/tslib/tslib.es6.mjs +370 -0
  2650. package/rds-lambda/node_modules/tslib/tslib.html +1 -0
  2651. package/rds-lambda/node_modules/type-detect/LICENSE +19 -0
  2652. package/rds-lambda/node_modules/type-detect/README.md +228 -0
  2653. package/rds-lambda/node_modules/type-detect/package.json +1 -0
  2654. package/rds-lambda/node_modules/type-fest/license +9 -0
  2655. package/rds-lambda/node_modules/type-fest/package.json +58 -0
  2656. package/rds-lambda/node_modules/type-fest/readme.md +760 -0
  2657. package/rds-lambda/node_modules/typescript/LICENSE.txt +55 -0
  2658. package/rds-lambda/node_modules/typescript/README.md +51 -0
  2659. package/rds-lambda/node_modules/typescript/SECURITY.md +41 -0
  2660. package/rds-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  2661. package/rds-lambda/node_modules/typescript/bin/tsc +2 -0
  2662. package/rds-lambda/node_modules/typescript/bin/tsserver +2 -0
  2663. package/rds-lambda/node_modules/typescript/lib/README.md +5 -0
  2664. package/rds-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  2665. package/rds-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  2666. package/rds-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  2667. package/rds-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  2668. package/rds-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  2669. package/rds-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  2670. package/rds-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  2671. package/rds-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  2672. package/rds-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  2673. package/rds-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  2674. package/rds-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  2675. package/rds-lambda/node_modules/typescript/lib/typesMap.json +497 -0
  2676. package/rds-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  2677. package/rds-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  2678. package/rds-lambda/node_modules/typescript/package.json +128 -0
  2679. package/rds-lambda/node_modules/update-browserslist-db/LICENSE +20 -0
  2680. package/rds-lambda/node_modules/update-browserslist-db/README.md +22 -0
  2681. package/rds-lambda/node_modules/update-browserslist-db/package.json +40 -0
  2682. package/rds-lambda/node_modules/util-deprecate/History.md +16 -0
  2683. package/rds-lambda/node_modules/util-deprecate/LICENSE +24 -0
  2684. package/rds-lambda/node_modules/util-deprecate/README.md +53 -0
  2685. package/rds-lambda/node_modules/util-deprecate/package.json +27 -0
  2686. package/rds-lambda/node_modules/uuid/CHANGELOG.md +268 -0
  2687. package/rds-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
  2688. package/rds-lambda/node_modules/uuid/LICENSE.md +9 -0
  2689. package/rds-lambda/node_modules/uuid/README.md +462 -0
  2690. package/rds-lambda/node_modules/uuid/dist/bin/uuid +2 -0
  2691. package/rds-lambda/node_modules/uuid/package.json +131 -0
  2692. package/rds-lambda/node_modules/uuid/wrapper.mjs +10 -0
  2693. package/rds-lambda/node_modules/v8-to-istanbul/CHANGELOG.md +410 -0
  2694. package/rds-lambda/node_modules/v8-to-istanbul/LICENSE.txt +14 -0
  2695. package/rds-lambda/node_modules/v8-to-istanbul/README.md +86 -0
  2696. package/rds-lambda/node_modules/v8-to-istanbul/package.json +49 -0
  2697. package/rds-lambda/node_modules/walker/.travis.yml +3 -0
  2698. package/rds-lambda/node_modules/walker/LICENSE +13 -0
  2699. package/rds-lambda/node_modules/walker/package.json +27 -0
  2700. package/rds-lambda/node_modules/walker/readme.md +52 -0
  2701. package/rds-lambda/node_modules/which/CHANGELOG.md +166 -0
  2702. package/rds-lambda/node_modules/which/LICENSE +15 -0
  2703. package/rds-lambda/node_modules/which/README.md +54 -0
  2704. package/rds-lambda/node_modules/which/bin/node-which +52 -0
  2705. package/rds-lambda/node_modules/which/package.json +43 -0
  2706. package/rds-lambda/node_modules/wrap-ansi/license +9 -0
  2707. package/rds-lambda/node_modules/wrap-ansi/node_modules/ansi-styles/license +9 -0
  2708. package/rds-lambda/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +56 -0
  2709. package/rds-lambda/node_modules/wrap-ansi/node_modules/ansi-styles/readme.md +152 -0
  2710. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/CHANGELOG.md +54 -0
  2711. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/LICENSE +21 -0
  2712. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/README.md +68 -0
  2713. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/package.json +48 -0
  2714. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-name/LICENSE +8 -0
  2715. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-name/README.md +11 -0
  2716. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-name/package.json +28 -0
  2717. package/rds-lambda/node_modules/wrap-ansi/package.json +62 -0
  2718. package/rds-lambda/node_modules/wrap-ansi/readme.md +91 -0
  2719. package/rds-lambda/node_modules/wrappy/LICENSE +15 -0
  2720. package/rds-lambda/node_modules/wrappy/README.md +36 -0
  2721. package/rds-lambda/node_modules/wrappy/package.json +29 -0
  2722. package/rds-lambda/node_modules/write-file-atomic/LICENSE.md +6 -0
  2723. package/rds-lambda/node_modules/write-file-atomic/README.md +91 -0
  2724. package/rds-lambda/node_modules/write-file-atomic/package.json +55 -0
  2725. package/rds-lambda/node_modules/y18n/CHANGELOG.md +100 -0
  2726. package/rds-lambda/node_modules/y18n/LICENSE +13 -0
  2727. package/rds-lambda/node_modules/y18n/README.md +127 -0
  2728. package/rds-lambda/node_modules/y18n/build/index.cjs +203 -0
  2729. package/rds-lambda/node_modules/y18n/index.mjs +8 -0
  2730. package/rds-lambda/node_modules/y18n/package.json +70 -0
  2731. package/rds-lambda/node_modules/yallist/LICENSE +15 -0
  2732. package/rds-lambda/node_modules/yallist/README.md +204 -0
  2733. package/rds-lambda/node_modules/yallist/package.json +29 -0
  2734. package/rds-lambda/node_modules/yargs/CHANGELOG.md +88 -0
  2735. package/rds-lambda/node_modules/yargs/LICENSE +21 -0
  2736. package/rds-lambda/node_modules/yargs/README.md +202 -0
  2737. package/rds-lambda/node_modules/yargs/browser.mjs +7 -0
  2738. package/rds-lambda/node_modules/yargs/build/index.cjs +2920 -0
  2739. package/rds-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
  2740. package/rds-lambda/node_modules/yargs/helpers/package.json +3 -0
  2741. package/rds-lambda/node_modules/yargs/index.cjs +39 -0
  2742. package/rds-lambda/node_modules/yargs/index.mjs +8 -0
  2743. package/rds-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  2744. package/rds-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  2745. package/rds-lambda/node_modules/yargs/locales/be.json +46 -0
  2746. package/rds-lambda/node_modules/yargs/locales/de.json +46 -0
  2747. package/rds-lambda/node_modules/yargs/locales/en.json +51 -0
  2748. package/rds-lambda/node_modules/yargs/locales/es.json +46 -0
  2749. package/rds-lambda/node_modules/yargs/locales/fi.json +49 -0
  2750. package/rds-lambda/node_modules/yargs/locales/fr.json +53 -0
  2751. package/rds-lambda/node_modules/yargs/locales/hi.json +49 -0
  2752. package/rds-lambda/node_modules/yargs/locales/hu.json +46 -0
  2753. package/rds-lambda/node_modules/yargs/locales/id.json +50 -0
  2754. package/rds-lambda/node_modules/yargs/locales/it.json +46 -0
  2755. package/rds-lambda/node_modules/yargs/locales/ja.json +51 -0
  2756. package/rds-lambda/node_modules/yargs/locales/ko.json +49 -0
  2757. package/rds-lambda/node_modules/yargs/locales/nb.json +44 -0
  2758. package/rds-lambda/node_modules/yargs/locales/nl.json +49 -0
  2759. package/rds-lambda/node_modules/yargs/locales/nn.json +44 -0
  2760. package/rds-lambda/node_modules/yargs/locales/pirate.json +13 -0
  2761. package/rds-lambda/node_modules/yargs/locales/pl.json +49 -0
  2762. package/rds-lambda/node_modules/yargs/locales/pt.json +45 -0
  2763. package/rds-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
  2764. package/rds-lambda/node_modules/yargs/locales/ru.json +46 -0
  2765. package/rds-lambda/node_modules/yargs/locales/th.json +46 -0
  2766. package/rds-lambda/node_modules/yargs/locales/tr.json +48 -0
  2767. package/rds-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
  2768. package/rds-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
  2769. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +263 -0
  2770. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/LICENSE.txt +14 -0
  2771. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/README.md +518 -0
  2772. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/build/index.cjs +1042 -0
  2773. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/package.json +87 -0
  2774. package/rds-lambda/node_modules/yargs/package.json +122 -0
  2775. package/rds-lambda/node_modules/yargs/yargs +9 -0
  2776. package/rds-lambda/node_modules/yargs-parser/CHANGELOG.md +308 -0
  2777. package/rds-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
  2778. package/rds-lambda/node_modules/yargs-parser/README.md +518 -0
  2779. package/rds-lambda/node_modules/yargs-parser/build/index.cjs +1050 -0
  2780. package/rds-lambda/node_modules/yargs-parser/package.json +92 -0
  2781. package/rds-lambda/node_modules/yocto-queue/license +9 -0
  2782. package/rds-lambda/node_modules/yocto-queue/package.json +43 -0
  2783. package/rds-lambda/node_modules/yocto-queue/readme.md +64 -0
  2784. package/rds-lambda/node_modules/zip-stream/CHANGELOG.md +112 -0
  2785. package/rds-lambda/node_modules/zip-stream/LICENSE +22 -0
  2786. package/rds-lambda/node_modules/zip-stream/README.md +45 -0
  2787. package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
  2788. package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
  2789. package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
  2790. package/rds-lambda/node_modules/zip-stream/package.json +49 -0
  2791. package/rds-lambda/package-lock.json +6270 -0
  2792. package/rds-lambda/package.json +20 -0
  2793. package/rds-lambda/tsconfig.json +14 -0
  2794. package/rds-patching-lambda/node_modules/.package-lock.json +1904 -0
  2795. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
  2796. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/LICENSE +201 -0
  2797. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/README.md +16 -0
  2798. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
  2799. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
  2800. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
  2801. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
  2802. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
  2803. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2804. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
  2805. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
  2806. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/package.json +28 -0
  2807. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
  2808. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
  2809. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
  2810. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  2811. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  2812. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  2813. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  2814. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  2815. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  2816. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  2817. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  2818. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2819. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  2820. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  2821. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  2822. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  2823. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  2824. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  2825. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  2826. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  2827. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  2828. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  2829. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  2830. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  2831. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  2832. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  2833. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  2834. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  2835. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  2836. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  2837. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2838. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  2839. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  2840. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  2841. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  2842. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  2843. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  2844. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  2845. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  2846. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  2847. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  2848. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  2849. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  2850. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  2851. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  2852. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  2853. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  2854. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  2855. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  2856. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2857. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  2858. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  2859. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  2860. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  2861. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  2862. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  2863. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  2864. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  2865. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  2866. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  2867. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  2868. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  2869. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  2870. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  2871. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  2872. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  2873. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  2874. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2875. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  2876. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  2877. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  2878. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  2879. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  2880. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  2881. package/rds-patching-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  2882. package/rds-patching-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
  2883. package/rds-patching-lambda/node_modules/@aws-crypto/util/README.md +16 -0
  2884. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  2885. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  2886. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  2887. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  2888. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  2889. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2890. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  2891. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  2892. package/rds-patching-lambda/node_modules/@aws-crypto/util/package.json +31 -0
  2893. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  2894. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
  2895. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  2896. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  2897. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  2898. package/rds-patching-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  2899. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
  2900. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
  2901. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
  2902. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
  2903. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
  2904. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
  2905. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  2906. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
  2907. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
  2908. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  2909. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
  2910. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
  2911. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  2912. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
  2913. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
  2914. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
  2915. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
  2916. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
  2917. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  2918. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  2919. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  2920. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
  2921. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
  2922. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
  2923. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  2924. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  2925. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
  2926. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  2927. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
  2928. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  2929. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  2930. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  2931. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  2932. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  2933. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  2934. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  2935. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  2936. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  2937. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
  2938. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
  2939. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
  2940. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
  2941. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
  2942. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
  2943. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
  2944. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
  2945. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
  2946. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
  2947. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
  2948. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
  2949. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
  2950. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
  2951. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
  2952. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
  2953. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
  2954. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
  2955. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
  2956. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
  2957. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
  2958. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
  2959. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
  2960. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
  2961. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
  2962. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
  2963. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
  2964. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
  2965. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
  2966. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
  2967. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
  2968. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
  2969. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
  2970. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
  2971. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  2972. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  2973. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
  2974. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  2975. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  2976. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  2977. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  2978. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  2979. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
  2980. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
  2981. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
  2982. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
  2983. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  2984. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  2985. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
  2986. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
  2987. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
  2988. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
  2989. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  2990. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  2991. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
  2992. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
  2993. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
  2994. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
  2995. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  2996. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  2997. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
  2998. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
  2999. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
  3000. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
  3001. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
  3002. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
  3003. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
  3004. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
  3005. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
  3006. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
  3007. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
  3008. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
  3009. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
  3010. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
  3011. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
  3012. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
  3013. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
  3014. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
  3015. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
  3016. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
  3017. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
  3018. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
  3019. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
  3020. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
  3021. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
  3022. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
  3023. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
  3024. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
  3025. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
  3026. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
  3027. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
  3028. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  3029. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
  3030. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
  3031. package/rds-patching-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
  3032. package/rds-patching-lambda/node_modules/@aws-sdk/types/README.md +4 -0
  3033. package/rds-patching-lambda/node_modules/@aws-sdk/types/package.json +57 -0
  3034. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
  3035. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
  3036. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
  3037. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
  3038. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
  3039. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
  3040. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
  3041. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
  3042. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
  3043. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
  3044. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
  3045. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
  3046. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
  3047. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
  3048. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
  3049. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
  3050. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
  3051. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
  3052. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
  3053. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
  3054. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
  3055. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
  3056. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
  3057. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
  3058. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  3059. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  3060. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
  3061. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
  3062. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  3063. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
  3064. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
  3065. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
  3066. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  3067. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  3068. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
  3069. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
  3070. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
  3071. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
  3072. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
  3073. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
  3074. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
  3075. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
  3076. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
  3077. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
  3078. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  3079. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  3080. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  3081. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  3082. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  3083. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
  3084. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
  3085. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
  3086. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
  3087. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  3088. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  3089. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  3090. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
  3091. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
  3092. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
  3093. package/rds-patching-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
  3094. package/rds-patching-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
  3095. package/rds-patching-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
  3096. package/rds-patching-lambda/node_modules/@smithy/types/LICENSE +201 -0
  3097. package/rds-patching-lambda/node_modules/@smithy/types/README.md +41 -0
  3098. package/rds-patching-lambda/node_modules/@smithy/types/package.json +63 -0
  3099. package/rds-patching-lambda/node_modules/@types/node/LICENSE +21 -0
  3100. package/rds-patching-lambda/node_modules/@types/node/README.md +16 -0
  3101. package/rds-patching-lambda/node_modules/@types/node/package.json +232 -0
  3102. package/rds-patching-lambda/node_modules/ansi-regex/license +9 -0
  3103. package/rds-patching-lambda/node_modules/ansi-regex/package.json +55 -0
  3104. package/rds-patching-lambda/node_modules/ansi-regex/readme.md +78 -0
  3105. package/rds-patching-lambda/node_modules/ansi-styles/license +9 -0
  3106. package/rds-patching-lambda/node_modules/ansi-styles/package.json +56 -0
  3107. package/rds-patching-lambda/node_modules/ansi-styles/readme.md +152 -0
  3108. package/rds-patching-lambda/node_modules/archiver/CHANGELOG.md +246 -0
  3109. package/rds-patching-lambda/node_modules/archiver/LICENSE +22 -0
  3110. package/rds-patching-lambda/node_modules/archiver/README.md +94 -0
  3111. package/rds-patching-lambda/node_modules/archiver/package.json +60 -0
  3112. package/rds-patching-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
  3113. package/rds-patching-lambda/node_modules/archiver-utils/LICENSE +22 -0
  3114. package/rds-patching-lambda/node_modules/archiver-utils/README.md +7 -0
  3115. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
  3116. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  3117. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
  3118. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
  3119. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
  3120. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  3121. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
  3122. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
  3123. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
  3124. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
  3125. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
  3126. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
  3127. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
  3128. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
  3129. package/rds-patching-lambda/node_modules/archiver-utils/package.json +54 -0
  3130. package/rds-patching-lambda/node_modules/async/CHANGELOG.md +348 -0
  3131. package/rds-patching-lambda/node_modules/async/LICENSE +19 -0
  3132. package/rds-patching-lambda/node_modules/async/README.md +59 -0
  3133. package/rds-patching-lambda/node_modules/async/bower.json +17 -0
  3134. package/rds-patching-lambda/node_modules/async/dist/async.mjs +5947 -0
  3135. package/rds-patching-lambda/node_modules/async/package.json +75 -0
  3136. package/rds-patching-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  3137. package/rds-patching-lambda/node_modules/balanced-match/LICENSE.md +21 -0
  3138. package/rds-patching-lambda/node_modules/balanced-match/README.md +97 -0
  3139. package/rds-patching-lambda/node_modules/balanced-match/package.json +48 -0
  3140. package/rds-patching-lambda/node_modules/base64-js/LICENSE +21 -0
  3141. package/rds-patching-lambda/node_modules/base64-js/README.md +34 -0
  3142. package/rds-patching-lambda/node_modules/base64-js/package.json +47 -0
  3143. package/rds-patching-lambda/node_modules/bestzip/LICENSE +21 -0
  3144. package/rds-patching-lambda/node_modules/bestzip/package.json +46 -0
  3145. package/rds-patching-lambda/node_modules/bestzip/readme.md +91 -0
  3146. package/rds-patching-lambda/node_modules/bl/.travis.yml +17 -0
  3147. package/rds-patching-lambda/node_modules/bl/LICENSE.md +13 -0
  3148. package/rds-patching-lambda/node_modules/bl/README.md +247 -0
  3149. package/rds-patching-lambda/node_modules/bl/package.json +37 -0
  3150. package/rds-patching-lambda/node_modules/bowser/CHANGELOG.md +218 -0
  3151. package/rds-patching-lambda/node_modules/bowser/LICENSE +39 -0
  3152. package/rds-patching-lambda/node_modules/bowser/README.md +179 -0
  3153. package/rds-patching-lambda/node_modules/bowser/package.json +83 -0
  3154. package/rds-patching-lambda/node_modules/brace-expansion/LICENSE +21 -0
  3155. package/rds-patching-lambda/node_modules/brace-expansion/README.md +129 -0
  3156. package/rds-patching-lambda/node_modules/brace-expansion/package.json +47 -0
  3157. package/rds-patching-lambda/node_modules/buffer/AUTHORS.md +70 -0
  3158. package/rds-patching-lambda/node_modules/buffer/LICENSE +21 -0
  3159. package/rds-patching-lambda/node_modules/buffer/README.md +410 -0
  3160. package/rds-patching-lambda/node_modules/buffer/package.json +96 -0
  3161. package/rds-patching-lambda/node_modules/buffer-crc32/LICENSE +19 -0
  3162. package/rds-patching-lambda/node_modules/buffer-crc32/README.md +47 -0
  3163. package/rds-patching-lambda/node_modules/buffer-crc32/package.json +39 -0
  3164. package/rds-patching-lambda/node_modules/cliui/CHANGELOG.md +121 -0
  3165. package/rds-patching-lambda/node_modules/cliui/LICENSE.txt +14 -0
  3166. package/rds-patching-lambda/node_modules/cliui/README.md +141 -0
  3167. package/rds-patching-lambda/node_modules/cliui/build/index.cjs +302 -0
  3168. package/rds-patching-lambda/node_modules/cliui/index.mjs +13 -0
  3169. package/rds-patching-lambda/node_modules/cliui/package.json +83 -0
  3170. package/rds-patching-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
  3171. package/rds-patching-lambda/node_modules/color-convert/LICENSE +21 -0
  3172. package/rds-patching-lambda/node_modules/color-convert/README.md +68 -0
  3173. package/rds-patching-lambda/node_modules/color-convert/package.json +48 -0
  3174. package/rds-patching-lambda/node_modules/color-name/LICENSE +8 -0
  3175. package/rds-patching-lambda/node_modules/color-name/README.md +11 -0
  3176. package/rds-patching-lambda/node_modules/color-name/package.json +28 -0
  3177. package/rds-patching-lambda/node_modules/compress-commons/CHANGELOG.md +60 -0
  3178. package/rds-patching-lambda/node_modules/compress-commons/LICENSE +22 -0
  3179. package/rds-patching-lambda/node_modules/compress-commons/README.md +25 -0
  3180. package/rds-patching-lambda/node_modules/compress-commons/package.json +45 -0
  3181. package/rds-patching-lambda/node_modules/concat-map/.travis.yml +4 -0
  3182. package/rds-patching-lambda/node_modules/concat-map/LICENSE +18 -0
  3183. package/rds-patching-lambda/node_modules/concat-map/README.markdown +62 -0
  3184. package/rds-patching-lambda/node_modules/concat-map/package.json +43 -0
  3185. package/rds-patching-lambda/node_modules/core-util-is/LICENSE +19 -0
  3186. package/rds-patching-lambda/node_modules/core-util-is/README.md +3 -0
  3187. package/rds-patching-lambda/node_modules/core-util-is/package.json +38 -0
  3188. package/rds-patching-lambda/node_modules/crc-32/LICENSE +201 -0
  3189. package/rds-patching-lambda/node_modules/crc-32/README.md +200 -0
  3190. package/rds-patching-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
  3191. package/rds-patching-lambda/node_modules/crc-32/package.json +43 -0
  3192. package/rds-patching-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
  3193. package/rds-patching-lambda/node_modules/crc-32/types/tslint.json +11 -0
  3194. package/rds-patching-lambda/node_modules/crc32-stream/CHANGELOG.md +59 -0
  3195. package/rds-patching-lambda/node_modules/crc32-stream/LICENSE +22 -0
  3196. package/rds-patching-lambda/node_modules/crc32-stream/README.md +79 -0
  3197. package/rds-patching-lambda/node_modules/crc32-stream/package.json +45 -0
  3198. package/rds-patching-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  3199. package/rds-patching-lambda/node_modules/emoji-regex/README.md +73 -0
  3200. package/rds-patching-lambda/node_modules/emoji-regex/package.json +50 -0
  3201. package/rds-patching-lambda/node_modules/end-of-stream/LICENSE +21 -0
  3202. package/rds-patching-lambda/node_modules/end-of-stream/README.md +54 -0
  3203. package/rds-patching-lambda/node_modules/end-of-stream/package.json +37 -0
  3204. package/rds-patching-lambda/node_modules/escalade/dist/index.mjs +22 -0
  3205. package/rds-patching-lambda/node_modules/escalade/license +9 -0
  3206. package/rds-patching-lambda/node_modules/escalade/package.json +61 -0
  3207. package/rds-patching-lambda/node_modules/escalade/readme.md +211 -0
  3208. package/rds-patching-lambda/node_modules/escalade/sync/index.mjs +18 -0
  3209. package/rds-patching-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
  3210. package/rds-patching-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
  3211. package/rds-patching-lambda/node_modules/fast-xml-parser/README.md +204 -0
  3212. package/rds-patching-lambda/node_modules/fast-xml-parser/package.json +71 -0
  3213. package/rds-patching-lambda/node_modules/fs-constants/LICENSE +21 -0
  3214. package/rds-patching-lambda/node_modules/fs-constants/README.md +26 -0
  3215. package/rds-patching-lambda/node_modules/fs-constants/package.json +19 -0
  3216. package/rds-patching-lambda/node_modules/fs.realpath/LICENSE +43 -0
  3217. package/rds-patching-lambda/node_modules/fs.realpath/README.md +33 -0
  3218. package/rds-patching-lambda/node_modules/fs.realpath/package.json +26 -0
  3219. package/rds-patching-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
  3220. package/rds-patching-lambda/node_modules/get-caller-file/README.md +41 -0
  3221. package/rds-patching-lambda/node_modules/get-caller-file/package.json +42 -0
  3222. package/rds-patching-lambda/node_modules/glob/LICENSE +21 -0
  3223. package/rds-patching-lambda/node_modules/glob/README.md +378 -0
  3224. package/rds-patching-lambda/node_modules/glob/package.json +55 -0
  3225. package/rds-patching-lambda/node_modules/graceful-fs/LICENSE +15 -0
  3226. package/rds-patching-lambda/node_modules/graceful-fs/README.md +143 -0
  3227. package/rds-patching-lambda/node_modules/graceful-fs/package.json +53 -0
  3228. package/rds-patching-lambda/node_modules/ieee754/LICENSE +11 -0
  3229. package/rds-patching-lambda/node_modules/ieee754/README.md +51 -0
  3230. package/rds-patching-lambda/node_modules/ieee754/package.json +52 -0
  3231. package/rds-patching-lambda/node_modules/inflight/LICENSE +15 -0
  3232. package/rds-patching-lambda/node_modules/inflight/README.md +37 -0
  3233. package/rds-patching-lambda/node_modules/inflight/package.json +29 -0
  3234. package/rds-patching-lambda/node_modules/inherits/LICENSE +16 -0
  3235. package/rds-patching-lambda/node_modules/inherits/README.md +42 -0
  3236. package/rds-patching-lambda/node_modules/inherits/package.json +29 -0
  3237. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/license +9 -0
  3238. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
  3239. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
  3240. package/rds-patching-lambda/node_modules/isarray/.travis.yml +4 -0
  3241. package/rds-patching-lambda/node_modules/isarray/Makefile +6 -0
  3242. package/rds-patching-lambda/node_modules/isarray/README.md +60 -0
  3243. package/rds-patching-lambda/node_modules/isarray/component.json +19 -0
  3244. package/rds-patching-lambda/node_modules/isarray/package.json +45 -0
  3245. package/rds-patching-lambda/node_modules/isexe/LICENSE +15 -0
  3246. package/rds-patching-lambda/node_modules/isexe/README.md +51 -0
  3247. package/rds-patching-lambda/node_modules/isexe/package.json +31 -0
  3248. package/rds-patching-lambda/node_modules/lazystream/LICENSE +23 -0
  3249. package/rds-patching-lambda/node_modules/lazystream/README.md +114 -0
  3250. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
  3251. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  3252. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
  3253. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
  3254. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
  3255. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  3256. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
  3257. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
  3258. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
  3259. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
  3260. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
  3261. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
  3262. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
  3263. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
  3264. package/rds-patching-lambda/node_modules/lazystream/package.json +46 -0
  3265. package/rds-patching-lambda/node_modules/lazystream/test/data.md +13 -0
  3266. package/rds-patching-lambda/node_modules/lodash.defaults/LICENSE +47 -0
  3267. package/rds-patching-lambda/node_modules/lodash.defaults/README.md +18 -0
  3268. package/rds-patching-lambda/node_modules/lodash.defaults/package.json +17 -0
  3269. package/rds-patching-lambda/node_modules/lodash.difference/LICENSE +47 -0
  3270. package/rds-patching-lambda/node_modules/lodash.difference/README.md +18 -0
  3271. package/rds-patching-lambda/node_modules/lodash.difference/package.json +17 -0
  3272. package/rds-patching-lambda/node_modules/lodash.flatten/LICENSE +47 -0
  3273. package/rds-patching-lambda/node_modules/lodash.flatten/README.md +18 -0
  3274. package/rds-patching-lambda/node_modules/lodash.flatten/package.json +17 -0
  3275. package/rds-patching-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
  3276. package/rds-patching-lambda/node_modules/lodash.isplainobject/README.md +18 -0
  3277. package/rds-patching-lambda/node_modules/lodash.isplainobject/package.json +17 -0
  3278. package/rds-patching-lambda/node_modules/lodash.union/LICENSE +47 -0
  3279. package/rds-patching-lambda/node_modules/lodash.union/README.md +18 -0
  3280. package/rds-patching-lambda/node_modules/lodash.union/package.json +17 -0
  3281. package/rds-patching-lambda/node_modules/minimatch/LICENSE +15 -0
  3282. package/rds-patching-lambda/node_modules/minimatch/README.md +230 -0
  3283. package/rds-patching-lambda/node_modules/minimatch/package.json +33 -0
  3284. package/rds-patching-lambda/node_modules/normalize-path/LICENSE +21 -0
  3285. package/rds-patching-lambda/node_modules/normalize-path/README.md +127 -0
  3286. package/rds-patching-lambda/node_modules/normalize-path/package.json +77 -0
  3287. package/rds-patching-lambda/node_modules/once/LICENSE +15 -0
  3288. package/rds-patching-lambda/node_modules/once/README.md +79 -0
  3289. package/rds-patching-lambda/node_modules/once/package.json +33 -0
  3290. package/rds-patching-lambda/node_modules/path-is-absolute/license +21 -0
  3291. package/rds-patching-lambda/node_modules/path-is-absolute/package.json +43 -0
  3292. package/rds-patching-lambda/node_modules/path-is-absolute/readme.md +59 -0
  3293. package/rds-patching-lambda/node_modules/process-nextick-args/license.md +19 -0
  3294. package/rds-patching-lambda/node_modules/process-nextick-args/package.json +25 -0
  3295. package/rds-patching-lambda/node_modules/process-nextick-args/readme.md +18 -0
  3296. package/rds-patching-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  3297. package/rds-patching-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
  3298. package/rds-patching-lambda/node_modules/readable-stream/LICENSE +47 -0
  3299. package/rds-patching-lambda/node_modules/readable-stream/README.md +106 -0
  3300. package/rds-patching-lambda/node_modules/readable-stream/package.json +68 -0
  3301. package/rds-patching-lambda/node_modules/readdir-glob/LICENSE +201 -0
  3302. package/rds-patching-lambda/node_modules/readdir-glob/README.md +85 -0
  3303. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  3304. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
  3305. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
  3306. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
  3307. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
  3308. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
  3309. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
  3310. package/rds-patching-lambda/node_modules/readdir-glob/package.json +43 -0
  3311. package/rds-patching-lambda/node_modules/require-directory/.jshintrc +67 -0
  3312. package/rds-patching-lambda/node_modules/require-directory/.travis.yml +3 -0
  3313. package/rds-patching-lambda/node_modules/require-directory/LICENSE +22 -0
  3314. package/rds-patching-lambda/node_modules/require-directory/README.markdown +184 -0
  3315. package/rds-patching-lambda/node_modules/require-directory/package.json +40 -0
  3316. package/rds-patching-lambda/node_modules/safe-buffer/LICENSE +21 -0
  3317. package/rds-patching-lambda/node_modules/safe-buffer/README.md +584 -0
  3318. package/rds-patching-lambda/node_modules/safe-buffer/package.json +51 -0
  3319. package/rds-patching-lambda/node_modules/string-width/license +9 -0
  3320. package/rds-patching-lambda/node_modules/string-width/package.json +56 -0
  3321. package/rds-patching-lambda/node_modules/string-width/readme.md +50 -0
  3322. package/rds-patching-lambda/node_modules/string_decoder/LICENSE +48 -0
  3323. package/rds-patching-lambda/node_modules/string_decoder/README.md +47 -0
  3324. package/rds-patching-lambda/node_modules/string_decoder/package.json +34 -0
  3325. package/rds-patching-lambda/node_modules/strip-ansi/license +9 -0
  3326. package/rds-patching-lambda/node_modules/strip-ansi/package.json +54 -0
  3327. package/rds-patching-lambda/node_modules/strip-ansi/readme.md +46 -0
  3328. package/rds-patching-lambda/node_modules/strnum/.vscode/launch.json +25 -0
  3329. package/rds-patching-lambda/node_modules/strnum/LICENSE +21 -0
  3330. package/rds-patching-lambda/node_modules/strnum/README.md +86 -0
  3331. package/rds-patching-lambda/node_modules/strnum/package.json +24 -0
  3332. package/rds-patching-lambda/node_modules/tar-stream/LICENSE +21 -0
  3333. package/rds-patching-lambda/node_modules/tar-stream/README.md +168 -0
  3334. package/rds-patching-lambda/node_modules/tar-stream/package.json +58 -0
  3335. package/rds-patching-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
  3336. package/rds-patching-lambda/node_modules/tslib/LICENSE.txt +12 -0
  3337. package/rds-patching-lambda/node_modules/tslib/README.md +164 -0
  3338. package/rds-patching-lambda/node_modules/tslib/SECURITY.md +41 -0
  3339. package/rds-patching-lambda/node_modules/tslib/modules/package.json +3 -0
  3340. package/rds-patching-lambda/node_modules/tslib/package.json +47 -0
  3341. package/rds-patching-lambda/node_modules/tslib/tslib.es6.html +1 -0
  3342. package/rds-patching-lambda/node_modules/tslib/tslib.es6.mjs +370 -0
  3343. package/rds-patching-lambda/node_modules/tslib/tslib.html +1 -0
  3344. package/rds-patching-lambda/node_modules/typescript/LICENSE.txt +55 -0
  3345. package/rds-patching-lambda/node_modules/typescript/README.md +51 -0
  3346. package/rds-patching-lambda/node_modules/typescript/SECURITY.md +41 -0
  3347. package/rds-patching-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  3348. package/rds-patching-lambda/node_modules/typescript/bin/tsc +2 -0
  3349. package/rds-patching-lambda/node_modules/typescript/bin/tsserver +2 -0
  3350. package/rds-patching-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  3351. package/rds-patching-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  3352. package/rds-patching-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  3353. package/rds-patching-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  3354. package/rds-patching-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  3355. package/rds-patching-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  3356. package/rds-patching-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  3357. package/rds-patching-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  3358. package/rds-patching-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  3359. package/rds-patching-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  3360. package/rds-patching-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  3361. package/rds-patching-lambda/node_modules/typescript/lib/typesMap.json +497 -0
  3362. package/rds-patching-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  3363. package/rds-patching-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  3364. package/rds-patching-lambda/node_modules/typescript/package.json +116 -0
  3365. package/rds-patching-lambda/node_modules/util-deprecate/History.md +16 -0
  3366. package/rds-patching-lambda/node_modules/util-deprecate/LICENSE +24 -0
  3367. package/rds-patching-lambda/node_modules/util-deprecate/README.md +53 -0
  3368. package/rds-patching-lambda/node_modules/util-deprecate/package.json +27 -0
  3369. package/rds-patching-lambda/node_modules/uuid/CHANGELOG.md +229 -0
  3370. package/rds-patching-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
  3371. package/rds-patching-lambda/node_modules/uuid/LICENSE.md +9 -0
  3372. package/rds-patching-lambda/node_modules/uuid/README.md +505 -0
  3373. package/rds-patching-lambda/node_modules/uuid/dist/bin/uuid +2 -0
  3374. package/rds-patching-lambda/node_modules/uuid/package.json +135 -0
  3375. package/rds-patching-lambda/node_modules/uuid/wrapper.mjs +10 -0
  3376. package/rds-patching-lambda/node_modules/which/CHANGELOG.md +166 -0
  3377. package/rds-patching-lambda/node_modules/which/LICENSE +15 -0
  3378. package/rds-patching-lambda/node_modules/which/README.md +54 -0
  3379. package/rds-patching-lambda/node_modules/which/bin/node-which +52 -0
  3380. package/rds-patching-lambda/node_modules/which/package.json +43 -0
  3381. package/rds-patching-lambda/node_modules/wrap-ansi/license +9 -0
  3382. package/rds-patching-lambda/node_modules/wrap-ansi/package.json +62 -0
  3383. package/rds-patching-lambda/node_modules/wrap-ansi/readme.md +91 -0
  3384. package/rds-patching-lambda/node_modules/wrappy/LICENSE +15 -0
  3385. package/rds-patching-lambda/node_modules/wrappy/README.md +36 -0
  3386. package/rds-patching-lambda/node_modules/wrappy/package.json +29 -0
  3387. package/rds-patching-lambda/node_modules/y18n/CHANGELOG.md +100 -0
  3388. package/rds-patching-lambda/node_modules/y18n/LICENSE +13 -0
  3389. package/rds-patching-lambda/node_modules/y18n/README.md +127 -0
  3390. package/rds-patching-lambda/node_modules/y18n/build/index.cjs +203 -0
  3391. package/rds-patching-lambda/node_modules/y18n/index.mjs +8 -0
  3392. package/rds-patching-lambda/node_modules/y18n/package.json +70 -0
  3393. package/rds-patching-lambda/node_modules/yargs/CHANGELOG.md +88 -0
  3394. package/rds-patching-lambda/node_modules/yargs/LICENSE +21 -0
  3395. package/rds-patching-lambda/node_modules/yargs/README.md +202 -0
  3396. package/rds-patching-lambda/node_modules/yargs/browser.mjs +7 -0
  3397. package/rds-patching-lambda/node_modules/yargs/build/index.cjs +2920 -0
  3398. package/rds-patching-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
  3399. package/rds-patching-lambda/node_modules/yargs/helpers/package.json +3 -0
  3400. package/rds-patching-lambda/node_modules/yargs/index.cjs +39 -0
  3401. package/rds-patching-lambda/node_modules/yargs/index.mjs +8 -0
  3402. package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  3403. package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  3404. package/rds-patching-lambda/node_modules/yargs/locales/be.json +46 -0
  3405. package/rds-patching-lambda/node_modules/yargs/locales/de.json +46 -0
  3406. package/rds-patching-lambda/node_modules/yargs/locales/en.json +51 -0
  3407. package/rds-patching-lambda/node_modules/yargs/locales/es.json +46 -0
  3408. package/rds-patching-lambda/node_modules/yargs/locales/fi.json +49 -0
  3409. package/rds-patching-lambda/node_modules/yargs/locales/fr.json +53 -0
  3410. package/rds-patching-lambda/node_modules/yargs/locales/hi.json +49 -0
  3411. package/rds-patching-lambda/node_modules/yargs/locales/hu.json +46 -0
  3412. package/rds-patching-lambda/node_modules/yargs/locales/id.json +50 -0
  3413. package/rds-patching-lambda/node_modules/yargs/locales/it.json +46 -0
  3414. package/rds-patching-lambda/node_modules/yargs/locales/ja.json +51 -0
  3415. package/rds-patching-lambda/node_modules/yargs/locales/ko.json +49 -0
  3416. package/rds-patching-lambda/node_modules/yargs/locales/nb.json +44 -0
  3417. package/rds-patching-lambda/node_modules/yargs/locales/nl.json +49 -0
  3418. package/rds-patching-lambda/node_modules/yargs/locales/nn.json +44 -0
  3419. package/rds-patching-lambda/node_modules/yargs/locales/pirate.json +13 -0
  3420. package/rds-patching-lambda/node_modules/yargs/locales/pl.json +49 -0
  3421. package/rds-patching-lambda/node_modules/yargs/locales/pt.json +45 -0
  3422. package/rds-patching-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
  3423. package/rds-patching-lambda/node_modules/yargs/locales/ru.json +46 -0
  3424. package/rds-patching-lambda/node_modules/yargs/locales/th.json +46 -0
  3425. package/rds-patching-lambda/node_modules/yargs/locales/tr.json +48 -0
  3426. package/rds-patching-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
  3427. package/rds-patching-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
  3428. package/rds-patching-lambda/node_modules/yargs/package.json +122 -0
  3429. package/rds-patching-lambda/node_modules/yargs/yargs +9 -0
  3430. package/rds-patching-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
  3431. package/rds-patching-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
  3432. package/rds-patching-lambda/node_modules/yargs-parser/README.md +518 -0
  3433. package/rds-patching-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
  3434. package/rds-patching-lambda/node_modules/yargs-parser/package.json +87 -0
  3435. package/rds-patching-lambda/node_modules/zip-stream/CHANGELOG.md +112 -0
  3436. package/rds-patching-lambda/node_modules/zip-stream/LICENSE +22 -0
  3437. package/rds-patching-lambda/node_modules/zip-stream/README.md +45 -0
  3438. package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
  3439. package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
  3440. package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
  3441. package/rds-patching-lambda/node_modules/zip-stream/package.json +49 -0
  3442. package/rds-patching-lambda/package-lock.json +1917 -0
  3443. package/rds-patching-lambda/package.json +22 -0
  3444. package/rds-patching-lambda/src/index.ts +74 -0
  3445. package/rds-patching-lambda/tsconfig.json +13 -0
  3446. package/src/__tests__/__snapshots__/model-transformer.test.ts.snap +5733 -0
  3447. package/src/__tests__/model-directive-arguments.test.ts +256 -0
  3448. package/src/__tests__/model-transformer.test.ts +1630 -0
  3449. package/src/__tests__/test-utils/helpers.ts +67 -0
  3450. package/src/definitions.ts +50 -0
  3451. package/src/directive.ts +37 -0
  3452. package/src/graphql-model-transformer.ts +870 -0
  3453. package/src/graphql-types/common.ts +522 -0
  3454. package/src/graphql-types/index.ts +3 -0
  3455. package/src/graphql-types/mutation.ts +172 -0
  3456. package/src/graphql-types/query.ts +33 -0
  3457. package/src/index.ts +6 -0
  3458. package/src/resolvers/common.ts +25 -0
  3459. package/src/resolvers/dynamodb/common.ts +84 -0
  3460. package/src/resolvers/dynamodb/index.ts +4 -0
  3461. package/src/resolvers/dynamodb/mutation.ts +367 -0
  3462. package/src/resolvers/dynamodb/query.ts +275 -0
  3463. package/src/resolvers/dynamodb/subscriptions.ts +22 -0
  3464. package/src/resolvers/generators/dynamodb-vtl-generator.ts +73 -0
  3465. package/src/resolvers/generators/index.ts +3 -0
  3466. package/src/resolvers/generators/rds-vtl-generator.ts +72 -0
  3467. package/src/resolvers/generators/vtl-generator.ts +47 -0
  3468. package/src/resolvers/index.ts +3 -0
  3469. package/src/resolvers/rds/index.ts +3 -0
  3470. package/src/resolvers/rds/mutation.ts +190 -0
  3471. package/src/resolvers/rds/query.ts +34 -0
  3472. package/src/resolvers/rds/resolver.ts +453 -0
  3473. package/src/resources/dynamo-model-resource-generator.ts +290 -0
  3474. package/src/resources/model-resource-generator.ts +722 -0
  3475. package/src/resources/rds-model-resource-generator.ts +101 -0
  3476. package/src/types.ts +6 -0
  3477. package/tsconfig.json +14 -0
  3478. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,1965 @@
1
+ {
2
+ "name": "Publish Notification Message",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "Publish Notification Message",
9
+ "version": "1.0.0",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "@aws-sdk/client-lambda": "3.352.0",
13
+ "@aws-sdk/client-sns": "3.352.0",
14
+ "typescript": "5.1.3"
15
+ },
16
+ "devDependencies": {
17
+ "@types/node": "^20.3.1",
18
+ "bestzip": "2.2.1"
19
+ }
20
+ },
21
+ "node_modules/@aws-crypto/crc32": {
22
+ "version": "3.0.0",
23
+ "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
24
+ "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
25
+ "dependencies": {
26
+ "@aws-crypto/util": "^3.0.0",
27
+ "@aws-sdk/types": "^3.222.0",
28
+ "tslib": "^1.11.1"
29
+ }
30
+ },
31
+ "node_modules/@aws-crypto/crc32/node_modules/tslib": {
32
+ "version": "1.14.1",
33
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
34
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
35
+ },
36
+ "node_modules/@aws-crypto/ie11-detection": {
37
+ "version": "3.0.0",
38
+ "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
39
+ "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==",
40
+ "dependencies": {
41
+ "tslib": "^1.11.1"
42
+ }
43
+ },
44
+ "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": {
45
+ "version": "1.14.1",
46
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
47
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
48
+ },
49
+ "node_modules/@aws-crypto/sha256-browser": {
50
+ "version": "3.0.0",
51
+ "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz",
52
+ "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==",
53
+ "dependencies": {
54
+ "@aws-crypto/ie11-detection": "^3.0.0",
55
+ "@aws-crypto/sha256-js": "^3.0.0",
56
+ "@aws-crypto/supports-web-crypto": "^3.0.0",
57
+ "@aws-crypto/util": "^3.0.0",
58
+ "@aws-sdk/types": "^3.222.0",
59
+ "@aws-sdk/util-locate-window": "^3.0.0",
60
+ "@aws-sdk/util-utf8-browser": "^3.0.0",
61
+ "tslib": "^1.11.1"
62
+ }
63
+ },
64
+ "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
65
+ "version": "1.14.1",
66
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
67
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
68
+ },
69
+ "node_modules/@aws-crypto/sha256-js": {
70
+ "version": "3.0.0",
71
+ "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz",
72
+ "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==",
73
+ "dependencies": {
74
+ "@aws-crypto/util": "^3.0.0",
75
+ "@aws-sdk/types": "^3.222.0",
76
+ "tslib": "^1.11.1"
77
+ }
78
+ },
79
+ "node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
80
+ "version": "1.14.1",
81
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
82
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
83
+ },
84
+ "node_modules/@aws-crypto/supports-web-crypto": {
85
+ "version": "3.0.0",
86
+ "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz",
87
+ "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==",
88
+ "dependencies": {
89
+ "tslib": "^1.11.1"
90
+ }
91
+ },
92
+ "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": {
93
+ "version": "1.14.1",
94
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
95
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
96
+ },
97
+ "node_modules/@aws-crypto/util": {
98
+ "version": "3.0.0",
99
+ "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
100
+ "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
101
+ "dependencies": {
102
+ "@aws-sdk/types": "^3.222.0",
103
+ "@aws-sdk/util-utf8-browser": "^3.0.0",
104
+ "tslib": "^1.11.1"
105
+ }
106
+ },
107
+ "node_modules/@aws-crypto/util/node_modules/tslib": {
108
+ "version": "1.14.1",
109
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
110
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
111
+ },
112
+ "node_modules/@aws-sdk/abort-controller": {
113
+ "version": "3.347.0",
114
+ "resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.347.0.tgz",
115
+ "integrity": "sha512-P/2qE6ntYEmYG4Ez535nJWZbXqgbkJx8CMz7ChEuEg3Gp3dvVYEKg+iEUEvlqQ2U5dWP5J3ehw5po9t86IsVPQ==",
116
+ "dependencies": {
117
+ "@aws-sdk/types": "3.347.0",
118
+ "tslib": "^2.5.0"
119
+ },
120
+ "engines": {
121
+ "node": ">=14.0.0"
122
+ }
123
+ },
124
+ "node_modules/@aws-sdk/client-lambda": {
125
+ "version": "3.352.0",
126
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-lambda/-/client-lambda-3.352.0.tgz",
127
+ "integrity": "sha512-n5pjqxeSTu85HFq/t+2voZJFC93iExQj+VJLytK0ZM9yhATK2n4aRGkSZttVeq6rX023QRYOh1E2VMGTToIdxA==",
128
+ "dependencies": {
129
+ "@aws-crypto/sha256-browser": "3.0.0",
130
+ "@aws-crypto/sha256-js": "3.0.0",
131
+ "@aws-sdk/client-sts": "3.352.0",
132
+ "@aws-sdk/config-resolver": "3.347.0",
133
+ "@aws-sdk/credential-provider-node": "3.352.0",
134
+ "@aws-sdk/eventstream-serde-browser": "3.347.0",
135
+ "@aws-sdk/eventstream-serde-config-resolver": "3.347.0",
136
+ "@aws-sdk/eventstream-serde-node": "3.347.0",
137
+ "@aws-sdk/fetch-http-handler": "3.347.0",
138
+ "@aws-sdk/hash-node": "3.347.0",
139
+ "@aws-sdk/invalid-dependency": "3.347.0",
140
+ "@aws-sdk/middleware-content-length": "3.347.0",
141
+ "@aws-sdk/middleware-endpoint": "3.347.0",
142
+ "@aws-sdk/middleware-host-header": "3.347.0",
143
+ "@aws-sdk/middleware-logger": "3.347.0",
144
+ "@aws-sdk/middleware-recursion-detection": "3.347.0",
145
+ "@aws-sdk/middleware-retry": "3.347.0",
146
+ "@aws-sdk/middleware-serde": "3.347.0",
147
+ "@aws-sdk/middleware-signing": "3.347.0",
148
+ "@aws-sdk/middleware-stack": "3.347.0",
149
+ "@aws-sdk/middleware-user-agent": "3.352.0",
150
+ "@aws-sdk/node-config-provider": "3.347.0",
151
+ "@aws-sdk/node-http-handler": "3.350.0",
152
+ "@aws-sdk/smithy-client": "3.347.0",
153
+ "@aws-sdk/types": "3.347.0",
154
+ "@aws-sdk/url-parser": "3.347.0",
155
+ "@aws-sdk/util-base64": "3.310.0",
156
+ "@aws-sdk/util-body-length-browser": "3.310.0",
157
+ "@aws-sdk/util-body-length-node": "3.310.0",
158
+ "@aws-sdk/util-defaults-mode-browser": "3.347.0",
159
+ "@aws-sdk/util-defaults-mode-node": "3.347.0",
160
+ "@aws-sdk/util-endpoints": "3.352.0",
161
+ "@aws-sdk/util-retry": "3.347.0",
162
+ "@aws-sdk/util-user-agent-browser": "3.347.0",
163
+ "@aws-sdk/util-user-agent-node": "3.347.0",
164
+ "@aws-sdk/util-utf8": "3.310.0",
165
+ "@aws-sdk/util-waiter": "3.347.0",
166
+ "@smithy/protocol-http": "^1.0.1",
167
+ "@smithy/types": "^1.0.0",
168
+ "tslib": "^2.5.0"
169
+ },
170
+ "engines": {
171
+ "node": ">=14.0.0"
172
+ }
173
+ },
174
+ "node_modules/@aws-sdk/client-sns": {
175
+ "version": "3.352.0",
176
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sns/-/client-sns-3.352.0.tgz",
177
+ "integrity": "sha512-ZQGsdor2sej8/sQoZDKzragzOhjXKsrEbAbFZJ4CQxGG00b0ssR/lgyXDfBGlr8iGnQ8Uj/bdh5to0QkZFKBgw==",
178
+ "dependencies": {
179
+ "@aws-crypto/sha256-browser": "3.0.0",
180
+ "@aws-crypto/sha256-js": "3.0.0",
181
+ "@aws-sdk/client-sts": "3.352.0",
182
+ "@aws-sdk/config-resolver": "3.347.0",
183
+ "@aws-sdk/credential-provider-node": "3.352.0",
184
+ "@aws-sdk/fetch-http-handler": "3.347.0",
185
+ "@aws-sdk/hash-node": "3.347.0",
186
+ "@aws-sdk/invalid-dependency": "3.347.0",
187
+ "@aws-sdk/middleware-content-length": "3.347.0",
188
+ "@aws-sdk/middleware-endpoint": "3.347.0",
189
+ "@aws-sdk/middleware-host-header": "3.347.0",
190
+ "@aws-sdk/middleware-logger": "3.347.0",
191
+ "@aws-sdk/middleware-recursion-detection": "3.347.0",
192
+ "@aws-sdk/middleware-retry": "3.347.0",
193
+ "@aws-sdk/middleware-serde": "3.347.0",
194
+ "@aws-sdk/middleware-signing": "3.347.0",
195
+ "@aws-sdk/middleware-stack": "3.347.0",
196
+ "@aws-sdk/middleware-user-agent": "3.352.0",
197
+ "@aws-sdk/node-config-provider": "3.347.0",
198
+ "@aws-sdk/node-http-handler": "3.350.0",
199
+ "@aws-sdk/smithy-client": "3.347.0",
200
+ "@aws-sdk/types": "3.347.0",
201
+ "@aws-sdk/url-parser": "3.347.0",
202
+ "@aws-sdk/util-base64": "3.310.0",
203
+ "@aws-sdk/util-body-length-browser": "3.310.0",
204
+ "@aws-sdk/util-body-length-node": "3.310.0",
205
+ "@aws-sdk/util-defaults-mode-browser": "3.347.0",
206
+ "@aws-sdk/util-defaults-mode-node": "3.347.0",
207
+ "@aws-sdk/util-endpoints": "3.352.0",
208
+ "@aws-sdk/util-retry": "3.347.0",
209
+ "@aws-sdk/util-user-agent-browser": "3.347.0",
210
+ "@aws-sdk/util-user-agent-node": "3.347.0",
211
+ "@aws-sdk/util-utf8": "3.310.0",
212
+ "@smithy/protocol-http": "^1.0.1",
213
+ "@smithy/types": "^1.0.0",
214
+ "fast-xml-parser": "4.2.4",
215
+ "tslib": "^2.5.0"
216
+ },
217
+ "engines": {
218
+ "node": ">=14.0.0"
219
+ }
220
+ },
221
+ "node_modules/@aws-sdk/client-sso": {
222
+ "version": "3.352.0",
223
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.352.0.tgz",
224
+ "integrity": "sha512-oeO36rvRvYbUlsgzYtLI2/BPwXdUK4KtYw+OFmirYeONUyX5uYx8kWXD66r3oXViIYMqhyHKN3fhkiFmFcVluQ==",
225
+ "dependencies": {
226
+ "@aws-crypto/sha256-browser": "3.0.0",
227
+ "@aws-crypto/sha256-js": "3.0.0",
228
+ "@aws-sdk/config-resolver": "3.347.0",
229
+ "@aws-sdk/fetch-http-handler": "3.347.0",
230
+ "@aws-sdk/hash-node": "3.347.0",
231
+ "@aws-sdk/invalid-dependency": "3.347.0",
232
+ "@aws-sdk/middleware-content-length": "3.347.0",
233
+ "@aws-sdk/middleware-endpoint": "3.347.0",
234
+ "@aws-sdk/middleware-host-header": "3.347.0",
235
+ "@aws-sdk/middleware-logger": "3.347.0",
236
+ "@aws-sdk/middleware-recursion-detection": "3.347.0",
237
+ "@aws-sdk/middleware-retry": "3.347.0",
238
+ "@aws-sdk/middleware-serde": "3.347.0",
239
+ "@aws-sdk/middleware-stack": "3.347.0",
240
+ "@aws-sdk/middleware-user-agent": "3.352.0",
241
+ "@aws-sdk/node-config-provider": "3.347.0",
242
+ "@aws-sdk/node-http-handler": "3.350.0",
243
+ "@aws-sdk/smithy-client": "3.347.0",
244
+ "@aws-sdk/types": "3.347.0",
245
+ "@aws-sdk/url-parser": "3.347.0",
246
+ "@aws-sdk/util-base64": "3.310.0",
247
+ "@aws-sdk/util-body-length-browser": "3.310.0",
248
+ "@aws-sdk/util-body-length-node": "3.310.0",
249
+ "@aws-sdk/util-defaults-mode-browser": "3.347.0",
250
+ "@aws-sdk/util-defaults-mode-node": "3.347.0",
251
+ "@aws-sdk/util-endpoints": "3.352.0",
252
+ "@aws-sdk/util-retry": "3.347.0",
253
+ "@aws-sdk/util-user-agent-browser": "3.347.0",
254
+ "@aws-sdk/util-user-agent-node": "3.347.0",
255
+ "@aws-sdk/util-utf8": "3.310.0",
256
+ "@smithy/protocol-http": "^1.0.1",
257
+ "@smithy/types": "^1.0.0",
258
+ "tslib": "^2.5.0"
259
+ },
260
+ "engines": {
261
+ "node": ">=14.0.0"
262
+ }
263
+ },
264
+ "node_modules/@aws-sdk/client-sso-oidc": {
265
+ "version": "3.352.0",
266
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.352.0.tgz",
267
+ "integrity": "sha512-PQdp0KOr478CaJNohASTgtt03W8Y/qINwsalLNguK01tWIGzellg2N3bA+IdyYXU8Oz3+Ab1oIJMKkUxtuNiGg==",
268
+ "dependencies": {
269
+ "@aws-crypto/sha256-browser": "3.0.0",
270
+ "@aws-crypto/sha256-js": "3.0.0",
271
+ "@aws-sdk/config-resolver": "3.347.0",
272
+ "@aws-sdk/fetch-http-handler": "3.347.0",
273
+ "@aws-sdk/hash-node": "3.347.0",
274
+ "@aws-sdk/invalid-dependency": "3.347.0",
275
+ "@aws-sdk/middleware-content-length": "3.347.0",
276
+ "@aws-sdk/middleware-endpoint": "3.347.0",
277
+ "@aws-sdk/middleware-host-header": "3.347.0",
278
+ "@aws-sdk/middleware-logger": "3.347.0",
279
+ "@aws-sdk/middleware-recursion-detection": "3.347.0",
280
+ "@aws-sdk/middleware-retry": "3.347.0",
281
+ "@aws-sdk/middleware-serde": "3.347.0",
282
+ "@aws-sdk/middleware-stack": "3.347.0",
283
+ "@aws-sdk/middleware-user-agent": "3.352.0",
284
+ "@aws-sdk/node-config-provider": "3.347.0",
285
+ "@aws-sdk/node-http-handler": "3.350.0",
286
+ "@aws-sdk/smithy-client": "3.347.0",
287
+ "@aws-sdk/types": "3.347.0",
288
+ "@aws-sdk/url-parser": "3.347.0",
289
+ "@aws-sdk/util-base64": "3.310.0",
290
+ "@aws-sdk/util-body-length-browser": "3.310.0",
291
+ "@aws-sdk/util-body-length-node": "3.310.0",
292
+ "@aws-sdk/util-defaults-mode-browser": "3.347.0",
293
+ "@aws-sdk/util-defaults-mode-node": "3.347.0",
294
+ "@aws-sdk/util-endpoints": "3.352.0",
295
+ "@aws-sdk/util-retry": "3.347.0",
296
+ "@aws-sdk/util-user-agent-browser": "3.347.0",
297
+ "@aws-sdk/util-user-agent-node": "3.347.0",
298
+ "@aws-sdk/util-utf8": "3.310.0",
299
+ "@smithy/protocol-http": "^1.0.1",
300
+ "@smithy/types": "^1.0.0",
301
+ "tslib": "^2.5.0"
302
+ },
303
+ "engines": {
304
+ "node": ">=14.0.0"
305
+ }
306
+ },
307
+ "node_modules/@aws-sdk/client-sts": {
308
+ "version": "3.352.0",
309
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.352.0.tgz",
310
+ "integrity": "sha512-Lt7uSdwgOrwYx8S6Bhz76ewOeoJNFiPD+Q7v8S/mJK8T7HUE/houjomXC3UnFaJjcecjWv273zEqV67FgP5l5g==",
311
+ "dependencies": {
312
+ "@aws-crypto/sha256-browser": "3.0.0",
313
+ "@aws-crypto/sha256-js": "3.0.0",
314
+ "@aws-sdk/config-resolver": "3.347.0",
315
+ "@aws-sdk/credential-provider-node": "3.352.0",
316
+ "@aws-sdk/fetch-http-handler": "3.347.0",
317
+ "@aws-sdk/hash-node": "3.347.0",
318
+ "@aws-sdk/invalid-dependency": "3.347.0",
319
+ "@aws-sdk/middleware-content-length": "3.347.0",
320
+ "@aws-sdk/middleware-endpoint": "3.347.0",
321
+ "@aws-sdk/middleware-host-header": "3.347.0",
322
+ "@aws-sdk/middleware-logger": "3.347.0",
323
+ "@aws-sdk/middleware-recursion-detection": "3.347.0",
324
+ "@aws-sdk/middleware-retry": "3.347.0",
325
+ "@aws-sdk/middleware-sdk-sts": "3.347.0",
326
+ "@aws-sdk/middleware-serde": "3.347.0",
327
+ "@aws-sdk/middleware-signing": "3.347.0",
328
+ "@aws-sdk/middleware-stack": "3.347.0",
329
+ "@aws-sdk/middleware-user-agent": "3.352.0",
330
+ "@aws-sdk/node-config-provider": "3.347.0",
331
+ "@aws-sdk/node-http-handler": "3.350.0",
332
+ "@aws-sdk/smithy-client": "3.347.0",
333
+ "@aws-sdk/types": "3.347.0",
334
+ "@aws-sdk/url-parser": "3.347.0",
335
+ "@aws-sdk/util-base64": "3.310.0",
336
+ "@aws-sdk/util-body-length-browser": "3.310.0",
337
+ "@aws-sdk/util-body-length-node": "3.310.0",
338
+ "@aws-sdk/util-defaults-mode-browser": "3.347.0",
339
+ "@aws-sdk/util-defaults-mode-node": "3.347.0",
340
+ "@aws-sdk/util-endpoints": "3.352.0",
341
+ "@aws-sdk/util-retry": "3.347.0",
342
+ "@aws-sdk/util-user-agent-browser": "3.347.0",
343
+ "@aws-sdk/util-user-agent-node": "3.347.0",
344
+ "@aws-sdk/util-utf8": "3.310.0",
345
+ "@smithy/protocol-http": "^1.0.1",
346
+ "@smithy/types": "^1.0.0",
347
+ "fast-xml-parser": "4.2.4",
348
+ "tslib": "^2.5.0"
349
+ },
350
+ "engines": {
351
+ "node": ">=14.0.0"
352
+ }
353
+ },
354
+ "node_modules/@aws-sdk/config-resolver": {
355
+ "version": "3.347.0",
356
+ "resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.347.0.tgz",
357
+ "integrity": "sha512-2ja+Sf/VnUO7IQ3nKbDQ5aumYKKJUaTm/BuVJ29wNho8wYHfuf7wHZV0pDTkB8RF5SH7IpHap7zpZAj39Iq+EA==",
358
+ "dependencies": {
359
+ "@aws-sdk/types": "3.347.0",
360
+ "@aws-sdk/util-config-provider": "3.310.0",
361
+ "@aws-sdk/util-middleware": "3.347.0",
362
+ "tslib": "^2.5.0"
363
+ },
364
+ "engines": {
365
+ "node": ">=14.0.0"
366
+ }
367
+ },
368
+ "node_modules/@aws-sdk/credential-provider-env": {
369
+ "version": "3.347.0",
370
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.347.0.tgz",
371
+ "integrity": "sha512-UnEM+LKGpXKzw/1WvYEQsC6Wj9PupYZdQOE+e2Dgy2dqk/pVFy4WueRtFXYDT2B41ppv3drdXUuKZRIDVqIgNQ==",
372
+ "dependencies": {
373
+ "@aws-sdk/property-provider": "3.347.0",
374
+ "@aws-sdk/types": "3.347.0",
375
+ "tslib": "^2.5.0"
376
+ },
377
+ "engines": {
378
+ "node": ">=14.0.0"
379
+ }
380
+ },
381
+ "node_modules/@aws-sdk/credential-provider-imds": {
382
+ "version": "3.347.0",
383
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.347.0.tgz",
384
+ "integrity": "sha512-7scCy/DCDRLIhlqTxff97LQWDnRwRXji3bxxMg+xWOTTaJe7PWx+etGSbBWaL42vsBHFShQjSLvJryEgoBktpw==",
385
+ "dependencies": {
386
+ "@aws-sdk/node-config-provider": "3.347.0",
387
+ "@aws-sdk/property-provider": "3.347.0",
388
+ "@aws-sdk/types": "3.347.0",
389
+ "@aws-sdk/url-parser": "3.347.0",
390
+ "tslib": "^2.5.0"
391
+ },
392
+ "engines": {
393
+ "node": ">=14.0.0"
394
+ }
395
+ },
396
+ "node_modules/@aws-sdk/credential-provider-ini": {
397
+ "version": "3.352.0",
398
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.352.0.tgz",
399
+ "integrity": "sha512-lnQUJznvOhI2er1u/OVf99/2JIyDH7W+6tfWNXEoVgEi4WXtdyZ+GpPNoZsmCtHB2Jwlsh51IxmYdCj6b6SdwQ==",
400
+ "dependencies": {
401
+ "@aws-sdk/credential-provider-env": "3.347.0",
402
+ "@aws-sdk/credential-provider-imds": "3.347.0",
403
+ "@aws-sdk/credential-provider-process": "3.347.0",
404
+ "@aws-sdk/credential-provider-sso": "3.352.0",
405
+ "@aws-sdk/credential-provider-web-identity": "3.347.0",
406
+ "@aws-sdk/property-provider": "3.347.0",
407
+ "@aws-sdk/shared-ini-file-loader": "3.347.0",
408
+ "@aws-sdk/types": "3.347.0",
409
+ "tslib": "^2.5.0"
410
+ },
411
+ "engines": {
412
+ "node": ">=14.0.0"
413
+ }
414
+ },
415
+ "node_modules/@aws-sdk/credential-provider-node": {
416
+ "version": "3.352.0",
417
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.352.0.tgz",
418
+ "integrity": "sha512-8UZ5EQpoqHCh+XSGq2CdhzHZyKLOwF1taDw5A/gmV4O5lAWL0AGs0cPIEUORJyggU6Hv43zZOpLgK6dMgWOLgA==",
419
+ "dependencies": {
420
+ "@aws-sdk/credential-provider-env": "3.347.0",
421
+ "@aws-sdk/credential-provider-imds": "3.347.0",
422
+ "@aws-sdk/credential-provider-ini": "3.352.0",
423
+ "@aws-sdk/credential-provider-process": "3.347.0",
424
+ "@aws-sdk/credential-provider-sso": "3.352.0",
425
+ "@aws-sdk/credential-provider-web-identity": "3.347.0",
426
+ "@aws-sdk/property-provider": "3.347.0",
427
+ "@aws-sdk/shared-ini-file-loader": "3.347.0",
428
+ "@aws-sdk/types": "3.347.0",
429
+ "tslib": "^2.5.0"
430
+ },
431
+ "engines": {
432
+ "node": ">=14.0.0"
433
+ }
434
+ },
435
+ "node_modules/@aws-sdk/credential-provider-process": {
436
+ "version": "3.347.0",
437
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.347.0.tgz",
438
+ "integrity": "sha512-yl1z4MsaBdXd4GQ2halIvYds23S67kElyOwz7g8kaQ4kHj+UoYWxz3JVW/DGusM6XmQ9/F67utBrUVA0uhQYyw==",
439
+ "dependencies": {
440
+ "@aws-sdk/property-provider": "3.347.0",
441
+ "@aws-sdk/shared-ini-file-loader": "3.347.0",
442
+ "@aws-sdk/types": "3.347.0",
443
+ "tslib": "^2.5.0"
444
+ },
445
+ "engines": {
446
+ "node": ">=14.0.0"
447
+ }
448
+ },
449
+ "node_modules/@aws-sdk/credential-provider-sso": {
450
+ "version": "3.352.0",
451
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.352.0.tgz",
452
+ "integrity": "sha512-YiooGNy9LYN1bFqKwO2wHC++1pYReiSqQDWBeluJfC3uZWpCyIUMdeYBR1X3XZDVtK6bl5KmhxldxJ3ntt/Q4w==",
453
+ "dependencies": {
454
+ "@aws-sdk/client-sso": "3.352.0",
455
+ "@aws-sdk/property-provider": "3.347.0",
456
+ "@aws-sdk/shared-ini-file-loader": "3.347.0",
457
+ "@aws-sdk/token-providers": "3.352.0",
458
+ "@aws-sdk/types": "3.347.0",
459
+ "tslib": "^2.5.0"
460
+ },
461
+ "engines": {
462
+ "node": ">=14.0.0"
463
+ }
464
+ },
465
+ "node_modules/@aws-sdk/credential-provider-web-identity": {
466
+ "version": "3.347.0",
467
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.347.0.tgz",
468
+ "integrity": "sha512-DxoTlVK8lXjS1zVphtz/Ab+jkN/IZor9d6pP2GjJHNoAIIzXfRwwj5C8vr4eTayx/5VJ7GRP91J8GJ2cKly8Qw==",
469
+ "dependencies": {
470
+ "@aws-sdk/property-provider": "3.347.0",
471
+ "@aws-sdk/types": "3.347.0",
472
+ "tslib": "^2.5.0"
473
+ },
474
+ "engines": {
475
+ "node": ">=14.0.0"
476
+ }
477
+ },
478
+ "node_modules/@aws-sdk/eventstream-codec": {
479
+ "version": "3.347.0",
480
+ "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-codec/-/eventstream-codec-3.347.0.tgz",
481
+ "integrity": "sha512-61q+SyspjsaQ4sdgjizMyRgVph2CiW4aAtfpoH69EJFJfTxTR/OqnZ9Jx/3YiYi0ksrvDenJddYodfWWJqD8/w==",
482
+ "dependencies": {
483
+ "@aws-crypto/crc32": "3.0.0",
484
+ "@aws-sdk/types": "3.347.0",
485
+ "@aws-sdk/util-hex-encoding": "3.310.0",
486
+ "tslib": "^2.5.0"
487
+ }
488
+ },
489
+ "node_modules/@aws-sdk/eventstream-serde-browser": {
490
+ "version": "3.347.0",
491
+ "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-serde-browser/-/eventstream-serde-browser-3.347.0.tgz",
492
+ "integrity": "sha512-9BLVTHWgpiTo/hl+k7qt7E9iYu43zVwJN+4TEwA9ZZB3p12068t1Hay6HgCcgJC3+LWMtw/OhvypV6vQAG4UBg==",
493
+ "dependencies": {
494
+ "@aws-sdk/eventstream-serde-universal": "3.347.0",
495
+ "@aws-sdk/types": "3.347.0",
496
+ "tslib": "^2.5.0"
497
+ },
498
+ "engines": {
499
+ "node": ">=14.0.0"
500
+ }
501
+ },
502
+ "node_modules/@aws-sdk/eventstream-serde-config-resolver": {
503
+ "version": "3.347.0",
504
+ "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-3.347.0.tgz",
505
+ "integrity": "sha512-RcXQbNVq0PFmDqfn6+MnjCUWbbobcYVxpimaF6pMDav04o6Mcle+G2Hrefp5NlFr/lZbHW2eUKYsp1sXPaxVlQ==",
506
+ "dependencies": {
507
+ "@aws-sdk/types": "3.347.0",
508
+ "tslib": "^2.5.0"
509
+ },
510
+ "engines": {
511
+ "node": ">=14.0.0"
512
+ }
513
+ },
514
+ "node_modules/@aws-sdk/eventstream-serde-node": {
515
+ "version": "3.347.0",
516
+ "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-serde-node/-/eventstream-serde-node-3.347.0.tgz",
517
+ "integrity": "sha512-pgQCWH0PkHjcHs04JE7FoGAD3Ww45ffV8Op0MSLUhg9OpGa6EDoO3EOpWi9l/TALtH4f0KRV35PVyUyHJ/wEkA==",
518
+ "dependencies": {
519
+ "@aws-sdk/eventstream-serde-universal": "3.347.0",
520
+ "@aws-sdk/types": "3.347.0",
521
+ "tslib": "^2.5.0"
522
+ },
523
+ "engines": {
524
+ "node": ">=14.0.0"
525
+ }
526
+ },
527
+ "node_modules/@aws-sdk/eventstream-serde-universal": {
528
+ "version": "3.347.0",
529
+ "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-serde-universal/-/eventstream-serde-universal-3.347.0.tgz",
530
+ "integrity": "sha512-4wWj6bz6lOyDIO/dCCjwaLwRz648xzQQnf89R29sLoEqvAPP5XOB7HL+uFaQ/f5tPNh49gL6huNFSVwDm62n4Q==",
531
+ "dependencies": {
532
+ "@aws-sdk/eventstream-codec": "3.347.0",
533
+ "@aws-sdk/types": "3.347.0",
534
+ "tslib": "^2.5.0"
535
+ },
536
+ "engines": {
537
+ "node": ">=14.0.0"
538
+ }
539
+ },
540
+ "node_modules/@aws-sdk/fetch-http-handler": {
541
+ "version": "3.347.0",
542
+ "resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.347.0.tgz",
543
+ "integrity": "sha512-sQ5P7ivY8//7wdxfA76LT1sF6V2Tyyz1qF6xXf9sihPN5Q1Y65c+SKpMzXyFSPqWZ82+SQQuDliYZouVyS6kQQ==",
544
+ "dependencies": {
545
+ "@aws-sdk/protocol-http": "3.347.0",
546
+ "@aws-sdk/querystring-builder": "3.347.0",
547
+ "@aws-sdk/types": "3.347.0",
548
+ "@aws-sdk/util-base64": "3.310.0",
549
+ "tslib": "^2.5.0"
550
+ }
551
+ },
552
+ "node_modules/@aws-sdk/hash-node": {
553
+ "version": "3.347.0",
554
+ "resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.347.0.tgz",
555
+ "integrity": "sha512-96+ml/4EaUaVpzBdOLGOxdoXOjkPgkoJp/0i1fxOJEvl8wdAQSwc3IugVK9wZkCxy2DlENtgOe6DfIOhfffm/g==",
556
+ "dependencies": {
557
+ "@aws-sdk/types": "3.347.0",
558
+ "@aws-sdk/util-buffer-from": "3.310.0",
559
+ "@aws-sdk/util-utf8": "3.310.0",
560
+ "tslib": "^2.5.0"
561
+ },
562
+ "engines": {
563
+ "node": ">=14.0.0"
564
+ }
565
+ },
566
+ "node_modules/@aws-sdk/invalid-dependency": {
567
+ "version": "3.347.0",
568
+ "resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.347.0.tgz",
569
+ "integrity": "sha512-8imQcwLwqZ/wTJXZqzXT9pGLIksTRckhGLZaXT60tiBOPKuerTsus2L59UstLs5LP8TKaVZKFFSsjRIn9dQdmQ==",
570
+ "dependencies": {
571
+ "@aws-sdk/types": "3.347.0",
572
+ "tslib": "^2.5.0"
573
+ }
574
+ },
575
+ "node_modules/@aws-sdk/is-array-buffer": {
576
+ "version": "3.310.0",
577
+ "resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.310.0.tgz",
578
+ "integrity": "sha512-urnbcCR+h9NWUnmOtet/s4ghvzsidFmspfhYaHAmSRdy9yDjdjBJMFjjsn85A1ODUktztm+cVncXjQ38WCMjMQ==",
579
+ "dependencies": {
580
+ "tslib": "^2.5.0"
581
+ },
582
+ "engines": {
583
+ "node": ">=14.0.0"
584
+ }
585
+ },
586
+ "node_modules/@aws-sdk/middleware-content-length": {
587
+ "version": "3.347.0",
588
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.347.0.tgz",
589
+ "integrity": "sha512-i4qtWTDImMaDUtwKQPbaZpXsReiwiBomM1cWymCU4bhz81HL01oIxOxOBuiM+3NlDoCSPr3KI6txZSz/8cqXCQ==",
590
+ "dependencies": {
591
+ "@aws-sdk/protocol-http": "3.347.0",
592
+ "@aws-sdk/types": "3.347.0",
593
+ "tslib": "^2.5.0"
594
+ },
595
+ "engines": {
596
+ "node": ">=14.0.0"
597
+ }
598
+ },
599
+ "node_modules/@aws-sdk/middleware-endpoint": {
600
+ "version": "3.347.0",
601
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.347.0.tgz",
602
+ "integrity": "sha512-unF0c6dMaUL1ffU+37Ugty43DgMnzPWXr/Jup/8GbK5fzzWT5NQq6dj9KHPubMbWeEjQbmczvhv25JuJdK8gNQ==",
603
+ "dependencies": {
604
+ "@aws-sdk/middleware-serde": "3.347.0",
605
+ "@aws-sdk/types": "3.347.0",
606
+ "@aws-sdk/url-parser": "3.347.0",
607
+ "@aws-sdk/util-middleware": "3.347.0",
608
+ "tslib": "^2.5.0"
609
+ },
610
+ "engines": {
611
+ "node": ">=14.0.0"
612
+ }
613
+ },
614
+ "node_modules/@aws-sdk/middleware-host-header": {
615
+ "version": "3.347.0",
616
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.347.0.tgz",
617
+ "integrity": "sha512-kpKmR9OvMlnReqp5sKcJkozbj1wmlblbVSbnQAIkzeQj2xD5dnVR3Nn2ogQKxSmU1Fv7dEroBtrruJ1o3fY38A==",
618
+ "dependencies": {
619
+ "@aws-sdk/protocol-http": "3.347.0",
620
+ "@aws-sdk/types": "3.347.0",
621
+ "tslib": "^2.5.0"
622
+ },
623
+ "engines": {
624
+ "node": ">=14.0.0"
625
+ }
626
+ },
627
+ "node_modules/@aws-sdk/middleware-logger": {
628
+ "version": "3.347.0",
629
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.347.0.tgz",
630
+ "integrity": "sha512-NYC+Id5UCkVn+3P1t/YtmHt75uED06vwaKyxDy0UmB2K66PZLVtwWbLpVWrhbroaw1bvUHYcRyQ9NIfnVcXQjA==",
631
+ "dependencies": {
632
+ "@aws-sdk/types": "3.347.0",
633
+ "tslib": "^2.5.0"
634
+ },
635
+ "engines": {
636
+ "node": ">=14.0.0"
637
+ }
638
+ },
639
+ "node_modules/@aws-sdk/middleware-recursion-detection": {
640
+ "version": "3.347.0",
641
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.347.0.tgz",
642
+ "integrity": "sha512-qfnSvkFKCAMjMHR31NdsT0gv5Sq/ZHTUD4yQsSLpbVQ6iYAS834lrzXt41iyEHt57Y514uG7F/Xfvude3u4icQ==",
643
+ "dependencies": {
644
+ "@aws-sdk/protocol-http": "3.347.0",
645
+ "@aws-sdk/types": "3.347.0",
646
+ "tslib": "^2.5.0"
647
+ },
648
+ "engines": {
649
+ "node": ">=14.0.0"
650
+ }
651
+ },
652
+ "node_modules/@aws-sdk/middleware-retry": {
653
+ "version": "3.347.0",
654
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.347.0.tgz",
655
+ "integrity": "sha512-CpdM+8dCSbX96agy4FCzOfzDmhNnGBM/pxrgIVLm5nkYTLuXp/d7ubpFEUHULr+4hCd5wakHotMt7yO29NFaVw==",
656
+ "dependencies": {
657
+ "@aws-sdk/protocol-http": "3.347.0",
658
+ "@aws-sdk/service-error-classification": "3.347.0",
659
+ "@aws-sdk/types": "3.347.0",
660
+ "@aws-sdk/util-middleware": "3.347.0",
661
+ "@aws-sdk/util-retry": "3.347.0",
662
+ "tslib": "^2.5.0",
663
+ "uuid": "^8.3.2"
664
+ },
665
+ "engines": {
666
+ "node": ">=14.0.0"
667
+ }
668
+ },
669
+ "node_modules/@aws-sdk/middleware-sdk-sts": {
670
+ "version": "3.347.0",
671
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.347.0.tgz",
672
+ "integrity": "sha512-38LJ0bkIoVF3W97x6Jyyou72YV9Cfbml4OaDEdnrCOo0EssNZM5d7RhjMvQDwww7/3OBY/BzeOcZKfJlkYUXGw==",
673
+ "dependencies": {
674
+ "@aws-sdk/middleware-signing": "3.347.0",
675
+ "@aws-sdk/types": "3.347.0",
676
+ "tslib": "^2.5.0"
677
+ },
678
+ "engines": {
679
+ "node": ">=14.0.0"
680
+ }
681
+ },
682
+ "node_modules/@aws-sdk/middleware-serde": {
683
+ "version": "3.347.0",
684
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.347.0.tgz",
685
+ "integrity": "sha512-x5Foi7jRbVJXDu9bHfyCbhYDH5pKK+31MmsSJ3k8rY8keXLBxm2XEEg/AIoV9/TUF9EeVvZ7F1/RmMpJnWQsEg==",
686
+ "dependencies": {
687
+ "@aws-sdk/types": "3.347.0",
688
+ "tslib": "^2.5.0"
689
+ },
690
+ "engines": {
691
+ "node": ">=14.0.0"
692
+ }
693
+ },
694
+ "node_modules/@aws-sdk/middleware-signing": {
695
+ "version": "3.347.0",
696
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.347.0.tgz",
697
+ "integrity": "sha512-zVBF/4MGKnvhAE/J+oAL/VAehiyv+trs2dqSQXwHou9j8eA8Vm8HS2NdOwpkZQchIxTuwFlqSusDuPEdYFbvGw==",
698
+ "dependencies": {
699
+ "@aws-sdk/property-provider": "3.347.0",
700
+ "@aws-sdk/protocol-http": "3.347.0",
701
+ "@aws-sdk/signature-v4": "3.347.0",
702
+ "@aws-sdk/types": "3.347.0",
703
+ "@aws-sdk/util-middleware": "3.347.0",
704
+ "tslib": "^2.5.0"
705
+ },
706
+ "engines": {
707
+ "node": ">=14.0.0"
708
+ }
709
+ },
710
+ "node_modules/@aws-sdk/middleware-stack": {
711
+ "version": "3.347.0",
712
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.347.0.tgz",
713
+ "integrity": "sha512-Izidg4rqtYMcKuvn2UzgEpPLSmyd8ub9+LQ2oIzG3mpIzCBITq7wp40jN1iNkMg+X6KEnX9vdMJIYZsPYMCYuQ==",
714
+ "dependencies": {
715
+ "tslib": "^2.5.0"
716
+ },
717
+ "engines": {
718
+ "node": ">=14.0.0"
719
+ }
720
+ },
721
+ "node_modules/@aws-sdk/middleware-user-agent": {
722
+ "version": "3.352.0",
723
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.352.0.tgz",
724
+ "integrity": "sha512-QGqblMTsVDqeomy22KPm9LUW8PHZXBA2Hjk9Hcw8U1uFS8IKYJrewInG3ae2+9FAcTyug4LFWDf8CRr9YH2B3Q==",
725
+ "dependencies": {
726
+ "@aws-sdk/protocol-http": "3.347.0",
727
+ "@aws-sdk/types": "3.347.0",
728
+ "@aws-sdk/util-endpoints": "3.352.0",
729
+ "tslib": "^2.5.0"
730
+ },
731
+ "engines": {
732
+ "node": ">=14.0.0"
733
+ }
734
+ },
735
+ "node_modules/@aws-sdk/node-config-provider": {
736
+ "version": "3.347.0",
737
+ "resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.347.0.tgz",
738
+ "integrity": "sha512-faU93d3+5uTTUcotGgMXF+sJVFjrKh+ufW+CzYKT4yUHammyaIab/IbTPWy2hIolcEGtuPeVoxXw8TXbkh/tuw==",
739
+ "dependencies": {
740
+ "@aws-sdk/property-provider": "3.347.0",
741
+ "@aws-sdk/shared-ini-file-loader": "3.347.0",
742
+ "@aws-sdk/types": "3.347.0",
743
+ "tslib": "^2.5.0"
744
+ },
745
+ "engines": {
746
+ "node": ">=14.0.0"
747
+ }
748
+ },
749
+ "node_modules/@aws-sdk/node-http-handler": {
750
+ "version": "3.350.0",
751
+ "resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.350.0.tgz",
752
+ "integrity": "sha512-oD96GAlmpzYilCdC8wwyURM5lNfNHZCjm/kxBkQulHKa2kRbIrnD9GfDqdCkWA5cTpjh1NzGLT4D6e6UFDjt9w==",
753
+ "dependencies": {
754
+ "@aws-sdk/abort-controller": "3.347.0",
755
+ "@aws-sdk/protocol-http": "3.347.0",
756
+ "@aws-sdk/querystring-builder": "3.347.0",
757
+ "@aws-sdk/types": "3.347.0",
758
+ "tslib": "^2.5.0"
759
+ },
760
+ "engines": {
761
+ "node": ">=14.0.0"
762
+ }
763
+ },
764
+ "node_modules/@aws-sdk/property-provider": {
765
+ "version": "3.347.0",
766
+ "resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.347.0.tgz",
767
+ "integrity": "sha512-t3nJ8CYPLKAF2v9nIHOHOlF0CviQbTvbFc2L4a+A+EVd/rM4PzL3+3n8ZJsr0h7f6uD04+b5YRFgKgnaqLXlEg==",
768
+ "dependencies": {
769
+ "@aws-sdk/types": "3.347.0",
770
+ "tslib": "^2.5.0"
771
+ },
772
+ "engines": {
773
+ "node": ">=14.0.0"
774
+ }
775
+ },
776
+ "node_modules/@aws-sdk/protocol-http": {
777
+ "version": "3.347.0",
778
+ "resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.347.0.tgz",
779
+ "integrity": "sha512-2YdBhc02Wvy03YjhGwUxF0UQgrPWEy8Iq75pfS42N+/0B/+eWX1aQgfjFxIpLg7YSjT5eKtYOQGlYd4MFTgj9g==",
780
+ "dependencies": {
781
+ "@aws-sdk/types": "3.347.0",
782
+ "tslib": "^2.5.0"
783
+ },
784
+ "engines": {
785
+ "node": ">=14.0.0"
786
+ }
787
+ },
788
+ "node_modules/@aws-sdk/querystring-builder": {
789
+ "version": "3.347.0",
790
+ "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.347.0.tgz",
791
+ "integrity": "sha512-phtKTe6FXoV02MoPkIVV6owXI8Mwr5IBN3bPoxhcPvJG2AjEmnetSIrhb8kwc4oNhlwfZwH6Jo5ARW/VEWbZtg==",
792
+ "dependencies": {
793
+ "@aws-sdk/types": "3.347.0",
794
+ "@aws-sdk/util-uri-escape": "3.310.0",
795
+ "tslib": "^2.5.0"
796
+ },
797
+ "engines": {
798
+ "node": ">=14.0.0"
799
+ }
800
+ },
801
+ "node_modules/@aws-sdk/querystring-parser": {
802
+ "version": "3.347.0",
803
+ "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.347.0.tgz",
804
+ "integrity": "sha512-5VXOhfZz78T2W7SuXf2avfjKglx1VZgZgp9Zfhrt/Rq+MTu2D+PZc5zmJHhYigD7x83jLSLogpuInQpFMA9LgA==",
805
+ "dependencies": {
806
+ "@aws-sdk/types": "3.347.0",
807
+ "tslib": "^2.5.0"
808
+ },
809
+ "engines": {
810
+ "node": ">=14.0.0"
811
+ }
812
+ },
813
+ "node_modules/@aws-sdk/service-error-classification": {
814
+ "version": "3.347.0",
815
+ "resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.347.0.tgz",
816
+ "integrity": "sha512-xZ3MqSY81Oy2gh5g0fCtooAbahqh9VhsF8vcKjVX8+XPbGC8y+kej82+MsMg4gYL8gRFB9u4hgYbNgIS6JTAvg==",
817
+ "engines": {
818
+ "node": ">=14.0.0"
819
+ }
820
+ },
821
+ "node_modules/@aws-sdk/shared-ini-file-loader": {
822
+ "version": "3.347.0",
823
+ "resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.347.0.tgz",
824
+ "integrity": "sha512-Xw+zAZQVLb+xMNHChXQ29tzzLqm3AEHsD8JJnlkeFjeMnWQtXdUfOARl5s8NzAppcKQNlVe2gPzjaKjoy2jz1Q==",
825
+ "dependencies": {
826
+ "@aws-sdk/types": "3.347.0",
827
+ "tslib": "^2.5.0"
828
+ },
829
+ "engines": {
830
+ "node": ">=14.0.0"
831
+ }
832
+ },
833
+ "node_modules/@aws-sdk/signature-v4": {
834
+ "version": "3.347.0",
835
+ "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.347.0.tgz",
836
+ "integrity": "sha512-58Uq1do+VsTHYkP11dTK+DF53fguoNNJL9rHRWhzP+OcYv3/mBMLoS2WPz/x9FO5mBg4ESFsug0I6mXbd36tjw==",
837
+ "dependencies": {
838
+ "@aws-sdk/eventstream-codec": "3.347.0",
839
+ "@aws-sdk/is-array-buffer": "3.310.0",
840
+ "@aws-sdk/types": "3.347.0",
841
+ "@aws-sdk/util-hex-encoding": "3.310.0",
842
+ "@aws-sdk/util-middleware": "3.347.0",
843
+ "@aws-sdk/util-uri-escape": "3.310.0",
844
+ "@aws-sdk/util-utf8": "3.310.0",
845
+ "tslib": "^2.5.0"
846
+ },
847
+ "engines": {
848
+ "node": ">=14.0.0"
849
+ }
850
+ },
851
+ "node_modules/@aws-sdk/smithy-client": {
852
+ "version": "3.347.0",
853
+ "resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.347.0.tgz",
854
+ "integrity": "sha512-PaGTDsJLGK0sTjA6YdYQzILRlPRN3uVFyqeBUkfltXssvUzkm8z2t1lz2H4VyJLAhwnG5ZuZTNEV/2mcWrU7JQ==",
855
+ "dependencies": {
856
+ "@aws-sdk/middleware-stack": "3.347.0",
857
+ "@aws-sdk/types": "3.347.0",
858
+ "tslib": "^2.5.0"
859
+ },
860
+ "engines": {
861
+ "node": ">=14.0.0"
862
+ }
863
+ },
864
+ "node_modules/@aws-sdk/token-providers": {
865
+ "version": "3.352.0",
866
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.352.0.tgz",
867
+ "integrity": "sha512-cmmAgieLP/aAl9WdPiBoaC0Abd6KncSLig/ElLPoNsADR10l3QgxQcVF3YMtdX0U0d917+/SeE1PdrPD2x15cw==",
868
+ "dependencies": {
869
+ "@aws-sdk/client-sso-oidc": "3.352.0",
870
+ "@aws-sdk/property-provider": "3.347.0",
871
+ "@aws-sdk/shared-ini-file-loader": "3.347.0",
872
+ "@aws-sdk/types": "3.347.0",
873
+ "tslib": "^2.5.0"
874
+ },
875
+ "engines": {
876
+ "node": ">=14.0.0"
877
+ }
878
+ },
879
+ "node_modules/@aws-sdk/types": {
880
+ "version": "3.347.0",
881
+ "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.347.0.tgz",
882
+ "integrity": "sha512-GkCMy79mdjU9OTIe5KT58fI/6uqdf8UmMdWqVHmFJ+UpEzOci7L/uw4sOXWo7xpPzLs6cJ7s5ouGZW4GRPmHFA==",
883
+ "dependencies": {
884
+ "tslib": "^2.5.0"
885
+ },
886
+ "engines": {
887
+ "node": ">=14.0.0"
888
+ }
889
+ },
890
+ "node_modules/@aws-sdk/url-parser": {
891
+ "version": "3.347.0",
892
+ "resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.347.0.tgz",
893
+ "integrity": "sha512-lhrnVjxdV7hl+yCnJfDZOaVLSqKjxN20MIOiijRiqaWGLGEAiSqBreMhL89X1WKCifxAs4zZf9YB9SbdziRpAA==",
894
+ "dependencies": {
895
+ "@aws-sdk/querystring-parser": "3.347.0",
896
+ "@aws-sdk/types": "3.347.0",
897
+ "tslib": "^2.5.0"
898
+ }
899
+ },
900
+ "node_modules/@aws-sdk/util-base64": {
901
+ "version": "3.310.0",
902
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.310.0.tgz",
903
+ "integrity": "sha512-v3+HBKQvqgdzcbL+pFswlx5HQsd9L6ZTlyPVL2LS9nNXnCcR3XgGz9jRskikRUuUvUXtkSG1J88GAOnJ/apTPg==",
904
+ "dependencies": {
905
+ "@aws-sdk/util-buffer-from": "3.310.0",
906
+ "tslib": "^2.5.0"
907
+ },
908
+ "engines": {
909
+ "node": ">=14.0.0"
910
+ }
911
+ },
912
+ "node_modules/@aws-sdk/util-body-length-browser": {
913
+ "version": "3.310.0",
914
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.310.0.tgz",
915
+ "integrity": "sha512-sxsC3lPBGfpHtNTUoGXMQXLwjmR0zVpx0rSvzTPAuoVILVsp5AU/w5FphNPxD5OVIjNbZv9KsKTuvNTiZjDp9g==",
916
+ "dependencies": {
917
+ "tslib": "^2.5.0"
918
+ }
919
+ },
920
+ "node_modules/@aws-sdk/util-body-length-node": {
921
+ "version": "3.310.0",
922
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.310.0.tgz",
923
+ "integrity": "sha512-2tqGXdyKhyA6w4zz7UPoS8Ip+7sayOg9BwHNidiGm2ikbDxm1YrCfYXvCBdwaJxa4hJfRVz+aL9e+d3GqPI9pQ==",
924
+ "dependencies": {
925
+ "tslib": "^2.5.0"
926
+ },
927
+ "engines": {
928
+ "node": ">=14.0.0"
929
+ }
930
+ },
931
+ "node_modules/@aws-sdk/util-buffer-from": {
932
+ "version": "3.310.0",
933
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.310.0.tgz",
934
+ "integrity": "sha512-i6LVeXFtGih5Zs8enLrt+ExXY92QV25jtEnTKHsmlFqFAuL3VBeod6boeMXkN2p9lbSVVQ1sAOOYZOHYbYkntw==",
935
+ "dependencies": {
936
+ "@aws-sdk/is-array-buffer": "3.310.0",
937
+ "tslib": "^2.5.0"
938
+ },
939
+ "engines": {
940
+ "node": ">=14.0.0"
941
+ }
942
+ },
943
+ "node_modules/@aws-sdk/util-config-provider": {
944
+ "version": "3.310.0",
945
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.310.0.tgz",
946
+ "integrity": "sha512-xIBaYo8dwiojCw8vnUcIL4Z5tyfb1v3yjqyJKJWV/dqKUFOOS0U591plmXbM+M/QkXyML3ypon1f8+BoaDExrg==",
947
+ "dependencies": {
948
+ "tslib": "^2.5.0"
949
+ },
950
+ "engines": {
951
+ "node": ">=14.0.0"
952
+ }
953
+ },
954
+ "node_modules/@aws-sdk/util-defaults-mode-browser": {
955
+ "version": "3.347.0",
956
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.347.0.tgz",
957
+ "integrity": "sha512-+JHFA4reWnW/nMWwrLKqL2Lm/biw/Dzi/Ix54DAkRZ08C462jMKVnUlzAI+TfxQE3YLm99EIa0G7jiEA+p81Qw==",
958
+ "dependencies": {
959
+ "@aws-sdk/property-provider": "3.347.0",
960
+ "@aws-sdk/types": "3.347.0",
961
+ "bowser": "^2.11.0",
962
+ "tslib": "^2.5.0"
963
+ },
964
+ "engines": {
965
+ "node": ">= 10.0.0"
966
+ }
967
+ },
968
+ "node_modules/@aws-sdk/util-defaults-mode-node": {
969
+ "version": "3.347.0",
970
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.347.0.tgz",
971
+ "integrity": "sha512-A8BzIVhAAZE5WEukoAN2kYebzTc99ZgncbwOmgCCbvdaYlk5tzguR/s+uoT4G0JgQGol/4hAMuJEl7elNgU6RQ==",
972
+ "dependencies": {
973
+ "@aws-sdk/config-resolver": "3.347.0",
974
+ "@aws-sdk/credential-provider-imds": "3.347.0",
975
+ "@aws-sdk/node-config-provider": "3.347.0",
976
+ "@aws-sdk/property-provider": "3.347.0",
977
+ "@aws-sdk/types": "3.347.0",
978
+ "tslib": "^2.5.0"
979
+ },
980
+ "engines": {
981
+ "node": ">= 10.0.0"
982
+ }
983
+ },
984
+ "node_modules/@aws-sdk/util-endpoints": {
985
+ "version": "3.352.0",
986
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.352.0.tgz",
987
+ "integrity": "sha512-PjWMPdoIUWfBPgAWLyOrWFbdSS/3DJtc0OmFb/JrE8C8rKFYl+VGW5f1p0cVdRWiDR0xCGr0s67p8itAakVqjw==",
988
+ "dependencies": {
989
+ "@aws-sdk/types": "3.347.0",
990
+ "tslib": "^2.5.0"
991
+ },
992
+ "engines": {
993
+ "node": ">=14.0.0"
994
+ }
995
+ },
996
+ "node_modules/@aws-sdk/util-hex-encoding": {
997
+ "version": "3.310.0",
998
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.310.0.tgz",
999
+ "integrity": "sha512-sVN7mcCCDSJ67pI1ZMtk84SKGqyix6/0A1Ab163YKn+lFBQRMKexleZzpYzNGxYzmQS6VanP/cfU7NiLQOaSfA==",
1000
+ "dependencies": {
1001
+ "tslib": "^2.5.0"
1002
+ },
1003
+ "engines": {
1004
+ "node": ">=14.0.0"
1005
+ }
1006
+ },
1007
+ "node_modules/@aws-sdk/util-locate-window": {
1008
+ "version": "3.310.0",
1009
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.310.0.tgz",
1010
+ "integrity": "sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w==",
1011
+ "dependencies": {
1012
+ "tslib": "^2.5.0"
1013
+ },
1014
+ "engines": {
1015
+ "node": ">=14.0.0"
1016
+ }
1017
+ },
1018
+ "node_modules/@aws-sdk/util-middleware": {
1019
+ "version": "3.347.0",
1020
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.347.0.tgz",
1021
+ "integrity": "sha512-8owqUA3ePufeYTUvlzdJ7Z0miLorTwx+rNol5lourGQZ9JXsVMo23+yGA7nOlFuXSGkoKpMOtn6S0BT2bcfeiw==",
1022
+ "dependencies": {
1023
+ "tslib": "^2.5.0"
1024
+ },
1025
+ "engines": {
1026
+ "node": ">=14.0.0"
1027
+ }
1028
+ },
1029
+ "node_modules/@aws-sdk/util-retry": {
1030
+ "version": "3.347.0",
1031
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.347.0.tgz",
1032
+ "integrity": "sha512-NxnQA0/FHFxriQAeEgBonA43Q9/VPFQa8cfJDuT2A1YZruMasgjcltoZszi1dvoIRWSZsFTW42eY2gdOd0nffQ==",
1033
+ "dependencies": {
1034
+ "@aws-sdk/service-error-classification": "3.347.0",
1035
+ "tslib": "^2.5.0"
1036
+ },
1037
+ "engines": {
1038
+ "node": ">= 14.0.0"
1039
+ }
1040
+ },
1041
+ "node_modules/@aws-sdk/util-uri-escape": {
1042
+ "version": "3.310.0",
1043
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.310.0.tgz",
1044
+ "integrity": "sha512-drzt+aB2qo2LgtDoiy/3sVG8w63cgLkqFIa2NFlGpUgHFWTXkqtbgf4L5QdjRGKWhmZsnqkbtL7vkSWEcYDJ4Q==",
1045
+ "dependencies": {
1046
+ "tslib": "^2.5.0"
1047
+ },
1048
+ "engines": {
1049
+ "node": ">=14.0.0"
1050
+ }
1051
+ },
1052
+ "node_modules/@aws-sdk/util-user-agent-browser": {
1053
+ "version": "3.347.0",
1054
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.347.0.tgz",
1055
+ "integrity": "sha512-ydxtsKVtQefgbk1Dku1q7pMkjDYThauG9/8mQkZUAVik55OUZw71Zzr3XO8J8RKvQG8lmhPXuAQ0FKAyycc0RA==",
1056
+ "dependencies": {
1057
+ "@aws-sdk/types": "3.347.0",
1058
+ "bowser": "^2.11.0",
1059
+ "tslib": "^2.5.0"
1060
+ }
1061
+ },
1062
+ "node_modules/@aws-sdk/util-user-agent-node": {
1063
+ "version": "3.347.0",
1064
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.347.0.tgz",
1065
+ "integrity": "sha512-6X0b9qGsbD1s80PmbaB6v1/ZtLfSx6fjRX8caM7NN0y/ObuLoX8LhYnW6WlB2f1+xb4EjaCNgpP/zCf98MXosw==",
1066
+ "dependencies": {
1067
+ "@aws-sdk/node-config-provider": "3.347.0",
1068
+ "@aws-sdk/types": "3.347.0",
1069
+ "tslib": "^2.5.0"
1070
+ },
1071
+ "engines": {
1072
+ "node": ">=14.0.0"
1073
+ },
1074
+ "peerDependencies": {
1075
+ "aws-crt": ">=1.0.0"
1076
+ },
1077
+ "peerDependenciesMeta": {
1078
+ "aws-crt": {
1079
+ "optional": true
1080
+ }
1081
+ }
1082
+ },
1083
+ "node_modules/@aws-sdk/util-utf8": {
1084
+ "version": "3.310.0",
1085
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.310.0.tgz",
1086
+ "integrity": "sha512-DnLfFT8uCO22uOJc0pt0DsSNau1GTisngBCDw8jQuWT5CqogMJu4b/uXmwEqfj8B3GX6Xsz8zOd6JpRlPftQoA==",
1087
+ "dependencies": {
1088
+ "@aws-sdk/util-buffer-from": "3.310.0",
1089
+ "tslib": "^2.5.0"
1090
+ },
1091
+ "engines": {
1092
+ "node": ">=14.0.0"
1093
+ }
1094
+ },
1095
+ "node_modules/@aws-sdk/util-utf8-browser": {
1096
+ "version": "3.259.0",
1097
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
1098
+ "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
1099
+ "dependencies": {
1100
+ "tslib": "^2.3.1"
1101
+ }
1102
+ },
1103
+ "node_modules/@aws-sdk/util-waiter": {
1104
+ "version": "3.347.0",
1105
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.347.0.tgz",
1106
+ "integrity": "sha512-3ze/0PkwkzUzLncukx93tZgGL0JX9NaP8DxTi6WzflnL/TEul5Z63PCruRNK0om17iZYAWKrf8q2mFoHYb4grA==",
1107
+ "dependencies": {
1108
+ "@aws-sdk/abort-controller": "3.347.0",
1109
+ "@aws-sdk/types": "3.347.0",
1110
+ "tslib": "^2.5.0"
1111
+ },
1112
+ "engines": {
1113
+ "node": ">=14.0.0"
1114
+ }
1115
+ },
1116
+ "node_modules/@smithy/protocol-http": {
1117
+ "version": "1.2.0",
1118
+ "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-1.2.0.tgz",
1119
+ "integrity": "sha512-GfGfruksi3nXdFok5RhgtOnWe5f6BndzYfmEXISD+5gAGdayFGpjWu5pIqIweTudMtse20bGbc+7MFZXT1Tb8Q==",
1120
+ "dependencies": {
1121
+ "@smithy/types": "^1.2.0",
1122
+ "tslib": "^2.5.0"
1123
+ },
1124
+ "engines": {
1125
+ "node": ">=14.0.0"
1126
+ }
1127
+ },
1128
+ "node_modules/@smithy/types": {
1129
+ "version": "1.2.0",
1130
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.2.0.tgz",
1131
+ "integrity": "sha512-z1r00TvBqF3dh4aHhya7nz1HhvCg4TRmw51fjMrh5do3h+ngSstt/yKlNbHeb9QxJmFbmN8KEVSWgb1bRvfEoA==",
1132
+ "dependencies": {
1133
+ "tslib": "^2.5.0"
1134
+ },
1135
+ "engines": {
1136
+ "node": ">=14.0.0"
1137
+ }
1138
+ },
1139
+ "node_modules/@types/node": {
1140
+ "version": "20.5.9",
1141
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz",
1142
+ "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==",
1143
+ "dev": true
1144
+ },
1145
+ "node_modules/ansi-regex": {
1146
+ "version": "5.0.1",
1147
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1148
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1149
+ "dev": true,
1150
+ "engines": {
1151
+ "node": ">=8"
1152
+ }
1153
+ },
1154
+ "node_modules/ansi-styles": {
1155
+ "version": "4.3.0",
1156
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1157
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1158
+ "dev": true,
1159
+ "dependencies": {
1160
+ "color-convert": "^2.0.1"
1161
+ },
1162
+ "engines": {
1163
+ "node": ">=8"
1164
+ },
1165
+ "funding": {
1166
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1167
+ }
1168
+ },
1169
+ "node_modules/archiver": {
1170
+ "version": "5.3.2",
1171
+ "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.2.tgz",
1172
+ "integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==",
1173
+ "dev": true,
1174
+ "dependencies": {
1175
+ "archiver-utils": "^2.1.0",
1176
+ "async": "^3.2.4",
1177
+ "buffer-crc32": "^0.2.1",
1178
+ "readable-stream": "^3.6.0",
1179
+ "readdir-glob": "^1.1.2",
1180
+ "tar-stream": "^2.2.0",
1181
+ "zip-stream": "^4.1.0"
1182
+ },
1183
+ "engines": {
1184
+ "node": ">= 10"
1185
+ }
1186
+ },
1187
+ "node_modules/archiver-utils": {
1188
+ "version": "2.1.0",
1189
+ "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz",
1190
+ "integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
1191
+ "dev": true,
1192
+ "dependencies": {
1193
+ "glob": "^7.1.4",
1194
+ "graceful-fs": "^4.2.0",
1195
+ "lazystream": "^1.0.0",
1196
+ "lodash.defaults": "^4.2.0",
1197
+ "lodash.difference": "^4.5.0",
1198
+ "lodash.flatten": "^4.4.0",
1199
+ "lodash.isplainobject": "^4.0.6",
1200
+ "lodash.union": "^4.6.0",
1201
+ "normalize-path": "^3.0.0",
1202
+ "readable-stream": "^2.0.0"
1203
+ },
1204
+ "engines": {
1205
+ "node": ">= 6"
1206
+ }
1207
+ },
1208
+ "node_modules/archiver-utils/node_modules/readable-stream": {
1209
+ "version": "2.3.8",
1210
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
1211
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
1212
+ "dev": true,
1213
+ "dependencies": {
1214
+ "core-util-is": "~1.0.0",
1215
+ "inherits": "~2.0.3",
1216
+ "isarray": "~1.0.0",
1217
+ "process-nextick-args": "~2.0.0",
1218
+ "safe-buffer": "~5.1.1",
1219
+ "string_decoder": "~1.1.1",
1220
+ "util-deprecate": "~1.0.1"
1221
+ }
1222
+ },
1223
+ "node_modules/archiver-utils/node_modules/safe-buffer": {
1224
+ "version": "5.1.2",
1225
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
1226
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
1227
+ "dev": true
1228
+ },
1229
+ "node_modules/archiver-utils/node_modules/string_decoder": {
1230
+ "version": "1.1.1",
1231
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
1232
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
1233
+ "dev": true,
1234
+ "dependencies": {
1235
+ "safe-buffer": "~5.1.0"
1236
+ }
1237
+ },
1238
+ "node_modules/async": {
1239
+ "version": "3.2.4",
1240
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
1241
+ "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==",
1242
+ "dev": true
1243
+ },
1244
+ "node_modules/balanced-match": {
1245
+ "version": "1.0.2",
1246
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1247
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1248
+ "dev": true
1249
+ },
1250
+ "node_modules/base64-js": {
1251
+ "version": "1.5.1",
1252
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
1253
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
1254
+ "dev": true,
1255
+ "funding": [
1256
+ {
1257
+ "type": "github",
1258
+ "url": "https://github.com/sponsors/feross"
1259
+ },
1260
+ {
1261
+ "type": "patreon",
1262
+ "url": "https://www.patreon.com/feross"
1263
+ },
1264
+ {
1265
+ "type": "consulting",
1266
+ "url": "https://feross.org/support"
1267
+ }
1268
+ ]
1269
+ },
1270
+ "node_modules/bestzip": {
1271
+ "version": "2.2.1",
1272
+ "resolved": "https://registry.npmjs.org/bestzip/-/bestzip-2.2.1.tgz",
1273
+ "integrity": "sha512-XdAb87RXqOqF7C6UgQG9IqpEHJvS6IOUo0bXWEAebjSSdhDjsbcqFKdHpn5Q7QHz2pGr3Zmw4wgG3LlzdyDz7w==",
1274
+ "dev": true,
1275
+ "dependencies": {
1276
+ "archiver": "^5.3.0",
1277
+ "async": "^3.2.0",
1278
+ "glob": "^7.1.6",
1279
+ "which": "^2.0.2",
1280
+ "yargs": "^16.2.0"
1281
+ },
1282
+ "bin": {
1283
+ "bestzip": "bin/cli.js"
1284
+ },
1285
+ "engines": {
1286
+ "node": ">=10"
1287
+ }
1288
+ },
1289
+ "node_modules/bl": {
1290
+ "version": "4.1.0",
1291
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
1292
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
1293
+ "dev": true,
1294
+ "dependencies": {
1295
+ "buffer": "^5.5.0",
1296
+ "inherits": "^2.0.4",
1297
+ "readable-stream": "^3.4.0"
1298
+ }
1299
+ },
1300
+ "node_modules/bowser": {
1301
+ "version": "2.11.0",
1302
+ "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
1303
+ "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA=="
1304
+ },
1305
+ "node_modules/brace-expansion": {
1306
+ "version": "1.1.11",
1307
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
1308
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
1309
+ "dev": true,
1310
+ "dependencies": {
1311
+ "balanced-match": "^1.0.0",
1312
+ "concat-map": "0.0.1"
1313
+ }
1314
+ },
1315
+ "node_modules/buffer": {
1316
+ "version": "5.7.1",
1317
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
1318
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
1319
+ "dev": true,
1320
+ "funding": [
1321
+ {
1322
+ "type": "github",
1323
+ "url": "https://github.com/sponsors/feross"
1324
+ },
1325
+ {
1326
+ "type": "patreon",
1327
+ "url": "https://www.patreon.com/feross"
1328
+ },
1329
+ {
1330
+ "type": "consulting",
1331
+ "url": "https://feross.org/support"
1332
+ }
1333
+ ],
1334
+ "dependencies": {
1335
+ "base64-js": "^1.3.1",
1336
+ "ieee754": "^1.1.13"
1337
+ }
1338
+ },
1339
+ "node_modules/buffer-crc32": {
1340
+ "version": "0.2.13",
1341
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
1342
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
1343
+ "dev": true,
1344
+ "engines": {
1345
+ "node": "*"
1346
+ }
1347
+ },
1348
+ "node_modules/cliui": {
1349
+ "version": "7.0.4",
1350
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
1351
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
1352
+ "dev": true,
1353
+ "dependencies": {
1354
+ "string-width": "^4.2.0",
1355
+ "strip-ansi": "^6.0.0",
1356
+ "wrap-ansi": "^7.0.0"
1357
+ }
1358
+ },
1359
+ "node_modules/color-convert": {
1360
+ "version": "2.0.1",
1361
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1362
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1363
+ "dev": true,
1364
+ "dependencies": {
1365
+ "color-name": "~1.1.4"
1366
+ },
1367
+ "engines": {
1368
+ "node": ">=7.0.0"
1369
+ }
1370
+ },
1371
+ "node_modules/color-name": {
1372
+ "version": "1.1.4",
1373
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1374
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1375
+ "dev": true
1376
+ },
1377
+ "node_modules/compress-commons": {
1378
+ "version": "4.1.2",
1379
+ "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz",
1380
+ "integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
1381
+ "dev": true,
1382
+ "dependencies": {
1383
+ "buffer-crc32": "^0.2.13",
1384
+ "crc32-stream": "^4.0.2",
1385
+ "normalize-path": "^3.0.0",
1386
+ "readable-stream": "^3.6.0"
1387
+ },
1388
+ "engines": {
1389
+ "node": ">= 10"
1390
+ }
1391
+ },
1392
+ "node_modules/concat-map": {
1393
+ "version": "0.0.1",
1394
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
1395
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
1396
+ "dev": true
1397
+ },
1398
+ "node_modules/core-util-is": {
1399
+ "version": "1.0.3",
1400
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
1401
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
1402
+ "dev": true
1403
+ },
1404
+ "node_modules/crc-32": {
1405
+ "version": "1.2.2",
1406
+ "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
1407
+ "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
1408
+ "dev": true,
1409
+ "bin": {
1410
+ "crc32": "bin/crc32.njs"
1411
+ },
1412
+ "engines": {
1413
+ "node": ">=0.8"
1414
+ }
1415
+ },
1416
+ "node_modules/crc32-stream": {
1417
+ "version": "4.0.3",
1418
+ "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz",
1419
+ "integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
1420
+ "dev": true,
1421
+ "dependencies": {
1422
+ "crc-32": "^1.2.0",
1423
+ "readable-stream": "^3.4.0"
1424
+ },
1425
+ "engines": {
1426
+ "node": ">= 10"
1427
+ }
1428
+ },
1429
+ "node_modules/emoji-regex": {
1430
+ "version": "8.0.0",
1431
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1432
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1433
+ "dev": true
1434
+ },
1435
+ "node_modules/end-of-stream": {
1436
+ "version": "1.4.4",
1437
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
1438
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
1439
+ "dev": true,
1440
+ "dependencies": {
1441
+ "once": "^1.4.0"
1442
+ }
1443
+ },
1444
+ "node_modules/escalade": {
1445
+ "version": "3.1.1",
1446
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
1447
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
1448
+ "dev": true,
1449
+ "engines": {
1450
+ "node": ">=6"
1451
+ }
1452
+ },
1453
+ "node_modules/fast-xml-parser": {
1454
+ "version": "4.2.4",
1455
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz",
1456
+ "integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==",
1457
+ "funding": [
1458
+ {
1459
+ "type": "paypal",
1460
+ "url": "https://paypal.me/naturalintelligence"
1461
+ },
1462
+ {
1463
+ "type": "github",
1464
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1465
+ }
1466
+ ],
1467
+ "dependencies": {
1468
+ "strnum": "^1.0.5"
1469
+ },
1470
+ "bin": {
1471
+ "fxparser": "src/cli/cli.js"
1472
+ }
1473
+ },
1474
+ "node_modules/fs-constants": {
1475
+ "version": "1.0.0",
1476
+ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
1477
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
1478
+ "dev": true
1479
+ },
1480
+ "node_modules/fs.realpath": {
1481
+ "version": "1.0.0",
1482
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
1483
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
1484
+ "dev": true
1485
+ },
1486
+ "node_modules/get-caller-file": {
1487
+ "version": "2.0.5",
1488
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
1489
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
1490
+ "dev": true,
1491
+ "engines": {
1492
+ "node": "6.* || 8.* || >= 10.*"
1493
+ }
1494
+ },
1495
+ "node_modules/glob": {
1496
+ "version": "7.2.3",
1497
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
1498
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
1499
+ "dev": true,
1500
+ "dependencies": {
1501
+ "fs.realpath": "^1.0.0",
1502
+ "inflight": "^1.0.4",
1503
+ "inherits": "2",
1504
+ "minimatch": "^3.1.1",
1505
+ "once": "^1.3.0",
1506
+ "path-is-absolute": "^1.0.0"
1507
+ },
1508
+ "engines": {
1509
+ "node": "*"
1510
+ },
1511
+ "funding": {
1512
+ "url": "https://github.com/sponsors/isaacs"
1513
+ }
1514
+ },
1515
+ "node_modules/graceful-fs": {
1516
+ "version": "4.2.11",
1517
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1518
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1519
+ "dev": true
1520
+ },
1521
+ "node_modules/ieee754": {
1522
+ "version": "1.2.1",
1523
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1524
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
1525
+ "dev": true,
1526
+ "funding": [
1527
+ {
1528
+ "type": "github",
1529
+ "url": "https://github.com/sponsors/feross"
1530
+ },
1531
+ {
1532
+ "type": "patreon",
1533
+ "url": "https://www.patreon.com/feross"
1534
+ },
1535
+ {
1536
+ "type": "consulting",
1537
+ "url": "https://feross.org/support"
1538
+ }
1539
+ ]
1540
+ },
1541
+ "node_modules/inflight": {
1542
+ "version": "1.0.6",
1543
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
1544
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
1545
+ "dev": true,
1546
+ "dependencies": {
1547
+ "once": "^1.3.0",
1548
+ "wrappy": "1"
1549
+ }
1550
+ },
1551
+ "node_modules/inherits": {
1552
+ "version": "2.0.4",
1553
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1554
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1555
+ "dev": true
1556
+ },
1557
+ "node_modules/is-fullwidth-code-point": {
1558
+ "version": "3.0.0",
1559
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1560
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1561
+ "dev": true,
1562
+ "engines": {
1563
+ "node": ">=8"
1564
+ }
1565
+ },
1566
+ "node_modules/isarray": {
1567
+ "version": "1.0.0",
1568
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
1569
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
1570
+ "dev": true
1571
+ },
1572
+ "node_modules/isexe": {
1573
+ "version": "2.0.0",
1574
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1575
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1576
+ "dev": true
1577
+ },
1578
+ "node_modules/lazystream": {
1579
+ "version": "1.0.1",
1580
+ "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
1581
+ "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
1582
+ "dev": true,
1583
+ "dependencies": {
1584
+ "readable-stream": "^2.0.5"
1585
+ },
1586
+ "engines": {
1587
+ "node": ">= 0.6.3"
1588
+ }
1589
+ },
1590
+ "node_modules/lazystream/node_modules/readable-stream": {
1591
+ "version": "2.3.8",
1592
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
1593
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
1594
+ "dev": true,
1595
+ "dependencies": {
1596
+ "core-util-is": "~1.0.0",
1597
+ "inherits": "~2.0.3",
1598
+ "isarray": "~1.0.0",
1599
+ "process-nextick-args": "~2.0.0",
1600
+ "safe-buffer": "~5.1.1",
1601
+ "string_decoder": "~1.1.1",
1602
+ "util-deprecate": "~1.0.1"
1603
+ }
1604
+ },
1605
+ "node_modules/lazystream/node_modules/safe-buffer": {
1606
+ "version": "5.1.2",
1607
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
1608
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
1609
+ "dev": true
1610
+ },
1611
+ "node_modules/lazystream/node_modules/string_decoder": {
1612
+ "version": "1.1.1",
1613
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
1614
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
1615
+ "dev": true,
1616
+ "dependencies": {
1617
+ "safe-buffer": "~5.1.0"
1618
+ }
1619
+ },
1620
+ "node_modules/lodash.defaults": {
1621
+ "version": "4.2.0",
1622
+ "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
1623
+ "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
1624
+ "dev": true
1625
+ },
1626
+ "node_modules/lodash.difference": {
1627
+ "version": "4.5.0",
1628
+ "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
1629
+ "integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==",
1630
+ "dev": true
1631
+ },
1632
+ "node_modules/lodash.flatten": {
1633
+ "version": "4.4.0",
1634
+ "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
1635
+ "integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==",
1636
+ "dev": true
1637
+ },
1638
+ "node_modules/lodash.isplainobject": {
1639
+ "version": "4.0.6",
1640
+ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
1641
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
1642
+ "dev": true
1643
+ },
1644
+ "node_modules/lodash.union": {
1645
+ "version": "4.6.0",
1646
+ "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz",
1647
+ "integrity": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==",
1648
+ "dev": true
1649
+ },
1650
+ "node_modules/minimatch": {
1651
+ "version": "3.1.2",
1652
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
1653
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
1654
+ "dev": true,
1655
+ "dependencies": {
1656
+ "brace-expansion": "^1.1.7"
1657
+ },
1658
+ "engines": {
1659
+ "node": "*"
1660
+ }
1661
+ },
1662
+ "node_modules/normalize-path": {
1663
+ "version": "3.0.0",
1664
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
1665
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
1666
+ "dev": true,
1667
+ "engines": {
1668
+ "node": ">=0.10.0"
1669
+ }
1670
+ },
1671
+ "node_modules/once": {
1672
+ "version": "1.4.0",
1673
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1674
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1675
+ "dev": true,
1676
+ "dependencies": {
1677
+ "wrappy": "1"
1678
+ }
1679
+ },
1680
+ "node_modules/path-is-absolute": {
1681
+ "version": "1.0.1",
1682
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1683
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
1684
+ "dev": true,
1685
+ "engines": {
1686
+ "node": ">=0.10.0"
1687
+ }
1688
+ },
1689
+ "node_modules/process-nextick-args": {
1690
+ "version": "2.0.1",
1691
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
1692
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
1693
+ "dev": true
1694
+ },
1695
+ "node_modules/readable-stream": {
1696
+ "version": "3.6.2",
1697
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
1698
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
1699
+ "dev": true,
1700
+ "dependencies": {
1701
+ "inherits": "^2.0.3",
1702
+ "string_decoder": "^1.1.1",
1703
+ "util-deprecate": "^1.0.1"
1704
+ },
1705
+ "engines": {
1706
+ "node": ">= 6"
1707
+ }
1708
+ },
1709
+ "node_modules/readdir-glob": {
1710
+ "version": "1.1.3",
1711
+ "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
1712
+ "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
1713
+ "dev": true,
1714
+ "dependencies": {
1715
+ "minimatch": "^5.1.0"
1716
+ }
1717
+ },
1718
+ "node_modules/readdir-glob/node_modules/brace-expansion": {
1719
+ "version": "2.0.1",
1720
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
1721
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
1722
+ "dev": true,
1723
+ "dependencies": {
1724
+ "balanced-match": "^1.0.0"
1725
+ }
1726
+ },
1727
+ "node_modules/readdir-glob/node_modules/minimatch": {
1728
+ "version": "5.1.6",
1729
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
1730
+ "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
1731
+ "dev": true,
1732
+ "dependencies": {
1733
+ "brace-expansion": "^2.0.1"
1734
+ },
1735
+ "engines": {
1736
+ "node": ">=10"
1737
+ }
1738
+ },
1739
+ "node_modules/require-directory": {
1740
+ "version": "2.1.1",
1741
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
1742
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
1743
+ "dev": true,
1744
+ "engines": {
1745
+ "node": ">=0.10.0"
1746
+ }
1747
+ },
1748
+ "node_modules/safe-buffer": {
1749
+ "version": "5.2.1",
1750
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1751
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1752
+ "dev": true,
1753
+ "funding": [
1754
+ {
1755
+ "type": "github",
1756
+ "url": "https://github.com/sponsors/feross"
1757
+ },
1758
+ {
1759
+ "type": "patreon",
1760
+ "url": "https://www.patreon.com/feross"
1761
+ },
1762
+ {
1763
+ "type": "consulting",
1764
+ "url": "https://feross.org/support"
1765
+ }
1766
+ ]
1767
+ },
1768
+ "node_modules/string_decoder": {
1769
+ "version": "1.3.0",
1770
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
1771
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
1772
+ "dev": true,
1773
+ "dependencies": {
1774
+ "safe-buffer": "~5.2.0"
1775
+ }
1776
+ },
1777
+ "node_modules/string-width": {
1778
+ "version": "4.2.3",
1779
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1780
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1781
+ "dev": true,
1782
+ "dependencies": {
1783
+ "emoji-regex": "^8.0.0",
1784
+ "is-fullwidth-code-point": "^3.0.0",
1785
+ "strip-ansi": "^6.0.1"
1786
+ },
1787
+ "engines": {
1788
+ "node": ">=8"
1789
+ }
1790
+ },
1791
+ "node_modules/strip-ansi": {
1792
+ "version": "6.0.1",
1793
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1794
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1795
+ "dev": true,
1796
+ "dependencies": {
1797
+ "ansi-regex": "^5.0.1"
1798
+ },
1799
+ "engines": {
1800
+ "node": ">=8"
1801
+ }
1802
+ },
1803
+ "node_modules/strnum": {
1804
+ "version": "1.0.5",
1805
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1806
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
1807
+ },
1808
+ "node_modules/tar-stream": {
1809
+ "version": "2.2.0",
1810
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
1811
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
1812
+ "dev": true,
1813
+ "dependencies": {
1814
+ "bl": "^4.0.3",
1815
+ "end-of-stream": "^1.4.1",
1816
+ "fs-constants": "^1.0.0",
1817
+ "inherits": "^2.0.3",
1818
+ "readable-stream": "^3.1.1"
1819
+ },
1820
+ "engines": {
1821
+ "node": ">=6"
1822
+ }
1823
+ },
1824
+ "node_modules/tslib": {
1825
+ "version": "2.6.2",
1826
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
1827
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
1828
+ },
1829
+ "node_modules/typescript": {
1830
+ "version": "5.1.3",
1831
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
1832
+ "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
1833
+ "bin": {
1834
+ "tsc": "bin/tsc",
1835
+ "tsserver": "bin/tsserver"
1836
+ },
1837
+ "engines": {
1838
+ "node": ">=14.17"
1839
+ }
1840
+ },
1841
+ "node_modules/util-deprecate": {
1842
+ "version": "1.0.2",
1843
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
1844
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
1845
+ "dev": true
1846
+ },
1847
+ "node_modules/uuid": {
1848
+ "version": "8.3.2",
1849
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
1850
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
1851
+ "bin": {
1852
+ "uuid": "dist/bin/uuid"
1853
+ }
1854
+ },
1855
+ "node_modules/which": {
1856
+ "version": "2.0.2",
1857
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1858
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1859
+ "dev": true,
1860
+ "dependencies": {
1861
+ "isexe": "^2.0.0"
1862
+ },
1863
+ "bin": {
1864
+ "node-which": "bin/node-which"
1865
+ },
1866
+ "engines": {
1867
+ "node": ">= 8"
1868
+ }
1869
+ },
1870
+ "node_modules/wrap-ansi": {
1871
+ "version": "7.0.0",
1872
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
1873
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1874
+ "dev": true,
1875
+ "dependencies": {
1876
+ "ansi-styles": "^4.0.0",
1877
+ "string-width": "^4.1.0",
1878
+ "strip-ansi": "^6.0.0"
1879
+ },
1880
+ "engines": {
1881
+ "node": ">=10"
1882
+ },
1883
+ "funding": {
1884
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1885
+ }
1886
+ },
1887
+ "node_modules/wrappy": {
1888
+ "version": "1.0.2",
1889
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
1890
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
1891
+ "dev": true
1892
+ },
1893
+ "node_modules/y18n": {
1894
+ "version": "5.0.8",
1895
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
1896
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
1897
+ "dev": true,
1898
+ "engines": {
1899
+ "node": ">=10"
1900
+ }
1901
+ },
1902
+ "node_modules/yargs": {
1903
+ "version": "16.2.0",
1904
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
1905
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
1906
+ "dev": true,
1907
+ "dependencies": {
1908
+ "cliui": "^7.0.2",
1909
+ "escalade": "^3.1.1",
1910
+ "get-caller-file": "^2.0.5",
1911
+ "require-directory": "^2.1.1",
1912
+ "string-width": "^4.2.0",
1913
+ "y18n": "^5.0.5",
1914
+ "yargs-parser": "^20.2.2"
1915
+ },
1916
+ "engines": {
1917
+ "node": ">=10"
1918
+ }
1919
+ },
1920
+ "node_modules/yargs-parser": {
1921
+ "version": "20.2.9",
1922
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
1923
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
1924
+ "dev": true,
1925
+ "engines": {
1926
+ "node": ">=10"
1927
+ }
1928
+ },
1929
+ "node_modules/zip-stream": {
1930
+ "version": "4.1.1",
1931
+ "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz",
1932
+ "integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
1933
+ "dev": true,
1934
+ "dependencies": {
1935
+ "archiver-utils": "^3.0.4",
1936
+ "compress-commons": "^4.1.2",
1937
+ "readable-stream": "^3.6.0"
1938
+ },
1939
+ "engines": {
1940
+ "node": ">= 10"
1941
+ }
1942
+ },
1943
+ "node_modules/zip-stream/node_modules/archiver-utils": {
1944
+ "version": "3.0.4",
1945
+ "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz",
1946
+ "integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==",
1947
+ "dev": true,
1948
+ "dependencies": {
1949
+ "glob": "^7.2.3",
1950
+ "graceful-fs": "^4.2.0",
1951
+ "lazystream": "^1.0.0",
1952
+ "lodash.defaults": "^4.2.0",
1953
+ "lodash.difference": "^4.5.0",
1954
+ "lodash.flatten": "^4.4.0",
1955
+ "lodash.isplainobject": "^4.0.6",
1956
+ "lodash.union": "^4.6.0",
1957
+ "normalize-path": "^3.0.0",
1958
+ "readable-stream": "^3.6.0"
1959
+ },
1960
+ "engines": {
1961
+ "node": ">= 10"
1962
+ }
1963
+ }
1964
+ }
1965
+ }