@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,1880 @@
1
+ {
2
+ "ALL_COMPILER_OPTIONS_6917": "所有编译器选项",
3
+ "A_0_modifier_cannot_be_used_with_an_import_declaration_1079": "“{0}”修饰符不能与导入声明一起使用。",
4
+ "A_0_parameter_must_be_the_first_parameter_2680": "“{0}”参数必须是第一个参数。",
5
+ "A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags_8033": "JSDoc \"@typedef\" 注释不能包含多个 \"@type\" 标记。",
6
+ "A_bigint_literal_cannot_use_exponential_notation_1352": "BigInt 字面量中不能使用指数符号。",
7
+ "A_bigint_literal_must_be_an_integer_1353": "BigInt 字面量必须是整数。",
8
+ "A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature_2463": "绑定模式参数在实现签名中不能为可选参数。",
9
+ "A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement_1105": "\"break\" 语句只能在封闭迭代或 switch 语句内使用。",
10
+ "A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement_1116": "\"break\" 语句只能跳转到封闭语句的标签。",
11
+ "A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments_2500": "类只能实现具有可选类型参数的标识符/限定名称。",
12
+ "A_class_can_only_implement_an_object_type_or_intersection_of_object_types_with_statically_known_memb_2422": "类只能实现具有静态已知成员的对象类型或对象类型的交集。",
13
+ "A_class_declaration_without_the_default_modifier_must_have_a_name_1211": "不带 \"default\" 修饰符的类声明必须具有名称。",
14
+ "A_class_member_cannot_have_the_0_keyword_1248": "类成员不可具有“{0}”关键字。",
15
+ "A_comma_expression_is_not_allowed_in_a_computed_property_name_1171": "计算属性名中不允许逗号表达式。",
16
+ "A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type_2467": "计算属性名无法从其包含的类型引用类型参数。",
17
+ "A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_1166": "类属性声明中的计算属性名称必须具有简单文本类型或“唯一符号”类型。",
18
+ "A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_ty_1168": "方法重载中的计算属性名称必须引用文本类型或 \"unique symbol\" 类型的表达式。",
19
+ "A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type__1170": "类型文本中的计算属性名称必须引用类型为文本类型或 \"unique symbol\" 类型的表达式。",
20
+ "A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "环境上下文中的计算属性名称必须引用类型为文本类型或 \"unique symbol\" 类型的表达式。",
21
+ "A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "接口中的计算属性名称必须引用必须引用类型为文本类型或 \"unique symbol\" 的表达式。",
22
+ "A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "计算属性名的类型必须为 \"string\"、\"number\"、\"symbol\" 或 \"any\"。",
23
+ "A_const_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array__1355": "'const' 断言只能作用于枚举成员、字符串、数字、布尔值、数组或对象字面量。",
24
+ "A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "只有使用字符串文本才能访问常数枚举成员。",
25
+ "A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "环境上下文中的 \"const\" 初始化表达式必须为字符串、数字文本或文本枚举引用。",
26
+ "A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "当构造函数的类扩展 \"null\" 时,它不能包含 \"super\" 调用。",
27
+ "A_constructor_cannot_have_a_this_parameter_2681": "构造函数不可具有 \"this\" 参数。",
28
+ "A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement_1104": "\"continue\" 语句只能在封闭迭代语句内使用。",
29
+ "A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement_1115": "\"continue\" 语句只能跳转到封闭迭代语句的标签。",
30
+ "A_declare_modifier_cannot_be_used_in_an_already_ambient_context_1038": "不能在已有的环境上下文中使用 \"declare\" 修饰符。",
31
+ "A_decorator_can_only_decorate_a_method_implementation_not_an_overload_1249": "修饰器仅可修饰方法实现,而不可修饰重载。",
32
+ "A_default_clause_cannot_appear_more_than_once_in_a_switch_statement_1113": "\"default\" 子句在 \"switch\" 语句中只能出现一次。",
33
+ "A_default_export_can_only_be_used_in_an_ECMAScript_style_module_1319": "默认导出只能在 ECMAScript-style 模块中使用。",
34
+ "A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration_1258": "默认导出必须位于文件或模块声明的顶层。",
35
+ "A_definite_assignment_assertion_is_not_permitted_in_this_context_1255": "此上下文中不允许明确的赋值断言 \"!\"。",
36
+ "A_destructuring_declaration_must_have_an_initializer_1182": "析构声明必须具有初始化表达式。",
37
+ "A_dynamic_import_call_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declarat_2712": "ES5/ES3 中的动态导入调用需要 “Promise” 构造函数。请确保对 “Promise” 构造函数进行了声明或在 “--lib” 选项中包含了 “ES2015”。",
38
+ "A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES20_2711": "动态导入调用返回 “Promise”。请确保具有对 “Promise” 的声明或在 “--lib” 选项中包含了 “ES2015”。",
39
+ "A_file_cannot_have_a_reference_to_itself_1006": "文件不能引用自身。",
40
+ "A_function_returning_never_cannot_have_a_reachable_end_point_2534": "返回“从不”的函数不能具有可访问的终结点。",
41
+ "A_function_that_is_called_with_the_new_keyword_cannot_have_a_this_type_that_is_void_2679": "使用 'new' 关键字调用的函数的 'this' 类型不能为 'void'。",
42
+ "A_function_whose_declared_type_is_neither_void_nor_any_must_return_a_value_2355": "其声明类型不为 \"void\" 或 \"any\" 的函数必须返回值。",
43
+ "A_generator_cannot_have_a_void_type_annotation_2505": "生成器不能具有 \"void\" 类型批注。",
44
+ "A_get_accessor_cannot_have_parameters_1054": "\"get\" 访问器不能具有参数。",
45
+ "A_get_accessor_must_be_at_least_as_accessible_as_the_setter_2808": "Get 访问器必须至少具有与 Setter 相同的可访问性",
46
+ "A_get_accessor_must_return_a_value_2378": "\"get\" 访问器必须返回值。",
47
+ "A_label_is_not_allowed_here_1344": "此处不允许使用 'A 标签。",
48
+ "A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086": "标记的元组元素被声明为可选,并且问号位于名称之后、冒号之前,而不是位于类型之后。",
49
+ "A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087": "标记的元组元素通过在名称之前(而不是类型之前)的 “...” 声明为 rest。",
50
+ "A_mapped_type_may_not_declare_properties_or_methods_7061": "映射的类型可能不声明属性或方法。",
51
+ "A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651": "枚举声明中的成员初始化表达式不能引用在其后声明的成员(包括在其他枚举中定义的成员)。",
52
+ "A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any_2545": "mixin 类必须具有单个 rest 参数为类型 \"any[]\" 的构造函数。",
53
+ "A_mixin_class_that_extends_from_a_type_variable_containing_an_abstract_construct_signature_must_also_2797": "从包含抽象构造签名的类型变量扩展的 mixin 类也必须声明为 \"abstract\"。",
54
+ "A_module_cannot_have_multiple_default_exports_2528": "一个模块不能具有多个默认导出。",
55
+ "A_namespace_declaration_cannot_be_in_a_different_file_from_a_class_or_function_with_which_it_is_merg_2433": "命名空间声明必须位于与之合并的类或函数所在的相同文件内。",
56
+ "A_namespace_declaration_cannot_be_located_prior_to_a_class_or_function_with_which_it_is_merged_2434": "命名空间声明不能位于与之合并的类或函数前",
57
+ "A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235": "命名空间声明只允许位于命名空间或模块的顶层。",
58
+ "A_non_dry_build_would_build_project_0_6357": "非 -dry 生成将生成项目“{0}”",
59
+ "A_non_dry_build_would_delete_the_following_files_Colon_0_6356": "非 -dry 生成将删除以下文件: {0}",
60
+ "A_non_dry_build_would_update_output_of_project_0_6375": "非 dry 生成将更新项目 '{0}' 的输出",
61
+ "A_non_dry_build_would_update_timestamps_for_output_of_project_0_6374": "非 dry 生成将更新项目 '{0}' 的输出的时间戳",
62
+ "A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation_2371": "只允许在函数或构造函数实现中使用参数初始化表达式。",
63
+ "A_parameter_property_cannot_be_declared_using_a_rest_parameter_1317": "不能使用 rest 参数声明参数属性。",
64
+ "A_parameter_property_is_only_allowed_in_a_constructor_implementation_2369": "只允许在构造函数实现中使用参数属性。",
65
+ "A_parameter_property_may_not_be_declared_using_a_binding_pattern_1187": "不能使用绑定模式声明参数属性。",
66
+ "A_promise_must_have_a_then_method_1059": "'Promise' 必须具有 'then' 方法。",
67
+ "A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly_1331": "类型为 \"unique symbol\" 的类的属性必须同时为 \"static\" 和 \"readonly\"。",
68
+ "A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly_1330": "类型为 \"unique symbol\" 的接口或类型文本的属性必须为 \"readonly\"。",
69
+ "A_required_element_cannot_follow_an_optional_element_1257": "必选元素不能位于可选元素后。",
70
+ "A_required_parameter_cannot_follow_an_optional_parameter_1016": "必选参数不能位于可选参数后。",
71
+ "A_rest_element_cannot_contain_a_binding_pattern_2501": "rest 元素不能包含绑定模式。",
72
+ "A_rest_element_cannot_follow_another_rest_element_1265": "rest 元素不能跟在另一个 rest 元素之后。",
73
+ "A_rest_element_cannot_have_a_property_name_2566": "其余元素不能具有属性名。",
74
+ "A_rest_element_cannot_have_an_initializer_1186": "rest 元素不能具有初始化表达式。",
75
+ "A_rest_element_must_be_last_in_a_destructuring_pattern_2462": "rest 元素必须在析构模式中位于最末。",
76
+ "A_rest_element_type_must_be_an_array_type_2574": "rest 元素类型必须是数组类型。",
77
+ "A_rest_parameter_cannot_be_optional_1047": "rest 参数不能为可选参数。",
78
+ "A_rest_parameter_cannot_have_an_initializer_1048": "rest 参数不能具有初始化表达式。",
79
+ "A_rest_parameter_must_be_last_in_a_parameter_list_1014": "rest 参数必须是参数列表中的最后一个参数。",
80
+ "A_rest_parameter_must_be_of_an_array_type_2370": "rest 参数必须是数组类型。",
81
+ "A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013": "Rest 参数或绑定模式不可带尾随逗号。",
82
+ "A_return_statement_can_only_be_used_within_a_function_body_1108": "\"return\" 语句只能在函数体中使用。",
83
+ "A_return_statement_cannot_be_used_inside_a_class_static_block_18041": "不能在类静态块内使用 “return” 语句。",
84
+ "A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl_6167": "一系列条目,这些条目将重新映射导入内容,以查找与 \"baseUrl\" 有关的位置。",
85
+ "A_set_accessor_cannot_have_a_return_type_annotation_1095": "\"set\" 访问器不能具有返回类型批注。",
86
+ "A_set_accessor_cannot_have_an_optional_parameter_1051": "\"set\" 访问器不能具有可选参数。",
87
+ "A_set_accessor_cannot_have_rest_parameter_1053": "\"set\" 访问器不能具有 rest 参数。",
88
+ "A_set_accessor_must_have_exactly_one_parameter_1049": "\"set\" 访问器必须正好具有一个参数。",
89
+ "A_set_accessor_parameter_cannot_have_an_initializer_1052": "\"set\" 访问器参数不能包含初始化表达式。",
90
+ "A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556": "扩张参数必须具有元组类型或传递给 rest 参数。",
91
+ "A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401": "“super” 调用必须是包含初始化属性、参数属性或专用标识符的派生类的构造函数中的根级语句。",
92
+ "A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376": "当派生类包含初始化属性、参数属性或专用标识符时,“super” 调用必须是构造函数中用来引用 “super” 或 “this” 的第一个语句。",
93
+ "A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard_2518": "基于 \"this\" 的类型防护与基于参数的类型防护不兼容。",
94
+ "A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface_2526": "\"this\" 类型仅在类或接口的非静态成员中可用。",
95
+ "A_tsconfig_json_file_is_already_defined_at_Colon_0_5054": "已在“{0}”中定义了 \"tsconfig.json\" 文件。",
96
+ "A_tuple_member_cannot_be_both_optional_and_rest_5085": "元组成员不能既是可选的又是 rest。",
97
+ "A_tuple_type_cannot_be_indexed_with_a_negative_value_2514": "不能使用负值为元组类型编制索引。",
98
+ "A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Con_17007": "乘方表达式的左侧不允许出现类型断言表达式。请考虑用括号将表达式括起。",
99
+ "A_type_literal_property_cannot_have_an_initializer_1247": "类型文字数据不可具有初始化表达式。",
100
+ "A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both_1363": "仅类型导入可以指定默认导入或命名绑定,但不能同时指定这两者。",
101
+ "A_type_predicate_cannot_reference_a_rest_parameter_1229": "类型谓词无法引用 rest 参数。",
102
+ "A_type_predicate_cannot_reference_element_0_in_a_binding_pattern_1230": "类型谓词无法在绑定模式中引用元素“{0}”。",
103
+ "A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods_1228": "只允许在函数和方法的返回类型位置使用类型谓词。",
104
+ "A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type_2677": "类型谓词的类型不可赋给其参数的类型。",
105
+ "A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_w_1272": "启用 “isolatedModules” 和 “emitDecoratorMetadata” 时,必须使用 “import type” 或命名空间导入来导入修饰签名中引用的类型。",
106
+ "A_variable_whose_type_is_a_unique_symbol_type_must_be_const_1332": "类型为 \"unique symbol\" 的变量必须为 \"const\"。",
107
+ "A_yield_expression_is_only_allowed_in_a_generator_body_1163": "只允许在生成器正文中使用 \"yield\" 表达式。",
108
+ "Abstract_method_0_in_class_1_cannot_be_accessed_via_super_expression_2513": "无法通过 super 表达式访问“{1}”类中的“{0}”抽象方法。",
109
+ "Abstract_methods_can_only_appear_within_an_abstract_class_1244": "抽象方法只能出现在抽象类中。",
110
+ "Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715": "不能在构造函数中访问类“{1}”中的抽象属性“{0}”。",
111
+ "Accessibility_modifier_already_seen_1028": "已看到可访问性修饰符。",
112
+ "Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056": "访问器仅在面向 ECMAScript 5 和更高版本时可用。",
113
+ "Accessors_must_both_be_abstract_or_non_abstract_2676": "两个取值函数必须都是抽象的或都是非抽象的。",
114
+ "Add_0_to_unresolved_variable_90008": "将“{0}.”添加到未解析的变量",
115
+ "Add_a_return_statement_95111": "添加 return 语句",
116
+ "Add_all_missing_async_modifiers_95041": "添加所有缺失的 \"async\" 修饰符",
117
+ "Add_all_missing_attributes_95168": "添加所有缺少的属性",
118
+ "Add_all_missing_call_parentheses_95068": "添加所有缺失的调用括号",
119
+ "Add_all_missing_function_declarations_95157": "添加所有缺少的函数声明",
120
+ "Add_all_missing_imports_95064": "添加所有缺少的导入",
121
+ "Add_all_missing_members_95022": "添加所有缺少的成员",
122
+ "Add_all_missing_override_modifiers_95162": "添加所有缺失的 \"override\" 修饰符",
123
+ "Add_all_missing_properties_95166": "添加所有缺少的属性",
124
+ "Add_all_missing_return_statement_95114": "添加所有缺少的 return 语句",
125
+ "Add_all_missing_super_calls_95039": "添加所有缺失的 super() 调用",
126
+ "Add_async_modifier_to_containing_function_90029": "将异步修饰符添加到包含函数",
127
+ "Add_await_95083": "添加 \"await\"",
128
+ "Add_await_to_initializer_for_0_95084": "将 \"await\" 添加到 \"{0}\" 的初始值设定项",
129
+ "Add_await_to_initializers_95089": "将 \"await\" 添加到初始值设定项",
130
+ "Add_braces_to_arrow_function_95059": "向箭头函数添加大括号",
131
+ "Add_const_to_all_unresolved_variables_95082": "将 \"const\" 添加到所有未解析变量",
132
+ "Add_const_to_unresolved_variable_95081": "将 \"const\" 添加到未解析的变量",
133
+ "Add_definite_assignment_assertion_to_property_0_95020": "向属性“{0}”添加明确的赋值断言",
134
+ "Add_definite_assignment_assertions_to_all_uninitialized_properties_95028": "将明确赋值断言添加到未初始化的所有属性",
135
+ "Add_export_to_make_this_file_into_a_module_95097": "添加 \"export {}\",将此文件变为模块",
136
+ "Add_extends_constraint_2211": "添加 `extends` 约束。",
137
+ "Add_extends_constraint_to_all_type_parameters_2212": "将 `extends` 约束添加到所有类型参数",
138
+ "Add_import_from_0_90057": "从“{0}”添加导入",
139
+ "Add_index_signature_for_property_0_90017": "为属性“{0}”添加索引签名",
140
+ "Add_initializer_to_property_0_95019": "向属性“{0}”添加初始值设定项",
141
+ "Add_initializers_to_all_uninitialized_properties_95027": "将初始化表达式添加到未初始化的所有属性",
142
+ "Add_missing_attributes_95167": "添加缺少的属性",
143
+ "Add_missing_call_parentheses_95067": "添加缺失的调用括号",
144
+ "Add_missing_enum_member_0_95063": "添加缺少的枚举成员 \"{0}\"",
145
+ "Add_missing_function_declaration_0_95156": "添加缺少的函数声明 \"{0}\"",
146
+ "Add_missing_new_operator_to_all_calls_95072": "将缺少的 \"new\" 运算符添加到所有调用",
147
+ "Add_missing_new_operator_to_call_95071": "将缺少的 \"new\" 运算符添加到调用",
148
+ "Add_missing_properties_95165": "添加缺少的属性",
149
+ "Add_missing_super_call_90001": "添加缺失的 \"super()\" 调用",
150
+ "Add_missing_typeof_95052": "添加缺少的 \"typeof\"",
151
+ "Add_names_to_all_parameters_without_names_95073": "为没有名称的所有参数添加名称",
152
+ "Add_or_remove_braces_in_an_arrow_function_95058": "添加或删除箭头函数中的大括号",
153
+ "Add_override_modifier_95160": "添加 \"override\" 修饰符",
154
+ "Add_parameter_name_90034": "添加参数名称",
155
+ "Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037": "将限定符添加到匹配成员名称的所有未解析变量",
156
+ "Add_to_all_uncalled_decorators_95044": "将 \"()\" 添加到所有未调用的修饰器",
157
+ "Add_ts_ignore_to_all_error_messages_95042": "将 \"@ts-ignore\" 添加到所有错误消息",
158
+ "Add_undefined_to_a_type_when_accessed_using_an_index_6674": "使用索引访问时,将 “undefined” 添加到类型。",
159
+ "Add_undefined_to_optional_property_type_95169": "将 “undefined” 添加到可选属性类型",
160
+ "Add_undefined_type_to_all_uninitialized_properties_95029": "将未定义的类型添加到未初始化的所有属性",
161
+ "Add_undefined_type_to_property_0_95018": "向属性“{0}”添加 \"undefined\" 类型",
162
+ "Add_unknown_conversion_for_non_overlapping_types_95069": "为非重叠类型添加 \"unknown\" 转换",
163
+ "Add_unknown_to_all_conversions_of_non_overlapping_types_95070": "将 \"unknown\" 添加到非重叠类型的所有转换",
164
+ "Add_void_to_Promise_resolved_without_a_value_95143": "将 \"void\" 添加到已解析但没有值的 Promise",
165
+ "Add_void_to_all_Promises_resolved_without_a_value_95144": "将 \"void\" 添加到所有已解析但没有值的 Promise",
166
+ "Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068": "添加 tsconfig.json 文件有助于组织包含 TypeScript 和 JavaScript 文件的项目。有关详细信息,请访问 https://aka.ms/tsconfig。",
167
+ "All_declarations_of_0_must_have_identical_constraints_2838": "\"{0}\" 的所有声明必须具有相同的限制。",
168
+ "All_declarations_of_0_must_have_identical_modifiers_2687": "“{0}”的所有声明必须具有相同的修饰符。",
169
+ "All_declarations_of_0_must_have_identical_type_parameters_2428": "“{0}”的所有声明都必须具有相同的类型参数。",
170
+ "All_declarations_of_an_abstract_method_must_be_consecutive_2516": "抽象方法的所有声明必须是连续的。",
171
+ "All_destructured_elements_are_unused_6198": "所有解构出的成员都未使用。",
172
+ "All_imports_in_import_declaration_are_unused_6192": "导入声明中的所有导入都未使用。",
173
+ "All_type_parameters_are_unused_6205": "未使用任何类型参数。",
174
+ "All_variables_are_unused_6199": "所有变量均未使用。",
175
+ "Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJS_option_to_get_errors_from_these__6600": "允许 JavaScript 文件成为程序的一部分。使用 “checkJS” 选项从这些文件中获取错误。",
176
+ "Allow_accessing_UMD_globals_from_modules_6602": "允许从模块访问 UMD 变量全局。",
177
+ "Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011": "允许从不带默认输出的模块中默认输入。这不会影响代码发出,只是类型检查。",
178
+ "Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export_6601": "当模块没有默认导出时,允许“从 y 导入 x”。",
179
+ "Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639": "允许每个项目从 tslib 导入帮助程序函数一次,而不是将它们包含在每个文件中。",
180
+ "Allow_javascript_files_to_be_compiled_6102": "允许编译 JavaScript 文件。",
181
+ "Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules_6691": "允许在解析模块时将多个文件夹视为一个文件夹。",
182
+ "Already_included_file_name_0_differs_from_file_name_1_only_in_casing_1261": "已包含的文件名 \"{0}\" 仅大小写与文件名 \"{1}\" 不同。",
183
+ "Ambient_module_declaration_cannot_specify_relative_module_name_2436": "环境模块声明无法指定相对模块名。",
184
+ "Ambient_modules_cannot_be_nested_in_other_modules_or_namespaces_2435": "环境模块不能嵌套在其他模块或命名空间中。",
185
+ "An_AMD_module_cannot_have_multiple_name_assignments_2458": "AMD 模块无法拥有多个名称分配。",
186
+ "An_abstract_accessor_cannot_have_an_implementation_1318": "抽象访问器不能有实现。",
187
+ "An_accessibility_modifier_cannot_be_used_with_a_private_identifier_18010": "可访问性修饰符不能与专用标识符一起使用。",
188
+ "An_accessor_cannot_have_type_parameters_1094": "访问器不能具有类型参数。",
189
+ "An_accessor_property_cannot_be_declared_optional_1276": "\"accessor\" 属性不能声明为可选。",
190
+ "An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file_1234": "只允许在文件的顶层中使用环境模块声明。",
191
+ "An_argument_for_0_was_not_provided_6210": "未提供 \"{0}\" 的自变量。",
192
+ "An_argument_matching_this_binding_pattern_was_not_provided_6211": "未提供与此绑定模式匹配的自变量。",
193
+ "An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type_2356": "算术操作数必须为类型 \"any\"、\"number\"、\"bigint\" 或枚举类型。",
194
+ "An_arrow_function_cannot_have_a_this_parameter_2730": "箭头函数不能包含 \"this\" 参数。",
195
+ "An_async_function_or_method_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_de_2705": "ES5/ES3 中的异步函数或方法需要 “Promise” 构造函数。请确保具有一个 “Promise” 构造函数的声明,或在 “--lib” 选项中包含了 “ES2015”。",
196
+ "An_async_function_or_method_must_return_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_in_2697": "异步函数或方法必须返回 “Promise”。请确保具有对 “Promise” 的声明或在 “--lib” 选项中包含了 “ES2015”。",
197
+ "An_async_iterator_must_have_a_next_method_2519": "异步迭代器必须具有 \"next()\" 方法。",
198
+ "An_element_access_expression_should_take_an_argument_1011": "元素访问表达式应采用参数。",
199
+ "An_enum_member_cannot_be_named_with_a_private_identifier_18024": "不能用专用标识符命名枚举成员。",
200
+ "An_enum_member_cannot_have_a_numeric_name_2452": "枚举成员不能具有数值名。",
201
+ "An_enum_member_name_must_be_followed_by_a_or_1357": "枚举成员名称的后面必须跟有 \",\"、\"=\" 或 \"}\"。",
202
+ "An_expanded_version_of_this_information_showing_all_possible_compiler_options_6928": "此信息的扩展版本,显示所有可能的编译器选项",
203
+ "An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements_2309": "不能在具有其他导出元素的模块中使用导出分配。",
204
+ "An_export_assignment_cannot_be_used_in_a_namespace_1063": "不能在命名空间中使用导出分配。",
205
+ "An_export_assignment_cannot_have_modifiers_1120": "导出分配不能具有修饰符。",
206
+ "An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration_1231": "导出分配必须位于文件或模块声明的顶层。",
207
+ "An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474": "导出声明只能在模块的顶层使用。",
208
+ "An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233": "导出声明只能在命名空间或模块的顶层使用。",
209
+ "An_export_declaration_cannot_have_modifiers_1193": "导出声明不能有修饰符。",
210
+ "An_expression_of_type_void_cannot_be_tested_for_truthiness_1345": "无法测试 \"void\" 类型的表达式的真实性。",
211
+ "An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive_1198": "扩展的 Unicode 转义值必须介于(含) 0x0 和 0x10FFFF 之间。",
212
+ "An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal_1351": "标识符或关键字不能紧跟在数字字面量之后。",
213
+ "An_implementation_cannot_be_declared_in_ambient_contexts_1183": "不能在环境上下文中声明实现。",
214
+ "An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type_1379": "导入别名不能引用使用 \"export type\" 导出的声明。",
215
+ "An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type_1380": "导入别名不能引用使用 \"import type\" 导入的声明。",
216
+ "An_import_alias_cannot_use_import_type_1392": "导入别名不能使用“导入类型”",
217
+ "An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473": "导入声明只能在模块的顶层使用。",
218
+ "An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232": "导入声明只能在命名空间或模块的顶层使用。",
219
+ "An_import_declaration_cannot_have_modifiers_1191": "导入声明不能有修饰符。",
220
+ "An_import_path_cannot_end_with_a_0_extension_Consider_importing_1_instead_2691": "导入路径不能以“{0}”扩展名结束。考虑改为导入“{1}”。",
221
+ "An_index_signature_cannot_have_a_rest_parameter_1017": "索引签名不能包含 rest 参数。",
222
+ "An_index_signature_cannot_have_a_trailing_comma_1025": "索引签名不能包含尾随逗号。",
223
+ "An_index_signature_must_have_a_type_annotation_1021": "索引签名必须具有类型批注。",
224
+ "An_index_signature_must_have_exactly_one_parameter_1096": "索引签名必须正好具有一个参数。",
225
+ "An_index_signature_parameter_cannot_have_a_question_mark_1019": "索引签名参数不能包含问号。",
226
+ "An_index_signature_parameter_cannot_have_an_accessibility_modifier_1018": "索引签名参数不能具有可访问性修饰符。",
227
+ "An_index_signature_parameter_cannot_have_an_initializer_1020": "索引签名参数不能具有初始化表达式。",
228
+ "An_index_signature_parameter_must_have_a_type_annotation_1022": "索引签名参数必须具有类型批注。",
229
+ "An_index_signature_parameter_type_cannot_be_a_literal_type_or_generic_type_Consider_using_a_mapped_o_1337": "索引签名参数类型不能为文本类型或泛型类型。请考虑改用映射的对象类型。",
230
+ "An_index_signature_parameter_type_must_be_string_number_symbol_or_a_template_literal_type_1268": "索引签名参数类型必须是 “string”、“number”、“symbol”或模板文本类型。",
231
+ "An_instantiation_expression_cannot_be_followed_by_a_property_access_1477": "实例化表达式不能后跟属性访问。",
232
+ "An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499": "接口只能扩展具有可选类型参数的标识符/限定名称。",
233
+ "An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_me_2312": "接口只能扩展使用静态已知成员的对象类型或对象类型的交集。",
234
+ "An_interface_cannot_extend_a_primitive_type_like_0_an_interface_can_only_extend_named_types_and_clas_2840": "接口无法扩展基元类型,如“{0}”;接口只能扩展命名类型和类",
235
+ "An_interface_property_cannot_have_an_initializer_1246": "接口函数不能具有初始化表达式。",
236
+ "An_iterator_must_have_a_next_method_2489": "迭代器必须具有 \"next()\" 方法。",
237
+ "An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017": "将 @jsx 杂注与 JSX 片段一起使用时,需要使用 @jsxFrag 杂注。",
238
+ "An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118": "对象文字不能具有多个具有相同名称的 get/set 访问器。",
239
+ "An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117": "对象文本不能具有多个名称相同的属性。",
240
+ "An_object_literal_cannot_have_property_and_accessor_with_the_same_name_1119": "对象文字不能包含具有相同名称的属性和访问器。",
241
+ "An_object_member_cannot_be_declared_optional_1162": "对象成员无法声明为可选。",
242
+ "An_optional_chain_cannot_contain_private_identifiers_18030": "可选链不能包含专用标识符。",
243
+ "An_optional_element_cannot_follow_a_rest_element_1266": "可选元素不能跟在 rest 元素之后。",
244
+ "An_outer_value_of_this_is_shadowed_by_this_container_2738": "此容器隐藏了 \"this\" 的外部值。",
245
+ "An_overload_signature_cannot_be_declared_as_a_generator_1222": "重载签名无法声明为生成器。",
246
+ "An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_ex_17006": "乘方表达式的左侧不允许存在具有“{0}”运算符的一元表达式。请考虑用括号将表达式括起。",
247
+ "Annotate_everything_with_types_from_JSDoc_95043": "使用 JSDoc 中的类型批注所有内容",
248
+ "Annotate_with_type_from_JSDoc_95009": "通过 JSDoc 类型批注",
249
+ "Another_export_default_is_here_2753": "这里是其他导出默认值。",
250
+ "Are_you_missing_a_semicolon_2734": "是否缺少分号?",
251
+ "Argument_expression_expected_1135": "应为参数表达式。",
252
+ "Argument_for_0_option_must_be_Colon_1_6046": "“{0}”选项的参数必须为 {1}。",
253
+ "Argument_of_dynamic_import_cannot_be_spread_element_1325": "动态导入的参数不能是扩展元素。",
254
+ "Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345": "类型“{0}”的参数不能赋给类型“{1}”的参数。",
255
+ "Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_tr_2379": "类型为“{0}”的参数不能分配给类型为“{1}”且 “exactOptionalPropertyTypes: true” 的参数。请考虑将 “undefined” 添加到目标属性的类型。",
256
+ "Arguments_for_the_rest_parameter_0_were_not_provided_6236": "未提供 rest 形参“{0}”的实参。",
257
+ "Array_element_destructuring_pattern_expected_1181": "应为数组元素析构模式。",
258
+ "Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation_2775": "断言要求使用显式类型注释声明调用目标中的每个名称。",
259
+ "Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name_2776": "断言要求调用目标为标识符或限定名。",
260
+ "Asterisk_Slash_expected_1010": "应为 \"*/\"。",
261
+ "Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_2669": "全局范围的扩大仅可直接嵌套在外部模块中或环境模块声明中。",
262
+ "Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambien_2670": "全局范围的扩大应具有 \"declare\" 修饰符,除非它们显示在已有的环境上下文中。",
263
+ "Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using__6140": "项目“{0}”中启用了键入内容的自动发现。使用缓存位置“{2}”运行模块“{1}”的额外解决传递。",
264
+ "Await_expression_cannot_be_used_inside_a_class_static_block_18037": "无法在类静态块内使用 await 表达式。",
265
+ "BUILD_OPTIONS_6919": "生成选项",
266
+ "Backwards_Compatibility_6253": "向后兼容性",
267
+ "Base_class_expressions_cannot_reference_class_type_parameters_2562": "基类表达式无法引用类类型参数。",
268
+ "Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_2509": "基构造函数返回类型 \"{0}\" 不是具有静态已知成员的对象类型或对象类型的交集。",
269
+ "Base_constructors_must_all_have_the_same_return_type_2510": "所有的基构造函数必须具有相同的返回类型。",
270
+ "Base_directory_to_resolve_non_absolute_module_names_6083": "用于解析非绝对模块名的基目录。",
271
+ "BigInt_literals_are_not_available_when_targeting_lower_than_ES2020_2737": "目标低于 ES2020 时,BigInt 字面量不可用。",
272
+ "Binary_digit_expected_1177": "需要二进制数字。",
273
+ "Binding_element_0_implicitly_has_an_1_type_7031": "绑定元素“{0}”隐式具有“{1}”类型。",
274
+ "Block_scoped_variable_0_used_before_its_declaration_2448": "声明之前已使用的块范围变量“{0}”。",
275
+ "Build_a_composite_project_in_the_working_directory_6925": "在工作目录中生成复合项目。",
276
+ "Build_all_projects_including_those_that_appear_to_be_up_to_date_6636": "生成所有项目,包括那些似乎是最新的项目。",
277
+ "Build_one_or_more_projects_and_their_dependencies_if_out_of_date_6364": "生成一个或多个项目及其依赖项(如果已过期)",
278
+ "Build_option_0_requires_a_value_of_type_1_5073": "生成选项 \"{0}\" 需要类型 {1} 的值。",
279
+ "Building_project_0_6358": "正在生成项目“{0}”...",
280
+ "COMMAND_LINE_FLAGS_6921": "命令行标记",
281
+ "COMMON_COMMANDS_6916": "常见命令",
282
+ "COMMON_COMPILER_OPTIONS_6920": "常见编译器选项",
283
+ "Call_decorator_expression_90028": "调用修饰器表达式",
284
+ "Call_signature_return_types_0_and_1_are_incompatible_2202": "调用签名返回类型 \"{0}\" 和 \"{1}\" 不兼容。",
285
+ "Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7020": "缺少返回类型批注的调用签名隐式具有返回类型 \"any\"。",
286
+ "Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2204": "没有参数的调用签名具有不兼容的返回类型 \"{0}\" 和 \"{1}\"。",
287
+ "Call_target_does_not_contain_any_signatures_2346": "调用目标不包含任何签名。",
288
+ "Can_only_convert_logical_AND_access_chains_95142": "仅可转换逻辑 AND 访问链",
289
+ "Can_only_convert_named_export_95164": "只能转换已命名的导出",
290
+ "Can_only_convert_property_with_modifier_95137": "只能转换带修饰符的属性",
291
+ "Can_only_convert_string_concatenation_95154": "只能转换字符串串联",
292
+ "Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_p_2713": "无法访问“{0}.{1}”,因为“{0}”是类型,不是命名空间。是否要使用“{0}[\"{1}\"]”检索“{0}”中“{1}”属性的类型?",
293
+ "Cannot_access_ambient_const_enums_when_the_isolatedModules_flag_is_provided_2748": "提供 \"--isolatedModules\" 标志时,无法访问环境常量枚举。",
294
+ "Cannot_assign_a_0_constructor_type_to_a_1_constructor_type_2672": "不可将“{0}”构造函数类型分配给“{1}”构造函数类型。",
295
+ "Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type_2517": "无法将抽象构造函数类型分配给非抽象构造函数类型。",
296
+ "Cannot_assign_to_0_because_it_is_a_class_2629": "无法为“{0}”赋值,因为它是类。",
297
+ "Cannot_assign_to_0_because_it_is_a_constant_2588": "无法分配到 \"{0}\" ,因为它是常数。",
298
+ "Cannot_assign_to_0_because_it_is_a_function_2630": "无法为“{0}”赋值,因为它是函数。",
299
+ "Cannot_assign_to_0_because_it_is_a_namespace_2631": "无法为“{0}”赋值,因为它是命名空间。",
300
+ "Cannot_assign_to_0_because_it_is_a_read_only_property_2540": "无法为“{0}”赋值,因为它是只读属性。",
301
+ "Cannot_assign_to_0_because_it_is_an_enum_2628": "无法为“{0}”赋值,因为它是枚举。",
302
+ "Cannot_assign_to_0_because_it_is_an_import_2632": "无法为“{0}”赋值,因为它是导入。",
303
+ "Cannot_assign_to_0_because_it_is_not_a_variable_2539": "无法为“{0}”赋值,因为它不是变量。",
304
+ "Cannot_assign_to_private_method_0_Private_methods_are_not_writable_2803": "无法赋值给私有方法“{0}”。私有方法不可写。",
305
+ "Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity_2671": "无法扩大模块“{0}”,因为它解析为非模块实体。",
306
+ "Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity_2649": "无法扩充具有值导出的模块“{0}”,因为它解析为一个非模块的实体。",
307
+ "Cannot_compile_modules_using_option_0_unless_the_module_flag_is_amd_or_system_6131": "无法使用选项“{0}”来编译模块,除非 \"--module\" 标记为 \"amd\" 或 \"system\"。",
308
+ "Cannot_create_an_instance_of_an_abstract_class_2511": "无法创建抽象类的实例。",
309
+ "Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_co_2766": "无法将迭代委托到值,因为其迭代器的 \"next\" 方法需要类型 \"{1}\",但包含它的生成器将始终发送 \"{0}\"。",
310
+ "Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module_2661": "无法导出“{0}”。仅可从模块中导出本地声明。",
311
+ "Cannot_extend_a_class_0_Class_constructor_is_marked_as_private_2675": "无法扩展类“{0}”。类构造函数标记为私有。",
312
+ "Cannot_extend_an_interface_0_Did_you_mean_implements_2689": "无法扩展接口“{0}”。您是否想使用 \"implements\"?",
313
+ "Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0_5081": "无法在当前目录找到 tsconfig.json 文件: {0}。",
314
+ "Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0_5057": "无法在指定目录找到 tsconfig.json 文件:“{0}”。",
315
+ "Cannot_find_global_type_0_2318": "找不到全局类型“{0}”。",
316
+ "Cannot_find_global_value_0_2468": "找不到全局值“{0}”。",
317
+ "Cannot_find_lib_definition_for_0_2726": "找不到“{0}”的库定义。",
318
+ "Cannot_find_lib_definition_for_0_Did_you_mean_1_2727": "找不到“{0}”的库定义。你是指“{1}”?",
319
+ "Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "找不到模块“{0}”。请考虑使用 \"--resolveJsonModule\" 导入带 \".json\" 扩展的模块。",
320
+ "Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_node_or_to_add_aliases_to_th_2792": "找不到模块“{0}”。你的意思是要将 \"moduleResolution\" 选项设置为 \"node\",还是要将别名添加到 \"paths\" 选项中?",
321
+ "Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "找不到模块“{0}”或其相应的类型声明。",
322
+ "Cannot_find_name_0_2304": "找不到名称“{0}”。",
323
+ "Cannot_find_name_0_Did_you_mean_1_2552": "找不到名称“{0}”。你是否指的是“{1}”?",
324
+ "Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "找不到名称“{0}”。你的意思是实例成员“this.{0}”?",
325
+ "Cannot_find_name_0_Did_you_mean_the_static_member_1_0_2662": "找不到名称“{0}”。你的意思是静态成员“{1}.{0}”?",
326
+ "Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311": "找不到名称“{0}”。你是否要在异步函数中写入此内容?",
327
+ "Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583": "找不到名称“{0}”。是否需要更改目标库? 请尝试将 “lib” 编译器选项更改为“{1}”或更高版本。",
328
+ "Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2584": "找不到名称“{0}”。是否需要更改目标库? 请尝试更改 “lib” 编译器选项以包括 “dom”。",
329
+ "Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2582": "找不到名称 \"{0}\"。是否需要安装测试运行器的类型定义? 请尝试使用 `npm i --save-dev @types/jest` 或 `npm i --save-dev @types/mocha`。",
330
+ "Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2593": "找不到名称“{0}”。是否需要安装测试运行器的类型定义? 请尝试使用 `npm i --save-dev @types/jest` 或 `npm i --save-dev @types/mocha`,然后将 “jest” 或 “mocha” 添加到 tsconfig 中的类型字段。。",
331
+ "Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2581": "找不到名称 \"{0}\"。是否需要安装 jQuery 的类型定义? 请尝试使用 `npm i --save-dev @types/jquery`。",
332
+ "Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2592": "找不到名称“{0}”。是否需要安装 jQuery 的类型定义? 请尝试使用 `npm i --save-dev @types/jquery`,然后将 “jquery” 添加到 teconfig 中的类型字段。",
333
+ "Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2580": "找不到名称“{0}”。是否需要安装 Node.js 的类型定义? 请尝试运行 `npm i --save-dev @types/node`。",
334
+ "Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2591": "找不到名称“{0}”。是否需要安装 Node.js 的类型定义? 请尝试运行 `npm i --save-dev @types/node`,然后将 \"node\" 添加到 tsconfig 的 types 字段。",
335
+ "Cannot_find_namespace_0_2503": "找不到命名空间“{0}”。",
336
+ "Cannot_find_namespace_0_Did_you_mean_1_2833": "找不到命名空间“{0}”。你是否指的是“{1}”?",
337
+ "Cannot_find_parameter_0_1225": "找不到参数“{0}”。",
338
+ "Cannot_find_the_common_subdirectory_path_for_the_input_files_5009": "找不到输入文件的公共子目录路径。",
339
+ "Cannot_find_type_definition_file_for_0_2688": "找不到“{0}”的类型定义文件。",
340
+ "Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1_6137": "无法导入类型声明文件。请考虑导入“{0}”,而不是“{1}”。",
341
+ "Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481": "无法在块范围声明“{1}”所在的范围内初始化外部范围变量“{0}”。",
342
+ "Cannot_invoke_an_object_which_is_possibly_null_2721": "不能调用可能是 \"null\" 的对象。",
343
+ "Cannot_invoke_an_object_which_is_possibly_null_or_undefined_2723": "不能调用可能是 \"null\" 或“未定义”的对象。",
344
+ "Cannot_invoke_an_object_which_is_possibly_undefined_2722": "不能调用可能是“未定义”的对象。",
345
+ "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_destructuring__2765": "无法迭代值,因为其迭代器的 \"next\" 方法需要类型 \"{1}\",但数组析构将始终发送 \"{0}\"。",
346
+ "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764": "无法迭代值,因为其迭代器的 \"next\" 方法需要类型 \"{1}\",但数组扩张将始终发送 \"{0}\"。",
347
+ "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_for_of_will_always_s_2763": "无法迭代值,因为其迭代器的 \"next\" 方法需要类型 \"{1}\",但 for-of 将始终发送 \"{0}\"。",
348
+ "Cannot_prepend_project_0_because_it_does_not_have_outFile_set_6308": "无法为项目“{0}”添加前缀,因为它未设置 \"outFile\"",
349
+ "Cannot_read_file_0_5083": "无法读取文件“{0}”。",
350
+ "Cannot_read_file_0_Colon_1_5012": "无法读取文件“{0}”: {1}。",
351
+ "Cannot_redeclare_block_scoped_variable_0_2451": "无法重新声明块范围变量“{0}”。",
352
+ "Cannot_redeclare_exported_variable_0_2323": "无法重新声明导出的变量“{0}”。",
353
+ "Cannot_redeclare_identifier_0_in_catch_clause_2492": "无法在 catch 子句中重新声明标识符“{0}”。",
354
+ "Cannot_start_a_function_call_in_a_type_annotation_1441": "无法在类型注释中启动函数调用。",
355
+ "Cannot_update_output_of_project_0_because_there_was_error_reading_file_1_6376": "无法更新项目 \"{0}\" 的输出,因为读取文件 \"{1}\" 时出错",
356
+ "Cannot_use_JSX_unless_the_jsx_flag_is_provided_17004": "无法使用 JSX,除非提供了 \"--jsx\" 标志。",
357
+ "Cannot_use_export_import_on_a_type_or_type_only_namespace_when_the_isolatedModules_flag_is_provided_1269": "在提供 “--isolatedModules” 标志时,无法在类型或仅类型命名空间上使用“导出导入”。",
358
+ "Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148": "当 \"--module\" 为 \"none\" 时无法使用导入、导出或模块扩大。",
359
+ "Cannot_use_namespace_0_as_a_type_2709": "不能将命名空间“{0}”用作类型。",
360
+ "Cannot_use_namespace_0_as_a_value_2708": "不能将命名空间“{0}”用作值。",
361
+ "Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class_2816": "无法在修饰类静态属性初始化表达式中使用 “this”。",
362
+ "Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1_6377": "无法写入文件 \"{0}\",因为它将覆盖由引用的项目 \"{1}\" 生成的 \".tsbuildinfo\" 文件",
363
+ "Cannot_write_file_0_because_it_would_be_overwritten_by_multiple_input_files_5056": "无法写入文件“{0}”,因为它会被多个输入文件覆盖。",
364
+ "Cannot_write_file_0_because_it_would_overwrite_input_file_5055": "无法写入文件“{0}”,因为它会覆盖输入文件。",
365
+ "Catch_clause_variable_cannot_have_an_initializer_1197": "Catch 子句变量不能有初始化表达式。",
366
+ "Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified_1196": "Catch 子句变量类型注释必须为 \"any\" 或 \"unknown\" (若已指定)。",
367
+ "Change_0_to_1_90014": "将“{0}”更改为“{1}”",
368
+ "Change_all_extended_interfaces_to_implements_95038": "将所有扩展接口都更改为 \"implements\"",
369
+ "Change_all_jsdoc_style_types_to_TypeScript_95030": "将所有 JSDoc 样式类型都更改为 TypeScript",
370
+ "Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types_95031": "将所有 JSDoc 样式类型都更改为 TypeScript (并将 \"| undefined\" 添加到可以为 null 的类型)",
371
+ "Change_extends_to_implements_90003": "将 \"extends\" 改为 \"implements\"",
372
+ "Change_spelling_to_0_90022": "将拼写更改为“{0}”",
373
+ "Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor_6700": "检查是否有已声明但未在构造函数中设置的类属性。",
374
+ "Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function_6697": "检查 “bind”、“call” 和 “apply” 方法的参数是否与原始函数匹配。",
375
+ "Checking_if_0_is_the_longest_matching_prefix_for_1_2_6104": "检查“{0}”是否是“{1}”-“{2}”的最长匹配前缀。",
376
+ "Circular_definition_of_import_alias_0_2303": "导入别名“{0}”的循环定义。",
377
+ "Circularity_detected_while_resolving_configuration_Colon_0_18000": "解析配置时检测到循环: {0}",
378
+ "Circularity_originates_in_type_at_this_location_2751": "循环源自此位置的类型。",
379
+ "Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_functi_2426": "类“{0}”将“{1}”定义为实例成员访问器,但扩展类“{2}”将其定义为实例成员函数。",
380
+ "Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_access_2423": "类“{0}”将“{1}”定义为实例成员函数,但扩展类“{2}”将其定义为实例成员访问器。",
381
+ "Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_functi_2425": "类“{0}”将“{1}”定义为实例成员属性,但扩展类“{2}”将其定义为实例成员函数。",
382
+ "Class_0_incorrectly_extends_base_class_1_2415": "类“{0}”错误扩展基类“{1}”。",
383
+ "Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclas_2720": "类“{0}”错误实现类“{1}”。你是想扩展“{1}”并将其成员作为子类继承吗?",
384
+ "Class_0_incorrectly_implements_interface_1_2420": "类“{0}”错误实现接口“{1}”。",
385
+ "Class_0_used_before_its_declaration_2449": "类“{0}”用于其声明前。",
386
+ "Class_constructor_may_not_be_a_generator_1368": "类构造函数可能不是生成器。",
387
+ "Class_constructor_may_not_be_an_accessor_1341": "类构造函数可能不是访问器。",
388
+ "Class_declaration_cannot_implement_overload_list_for_0_2813": "类声明无法实现“{0}”的重载列表。",
389
+ "Class_declarations_cannot_have_more_than_one_augments_or_extends_tag_8025": "类声明不能有多个 “@augments” 或 “@extends” 标记。",
390
+ "Class_decorators_can_t_be_used_with_static_private_identifier_Consider_removing_the_experimental_dec_18036": "类修饰器不能与静态专用标识符一起使用。请考虑删除实验性修饰器。",
391
+ "Class_name_cannot_be_0_2414": "类名不能为“{0}”。",
392
+ "Class_name_cannot_be_Object_when_targeting_ES5_with_module_0_2725": "使用模块 {0} 将目标设置为 ES5 时,类名称不能为 \"Object\"。",
393
+ "Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417": "类静态侧“{0}”错误扩展基类静态侧“{1}”。",
394
+ "Classes_can_only_extend_a_single_class_1174": "类只能扩展一个类。",
395
+ "Classes_may_not_have_a_field_named_constructor_18006": "类不能具有名为 \"constructor\" 的字段。",
396
+ "Code_contained_in_a_class_is_evaluated_in_JavaScript_s_strict_mode_which_does_not_allow_this_use_of__1210": "类中包含的代码在 JavaScript 的严格模式下进行计算,该模式不允许以此方式使用“{0}”。有关详细信息,请参阅 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Strict_mode。",
397
+ "Command_line_Options_6171": "命令行选项",
398
+ "Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json_6020": "编译给定了其配置文件路径或带 \"tsconfig.json\" 的文件夹路径的项目。",
399
+ "Compiler_Diagnostics_6251": "编译器诊断",
400
+ "Compiler_option_0_expects_an_argument_6044": "编译器选项“{0}”需要参数。",
401
+ "Compiler_option_0_may_not_be_used_with_build_5094": "编译器选项“--{0}”不能与 “--build” 一起使用。",
402
+ "Compiler_option_0_may_only_be_used_with_build_5093": "编译器选项“--{0}”只能与 “--build” 一起使用。",
403
+ "Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_w_4124": "值“{1}”的编译器选项“{0}”不稳定。使用夜间 TypeScript 消除此错误。请尝试使用 “npm install -D typescript@next” 进行更新。",
404
+ "Compiler_option_0_requires_a_value_of_type_1_5024": "编译器选项“{0}”需要类型 {1} 的值。",
405
+ "Compiler_reserves_name_0_when_emitting_private_identifier_downlevel_18027": "当发出专用标识符下层时,编译器会预留名称“{0}”。",
406
+ "Compiles_the_TypeScript_project_located_at_the_specified_path_6927": "编译位于指定路径的 TypeScript 项目。",
407
+ "Compiles_the_current_project_tsconfig_json_in_the_working_directory_6923": "编译当前项目(工作目录中的 tsconfig.json。)",
408
+ "Compiles_the_current_project_with_additional_settings_6929": "使用其他设置编译当前项目。",
409
+ "Completeness_6257": "完成度",
410
+ "Composite_projects_may_not_disable_declaration_emit_6304": "复合项目可能不会禁用声明发出。",
411
+ "Composite_projects_may_not_disable_incremental_compilation_6379": "复合项目不能禁用增量编译。",
412
+ "Computed_from_the_list_of_input_files_6911": "从输入文件列表计算",
413
+ "Computed_property_names_are_not_allowed_in_enums_1164": "枚举中不允许计算属性名。",
414
+ "Computed_values_are_not_permitted_in_an_enum_with_string_valued_members_2553": "含字符串值成员的枚举中不允许使用计算值。",
415
+ "Concatenate_and_emit_output_to_single_file_6001": "连接输出并将其发出到单个文件。",
416
+ "Conflicting_definitions_for_0_found_at_1_and_2_Consider_installing_a_specific_version_of_this_librar_4090": "“{1}”和“{2}”处找到的“{0}”的定义具有冲突。考虑安装此库的特定版本以解决冲突。",
417
+ "Conflicts_are_in_this_file_6201": "此文件中存在冲突。",
418
+ "Consider_adding_a_declare_modifier_to_this_class_6506": "请考虑向此类添加 “declare” 修饰符。",
419
+ "Construct_signature_return_types_0_and_1_are_incompatible_2203": "构造签名返回类型 \"{0}\" 和 \"{1}\" 不兼容。",
420
+ "Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7013": "缺少返回类型批注的构造签名隐式具有返回类型 \"any\"。",
421
+ "Construct_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2205": "不带参数的构造签名具有不兼容的返回类型 \"{0}\" 和 \"{1}\"。",
422
+ "Constructor_implementation_is_missing_2390": "缺少构造函数实现。",
423
+ "Constructor_of_class_0_is_private_and_only_accessible_within_the_class_declaration_2673": "类“{0}”的构造函数是私有的,仅可在类声明中访问。",
424
+ "Constructor_of_class_0_is_protected_and_only_accessible_within_the_class_declaration_2674": "类“{0}”的构造函数是受保护的,仅可在类声明中访问。",
425
+ "Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type_1386": "在联合类型中使用时,构造函数类型标记必须用括号括起来。",
426
+ "Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1388": "在相交类型中使用时,构造函数类型标记必须用括号括起来。",
427
+ "Constructors_for_derived_classes_must_contain_a_super_call_2377": "派生类的构造函数必须包含 \"super\" 调用。",
428
+ "Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_mod_6126": "未指定包含文件,并且无法确定根目录,正在跳过在 \"node_modules\" 文件夹中查找。",
429
+ "Containing_function_is_not_an_arrow_function_95128": "包含函数不是箭头函数",
430
+ "Control_what_method_is_used_to_detect_module_format_JS_files_1475": "控制用于检测模块格式 JS 文件的方法。",
431
+ "Conversion_of_type_0_to_type_1_may_be_a_mistake_because_neither_type_sufficiently_overlaps_with_the__2352": "类型 \"{0}\" 到类型 \"{1}\" 的转换可能是错误的,因为两种类型不能充分重叠。如果这是有意的,请先将表达式转换为 \"unknown\"。",
432
+ "Convert_0_to_1_in_0_95003": "将“{0}”转换为 {0} 中的 {1}",
433
+ "Convert_0_to_mapped_object_type_95055": "将“{0}”转换为映射对象类型",
434
+ "Convert_all_const_to_let_95102": "将所有 'const' 转换为 'let'",
435
+ "Convert_all_constructor_functions_to_classes_95045": "将所有构造函数都转换为类",
436
+ "Convert_all_imports_not_used_as_a_value_to_type_only_imports_1374": "将不用作值的所有导入转换为仅类型导入",
437
+ "Convert_all_invalid_characters_to_HTML_entity_code_95101": "将所有无效字符转换为 HTML 实体代码",
438
+ "Convert_all_re_exported_types_to_type_only_exports_1365": "将所有重新导出的类型转换为仅类型导出",
439
+ "Convert_all_require_to_import_95048": "将所有 \"require\" 转换为 \"import\"",
440
+ "Convert_all_to_async_functions_95066": "全部转换为异步函数",
441
+ "Convert_all_to_bigint_numeric_literals_95092": "全部转换为 BigInt 数字字面量",
442
+ "Convert_all_to_default_imports_95035": "全部转换为默认导入",
443
+ "Convert_all_type_literals_to_mapped_type_95021": "将所有类型文本转换为映射类型",
444
+ "Convert_arrow_function_or_function_expression_95122": "转换箭头函数或函数表达式",
445
+ "Convert_const_to_let_95093": "将 \"const\" 转换为 \"let\"",
446
+ "Convert_default_export_to_named_export_95061": "将默认导出转换为命名导出",
447
+ "Convert_function_declaration_0_to_arrow_function_95106": "将函数声明“{0}”转换为箭头函数",
448
+ "Convert_function_expression_0_to_arrow_function_95105": "将函数表达式 \"{0}\" 转换为箭头函数",
449
+ "Convert_function_to_an_ES2015_class_95001": "将函数转换为 ES2015 类",
450
+ "Convert_invalid_character_to_its_html_entity_code_95100": "将无效字符转换为其 HTML 实体代码",
451
+ "Convert_named_export_to_default_export_95062": "将命名导出转换为默认导出",
452
+ "Convert_named_imports_to_default_import_95170": "将命名导入转换为默认导入",
453
+ "Convert_named_imports_to_namespace_import_95057": "将命名导入转换为命名空间导入",
454
+ "Convert_namespace_import_to_named_imports_95056": "将命名空间导入转换为命名导入",
455
+ "Convert_overload_list_to_single_signature_95118": "将重载列表转换为单一签名",
456
+ "Convert_parameters_to_destructured_object_95075": "将参数转换为析构对象",
457
+ "Convert_require_to_import_95047": "将 \"require\" 转换为 \"import\"",
458
+ "Convert_to_ES_module_95017": "转换为 ES 模块",
459
+ "Convert_to_a_bigint_numeric_literal_95091": "转换为 BigInt 数字字面量",
460
+ "Convert_to_anonymous_function_95123": "转换为异步函数",
461
+ "Convert_to_arrow_function_95125": "转换为箭头函数",
462
+ "Convert_to_async_function_95065": "转换为异步函数",
463
+ "Convert_to_default_import_95013": "转换为默认导入",
464
+ "Convert_to_named_function_95124": "转换为指定函数",
465
+ "Convert_to_optional_chain_expression_95139": "转换为可选链表达式",
466
+ "Convert_to_template_string_95096": "转换为模板字符串",
467
+ "Convert_to_type_only_export_1364": "转换为仅类型导出",
468
+ "Convert_to_type_only_import_1373": "转换为仅类型导入",
469
+ "Corrupted_locale_file_0_6051": "区域设置文件 {0} 已损坏。",
470
+ "Could_not_convert_to_anonymous_function_95153": "无法转换为匿名函数",
471
+ "Could_not_convert_to_arrow_function_95151": "无法转换为箭头函数",
472
+ "Could_not_convert_to_named_function_95152": "无法转换为命名函数",
473
+ "Could_not_determine_function_return_type_95150": "无法确定函数返回类型",
474
+ "Could_not_find_a_containing_arrow_function_95127": "找不到包含箭头函数",
475
+ "Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type_7016": "无法找到模块“{0}”的声明文件。“{1}”隐式拥有 \"any\" 类型。",
476
+ "Could_not_find_convertible_access_expression_95140": "找不到可转换的访问表达式",
477
+ "Could_not_find_export_statement_95129": "找不到 export 语句",
478
+ "Could_not_find_import_clause_95131": "找不到 import 子句",
479
+ "Could_not_find_matching_access_expressions_95141": "找不到匹配的访问表达式",
480
+ "Could_not_find_name_0_Did_you_mean_1_2570": "找不到名称“{0}”。你是否是指“{1}”?",
481
+ "Could_not_find_namespace_import_or_named_imports_95132": "找不到命名空间导入或已命名的导入",
482
+ "Could_not_find_property_for_which_to_generate_accessor_95135": "找不到要为其生成访问器的属性",
483
+ "Could_not_resolve_the_path_0_with_the_extensions_Colon_1_6231": "无法解析具有表达式的路径“{0}”: {1}。",
484
+ "Could_not_write_file_0_Colon_1_5033": "无法写入文件“{0}”: {1}。",
485
+ "Create_source_map_files_for_emitted_JavaScript_files_6694": "为发出的 JavaScript 文件创建源映射文件。",
486
+ "Create_sourcemaps_for_d_ts_files_6614": "为 d.ts 文件创建源映射。",
487
+ "Creates_a_tsconfig_json_with_the_recommended_settings_in_the_working_directory_6926": "使用工作目录中的建议设置创建 tsconfig.json。",
488
+ "DIRECTORY_6038": "目录",
489
+ "Declaration_augments_declaration_in_another_file_This_cannot_be_serialized_6232": "该声明扩充了另一文件中的声明。这无法被序列化。",
490
+ "Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_9005": "此文件的声明发出要求使用专用名称 \"{0}\"。显式类型注释可能取消阻止声明发出。",
491
+ "Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotati_9006": "此文件的声明发出要求使用模块 \"{1}\" 中的专用名称 \"{0}\"。显式类型注释可能取消阻止声明发出。",
492
+ "Declaration_expected_1146": "应为声明。",
493
+ "Declaration_name_conflicts_with_built_in_global_identifier_0_2397": "声明名称与内置全局标识符“{0}”冲突。",
494
+ "Declaration_or_statement_expected_1128": "应为声明或语句。",
495
+ "Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_d_2809": "应为声明或语句。此 \"=\" 遵循语句块,因此如果打算编写重构赋值,则可能需要用括号将整个赋值括起来。",
496
+ "Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264": "具有明确赋值断言的声明也必须具有类型批注。",
497
+ "Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263": "具有初始值设定项的声明不能同时具有明确赋值断言。",
498
+ "Declare_a_private_field_named_0_90053": "声明名为 \"{0}\" 的专用字段。",
499
+ "Declare_method_0_90023": "声明方法“{0}”",
500
+ "Declare_private_method_0_90038": "声明私有方法 \"{0}\"",
501
+ "Declare_private_property_0_90035": "声明专用属性“{0}”",
502
+ "Declare_property_0_90016": "声明属性“{0}”",
503
+ "Declare_static_method_0_90024": "声明静态方法“{0}”",
504
+ "Declare_static_property_0_90027": "声明静态属性“{0}”",
505
+ "Decorator_function_return_type_0_is_not_assignable_to_type_1_1270": "装饰器函数返回类型“{0}”不可分配到类型“{1}”。",
506
+ "Decorator_function_return_type_is_0_but_is_expected_to_be_void_or_any_1271": "装饰器函数返回类型为“{0}”,但预期为“void”或“any”。",
507
+ "Decorators_are_not_valid_here_1206": "修饰器在此处无效。",
508
+ "Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name_1207": "不能向多个同名的 get/set 访问器应用修饰器。",
509
+ "Decorators_may_not_be_applied_to_this_parameters_1433": "修饰器不能应用于 “this” 参数。",
510
+ "Decorators_must_precede_the_name_and_all_keywords_of_property_declarations_1436": "修饰器必须位于属性声明的名称和所有关键字之前。",
511
+ "Default_catch_clause_variables_as_unknown_instead_of_any_6803": "将 catch 子句变量默认为 “unknown” 而不是 “any”。",
512
+ "Default_export_of_the_module_has_or_is_using_private_name_0_4082": "模块的默认导出具有或正在使用专用名称“{0}”。",
513
+ "Default_library_1424": "默认库",
514
+ "Default_library_for_target_0_1425": "目标 \"{0}\" 的默认库",
515
+ "Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200": "以下标识符的定义与另一个文件中的定义冲突: {0}",
516
+ "Delete_all_unused_declarations_95024": "删除未使用的所有声明",
517
+ "Delete_all_unused_imports_95147": "删除所有未使用的导入",
518
+ "Delete_all_unused_param_tags_95172": "删除所有未使用的 “@param” 标记",
519
+ "Delete_the_outputs_of_all_projects_6365": "删除所有项目的输出。",
520
+ "Delete_unused_param_tag_0_95171": "删除未使用的 “@param” 标记“{0}”",
521
+ "Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084": "[已弃用] 请改用 \"--jsxFactory\"。已 \"react\" JSX 发出设为目标时,请指定要为 createElement 调用的对象",
522
+ "Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file_6170": "[已弃用] 请改用 \"--outFile\"。连接并发出到单个文件的输出",
523
+ "Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files_6160": "[已弃用] 请改用 \"--skipLibCheck\"。请跳过默认库声明文件的类型检查。",
524
+ "Deprecated_setting_Use_outFile_instead_6677": "弃用的设置。请改用 “outFile”。",
525
+ "Did_you_forget_to_use_await_2773": "是否忘记使用 \"await\"?",
526
+ "Did_you_mean_0_1369": "你是想使用 \"{0}\" 吗?",
527
+ "Did_you_mean_for_0_to_be_constrained_to_type_new_args_Colon_any_1_2735": "你是想将 \"{0}\" 限制为类型 \"new (...args: any[]) => {1}\" 吗?",
528
+ "Did_you_mean_to_call_this_expression_6212": "你是想调用此表达式吗?",
529
+ "Did_you_mean_to_mark_this_function_as_async_1356": "你是想将此函数标记为 \"async\" 吗?",
530
+ "Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_1312": "你的意思是使用 \":\" 吗? 当包含对象文字属于解构模式时,\"=\" 只能跟在属性名称的后面。",
531
+ "Did_you_mean_to_use_new_with_this_expression_6213": "你是想将 \"new\" 用于此表达式吗?",
532
+ "Digit_expected_1124": "应为数字。",
533
+ "Directory_0_does_not_exist_skipping_all_lookups_in_it_6148": "目录“{0}”不存在,正在跳过该目录中的所有查找。",
534
+ "Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve_6270": "目录 '{0}' 不包含 package.json 作用域。导入将无法解析。",
535
+ "Disable_adding_use_strict_directives_in_emitted_JavaScript_files_6669": "禁止在发出的 JavaScript 文件中添加 “use strict” 指令。",
536
+ "Disable_checking_for_this_file_90018": "禁用检查此文件",
537
+ "Disable_emitting_comments_6688": "禁用发出注释。",
538
+ "Disable_emitting_declarations_that_have_internal_in_their_JSDoc_comments_6701": "禁用在其 JSDoc 注释中包含 “@internal” 的发出声明。",
539
+ "Disable_emitting_files_from_a_compilation_6660": "禁用从编译发出文件。",
540
+ "Disable_emitting_files_if_any_type_checking_errors_are_reported_6662": "禁用在报告了任何类型检查错误时发出文件。",
541
+ "Disable_erasing_const_enum_declarations_in_generated_code_6682": "在生成的代码中禁用擦除 “const enum” 声明。",
542
+ "Disable_error_reporting_for_unreachable_code_6603": "对无法访问的代码禁用错误报告。",
543
+ "Disable_error_reporting_for_unused_labels_6604": "对未使用的标签禁用错误报告。",
544
+ "Disable_generating_custom_helper_functions_like_extends_in_compiled_output_6661": "在已编译输出中禁用生成自定义帮助程序函数(如 “__extends”)。",
545
+ "Disable_including_any_library_files_including_the_default_lib_d_ts_6670": "禁用包括任何库文件(包括默认的 lib.d.ts)。",
546
+ "Disable_loading_referenced_projects_6235": "禁止加载引用的项目。",
547
+ "Disable_preferring_source_files_instead_of_declaration_files_when_referencing_composite_projects_6620": "在引用复合项目时禁用首选源文件而不是声明文件。",
548
+ "Disable_reporting_of_excess_property_errors_during_the_creation_of_object_literals_6702": "禁用在创建对象文字期间报告多余属性错误。",
549
+ "Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node_6683": "禁用将符号链接解析为其实际路径。这会关联到节点中的同一标志。",
550
+ "Disable_size_limitations_on_JavaScript_projects_6162": "禁用对 JavaScript 项目的大小限制。",
551
+ "Disable_solution_searching_for_this_project_6224": "对此项目禁用解决方案搜索。",
552
+ "Disable_strict_checking_of_generic_signatures_in_function_types_6673": "禁止严格检查函数类型中的通用签名。",
553
+ "Disable_the_type_acquisition_for_JavaScript_projects_6625": "禁用针对 JavaScript 项目的类型获取",
554
+ "Disable_truncating_types_in_error_messages_6663": "在错误消息中禁用截断类型。",
555
+ "Disable_use_of_source_files_instead_of_declaration_files_from_referenced_projects_6221": "禁止使用源文件而不是引用项目中的声明文件。",
556
+ "Disable_wiping_the_console_in_watch_mode_6684": "禁用在监视模式下擦除控制台。",
557
+ "Disables_inference_for_type_acquisition_by_looking_at_filenames_in_a_project_6616": "禁用通过查看项目中的文件名进行类型获取推理。",
558
+ "Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add__6672": "禁止 “import”、“require” 或 “<reference>” 扩展 TypeScript 应添加到项目的文件数。",
559
+ "Disallow_inconsistently_cased_references_to_the_same_file_6078": "不允许对同一文件采用大小不一致的引用。",
560
+ "Do_not_add_triple_slash_references_or_imported_modules_to_the_list_of_compiled_files_6159": "请勿将三斜杠引用或导入的模块添加到已编译文件列表中。",
561
+ "Do_not_emit_comments_to_output_6009": "请勿将注释发出到输出。",
562
+ "Do_not_emit_declarations_for_code_that_has_an_internal_annotation_6056": "请勿对具有 \"@internal\" 注释的代码发出声明。",
563
+ "Do_not_emit_outputs_6010": "请勿发出输出。",
564
+ "Do_not_emit_outputs_if_any_errors_were_reported_6008": "如果报告了任何错误,请不要发出输出。",
565
+ "Do_not_emit_use_strict_directives_in_module_output_6112": "不要在模块输出中发出 \"use strict\" 指令。",
566
+ "Do_not_erase_const_enum_declarations_in_generated_code_6007": "请勿清除生成代码中的常数枚举声明。",
567
+ "Do_not_generate_custom_helper_functions_like_extends_in_compiled_output_6157": "请勿在已编译输出中生成自定义帮助程序函数,例如 \"__extends\"。",
568
+ "Do_not_include_the_default_library_file_lib_d_ts_6158": "请勿包括默认库文件(lib.d.ts)。",
569
+ "Do_not_report_errors_on_unreachable_code_6077": "不报告有关不可访问的代码的错误。",
570
+ "Do_not_report_errors_on_unused_labels_6074": "不报告有关未使用的标签的错误。",
571
+ "Do_not_resolve_the_real_path_of_symlinks_6013": "不要解析 symlink 的真实路径。",
572
+ "Do_not_truncate_error_messages_6165": "请勿删除错误消息。",
573
+ "Duplicate_function_implementation_2393": "函数实现重复。",
574
+ "Duplicate_identifier_0_2300": "标识符“{0}”重复。",
575
+ "Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_2441": "标识符“{0}”重复。编译器在模块的顶层范围中保留名称“{1}”。",
576
+ "Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_func_2529": "标识符“{0}”重复。编译器在包含异步函数的模块的顶层范围中保留名称“{1}”。",
577
+ "Duplicate_identifier_0_Compiler_reserves_name_1_when_emitting_super_references_in_static_initializer_2818": "标识符“{0}”重复。在静态初始化表达式中中发出 “super” 引用时,编译器保留名称“{1}”。",
578
+ "Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions_2520": "标识符“{0}”重复。编译器使用“{1}”声明来支持异步函数。",
579
+ "Duplicate_identifier_0_Static_and_instance_elements_cannot_share_the_same_private_name_2804": "标识符 \"{0}\" 重复。静态元素和实例元素不能共享相同的专用名称。",
580
+ "Duplicate_identifier_arguments_Compiler_uses_arguments_to_initialize_rest_parameters_2396": "标识符 \"arguments\" 重复。编译器使用 \"arguments\" 初始化 rest 参数。",
581
+ "Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_me_2543": "标识符 \"_newTarget\" 重复。编译器使用变量声明 \"_newTarget\" 来捕获 \"new.target\" 元属性引用。",
582
+ "Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference_2399": "标识符 \"_this\" 重复。编译器使用变量声明 \"_this\" 来捕获 \"this\" 引用。",
583
+ "Duplicate_index_signature_for_type_0_2374": "类型“{0}”的索引签名重复。",
584
+ "Duplicate_label_0_1114": "标签“{0}”重复。",
585
+ "Duplicate_property_0_2718": "重复的属性 \"{0}\"。",
586
+ "Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036": "动态导入的说明符类型必须是 \"string\",但此处类型是 \"{0}\"。",
587
+ "Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "仅在将 “--module” 标记设置为 “es2020”、“es2022”、“esnext”、“commonjs”、“amd”、“system”、“umd”、“node16” 或 “nodenext” 时,才支持动态导入。",
588
+ "Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450": "动态导入只能接受模块说明符和可选断言作为参数",
589
+ "Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_or_nod_1324": "只有当 “--module” 选项设置为 “esnext”、 “node16” 或 “nodenext” 时,动态导入才支持第二个参数。",
590
+ "Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "联合类型 \"{0}\" 的每个成员都有构造签名,但这些签名都不能互相兼容。",
591
+ "Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "联合类型 \"{0}\" 的每个成员都有签名,但这些签名都不能互相兼容。",
592
+ "Editor_Support_6249": "编辑器支持",
593
+ "Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1_7053": "元素隐式具有 \"any\" 类型,因为类型为 \"{0}\" 的表达式不能用于索引类型 \"{1}\"。",
594
+ "Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number_7015": "元素隐式具有 \"any\" 类型,因为索引表达式的类型不为 \"number\"。",
595
+ "Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_7017": "元素隐式具有 \"any\" 类型,因为类型“{0}”没有索引签名。",
596
+ "Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1_7052": "元素隐式具有 \"any\" 类型,因为类型 \"{0}\" 没有索引签名。你是想调用 \"{1}\" 吗?",
597
+ "Emit_6246": "发出",
598
+ "Emit_ECMAScript_standard_compliant_class_fields_6712": "发出符合 ECMAScript 标准的类字段。",
599
+ "Emit_a_UTF_8_Byte_Order_Mark_BOM_in_the_beginning_of_output_files_6622": "在输出文件的开头发出一个 UTF-8 字节顺序标记(BOM)。",
600
+ "Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file_6151": "发出包含源映射而非包含单独文件的单个文件。",
601
+ "Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging_6638": "发出用于调试的编译器运行的 v8 CPU 配置文件。",
602
+ "Emit_additional_JavaScript_to_ease_support_for_importing_CommonJS_modules_This_enables_allowSyntheti_6626": "发出其他 JavaScript 以轻松支持导入 CommonJS 模块。这将启用 “allowSyntheticDefaultImports” 以实现类型兼容性。",
603
+ "Emit_class_fields_with_Define_instead_of_Set_6222": "使用 Define 而不是 Set 发出类字段。",
604
+ "Emit_design_type_metadata_for_decorated_declarations_in_source_files_6624": "为源文件中的修饰声明发出设计类型元数据。",
605
+ "Emit_more_compliant_but_verbose_and_less_performant_JavaScript_for_iteration_6621": "发出更合规但更详细且性能较低的 JavaScript 进行迭代。",
606
+ "Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap__6152": "在单个文件内发出源以及源映射;需要设置 \"--inlineSourceMap\" 或 \"--sourceMap\"。",
607
+ "Enable_all_strict_type_checking_options_6180": "启用所有严格类型检查选项。",
608
+ "Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read_6685": "在 TypeScript 输出中启用颜色和格式设置,以使编译器错误更易于阅读。",
609
+ "Enable_constraints_that_allow_a_TypeScript_project_to_be_used_with_project_references_6611": "启用允许将 TypeScript 项目与项目引用一起使用的约束。",
610
+ "Enable_error_reporting_for_codepaths_that_do_not_explicitly_return_in_a_function_6667": "为未在函数中显式返回的代码路径启用错误报告。",
611
+ "Enable_error_reporting_for_expressions_and_declarations_with_an_implied_any_type_6665": "对具有隐式 “any” 类型的表达式和声明启用错误报告。",
612
+ "Enable_error_reporting_for_fallthrough_cases_in_switch_statements_6664": "为 switch 语句中的故障案例启用错误报告。",
613
+ "Enable_error_reporting_in_type_checked_JavaScript_files_6609": "在已检查类型的 JavaScript 文件中启用错误报告。",
614
+ "Enable_error_reporting_when_local_variables_aren_t_read_6675": "在未读取局部变量时启用错误报告。",
615
+ "Enable_error_reporting_when_this_is_given_the_type_any_6668": "在 “this” 的类型为 “any” 时启用错误报告。",
616
+ "Enable_experimental_support_for_TC39_stage_2_draft_decorators_6630": "为 TC39 暂存 2 草稿修饰器启用实验性支持。",
617
+ "Enable_importing_json_files_6689": "启用导入 .json 文件。",
618
+ "Enable_project_compilation_6302": "启用项目编译",
619
+ "Enable_strict_bind_call_and_apply_methods_on_functions_6214": "对函数启用严格的 \"bind\"、\"call\" 和 \"apply\" 方法。",
620
+ "Enable_strict_checking_of_function_types_6186": "对函数类型启用严格检查。",
621
+ "Enable_strict_checking_of_property_initialization_in_classes_6187": "启用类中属性初始化的严格检查。",
622
+ "Enable_strict_null_checks_6113": "启用严格的 NULL 检查。",
623
+ "Enable_the_experimentalDecorators_option_in_your_configuration_file_95074": "在配置文件中启用 \"experimentalDecorators\" 选项",
624
+ "Enable_the_jsx_flag_in_your_configuration_file_95088": "在配置文件中启用 \"--jsx\" 标志",
625
+ "Enable_tracing_of_the_name_resolution_process_6085": "启用名称解析过程的跟踪。",
626
+ "Enable_verbose_logging_6713": "启用详细日志记录。",
627
+ "Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for__7037": "通过为所有导入创建命名空间对象来启用 CommonJS 和 ES 模块之间的发出互操作性。表示 \"allowSyntheticDefaultImports\"。",
628
+ "Enables_experimental_support_for_ES7_decorators_6065": "对 ES7 修饰器启用实验支持。",
629
+ "Enables_experimental_support_for_emitting_type_metadata_for_decorators_6066": "对发出修饰器的类型元数据启用实验支持。",
630
+ "Enforces_using_indexed_accessors_for_keys_declared_using_an_indexed_type_6671": "对使用索引类型声明的键强制使用索引访问器。",
631
+ "Ensure_overriding_members_in_derived_classes_are_marked_with_an_override_modifier_6666": "确保使用替代修饰符标记派生类中的替代成员。",
632
+ "Ensure_that_casing_is_correct_in_imports_6637": "确保导入中的大小写正确。",
633
+ "Ensure_that_each_file_can_be_safely_transpiled_without_relying_on_other_imports_6645": "确保可以安全地转译每个文件,而无需依赖其他导入。",
634
+ "Ensure_use_strict_is_always_emitted_6605": "请确保始终发出 “se strict”。",
635
+ "Entry_point_for_implicit_type_library_0_1420": "隐式类型库 \"{0}\" 的入口点",
636
+ "Entry_point_for_implicit_type_library_0_with_packageId_1_1421": "隐式类型库 \"{0}\" 的入口点,具有 packageId \"{1}\"",
637
+ "Entry_point_of_type_library_0_specified_in_compilerOptions_1417": "在 compilerOptions 中指定的类型库 \"{0}\" 的入口点",
638
+ "Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1_1418": "在 compilerOptions 中指定的类型库 \"{0}\" 的入口点,具有 packageId \"{1}\"",
639
+ "Enum_0_used_before_its_declaration_2450": "枚举“{0}”用于其声明前。",
640
+ "Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567": "枚举声明只能与命名空间或其他枚举声明合并。",
641
+ "Enum_declarations_must_all_be_const_or_non_const_2473": "枚举声明必须全为常数或非常数。",
642
+ "Enum_member_expected_1132": "应为枚举成员。",
643
+ "Enum_member_must_have_initializer_1061": "枚举成员必须具有初始化表达式。",
644
+ "Enum_name_cannot_be_0_2431": "枚举名不能为“{0}”。",
645
+ "Enum_type_0_has_members_with_initializers_that_are_not_literals_2535": "枚举类型“{0}”包含具有不是文本的初始值设定项的成员。",
646
+ "Errors_Files_6041": "错误文件",
647
+ "Examples_Colon_0_6026": "示例: {0}",
648
+ "Excessive_stack_depth_comparing_types_0_and_1_2321": "与类型“{0}”和“{1}”相比,堆栈深度过高。",
649
+ "Expected_0_1_type_arguments_provide_these_with_an_extends_tag_8027": "应为 {0}-{1} 类型参数;请为这些参数添加 \"@extends\" 标记。",
650
+ "Expected_0_arguments_but_got_1_2554": "应有 {0} 个参数,但获得 {1} 个。",
651
+ "Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise_2794": "应为 {0} 个参数,但得到的却是 {1} 个。你是否忘了将类型参数中的 \"void\" 包含到 \"Promise\"?",
652
+ "Expected_0_type_arguments_but_got_1_2558": "应有 {0} 个类型参数,但获得 {1} 个。",
653
+ "Expected_0_type_arguments_provide_these_with_an_extends_tag_8026": "应为 {0} 类型参数;请为这些参数添加 \"@extends\" 标记。",
654
+ "Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_2810": "应为 1 个参数,但得到 0。“new Promise()” 需要 JSDoc 提示才能生成可在没有参数的情况下调用的 “resolve”。",
655
+ "Expected_at_least_0_arguments_but_got_1_2555": "应有至少 {0} 个参数,但获得 {1} 个。",
656
+ "Expected_corresponding_JSX_closing_tag_for_0_17002": "“{0}”预期的相应 JSX 结束标记。",
657
+ "Expected_corresponding_closing_tag_for_JSX_fragment_17015": "预期的 JSX 片段的相应结束标记。",
658
+ "Expected_for_property_initializer_1442": "属性初始化表达式应有 \"=\"。",
659
+ "Expected_type_of_0_field_in_package_json_to_be_1_got_2_6105": "\"package.json\" 中 \"{0}\" 字段的类型应为 \"{1}\",但实际为 \"{2}\" 。",
660
+ "Experimental_support_for_decorators_is_a_feature_that_is_subject_to_change_in_a_future_release_Set_t_1219": "对修饰器的实验支持功能在将来的版本中可能更改。在 \"tsconfig\" 或 \"jsconfig\" 中设置 \"experimentalDecorators\" 选项以删除此警告。",
661
+ "Explicitly_specified_module_resolution_kind_Colon_0_6087": "显示指定了模块解析类型:“{0}”。",
662
+ "Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791": "除非 \"target\" 选项设置为 \"es2016\" 或更高版本,否则不能对 \"bigint\" 值执行求幂运算。",
663
+ "Export_0_from_module_1_90059": "从模块“{1}”导出“{0}”",
664
+ "Export_all_referenced_locals_90060": "导出所有引用的局部变量",
665
+ "Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203": "面向 ECMAScript 模块时,不能使用导出分配。请考虑改用 \"export default\" 或另一种模块格式。",
666
+ "Export_assignment_is_not_supported_when_module_flag_is_system_1218": "当 \"--module\" 标志是 \"system\" 时不支持导出分配。",
667
+ "Export_declaration_conflicts_with_exported_declaration_of_0_2484": "导出声明与“{0}”的导出声明冲突。",
668
+ "Export_declarations_are_not_permitted_in_a_namespace_1194": "命名空间中不允许有导出声明。",
669
+ "Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6276": "路径 '{1}' 处的 package.json 作用域中不存在导出说明符 '{0}'。",
670
+ "Exported_type_alias_0_has_or_is_using_private_name_1_4081": "导出的类型别名“{0}”已经或正在使用专用名称“{1}”。",
671
+ "Exported_type_alias_0_has_or_is_using_private_name_1_from_module_2_4084": "导出的类型别名“{0}”具有或正在使用模块“{2}”中的专用名称“{1}”。",
672
+ "Exported_variable_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4023": "导出的变量“{0}”具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
673
+ "Exported_variable_0_has_or_is_using_name_1_from_private_module_2_4024": "导出的变量“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
674
+ "Exported_variable_0_has_or_is_using_private_name_1_4025": "导出的变量“{0}”具有或正在使用专用名称“{1}”。",
675
+ "Exports_and_export_assignments_are_not_permitted_in_module_augmentations_2666": "模块扩大中不允许导出和导出分配。",
676
+ "Expression_expected_1109": "应为表达式。",
677
+ "Expression_or_comma_expected_1137": "应为表达式或逗号。",
678
+ "Expression_produces_a_tuple_type_that_is_too_large_to_represent_2800": "表达式生成的元组类型太大,无法表示。",
679
+ "Expression_produces_a_union_type_that_is_too_complex_to_represent_2590": "表达式生成的联合类型过于复杂,无法表示。",
680
+ "Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference_2402": "表达式解析为 \"_super\",编译器使用 \"_super\" 获取基类引用。",
681
+ "Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta__2544": "表达式解析为编辑器用于捕获 \"new.target\" 元属性引用的变量声明 \"_newTarget\"。",
682
+ "Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference_2400": "表达式解析为编译器用于捕获 \"this\" 引用的变量声明 \"_this\"。",
683
+ "Extract_constant_95006": "提取常数",
684
+ "Extract_function_95005": "提取函数",
685
+ "Extract_to_0_in_1_95004": "提取到 {1} 中的 {0}",
686
+ "Extract_to_0_in_1_scope_95008": "提取到 {1} 范围中的 {0}",
687
+ "Extract_to_0_in_enclosing_scope_95007": "提取到封闭范围中的 {0}",
688
+ "Extract_to_interface_95090": "提取到接口",
689
+ "Extract_to_type_alias_95078": "提取到类型别名",
690
+ "Extract_to_typedef_95079": "提取到类型引用",
691
+ "Extract_type_95077": "提取类型",
692
+ "FILE_6035": "文件",
693
+ "FILE_OR_DIRECTORY_6040": "文件或目录",
694
+ "Failed_to_parse_file_0_Colon_1_5014": "未能分析文件“{0}”: {1}。",
695
+ "Fallthrough_case_in_switch_7029": "switch 语句中的 Fallthrough 情况。",
696
+ "File_0_does_not_exist_6096": "文件“{0}”不存在。",
697
+ "File_0_does_not_exist_according_to_earlier_cached_lookups_6240": "根据前面缓存的查找,文件“{0}”不存在。",
698
+ "File_0_exist_use_it_as_a_name_resolution_result_6097": "文件“{0}”存在 - 将其用作名称解析结果。",
699
+ "File_0_exists_according_to_earlier_cached_lookups_6239": "根据前面缓存的查找,文件“{0}”存在。",
700
+ "File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1_6054": "文件“{0}”具有不受支持的扩展名。仅支持 {1} 扩展名。",
701
+ "File_0_has_an_unsupported_extension_so_skipping_it_6081": "文件“{0}”的扩展名不受支持,正在跳过。",
702
+ "File_0_is_a_JavaScript_file_Did_you_mean_to_enable_the_allowJs_option_6504": "文件 \"{0}\" 是 JavaScript 文件。你是想启用 \"allowJs\" 选项吗?",
703
+ "File_0_is_not_a_module_2306": "文件“{0}”不是模块。",
704
+ "File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307": "文件 \"{0}\" 不在项目 \"{1}\" 的文件列表中。项目必须列出所有文件,或使用 \"include\" 模式。",
705
+ "File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files_6059": "文件“{0}”不在 \"rootDir\"“{1}”下。\"rootDir\" 应包含所有源文件。",
706
+ "File_0_not_found_6053": "找不到文件“{0}”。",
707
+ "File_Management_6245": "文件管理",
708
+ "File_change_detected_Starting_incremental_compilation_6032": "检测到文件更改。正在启动增量编译...",
709
+ "File_is_CommonJS_module_because_0_does_not_have_field_type_1460": "文件是 CommonJS 模块,因为“{0}”没有字段 “type”",
710
+ "File_is_CommonJS_module_because_0_has_field_type_whose_value_is_not_module_1459": "文件是 CommonJS 模块,因为“{0}”具有值不是 “module” 的字段 “type”",
711
+ "File_is_CommonJS_module_because_package_json_was_not_found_1461": "文件是 CommonJS 模块,因为找不到 “package.json”",
712
+ "File_is_ECMAScript_module_because_0_has_field_type_with_value_module_1458": "文件是 ECMAScript 模块,因为“{0}”具有值为 “module” 的字段 “type”",
713
+ "File_is_a_CommonJS_module_it_may_be_converted_to_an_ES_module_80001": "文件是 CommonJS 模块; 它可能会转换为 ES 模块。",
714
+ "File_is_default_library_for_target_specified_here_1426": "文件是此处指定的目标的默认库。",
715
+ "File_is_entry_point_of_type_library_specified_here_1419": "文件是此处指定的类型库的入口点。",
716
+ "File_is_included_via_import_here_1399": "在此处通过导入包含了文件。",
717
+ "File_is_included_via_library_reference_here_1406": "在此处通过库引用包含了文件。",
718
+ "File_is_included_via_reference_here_1401": "在此处通过引用包含了文件。",
719
+ "File_is_included_via_type_library_reference_here_1404": "在此处通过类型库引用包含了文件。",
720
+ "File_is_library_specified_here_1423": "文件是此处指定的库。",
721
+ "File_is_matched_by_files_list_specified_here_1410": "通过此处指定的“文件”列表匹配了文件。",
722
+ "File_is_matched_by_include_pattern_specified_here_1408": "通过在此处指定包含模式匹配了文件。",
723
+ "File_is_output_from_referenced_project_specified_here_1413": "从此处指定的引用项目输出文件。",
724
+ "File_is_output_of_project_reference_source_0_1428": "文件是项目引用源 \"{0}\" 的输出",
725
+ "File_is_source_from_referenced_project_specified_here_1416": "文件源自此处指定的引用项目。",
726
+ "File_name_0_differs_from_already_included_file_name_1_only_in_casing_1149": "文件名“{0}”仅在大小写方面与包含的文件名“{1}”不同。",
727
+ "File_name_0_has_a_1_extension_stripping_it_6132": "文件名“{0}”的扩展名为“{1}”,请去除它。",
728
+ "File_redirects_to_file_0_1429": "文件重定向到文件 \"{0}\"",
729
+ "File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildca_5065": "文件规范不能包含出现在递归目录通配符(\"*\"): “{0}”后的父目录(\"..\")。",
730
+ "File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0_5010": "文件规范不能以递归目录通配符结尾(\"**\"):“{0}”。",
731
+ "Filters_results_from_the_include_option_6627": "从 “include” 选项筛选结果。",
732
+ "Fix_all_detected_spelling_errors_95026": "修复检测到的所有拼写错误",
733
+ "Fix_all_expressions_possibly_missing_await_95085": "修复可能缺少 \"await\" 的所有表达式",
734
+ "Fix_all_implicit_this_errors_95107": "修复所有 implicit-'this' 错误",
735
+ "Fix_all_incorrect_return_type_of_an_async_functions_90037": "修复所有错误的异步函数返回类型",
736
+ "For_await_loops_cannot_be_used_inside_a_class_static_block_18038": "无法在类静态块内使用 for...await 循环。",
737
+ "Found_0_errors_6217": "找到 {0} 个错误。",
738
+ "Found_0_errors_Watching_for_file_changes_6194": "找到 {0} 个错误。注意文件更改。",
739
+ "Found_0_errors_in_1_files_6261": "在 {1} 个文件中找到 {0} 个错误。",
740
+ "Found_0_errors_in_the_same_file_starting_at_Colon_1_6260": "在同一文件中找到 {0} 个错误,起始位置为: {1}",
741
+ "Found_1_error_6216": "找到 1 个错误。",
742
+ "Found_1_error_Watching_for_file_changes_6193": "找到 1 个错误。注意文件更改。",
743
+ "Found_1_error_in_1_6259": "在 {1} 中找到 1 个错误",
744
+ "Found_package_json_at_0_6099": "在“{0}”处找到了 \"package.json\"。",
745
+ "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250": "面向 \"ES3\" 或 \"ES5\" 时,在严格模式下,块内不允许函数声明。",
746
+ "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_d_1251": "面向 \"ES3\" 或 \"ES5\" 时,在严格模式下,块内不允许函数声明。类定义自动处于严格模式。",
747
+ "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Modules_1252": "面向 \"ES3\" 或 \"ES5\" 时,在严格模式下,块内不允许函数声明。模块自动处于严格模式。",
748
+ "Function_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7011": "缺少返回类型批注的函数表达式隐式具有“{0}”返回类型。",
749
+ "Function_implementation_is_missing_or_not_immediately_following_the_declaration_2391": "函数实现缺失或未立即出现在声明之后。",
750
+ "Function_implementation_name_must_be_0_2389": "函数实现名称必须为“{0}”。",
751
+ "Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_ref_7024": "由于函数不具有返回类型批注并且在它的一个返回表达式中得到直接或间接引用,因此它隐式具有返回类型 \"any\"。",
752
+ "Function_lacks_ending_return_statement_and_return_type_does_not_include_undefined_2366": "函数缺少结束 return 语句,返回类型不包括 \"undefined\"。",
753
+ "Function_not_implemented_95159": "未实现函数。",
754
+ "Function_overload_must_be_static_2387": "函数重载必须为静态。",
755
+ "Function_overload_must_not_be_static_2388": "函数重载不能为静态。",
756
+ "Function_type_notation_must_be_parenthesized_when_used_in_a_union_type_1385": "在联合类型中使用时,函数类型标记必须用括号括起来。",
757
+ "Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1387": "在相交类型中使用时,函数类型标记必须用括号括起来。",
758
+ "Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7014": "缺少返回类型注释的函数类型隐式具有 \"{0}\" 返回类型。",
759
+ "Function_with_bodies_can_only_merge_with_classes_that_are_ambient_2814": "具有正文的函数只能与环境类合并。",
760
+ "Generate_d_ts_files_from_TypeScript_and_JavaScript_files_in_your_project_6612": "从项目的 TypeScript 和 JavaScript 文件生成 .d.ts 文件。",
761
+ "Generate_get_and_set_accessors_95046": "生成 \"get\" 和 \"set\" 访问器",
762
+ "Generate_get_and_set_accessors_for_all_overriding_properties_95119": "为所有重写属性生成 \"get\" 和 \"set\" 访问器",
763
+ "Generates_a_CPU_profile_6223": "生成 CPU 配置文件。",
764
+ "Generates_a_sourcemap_for_each_corresponding_d_ts_file_6000": "为每个相应的 \".d.ts\" 文件生成源映射。",
765
+ "Generates_an_event_trace_and_a_list_of_types_6237": "生成事件跟踪和类型列表。",
766
+ "Generates_corresponding_d_ts_file_6002": "生成相应的 \".d.ts\" 文件。",
767
+ "Generates_corresponding_map_file_6043": "生成相应的 \".map\" 文件。",
768
+ "Generator_implicitly_has_yield_type_0_because_it_does_not_yield_any_values_Consider_supplying_a_retu_7025": "生成器隐式具有产出类型 \"{0}\" ,因为它不生成任何值。请考虑提供一个返回类型注释。",
769
+ "Generators_are_not_allowed_in_an_ambient_context_1221": "不允许在环境上下文中使用生成器。",
770
+ "Generic_type_0_requires_1_type_argument_s_2314": "泛型类型“{0}”需要 {1} 个类型参数。",
771
+ "Generic_type_0_requires_between_1_and_2_type_arguments_2707": "泛型类型“{0}”需要介于 {1} 和 {2} 类型参数之间。",
772
+ "Global_module_exports_may_only_appear_at_top_level_1316": "全局模块导出仅可出现在顶层级别中。",
773
+ "Global_module_exports_may_only_appear_in_declaration_files_1315": "全局模块导出仅可出现声明文件中。",
774
+ "Global_module_exports_may_only_appear_in_module_files_1314": "全局模块导出仅可出现模块文件中。",
775
+ "Global_type_0_must_be_a_class_or_interface_type_2316": "全局类型“{0}”必须为类或接口类型。",
776
+ "Global_type_0_must_have_1_type_parameter_s_2317": "全局类型“{0}”必须具有 {1} 个类型参数。",
777
+ "Have_recompiles_in_incremental_and_watch_assume_that_changes_within_a_file_will_only_affect_files_di_6384": "在 \"--incremental\" 和 \"--watch\" 中有重新编译,假定文件中的更改只会影响直接依赖它的文件。",
778
+ "Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_wi_6606": "在使用 “incremental” 和 “watch” 模式的项目中具有重新编译会假定文件中的更改将仅直接影响依赖于它的文件。",
779
+ "Hexadecimal_digit_expected_1125": "应为十六进制数字。",
780
+ "Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module_1262": "应为标识符。“{0}”是模块顶层的预留字。",
781
+ "Identifier_expected_0_is_a_reserved_word_in_strict_mode_1212": "应为标识符。“{0}”在严格模式下是保留字。",
782
+ "Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_stric_1213": "应为标识符。“{0}”在严格模式下是保留字。类定义自动处于严格模式。",
783
+ "Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode_1214": "应为标识符。“{0}”是严格模式下的保留字。模块自动处于严格模式。",
784
+ "Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here_1359": "应为标识符。\"{0}\" 是保留字,不能在此处使用。",
785
+ "Identifier_expected_1003": "应为标识符。",
786
+ "Identifier_expected_esModule_is_reserved_as_an_exported_marker_when_transforming_ECMAScript_modules_1216": "应为标识符。转换 ECMAScript 模块时,\"__esModule\" 保留为导出标记。",
787
+ "Identifier_or_string_literal_expected_1478": "应为标识符或字符串字面量。",
788
+ "If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040": "如果“{0}”包实际上公开此模块,请考虑发送拉取请求以修正“https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}”",
789
+ "If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058": "如果“{0}”包实际公开了此模块,请尝试添加包含 `declare module‘{1}';` 的新声明(.d.ts)文件",
790
+ "Ignore_this_error_message_90019": "忽略此错误信息",
791
+ "Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924": "忽略 tsconfig.json,使用默认编译器选项编译指定文件。",
792
+ "Implement_all_inherited_abstract_classes_95040": "实现继承的所有抽象类",
793
+ "Implement_all_unimplemented_interfaces_95032": "实现未实现的所有接口",
794
+ "Implement_inherited_abstract_class_90007": "实现已继承的抽象类",
795
+ "Implement_interface_0_90006": "实现接口“{0}”",
796
+ "Implements_clause_of_exported_class_0_has_or_is_using_private_name_1_4019": "导出的类“{0}”的 Implements 子句具有或正在使用专用名称“{1}”。",
797
+ "Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_i_2731": "\"symbol\" 到 \"string\" 的隐式转换将在运行时失败。请考虑在 \"String(...)\" 中包装此表达式。",
798
+ "Import_0_from_1_90013": "从“{1}”导入“{0}”",
799
+ "Import_assertion_values_must_be_string_literal_expressions_2837": "导入断言值必须为字符串字面量表达式。",
800
+ "Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836": "不允许在转译到 commonjs “require” 调用的语句导入断言。",
801
+ "Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821": "仅在将 “--module” 选项设置为 “esnext” 或 “nodenext” 时,才支持导入断言。",
802
+ "Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822": "导入断言不能用于仅类型导入或导出。",
803
+ "Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202": "面向 ECMAScript 模块时,不能使用导入分配。请考虑改用 \"import * as ns from \"mod\"\"、\"import {a} from \"mod\"\"、\"import d from \"mod\"\" 或另一种模块格式。",
804
+ "Import_declaration_0_is_using_private_name_1_4000": "导入声明“{0}”使用的是专用名称“{1}”。",
805
+ "Import_declaration_conflicts_with_local_declaration_of_0_2440": "导入声明与“{0}”的局部声明冲突。",
806
+ "Import_declarations_in_a_namespace_cannot_reference_a_module_1147": "命名空间中的导入声明不能引用模块。",
807
+ "Import_emit_helpers_from_tslib_6139": "从 \"tslib\" 导入发出帮助程序。",
808
+ "Import_may_be_converted_to_a_default_import_80003": "导入可能会转换为默认导入。",
809
+ "Import_name_cannot_be_0_2438": "导入名称不能为“{0}”。",
810
+ "Import_or_export_declaration_in_an_ambient_module_declaration_cannot_reference_module_through_relati_2439": "环境模块声明中的导入或导出声明不能通过相对模块名引用模块。",
811
+ "Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6271": "路径 '{1}' 处的 package.json 作用域中不存在导入说明符 '{0}'。",
812
+ "Imported_via_0_from_file_1_1393": "通过 {0} 从文件 \"{1}\" 导入",
813
+ "Imported_via_0_from_file_1_to_import_importHelpers_as_specified_in_compilerOptions_1395": "通过 {0} 从文件 \"{1}\" 导入,以按照 compilerOptions 中指定的配置导入 \"importHelpers\"",
814
+ "Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions_1397": "通过 {0} 从文件 \"{1}\" 导入,以导入 \"jsx\" 和 \"jsxs\" 工厂函数",
815
+ "Imported_via_0_from_file_1_with_packageId_2_1394": "通过 {0} 从具有 packageId \"{2}\" 的文件 \"{1}\" 导入",
816
+ "Imported_via_0_from_file_1_with_packageId_2_to_import_importHelpers_as_specified_in_compilerOptions_1396": "通过 {0} 从具有 packageId \"{2}\" 的文件 \"{1}\" 导入,以按照 compilerOptions 中指定的方式导入 \"importHelpers\"",
817
+ "Imported_via_0_from_file_1_with_packageId_2_to_import_jsx_and_jsxs_factory_functions_1398": "通过 {0} 从具有 packageId \"{2}\" 的文件 \"{1}\" 导入,以导入 \"jsx\" 和 \"jsxs\" 工厂函数",
818
+ "Imports_are_not_permitted_in_module_augmentations_Consider_moving_them_to_the_enclosing_external_mod_2667": "模块扩大中不允许导入。请考虑将它们移动到封闭的外部模块。",
819
+ "In_ambient_enum_declarations_member_initializer_must_be_constant_expression_1066": "在环境枚举声明中,成员初始化表达式必须是常数表达式。",
820
+ "In_an_enum_with_multiple_declarations_only_one_declaration_can_omit_an_initializer_for_its_first_enu_2432": "在包含多个声明的枚举中,只有一个声明可以省略其第一个枚举元素的初始化表达式。",
821
+ "Include_a_list_of_files_This_does_not_support_glob_patterns_as_opposed_to_include_6635": "包含文件列表。这不支持 glob 模式,与 “include” 不同。",
822
+ "Include_modules_imported_with_json_extension_6197": "包括通过 \".json\" 扩展导入的模块",
823
+ "Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript_6644": "在发出的 JavaScript 内的源映射中包含源代码。",
824
+ "Include_sourcemap_files_inside_the_emitted_JavaScript_6643": "在发出的 JavaScript 中包括源映射文件。",
825
+ "Includes_imports_of_types_referenced_by_0_90054": "包含由“{0}”引用的类型的导入",
826
+ "Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_conf_6914": "包括 --watch,-w 将开始监视当前项目的文件更改。设置后,可以使用以下内容配置监视模式:",
827
+ "Index_signature_for_type_0_is_missing_in_type_1_2329": "类型“{1}”中缺少类型“{0}”的索引签名。",
828
+ "Index_signature_in_type_0_only_permits_reading_2542": "类型“{0}”中的索引签名仅允许读取。",
829
+ "Individual_declarations_in_merged_declaration_0_must_be_all_exported_or_all_local_2395": "合并声明“{0}”中的单独声明必须全为导出或全为局部声明。",
830
+ "Infer_all_types_from_usage_95023": "从使用情况推导所有类型",
831
+ "Infer_function_return_type_95148": "推断函数返回类型",
832
+ "Infer_parameter_types_from_usage_95012": "根据使用情况推断参数类型",
833
+ "Infer_this_type_of_0_from_usage_95080": "从用法中推断出 \"{0}\" 的 \"this\" 类型",
834
+ "Infer_type_of_0_from_usage_95011": "根据使用情况推断“{0}”的类型",
835
+ "Initialize_property_0_in_the_constructor_90020": "初始化构造函数中的属性“{0}”",
836
+ "Initialize_static_property_0_90021": "初始化静态属性“{0}”",
837
+ "Initializer_for_property_0_2811": "属性“{0}”的初始化表达式",
838
+ "Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2301": "实例成员变量“{0}”的初始化表达式不能引用构造函数中声明的标识符“{1}”。",
839
+ "Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value_2525": "初始化表达式没有为此绑定元素提供此任何值,且该绑定元素没有默认值。",
840
+ "Initializers_are_not_allowed_in_ambient_contexts_1039": "不允许在环境上下文中使用初始化表达式。",
841
+ "Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file_6070": "初始化 TypeScript 项目并创建 tsconfig.json 文件。",
842
+ "Insert_command_line_options_and_files_from_a_file_6030": "从文件插入命令行选项和文件。",
843
+ "Install_0_95014": "安装“{0}”",
844
+ "Install_all_missing_types_packages_95033": "安装缺少的所有类型包",
845
+ "Interface_0_cannot_simultaneously_extend_types_1_and_2_2320": "接口“{0}”不能同时扩展类型“{1}”和“{2}”。",
846
+ "Interface_0_incorrectly_extends_interface_1_2430": "接口“{0}”错误扩展接口“{1}”。",
847
+ "Interface_declaration_cannot_have_implements_clause_1176": "接口声明不能有 \"implements\" 子句。",
848
+ "Interface_must_be_given_a_name_1438": "必须为接口指定名称。",
849
+ "Interface_name_cannot_be_0_2427": "接口名称不能为“{0}”。",
850
+ "Interop_Constraints_6252": "互操作约束",
851
+ "Interpret_optional_property_types_as_written_rather_than_adding_undefined_6243": "将可选属性类型解释为已写,而不是添加 \"undefined\"。",
852
+ "Invalid_character_1127": "无效的字符。",
853
+ "Invalid_import_specifier_0_has_no_possible_resolutions_6272": "无效的导入说明符 '{0}' 没有可行的解决方法。",
854
+ "Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augm_2665": "扩大中的模块名称无效。模块“{0}”解析到位于“{1}”处的非类型化模块,其无法扩大。",
855
+ "Invalid_module_name_in_augmentation_module_0_cannot_be_found_2664": "扩大中的模块名无效,找不到模块“{0}”。",
856
+ "Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0_1209": "新表达式中的可选链无效。是否要调用“{0}()”?",
857
+ "Invalid_reference_directive_syntax_1084": "\"reference\" 指令语法无效。",
858
+ "Invalid_use_of_0_It_cannot_be_used_inside_a_class_static_block_18039": "“{0}”的使用无效。它不能在类静态块内使用。",
859
+ "Invalid_use_of_0_Modules_are_automatically_in_strict_mode_1215": "“{0}”的使用无效。模块自动处于严格模式。",
860
+ "Invalid_use_of_0_in_strict_mode_1100": "严格模式下“{0}”的使用无效。",
861
+ "Invalid_value_for_jsxFactory_0_is_not_a_valid_identifier_or_qualified_name_5067": "\"jsxFactory\" 的值无效。“{0}”不是有效的标识符或限定名称。",
862
+ "Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name_18035": "\"jsxFragmentFactory\" 的值无效。“{0}”不是有效的标识符或限定名称。",
863
+ "Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier_5059": "\"--reactNamespace\" 的值无效。“{0}”不是有效的标识符。",
864
+ "It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tag_2796": "很可能缺少了分隔这两个模板表达式的逗号。它们构成了无法调用的带标记的模板表达式。",
865
+ "Its_element_type_0_is_not_a_valid_JSX_element_2789": "其元素类型 \"{0}\" 不是有效的 JSX 元素。",
866
+ "Its_instance_type_0_is_not_a_valid_JSX_element_2788": "其实例类型 \"{0}\" 不是有效的 JSX 元素。",
867
+ "Its_return_type_0_is_not_a_valid_JSX_element_2787": "其返回类型 \"{0}\" 不是有效的 JSX 元素。",
868
+ "JSDoc_0_1_does_not_match_the_extends_2_clause_8023": "JSDoc \"@{0} {1}\" 不匹配 \"extends {2}\" 子句。",
869
+ "JSDoc_0_is_not_attached_to_a_class_8022": "JSDoc \"@{0}\" 未附加到类。",
870
+ "JSDoc_may_only_appear_in_the_last_parameter_of_a_signature_8028": "JSDoc \"...\" 可能仅出现在签名的最后一个参数中。",
871
+ "JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_8024": "JSDoc \"@param\" 标记具有名称 \"{0}\",但不存在具有该名称的参数。",
872
+ "JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_h_8029": "JSDoc \"@param\" 标记的名称为“{0}”,但该名称没有参数。如果它为数组类型,将匹配 \"arguments\"。",
873
+ "JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags_8021": "JSDoc \"@typedef\" 标记应具有类型注释,或其后跟有 \"@property\" 或 \"@member\" 标记。",
874
+ "JSDoc_types_can_only_be_used_inside_documentation_comments_8020": "JSDoc 类型只能在文档注释内部使用。",
875
+ "JSDoc_types_may_be_moved_to_TypeScript_types_80004": "JSDoc 类型可能会移到 TypeScript 类型。",
876
+ "JSX_attributes_must_only_be_assigned_a_non_empty_expression_17000": "只能为 JSX 属性分配非空“表达式”。",
877
+ "JSX_element_0_has_no_corresponding_closing_tag_17008": "JSX 元素“{0}”没有相应的结束标记。",
878
+ "JSX_element_class_does_not_support_attributes_because_it_does_not_have_a_0_property_2607": "JSX 元素类不支持特性,因为它不具有“{0}”属性。",
879
+ "JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists_7026": "JSX 元素隐式具有类型 \"any\",因为不存在接口 \"JSX.{0}\"。",
880
+ "JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist_2602": "JSX 元素隐式具有类型 \"any\",因为不存在全局类型 \"JSX.Element\"。",
881
+ "JSX_element_type_0_does_not_have_any_construct_or_call_signatures_2604": "JSX 元素类型“{0}”不具有任何构造签名或调用签名。",
882
+ "JSX_elements_cannot_have_multiple_attributes_with_the_same_name_17001": "JSX 元素不能具有多个名称相同的特性。",
883
+ "JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array_18007": "JSX 表达式不能使用逗号运算符。你是想写入数组吗?",
884
+ "JSX_expressions_must_have_one_parent_element_2657": "JSX 表达式必须具有一个父元素。",
885
+ "JSX_fragment_has_no_corresponding_closing_tag_17014": "JSX 片段没有相应的结束标记。",
886
+ "JSX_property_access_expressions_cannot_include_JSX_namespace_names_2633": "JSX 属性访问表达式不能包含 JSX 命名空间名称",
887
+ "JSX_spread_child_must_be_an_array_type_2609": "JSX 扩展子属性必须为数组类型。",
888
+ "JavaScript_Support_6247": "JavaScript 支持",
889
+ "Jump_target_cannot_cross_function_boundary_1107": "跳转目标不能跨越函数边界。",
890
+ "KIND_6034": "种类",
891
+ "Keywords_cannot_contain_escape_characters_1260": "关键字不能包含转义字符。",
892
+ "LOCATION_6037": "位置",
893
+ "Language_and_Environment_6254": "语言和环境",
894
+ "Left_side_of_comma_operator_is_unused_and_has_no_side_effects_2695": "逗号运算符的左侧未使用,没有任何副作用。",
895
+ "Library_0_specified_in_compilerOptions_1422": "CompilerOptions 中指定了库 \"{0}\"",
896
+ "Library_referenced_via_0_from_file_1_1405": "通过 \"{0}\" 从文件 \"{1}\" 引用了库",
897
+ "Line_break_not_permitted_here_1142": "不允许在此处换行。",
898
+ "Line_terminator_not_permitted_before_arrow_1200": "箭头前不允许有行终止符。",
899
+ "List_of_file_name_suffixes_to_search_when_resolving_a_module_6931": "解析模块时要搜索的文件名后缀列表。",
900
+ "List_of_folders_to_include_type_definitions_from_6161": "包含类型定义来源的文件夹列表。",
901
+ "List_of_root_folders_whose_combined_content_represents_the_structure_of_the_project_at_runtime_6168": "根文件夹列表,其组合内容表示在运行时的项目结构。",
902
+ "Loading_0_from_the_root_dir_1_candidate_location_2_6109": "正在从根目录“{1}”加载“{0}”,候选位置“{2}”。",
903
+ "Loading_module_0_from_node_modules_folder_target_file_type_1_6098": "正在从 \"node_modules\" 文件夹加载模块“{0}”,目标文件类型“{1}”。",
904
+ "Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_type_1_6095": "正在将模块作为文件/文件夹进行加载,候选模块位置“{0}”,目标文件类型“{1}”。",
905
+ "Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1_6048": "区域设置必须采用 <语言> 或 <语言>-<区域> 形式。例如“{0}”或“{1}”。",
906
+ "Log_paths_used_during_the_moduleResolution_process_6706": "在 “moduleResolution” 进程期间使用的日志路径。",
907
+ "Longest_matching_prefix_for_0_is_1_6108": "“{0}”的最长匹配前缀为“{1}”。",
908
+ "Looking_up_in_node_modules_folder_initial_location_0_6125": "正在 \"node_modules\" 文件夹中查找,初始位置为“{0}”。",
909
+ "Make_all_super_calls_the_first_statement_in_their_constructor_95036": "让所有 \"super()\" 调用成为构造函数中的第一个语句",
910
+ "Make_keyof_only_return_strings_instead_of_string_numbers_or_symbols_Legacy_option_6650": "使 keyof 仅返回字符串,而不是字符串、数字或符号。旧版选项。",
911
+ "Make_super_call_the_first_statement_in_the_constructor_90002": "在构造函数中,使 \"super()\" 调用第一个语句",
912
+ "Mapped_object_type_implicitly_has_an_any_template_type_7039": "映射的对象类型隐式地含有 \"any\" 模板类型。",
913
+ "Matched_0_condition_1_6403": "匹配的“{0}”条件“{1}”。",
914
+ "Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457": "默认情况下匹配包括模式 “**/*”",
915
+ "Matched_by_include_pattern_0_in_1_1407": "通过在 \"{1}\" 中的包含模式 \"{0}\" 匹配",
916
+ "Member_0_implicitly_has_an_1_type_7008": "成员“{0}”隐式包含类型“{1}”。",
917
+ "Member_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7045": "成员 \"{0}\" 隐式具有 \"{1}\" 类型,但可以从用法中推断出更好的类型。",
918
+ "Merge_conflict_marker_encountered_1185": "遇到合并冲突标记。",
919
+ "Merged_declaration_0_cannot_include_a_default_export_declaration_Consider_adding_a_separate_export_d_2652": "合并声明“{0}”不能包含默认导出声明。请考虑改为添加一个独立的“导出默认 {0}”声明。",
920
+ "Meta_property_0_is_only_allowed_in_the_body_of_a_function_declaration_function_expression_or_constru_17013": "元属性“{0}”只能在函数声明、函数表达式或构造函数的主体中使用。",
921
+ "Method_0_cannot_have_an_implementation_because_it_is_marked_abstract_1245": "方法“{0}”不能具有实现,因为它标记为抽象。",
922
+ "Method_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2_4101": "导出接口的方法“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
923
+ "Method_0_of_exported_interface_has_or_is_using_private_name_1_4102": "导出接口的方法“{0}”具有或正在使用专用名称“{1}”。",
924
+ "Method_not_implemented_95158": "方法未实现。",
925
+ "Modifiers_cannot_appear_here_1184": "修饰符不能出现在此处。",
926
+ "Module_0_can_only_be_default_imported_using_the_1_flag_1259": "模块 \"{0}\" 只能在使用 \"{1}\" 标志时进行默认导入",
927
+ "Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_c_1471": "无法使用此构造导入模块“{0}”。说明符仅解析为 ES 模块,后者不能使用“require”进行导入。请改用 ECMAScript 导入。",
928
+ "Module_0_declares_1_locally_but_it_is_exported_as_2_2460": "模块 \"{0}\" 在本地声明 \"{1}\",但它被导出为 \"{2}\"。",
929
+ "Module_0_declares_1_locally_but_it_is_not_exported_2459": "模块 \"{0}\" 在本地声明 \"{1}\",但未导出它。",
930
+ "Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0_1340": "模块 \"{0}\" 不引用类型,但在此处用作类型。你是想使用 \"typeof import('{0}')\" 吗?",
931
+ "Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here_1339": "模块“{0}”不引用值,但在此处用作值。",
932
+ "Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambig_2308": "模块 {0} 已导出一个名为“{1}”的成员。请考虑重新显式导出以解决歧义。",
933
+ "Module_0_has_no_default_export_1192": "模块“{0}”没有默认导出。",
934
+ "Module_0_has_no_default_export_Did_you_mean_to_use_import_1_from_0_instead_2613": "模块 \"{0}\" 没有默认导出。你是想改为使用 \"import { {1} } from {0}\" 吗?",
935
+ "Module_0_has_no_exported_member_1_2305": "模块“{0}”没有导出的成员“{1}”。",
936
+ "Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead_2614": "模块 \"{0}\" 没有导出的成员 \"{1}\"。你是想改用 \"import {1} from {0}\" 吗?",
937
+ "Module_0_is_hidden_by_a_local_declaration_with_the_same_name_2437": "模块“{0}”被具有相同名称的局部声明隐藏。",
938
+ "Module_0_uses_export_and_cannot_be_used_with_export_Asterisk_2498": "模块“{0}”使用 \"export =\" 且无法与 \"export *\" 一起使用。",
939
+ "Module_0_was_resolved_as_ambient_module_declared_in_1_since_this_file_was_not_modified_6145": "模块“{0}”解析为“{1}”中声明的环境模块,因为未修改此文件。",
940
+ "Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1_6144": "模块“{0}”解析为文件“{1}”中本地声明的环境模块。",
941
+ "Module_0_was_resolved_to_1_but_jsx_is_not_set_6142": "模块“{0}”已解析为“{1}”,但尚未设置 \"--jsx\"。",
942
+ "Module_0_was_resolved_to_1_but_resolveJsonModule_is_not_used_7042": "模块 \"{0}\" 已解析为 \"{1}\",但未使用 \"--resolveJsonModule\"。",
943
+ "Module_declaration_names_may_only_use_or_quoted_strings_1443": "模块声明名称只能使用 ' 或 \" 引用字符串。",
944
+ "Module_name_0_matched_pattern_1_6092": "模块名“{0}”,匹配的模式“{1}”。",
945
+ "Module_name_0_was_not_resolved_6090": "======== 未解析模块名“{0}”。========",
946
+ "Module_name_0_was_successfully_resolved_to_1_6089": "======== 模块名“{0}”已成功解析为“{1}”。========",
947
+ "Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2_6218": "======== 模块名 \"{0}\" 已成功解析为 \"{1}\",包 ID 为 \"{2}\"。========",
948
+ "Module_resolution_kind_is_not_specified_using_0_6088": "未指定模块解析类型,正在使用“{0}”。",
949
+ "Module_resolution_using_rootDirs_has_failed_6111": "使用 \"rootDirs\" 的模块解析失败。",
950
+ "Modules_6244": "模块",
951
+ "Move_labeled_tuple_element_modifiers_to_labels_95117": "将已标记的元组元素修饰符移至标签",
952
+ "Move_to_a_new_file_95049": "移动到新的文件",
953
+ "Multiple_consecutive_numeric_separators_are_not_permitted_6189": "不允许使用多个连续的数字分隔符。",
954
+ "Multiple_constructor_implementations_are_not_allowed_2392": "不允许存在多个构造函数实现。",
955
+ "NEWLINE_6061": "换行符",
956
+ "Name_is_not_valid_95136": "名称无效",
957
+ "Named_property_0_of_types_1_and_2_are_not_identical_2319": "“{1}”和“{2}”类型的命名属性“{0}”不完全相同。",
958
+ "Namespace_0_has_no_exported_member_1_2694": "命名空间“{0}”没有已导出的成员“{1}”。",
959
+ "Namespace_must_be_given_a_name_1437": "必须为命名空间指定名称。",
960
+ "Namespace_name_cannot_be_0_2819": "命名空间名称不能为“{0}”。",
961
+ "No_base_constructor_has_the_specified_number_of_type_arguments_2508": "没有任何基构造函数具有指定数量的类型参数。",
962
+ "No_constituent_of_type_0_is_callable_2755": "不可调用 \"{0}\" 类型的任何组成部分。",
963
+ "No_constituent_of_type_0_is_constructable_2759": "不可构造 \"{0}\" 类型的任何组成部分。",
964
+ "No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1_7054": "在类型 \"{1}\" 上找不到具有类型为 \"{0}\" 的参数的索引签名。",
965
+ "No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2_18003": "在配置文件“{0}”中找不到任何输入。指定的 \"include\" 路径为“{1}”,\"exclude\" 路径为“{2}”。",
966
+ "No_longer_supported_In_early_versions_manually_set_the_text_encoding_for_reading_files_6608": "不再受支持。在早期版本中,手动设置用于读取文件的文本编码。",
967
+ "No_overload_expects_0_arguments_but_overloads_do_exist_that_expect_either_1_or_2_arguments_2575": "没有需要 {0} 参数的重载,但存在需要 {1} 或 {2} 参数的重载。",
968
+ "No_overload_expects_0_type_arguments_but_overloads_do_exist_that_expect_either_1_or_2_type_arguments_2743": "没有需要 {0} 类型参数的重载,但存在需要 {1} 或 {2} 类型参数的重载。",
969
+ "No_overload_matches_this_call_2769": "没有与此调用匹配的重载。",
970
+ "No_type_could_be_extracted_from_this_type_node_95134": "无法从该类型节点中提取任何类型",
971
+ "No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer_18004": "速记属性 \"{0}\" 的范围内不存在任何值。请声明一个值或提供一个初始值设定项。",
972
+ "Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_2_2515": "非抽象类“{0}”不会实现继承自“{2}”类的抽象成员“{1}”。",
973
+ "Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1_2653": "非抽象类表达式不会实现继承自“{1}”类的抽象成员“{0}”。",
974
+ "Non_null_assertions_can_only_be_used_in_TypeScript_files_8013": "非 null 断言只能在 TypeScript 文件中使用。",
975
+ "Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash_5090": "未设置 \"baseUrl\" 时,不允许使用非相对路径。是否忘记了前导 \"./\"?",
976
+ "Non_simple_parameter_declared_here_1348": "此处声明了非简单参数。",
977
+ "Not_all_code_paths_return_a_value_7030": "并非所有代码路径都返回值。",
978
+ "Not_all_constituents_of_type_0_are_callable_2756": "\"{0}\" 类型的部分要素不可调用。",
979
+ "Not_all_constituents_of_type_0_are_constructable_2760": "\"{0}\" 类型的部分要素不可构造。",
980
+ "Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "绝对值大于或等于 2^53 的数值文本过大,无法用整数准确表示。",
981
+ "Numeric_separators_are_not_allowed_here_6188": "此处不允许使用数字分隔符。",
982
+ "Object_is_of_type_unknown_2571": "对象的类型为 \"unknown\"。",
983
+ "Object_is_possibly_null_2531": "对象可能为 \"null\"。",
984
+ "Object_is_possibly_null_or_undefined_2533": "对象可能为 \"null\" 或“未定义”。",
985
+ "Object_is_possibly_undefined_2532": "对象可能为“未定义”。",
986
+ "Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "对象字面量只能指定已知属性,并且“{0}”不在类型“{1}”中。",
987
+ "Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "对象字面量只能指定已知的属性,但“{0}”中不存在类型“{1}”。是否要写入 {2}?",
988
+ "Object_literal_s_property_0_implicitly_has_an_1_type_7018": "对象字面量的属性“{0}”隐式含有“{1}”类型。",
989
+ "Octal_digit_expected_1178": "需要八进制数字。",
990
+ "Octal_literal_types_must_use_ES2015_syntax_Use_the_syntax_0_8017": "八进制文本类型必须使用 ES2015 语法。请使用语法“{0}”。",
991
+ "Octal_literals_are_not_allowed_in_enums_members_initializer_Use_the_syntax_0_8018": "枚举成员初始值设定项中不允许有八进制文本。请使用语法“{0}”。",
992
+ "Octal_literals_are_not_allowed_in_strict_mode_1121": "严格模式下不允许使用八进制文本。",
993
+ "Octal_literals_are_not_available_when_targeting_ECMAScript_5_and_higher_Use_the_syntax_0_1085": "当面向 ECMAScript 5 及更高版本时,不能使用八进制文本。请使用语法“{0}”。",
994
+ "Only_a_single_variable_declaration_is_allowed_in_a_for_in_statement_1091": "\"for...in\" 语句中只允许单个变量声明。",
995
+ "Only_a_single_variable_declaration_is_allowed_in_a_for_of_statement_1188": "\"for...of\" 语句中只允许单个变量声明。",
996
+ "Only_a_void_function_can_be_called_with_the_new_keyword_2350": "使用 \"new\" 关键字只能调用 void 函数。",
997
+ "Only_ambient_modules_can_use_quoted_names_1035": "仅环境模块可使用带引号的名称。",
998
+ "Only_amd_and_system_modules_are_supported_alongside_0_6082": "--{0} 旁仅支持 \"amd\" 和 \"system\" 模块。",
999
+ "Only_emit_d_ts_declaration_files_6014": "仅发出 \".d.ts\" 声明文件。 ",
1000
+ "Only_named_exports_may_use_export_type_1383": "只有已命名的导出可使用“导出类型”。",
1001
+ "Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033": "只有数字枚举可具有计算成员,但此表达式的类型为“{0}”。如果不需要全面性检查,请考虑改用对象文本。",
1002
+ "Only_output_d_ts_files_and_not_JavaScript_files_6623": "仅输出 d.ts 文件,而不输出 JavaScript 文件。",
1003
+ "Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340": "通过 \"super\" 关键字只能访问基类的公共方法和受保护方法。",
1004
+ "Operator_0_cannot_be_applied_to_type_1_2736": "运算符 \"{0}\" 不能应用于类型 \"{1}\"。",
1005
+ "Operator_0_cannot_be_applied_to_types_1_and_2_2365": "运算符“{0}”不能应用于类型“{1}”和“{2}”。",
1006
+ "Opt_a_project_out_of_multi_project_reference_checking_when_editing_6619": "在编辑时选择项目退出多项目引用检查。",
1007
+ "Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line_6230": "选项“{0}”只能在 \"tsconfig.json\" 文件中指定,或者在命令行上设置为 \"false\" 或 \"null\"。",
1008
+ "Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line_6064": "选项“{0}”只能在 \"tsconfig.json\" 文件中指定或在命令行上设置为 \"null\"。",
1009
+ "Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "仅当提供了选项 \"--inlineSourceMap\" 或选项 \"--sourceMap\" 时,才能使用选项“{0}”。",
1010
+ "Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "选项 \"jsx\" 为“{1}”时,不能指定选项“{0}”。",
1011
+ "Option_0_cannot_be_specified_when_option_target_is_ES3_5048": "选项 \"target\" 为 \"ES3\" 时,不能指定选项 \"{0}\"。",
1012
+ "Option_0_cannot_be_specified_with_option_1_5053": "选项“{0}”不能与选项“{1}”同时指定。",
1013
+ "Option_0_cannot_be_specified_without_specifying_option_1_5052": "无法在不指定选项“{1}”的情况下指定选项“{0}”。",
1014
+ "Option_0_cannot_be_specified_without_specifying_option_1_or_option_2_5069": "无法在不指定选项 {1} 或选项 {2} 的情况下指定选项 {0}。",
1015
+ "Option_build_must_be_the_first_command_line_argument_6369": "选项 '--build' 必须是第一个命令行参数。",
1016
+ "Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "选项 “--incremental” 只能使用 tsconfig 指定,在发出到单个文件时指定,或在指定了选项 “--tsBuildInfoFile” 时指定。",
1017
+ "Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "选项 \"isolatedModules\" 只可在提供了选项 \"--module\" 或者选项 \"target\" 是 \"ES2015\" 或更高版本时使用。",
1018
+ "Option_preserveConstEnums_cannot_be_disabled_when_isolatedModules_is_enabled_5091": "启用 \"isolatedModules\" 时,无法禁用选项 \"preserveConstEnums\"。",
1019
+ "Option_preserveValueImports_can_only_be_used_when_module_is_set_to_es2015_or_later_5095": "选项 \"preserveValueImports\" 只能在 \"module\" 设置为 \"es2015\" 或更高版本时使用。",
1020
+ "Option_project_cannot_be_mixed_with_source_files_on_a_command_line_5042": "选项 \"project\" 在命令行上不能与源文件混合使用。",
1021
+ "Option_resolveJsonModule_can_only_be_specified_when_module_code_generation_is_commonjs_amd_es2015_or_5071": "仅当模块代码生成为 \"commonjs\"、\"amd\"、\"es2015\" 或 \"esNext\" 时,才能指定选项 \"--resolveJsonModule\"。",
1022
+ "Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070": "在没有 \"node\" 模块解析策略的情况下,无法指定选项 \"-resolveJsonModule\"。",
1023
+ "Options_0_and_1_cannot_be_combined_6370": "选项“{0}”与“{1}”不能组合在一起。",
1024
+ "Options_Colon_6027": "选项:",
1025
+ "Output_Formatting_6256": "输出格式设置",
1026
+ "Output_compiler_performance_information_after_building_6615": "生成后输出编译器性能信息。",
1027
+ "Output_directory_for_generated_declaration_files_6166": "已生成声明文件的输出目录。",
1028
+ "Output_file_0_from_project_1_does_not_exist_6309": "来自项目“{1}”的输出文件“{0}”不存在",
1029
+ "Output_file_0_has_not_been_built_from_source_file_1_6305": "未从源文件“{1}”生成输出文件“{0}”。",
1030
+ "Output_from_referenced_project_0_included_because_1_specified_1411": "由于指定了 \"{1}\",因此包含了引用的项目 \"{0}\" 的输出",
1031
+ "Output_from_referenced_project_0_included_because_module_is_specified_as_none_1412": "由于已将 \"--module\" 指定为 \"none\",因此包含了引用的项目 \"{0}\" 的输出",
1032
+ "Output_more_detailed_compiler_performance_information_after_building_6632": "生成后输出更详细的编译器性能信息。",
1033
+ "Overload_0_of_1_2_gave_the_following_error_2772": "第 {0} 个重载(共 {1} 个),“{2}”,出现以下错误。",
1034
+ "Overload_signatures_must_all_be_abstract_or_non_abstract_2512": "重载签名必须都是抽象的或都是非抽象的。",
1035
+ "Overload_signatures_must_all_be_ambient_or_non_ambient_2384": "重载签名必须全部为环境签名或非环境签名。",
1036
+ "Overload_signatures_must_all_be_exported_or_non_exported_2383": "重载签名必须均导出或均不导出。",
1037
+ "Overload_signatures_must_all_be_optional_or_required_2386": "重载签名必须全部为可选签名或必需签名。",
1038
+ "Overload_signatures_must_all_be_public_private_or_protected_2385": "重载签名必须全部是公共签名、私有签名或受保护签名。",
1039
+ "Parameter_0_cannot_reference_identifier_1_declared_after_it_2373": "参数“{0}”不能引用在它之后声明的标识符“{1}”。",
1040
+ "Parameter_0_cannot_reference_itself_2372": "参数“{0}”不能引用它自身。",
1041
+ "Parameter_0_implicitly_has_an_1_type_7006": "参数“{0}”隐式具有“{1}”类型。",
1042
+ "Parameter_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7044": "参数 \"{0}\" 隐式具有 \"{1}\" 类型,但可以从用法中推断出更好的类型。",
1043
+ "Parameter_0_is_not_in_the_same_position_as_parameter_1_1227": "参数“{0}”和参数“{1}”的位置不一样。",
1044
+ "Parameter_0_of_accessor_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4108": "访问器的参数 \"{0}\" 具有或正在使用外部模块 \"{2}\" 中的名称 \"{1}\" ,但不能为其命名。",
1045
+ "Parameter_0_of_accessor_has_or_is_using_name_1_from_private_module_2_4107": "访问器的参数 \"{0}\" 具有或正在使用专用模块 \"{2}\" 中的名称 \"{1}\" 。",
1046
+ "Parameter_0_of_accessor_has_or_is_using_private_name_1_4106": "访问器的参数 \"{0}\" 具有或正在使用专用名称 \"{1}\"。",
1047
+ "Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4066": "导出接口中的调用签名的参数“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1048
+ "Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4067": "导出接口中的调用签名的参数“{0}”具有或正在使用专用名称“{1}”。",
1049
+ "Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_can_4061": "导出类中的构造函数的参数“{0}”具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
1050
+ "Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_private_module_2_4062": "导出类中的构造函数的参数“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1051
+ "Parameter_0_of_constructor_from_exported_class_has_or_is_using_private_name_1_4063": "导出类中的构造函数的参数“{0}”具有或正在使用专用名称“{1}”。",
1052
+ "Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_name_1_from_private_mod_4064": "导出接口中的构造函数签名的参数“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1053
+ "Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1_4065": "导出接口中的构造函数签名的参数“{0}”具有或正在使用专用名称“{1}”。",
1054
+ "Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4076": "导出函数的参数“{0}”具有或正在使用外部模块 {2} 中的名称“{1}”,但不能为其命名。",
1055
+ "Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2_4077": "导出函数的参数“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1056
+ "Parameter_0_of_exported_function_has_or_is_using_private_name_1_4078": "导出函数的参数“{0}”具有或正在使用专用名称“{1}”。",
1057
+ "Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4091": "来自导出接口的索引签名的参数“{0}”具有或正在使用来自私有模块“{2}”的名称“{1}”。",
1058
+ "Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1_4092": "来自导出接口的索引签名的参数“{0}”具有或正在使用专用名称“{1}”。",
1059
+ "Parameter_0_of_method_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4074": "导出接口中的方法的参数“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1060
+ "Parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1_4075": "导出接口中的方法的参数“{0}”具有或正在使用专用名称“{1}”。",
1061
+ "Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_c_4071": "导出类中的公共方法的参数“{0}”具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
1062
+ "Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_private_module_2_4072": "导出类中的公共方法的参数“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1063
+ "Parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1_4073": "导出类中的公共方法的参数“{0}”具有或正在使用专用名称“{1}”。",
1064
+ "Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module__4068": "导出类中的公共静态方法的参数“{0}”具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
1065
+ "Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_private_module_2_4069": "导出类中的公共静态方法的参数“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1066
+ "Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1_4070": "导出类中的公共静态方法的参数“{0}”具有或正在使用专用名称“{1}”。",
1067
+ "Parameter_cannot_have_question_mark_and_initializer_1015": "参数不能包含问号和初始化表达式。",
1068
+ "Parameter_declaration_expected_1138": "应为参数声明。",
1069
+ "Parameter_has_a_name_but_no_type_Did_you_mean_0_Colon_1_7051": "参数具有名称,但不具有类型。你是想使用 \"{0}: {1}\" 吗?",
1070
+ "Parameter_modifiers_can_only_be_used_in_TypeScript_files_8012": "参数修饰符只能在 TypeScript 文件中使用。",
1071
+ "Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4036": "导出类中的公共 setter“{0}”的参数类型具有或正在使用私有模块“{2}”中的名称“{1}”。",
1072
+ "Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1_4037": "导出类中的公共 setter“{0}”的参数类型具有或正在使用专用名称“{1}”。",
1073
+ "Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_mod_4034": "导出类中的公共静态 setter“{0}”的参数类型具有或正在使用私有模块“{2}”中的名称“{1}”。",
1074
+ "Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1_4035": "导出类中的公共静态 setter“{0}”的参数类型具有或正在使用专用名称“{1}”。",
1075
+ "Parse_in_strict_mode_and_emit_use_strict_for_each_source_file_6141": "以严格模式进行分析,并为每个源文件发出 \"use strict\" 指令。",
1076
+ "Part_of_files_list_in_tsconfig_json_1409": "tsconfig.js 中 \"files\" 列表的一部分",
1077
+ "Pattern_0_can_have_at_most_one_Asterisk_character_5061": "模式“{0}”最多只可具有一个 \"*\" 字符。",
1078
+ "Performance_timings_for_diagnostics_or_extendedDiagnostics_are_not_available_in_this_session_A_nativ_6386": "\"--diagnostics\" 或 \"--extendedDiagnostics\" 的性能计时在此会话中不可用。未能找到 Web 性能 API 的本机实现。",
1079
+ "Platform_specific_6912": "平台特定",
1080
+ "Prefix_0_with_an_underscore_90025": "带下划线的前缀“{0}”",
1081
+ "Prefix_all_incorrect_property_declarations_with_declare_95095": "使用 \"declare\" 作为所有错误的属性声明的前缀",
1082
+ "Prefix_all_unused_declarations_with_where_possible_95025": "尽可能在所有未使用的声明前添加前缀 \"_\"",
1083
+ "Prefix_with_declare_95094": "使用 \"declare\" 前缀",
1084
+ "Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed_1449": "保留 JavaScript 输出中未使用的导入值,否则将删除这些值。",
1085
+ "Print_all_of_the_files_read_during_the_compilation_6653": "打印在编译过程中读取的所有文件。",
1086
+ "Print_files_read_during_the_compilation_including_why_it_was_included_6631": "打印在编译过程中读取的文件,包括包含它的原因。",
1087
+ "Print_names_of_files_and_the_reason_they_are_part_of_the_compilation_6505": "打印文件的名称及编译包含这些文件的原因。",
1088
+ "Print_names_of_files_part_of_the_compilation_6155": "属于编译一部分的文件的打印名称。",
1089
+ "Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing_6503": "打印编译包含的文件的名称,然后停止处理。",
1090
+ "Print_names_of_generated_files_part_of_the_compilation_6154": "属于编译一部分的已生成文件的打印名称。",
1091
+ "Print_the_compiler_s_version_6019": "打印编译器的版本。",
1092
+ "Print_the_final_configuration_instead_of_building_1350": "打印最终配置而不是生成。",
1093
+ "Print_the_names_of_emitted_files_after_a_compilation_6652": "编译后打印已发出文件的名称。",
1094
+ "Print_this_message_6017": "打印此消息。",
1095
+ "Private_accessor_was_defined_without_a_getter_2806": "定义了专用访问器,但没有 Getter。",
1096
+ "Private_identifiers_are_not_allowed_in_variable_declarations_18029": "不允许在变量声明中使用专用标识符。",
1097
+ "Private_identifiers_are_not_allowed_outside_class_bodies_18016": "不允许在类主体之外使用专用标识符。",
1098
+ "Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451": "专用标识符仅允许在类主体中使用,并且只能用作类成员声明的一部分、属性访问或用在 \"in\" 表达式的左侧",
1099
+ "Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028": "专用标识符仅在面向 ECMAScript 2015 和更高版本时可用。",
1100
+ "Private_identifiers_cannot_be_used_as_parameters_18009": "不能将专用标识符用作参数。",
1101
+ "Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105": "不能在类型参数上访问专用或受保护的成员 \"{0}\"。",
1102
+ "Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363": "无法生成项目“{0}”,因为其依赖项“{1}”有错误",
1103
+ "Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383": "无法生成项目 \"{0}\" ,因为未生成其依赖项 \"{1}\"",
1104
+ "Project_0_is_being_forcibly_rebuilt_6388": "正在强制重新生成项目“{0}”",
1105
+ "Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_some_of_the_changes_were_not_emitte_6399": "项目“{0}”已过期,因为 buildinfo 文件“{1}”指示某些更改未发出",
1106
+ "Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date_6353": "项目“{0}”已过期,因为其依赖项“{1}”已过期",
1107
+ "Project_0_is_out_of_date_because_output_1_is_older_than_input_2_6350": "项目“{0}”已过期,因为输出“{1}”早于输入“{2}”",
1108
+ "Project_0_is_out_of_date_because_output_file_1_does_not_exist_6352": "项目“{0}”已过期,因为输出文件“{1}”不存在",
1109
+ "Project_0_is_out_of_date_because_output_for_it_was_generated_with_version_1_that_differs_with_curren_6381": "项目 \"{0}\" 已过期,因为其输出是使用与当前版本 \"{2}\" 不同的版本 \"{1}\" 生成的",
1110
+ "Project_0_is_out_of_date_because_output_of_its_dependency_1_has_changed_6372": "项目 \"{0}\" 已过期,因为其依赖项 \"{1}\" 的输出已更改",
1111
+ "Project_0_is_out_of_date_because_there_was_error_reading_file_1_6401": "项目“{0}”已过期,因为读取文件“{1}”时出错",
1112
+ "Project_0_is_up_to_date_6361": "“{0}”项目已是最新",
1113
+ "Project_0_is_up_to_date_because_newest_input_1_is_older_than_output_2_6351": "项目“{0}”是最新的,因为最新的输入“{1}”早于输出“{2}”",
1114
+ "Project_0_is_up_to_date_but_needs_to_update_timestamps_of_output_files_that_are_older_than_input_fil_6400": "项目“{0}”是最新的,但需要更新早于输入文件的输出文件的时间戳",
1115
+ "Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies_6354": "项目“{0}”已是最新,拥有来自其依赖项的 .d.ts 文件",
1116
+ "Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0_6202": "项目引用不能形成环形图。检测到循环: {0}",
1117
+ "Projects_6255": "项目",
1118
+ "Projects_in_this_build_Colon_0_6355": "此生成中的项目: {0}",
1119
+ "Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher_18045": "只有在面向 ECMAScript 2015 及更高版本时,才可使用带有 \"accessor\" 修饰符的属性。",
1120
+ "Property_0_cannot_have_an_initializer_because_it_is_marked_abstract_1267": "属性“{0}”不能具有初始化表杰式,因为它标记为摘要。",
1121
+ "Property_0_comes_from_an_index_signature_so_it_must_be_accessed_with_0_4111": "属性“{0}”来自索引签名,因此必须使用[“{0}”]访问它。",
1122
+ "Property_0_does_not_exist_on_type_1_2339": "类型“{1}”上不存在属性“{0}”。",
1123
+ "Property_0_does_not_exist_on_type_1_Did_you_mean_2_2551": "属性“{0}”在类型“{1}”上不存在。你是否指的是“{2}”?",
1124
+ "Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead_2576": "属性“{0}”在类型“{1}”上不存在。你的意思是改为访问静态成员“{2}”吗?",
1125
+ "Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550": "属性“{0}”在类型“{1}”上不存在。是否需要更改目标库? 请尝试将 “lib” 编译器选项更改为“{2}”或更高版本。",
1126
+ "Property_0_does_not_exist_on_type_1_Try_changing_the_lib_compiler_option_to_include_dom_2812": "属性“{0}”在类型 “{1}” 上不存在。请尝试将 “lib” 编译器选项更改为包含 “dom”。",
1127
+ "Property_0_has_no_initializer_and_is_not_definitely_assigned_in_a_class_static_block_2817": "属性“{0}”没有初始化表达式,并且未在类静态块中明确分配。",
1128
+ "Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor_2564": "属性“{0}”没有初始化表达式,且未在构造函数中明确赋值。",
1129
+ "Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation_7033": "属性“{0}”隐式具有类型 \"any\",因为其 get 访问器缺少返回类型批注。",
1130
+ "Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_annotation_7032": "属性“{0}”隐式具有类型 \"any\",因为其 set 访问器缺少参数类型批注。",
1131
+ "Property_0_implicitly_has_type_any_but_a_better_type_for_its_get_accessor_may_be_inferred_from_usage_7048": "属性 \"{0}\" 隐式具有类型 \"any\",但可从用法为其 get 访问器推断出更好类型。",
1132
+ "Property_0_implicitly_has_type_any_but_a_better_type_for_its_set_accessor_may_be_inferred_from_usage_7049": "属性 \"{0}\" 隐式具有类型 \"any\",但可从用法为其 set 访问器推断出更好的类型。",
1133
+ "Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2_2416": "类型“{1}”中的属性“{0}”不可分配给基类型“{2}”中的同一属性。",
1134
+ "Property_0_in_type_1_is_not_assignable_to_type_2_2603": "类型“{1}”中的属性“{0}”不可分配给类型“{2}”。",
1135
+ "Property_0_in_type_1_refers_to_a_different_member_that_cannot_be_accessed_from_within_type_2_18015": "类型 \"{1}\" 中的属性 \"{0}\" 引用了不能从类型 \"{2}\" 内访问的其他成员。",
1136
+ "Property_0_is_declared_but_its_value_is_never_read_6138": "已声明属性“{0}”,但从未读取其值。",
1137
+ "Property_0_is_incompatible_with_index_signature_2530": "属性“{0}”与索引签名不兼容。",
1138
+ "Property_0_is_missing_in_type_1_2324": "类型“{1}”中缺少属性“{0}”。",
1139
+ "Property_0_is_missing_in_type_1_but_required_in_type_2_2741": "类型 \"{1}\" 中缺少属性 \"{0}\",但类型 \"{2}\" 中需要该属性。",
1140
+ "Property_0_is_not_accessible_outside_class_1_because_it_has_a_private_identifier_18013": "属性 \"{0}\" 在类 \"{1}\" 外部不可访问,因为它具有专用标识符。",
1141
+ "Property_0_is_optional_in_type_1_but_required_in_type_2_2327": "属性“{0}”在类型“{1}”中为可选,但在类型“{2}”中为必选。",
1142
+ "Property_0_is_private_and_only_accessible_within_class_1_2341": "属性“{0}”为私有属性,只能在类“{1}”中访问。",
1143
+ "Property_0_is_private_in_type_1_but_not_in_type_2_2325": "属性“{0}”在类型“{1}”中是私有属性,但在类型“{2}”中不是。",
1144
+ "Property_0_is_protected_and_only_accessible_through_an_instance_of_class_1_This_is_an_instance_of_cl_2446": "属性“{0}”受保护,只能通过类“{1}”的实例进行访问。这是类“{2}”的实例。",
1145
+ "Property_0_is_protected_and_only_accessible_within_class_1_and_its_subclasses_2445": "属性“{0}”受保护,只能在类“{1}”及其子类中访问。",
1146
+ "Property_0_is_protected_but_type_1_is_not_a_class_derived_from_2_2443": "属性“{0}”受保护,但类型“{1}”并不是从“{2}”派生的类。",
1147
+ "Property_0_is_protected_in_type_1_but_public_in_type_2_2444": "属性“{0}”在类型“{1}”中受保护,但在类型“{2}”中为公共属性。",
1148
+ "Property_0_is_used_before_being_assigned_2565": "在赋值前使用了属性“{0}”。",
1149
+ "Property_0_is_used_before_its_initialization_2729": "属性 \"{0}\" 在其初始化前已被使用。",
1150
+ "Property_0_may_not_exist_on_type_1_Did_you_mean_2_2568": "类型“{1}”上不存在属性“{0}”。你是否是指“{2}”?",
1151
+ "Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606": "JSX 展开特性的“{0}”属性不能分配给目标属性。",
1152
+ "Property_0_of_exported_class_expression_may_not_be_private_or_protected_4094": "导出类表达式的属性“{0}”可能不是私密或受保护的属性。",
1153
+ "Property_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2_4032": "导出接口的属性“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1154
+ "Property_0_of_exported_interface_has_or_is_using_private_name_1_4033": "导出接口的属性“{0}”具有或正在使用专用名称“{1}”。",
1155
+ "Property_0_of_type_1_is_not_assignable_to_2_index_type_3_2411": "类型“{1}”的属性“{0}”不能赋给“{2}”索引类型“{3}”。",
1156
+ "Property_0_was_also_declared_here_2733": "属性 \"{0}\" 也在此处声明。",
1157
+ "Property_0_will_overwrite_the_base_property_in_1_If_this_is_intentional_add_an_initializer_Otherwise_2612": "属性 \"{0}\" 将覆盖 \"{1}\" 中的基属性。如果是有意的,请添加初始值设定项。否则,请添加 \"declare\" 修饰符或删除多余的声明。",
1158
+ "Property_assignment_expected_1136": "应为属性分配。",
1159
+ "Property_destructuring_pattern_expected_1180": "应为属性析构模式。",
1160
+ "Property_or_signature_expected_1131": "应为属性或签名。",
1161
+ "Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_li_1328": "属性值只能是字符串、数字、\"true\"、\"false\"、\"null\"、对象或数组等类型的字面量。",
1162
+ "Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179": "以 \"ES5\" 或 \"ES3\" 设为目标时,对 \"for-of\"、传播和析构中的可迭代项提供完全支持。",
1163
+ "Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4098": "导出类的公共方法“{0}”具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
1164
+ "Public_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4099": "导出类的公共方法“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1165
+ "Public_method_0_of_exported_class_has_or_is_using_private_name_1_4100": "导出类的公共方法“{0}”具有或正在使用专用名称“{1}”。",
1166
+ "Public_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_name_4029": "导出类的公共属性“{0}”具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
1167
+ "Public_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4030": "导出类的公共属性“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1168
+ "Public_property_0_of_exported_class_has_or_is_using_private_name_1_4031": "导出类的公共属性“{0}”具有或正在使用专用名称“{1}”。",
1169
+ "Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_4095": "导出类的公共静态方法“{0}”具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
1170
+ "Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4096": "导出类的公共静态方法“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。",
1171
+ "Public_static_method_0_of_exported_class_has_or_is_using_private_name_1_4097": "导出类的公共静态方法“{0}”具有或正在使用专用名称“{1}”。",
1172
+ "Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot__4026": "导出类的公共静态属性“{0}”具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
1173
+ "Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4027": "导出类的公共静态属性“{0}”具有或正在使用外部模块“{2}”中的名称“{1}”。",
1174
+ "Public_static_property_0_of_exported_class_has_or_is_using_private_name_1_4028": "导出类的公共静态属性“{0}”具有或正在使用专用名称“{1}”。",
1175
+ "Qualified_name_0_is_not_allowed_without_a_leading_param_object_1_8032": "不允许使用限定名 \"{0}\",因为没有前导 \"@param {object} {1}\"。",
1176
+ "Raise_an_error_when_a_function_parameter_isn_t_read_6676": "在未读取函数参数时引发错误。",
1177
+ "Raise_error_on_expressions_and_declarations_with_an_implied_any_type_6052": "对具有隐式 \"any\" 类型的表达式和声明引发错误。",
1178
+ "Raise_error_on_this_expressions_with_an_implied_any_type_6115": "在带隐式“any\" 类型的 \"this\" 表达式上引发错误。",
1179
+ "Re_exporting_a_type_when_the_isolatedModules_flag_is_provided_requires_using_export_type_1205": "提供 \"--isolatedModules\" 标志时,需要使用 \"export type\" 才能重新导出类型。",
1180
+ "Redirect_output_structure_to_the_directory_6006": "将输出结构重定向到目录。",
1181
+ "Reduce_the_number_of_projects_loaded_automatically_by_TypeScript_6617": "减少 TypeScript 自动加载的项目数。",
1182
+ "Referenced_project_0_may_not_disable_emit_6310": "引用的项目“{0}”可能不会禁用发出。",
1183
+ "Referenced_project_0_must_have_setting_composite_Colon_true_6306": "引用的项目“{0}”必须拥有设置 \"composite\": true。",
1184
+ "Referenced_via_0_from_file_1_1400": "通过 \"{0}\" 从文件 \"{1}\" 引用",
1185
+ "Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2834": "当 “--moduleResolution” 为 “node16” 或 “nodenext” 时,相对导入路径需要 EcmaScript 导入中的显式文件扩展名。请考虑将扩展名添加到导入路径中。",
1186
+ "Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2835": "当 “--moduleResolution” 为 “node16” 或 “nodenext” 时,相对导入路径需要 EcmaScript 导入中的显式文件扩展名。你是否指的是“{0}”?",
1187
+ "Remove_a_list_of_directories_from_the_watch_process_6628": "从监视进程中删除目录列表。",
1188
+ "Remove_a_list_of_files_from_the_watch_mode_s_processing_6629": "从监视模式的处理中删除文件列表。",
1189
+ "Remove_all_unnecessary_override_modifiers_95163": "删除所有不必要的 \"override\" 修饰符",
1190
+ "Remove_all_unnecessary_uses_of_await_95087": "删除 \"await\" 的所有不必要的使用",
1191
+ "Remove_all_unreachable_code_95051": "删除所有无法访问的代码",
1192
+ "Remove_all_unused_labels_95054": "删除所有未使用的标签",
1193
+ "Remove_braces_from_all_arrow_function_bodies_with_relevant_issues_95115": "从所有带有相关问题的箭头函数主体中删除大括号",
1194
+ "Remove_braces_from_arrow_function_95060": "从箭头函数中删除大括号",
1195
+ "Remove_braces_from_arrow_function_body_95112": "从箭头函数主体中删除大括号",
1196
+ "Remove_import_from_0_90005": "从“{0}”删除导入",
1197
+ "Remove_override_modifier_95161": "删除 \"override\" 修饰符",
1198
+ "Remove_parentheses_95126": "删除括号",
1199
+ "Remove_template_tag_90011": "删除模板标记",
1200
+ "Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server_6618": "删除 TypeScript 语言服务器中 JavaScript 文件总源代码大小 20mb 的上限。",
1201
+ "Remove_type_from_import_declaration_from_0_90055": "从“{0}”中删除导入声明中的“type”",
1202
+ "Remove_type_from_import_of_0_from_1_90056": "从“{1}”中删除“{0}”导入中的“type”",
1203
+ "Remove_type_parameters_90012": "删除类型参数",
1204
+ "Remove_unnecessary_await_95086": "删除不必要的 \"await\"",
1205
+ "Remove_unreachable_code_95050": "删除无法访问的代码",
1206
+ "Remove_unused_declaration_for_Colon_0_90004": "为 \"{0}\" 删除未使用的声明",
1207
+ "Remove_unused_declarations_for_Colon_0_90041": "为“{0}”删除未使用的声明",
1208
+ "Remove_unused_destructuring_declaration_90039": "删除未使用的解构声明",
1209
+ "Remove_unused_label_95053": "删除未使用的标签",
1210
+ "Remove_variable_statement_90010": "删除变量语句",
1211
+ "Rename_param_tag_name_0_to_1_95173": "将 “@param” 标记名称“{0}”重命名为“{1}”",
1212
+ "Replace_0_with_Promise_1_90036": "将 \"{0}\" 替换为 \"Promise<{1}>\"",
1213
+ "Replace_all_unused_infer_with_unknown_90031": "将所有未使用的 \"infer\" 替换为 \"unknown\"",
1214
+ "Replace_import_with_0_95015": "用“{0}”替换导入。",
1215
+ "Replace_infer_0_with_unknown_90030": "将 \"infer {0}\" 替换为 \"unknown\"",
1216
+ "Report_error_when_not_all_code_paths_in_function_return_a_value_6075": "在函数中的所有代码路径并非都返回值时报告错误。",
1217
+ "Report_errors_for_fallthrough_cases_in_switch_statement_6076": "报告 switch 语句中遇到 fallthrough 情况的错误。",
1218
+ "Report_errors_in_js_files_8019": ".js 文件中的报表出错。",
1219
+ "Report_errors_on_unused_locals_6134": "报告未使用的局部变量上的错误。",
1220
+ "Report_errors_on_unused_parameters_6135": "报告未使用的参数上的错误。",
1221
+ "Require_undeclared_properties_from_index_signatures_to_use_element_accesses_6717": "要求索引签名中有未声明的属性以使用元素访问。",
1222
+ "Required_type_parameters_may_not_follow_optional_type_parameters_2706": "所需的类型参数可能不遵循可选类型参数。",
1223
+ "Resolution_for_module_0_was_found_in_cache_from_location_1_6147": "在位置“{1}”的缓存中找到模块“{0}”的解析。",
1224
+ "Resolution_for_type_reference_directive_0_was_found_in_cache_from_location_1_6241": "在位置“{1}”的缓存中找到类型引用指令“{0}”的解析。",
1225
+ "Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols_6195": "只将 \"keyof\" 解析为字符串值的属性名称(不含数字或符号)。",
1226
+ "Resolving_in_0_mode_with_conditions_1_6402": "正在 {0} 模式下解析,条件为 {1}。",
1227
+ "Resolving_module_0_from_1_6086": "======== 正在从“{1}”解析模块“{0}”。========",
1228
+ "Resolving_module_name_0_relative_to_base_url_1_2_6094": "正在相对于基 URL“{1}”-“{2}”解析模块名“{0}”。",
1229
+ "Resolving_real_path_for_0_result_1_6130": "正在解析“{0}”的真实路径,结果为“{1}”。",
1230
+ "Resolving_type_reference_directive_0_containing_file_1_6242": "======== 正在解析类型引用指令“{0}”,包含文件“{1}”。========",
1231
+ "Resolving_type_reference_directive_0_containing_file_1_root_directory_2_6116": "======== 正在解析类型引用指令“{0}”,包含文件“{1}”,根目录“{2}”。========",
1232
+ "Resolving_type_reference_directive_0_containing_file_1_root_directory_not_set_6123": "======== 正在解析类型引用指令“{0}”,包含文件“{1}”,未设置根目录。========",
1233
+ "Resolving_type_reference_directive_0_containing_file_not_set_root_directory_1_6127": "======== 正在解析类型引用指令“{0}”,未设置包含文件,根目录“{1}”。========",
1234
+ "Resolving_type_reference_directive_0_containing_file_not_set_root_directory_not_set_6128": "======== 正在解析类型引用指令“{0}”,未设置包含文件,未设置根目录。========",
1235
+ "Resolving_with_primary_search_path_0_6121": "正在使用主搜索路径“{0}”解析。",
1236
+ "Rest_parameter_0_implicitly_has_an_any_type_7019": "Rest 参数“{0}”隐式具有 \"any[]\" 类型。",
1237
+ "Rest_parameter_0_implicitly_has_an_any_type_but_a_better_type_may_be_inferred_from_usage_7047": "Rest 参数 \"{0}\" 隐式具有 \"any[]\" 类型,但可从用法中推断出更好的类型。",
1238
+ "Rest_types_may_only_be_created_from_object_types_2700": "rest 类型只能从对象类型创建。",
1239
+ "Return_type_annotation_circularly_references_itself_2577": "返回类型注释循环引用自身。",
1240
+ "Return_type_must_be_inferred_from_a_function_95149": "必须从函数中推断返回类型",
1241
+ "Return_type_of_call_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4046": "导出接口中的调用签名的返回类型具有或正在使用私有模块“{1}”中的名称“{0}”。",
1242
+ "Return_type_of_call_signature_from_exported_interface_has_or_is_using_private_name_0_4047": "导出接口中的调用签名的返回类型具有或正在使用专用名称“{0}”。",
1243
+ "Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_name_0_from_private_mod_4044": "导出接口中的构造函数签名的返回类型具有或正在使用私有模块“{1}”中的名称“{0}”。",
1244
+ "Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_0_4045": "导出接口中的构造函数签名的返回类型具有或正在使用专用名称“{0}”。",
1245
+ "Return_type_of_constructor_signature_must_be_assignable_to_the_instance_type_of_the_class_2409": "构造函数签名的返回类型必须可赋给类的实例类型。",
1246
+ "Return_type_of_exported_function_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named_4058": "导出函数的返回类型具有或正在使用外部模块“{1}”中的名称“{0}”,但不能为其命名。",
1247
+ "Return_type_of_exported_function_has_or_is_using_name_0_from_private_module_1_4059": "导出函数的返回类型具有或正在使用私有模块“{1}”中的名称“{0}”。",
1248
+ "Return_type_of_exported_function_has_or_is_using_private_name_0_4060": "导出函数的返回类型具有或正在使用专用名称“{0}”。",
1249
+ "Return_type_of_index_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4048": "导出接口中的索引签名的返回类型具有或正在使用私有模块“{1}”中的名称“{0}”。",
1250
+ "Return_type_of_index_signature_from_exported_interface_has_or_is_using_private_name_0_4049": "导出接口中的索引签名的返回类型具有或正在使用专用名称“{0}”。",
1251
+ "Return_type_of_method_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4056": "导出接口中的方法的返回类型具有或正在使用私有模块“{1}”中的名称“{0}”。",
1252
+ "Return_type_of_method_from_exported_interface_has_or_is_using_private_name_0_4057": "导出接口中的方法的返回类型具有或正在使用专用名称“{0}”。",
1253
+ "Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_4041": "导出类中的公共 getter“{0}”的返回类型具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
1254
+ "Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4042": "导出类中的公共 getter“{0}”的返回类型具有或正在使用私有模块“{2}”中的名称“{1}”。",
1255
+ "Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1_4043": "导出类中的公共 getter“{0}”的返回类型具有或正在使用专用名称“{1}”。",
1256
+ "Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_c_4053": "导出类中的公共方法的返回类型具有或正在使用外部模块“{1}”中的名称“{0}”,但不能为其命名。",
1257
+ "Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_private_module_1_4054": "导出类中的公共方法的返回类型具有或正在使用私有模块“{1}”中的名称“{0}”。",
1258
+ "Return_type_of_public_method_from_exported_class_has_or_is_using_private_name_0_4055": "导出类中的公共方法的返回类型具有或正在使用专用名称“{0}”。",
1259
+ "Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_modul_4038": "导出类中的公共静态 getter“{0}”的返回类型具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。",
1260
+ "Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_4039": "导出类中的公共静态 getter“{0}”的返回类型具有或正在使用私有模块“{2}”中的名称“{1}”。",
1261
+ "Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1_4040": "导出类中的公共静态 getter“{0}”的返回类型具有或正在使用专用名称“{1}”。",
1262
+ "Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_external_module__4050": "导出类中的公共静态方法的返回类型具有或正在使用外部模块“{1}”中的名称“{0}”,但不能为其命名。",
1263
+ "Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_private_module_1_4051": "导出类中的公共静态方法的返回类型具有或正在使用私有模块“{1}”中的名称“{0}”。",
1264
+ "Return_type_of_public_static_method_from_exported_class_has_or_is_using_private_name_0_4052": "导出类中的公共静态方法的返回类型具有或正在使用专用名称“{0}”。",
1265
+ "Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_not_resolved_6395": "正在重用从位置“{2}”缓存中找到的“{1}”中模块“{0}”的解析,但其未解析。",
1266
+ "Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_6393": "正在重用从位置“{2}”缓存中找到的“{1}”中模块“{0}”的解析,已成功将其解析为“{3}”。",
1267
+ "Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_6394": "正在重用从位置“{2}”缓存中找到的“{1}”中模块“{0}”的解析,已成功将其解析为包 ID 为“{4}”的“{3}”。",
1268
+ "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved_6389": "正在重用旧程序“{1}”中模块“{0}”的解析,但其未解析。",
1269
+ "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183": "正在重用旧程序“{1}”中模块“{0}”的解析,已成功将其解析为“{2}”。",
1270
+ "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package__6184": "正在重用旧程序“{1}”中模块“{0}”的解析,已成功将其解析为包 ID 为“{3}”的“{2}”。",
1271
+ "Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_not_re_6398": "正在重用从位置“{2}”缓存中找到的“{1}”中类型引用指令“{0}”的解析,但其未解析。",
1272
+ "Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_succes_6396": "正在重用从位置“{2}”缓存中找到的“{1}”中类型引用指令“{0}”的解析,已成功将其解析为“{3}”。",
1273
+ "Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_succes_6397": "正在重用从位置“{2}”缓存中找到的“{1}”中类型引用指令“{0}”的解析,已成功将其解析为包 ID 为“{4}”的“{3}”。",
1274
+ "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved_6392": "正在重用旧程序“{1}”中类型引用指令“{0}”的解析,但其未解析。",
1275
+ "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6390": "正在重用旧程序“{1}”中类型引用指令“{0}”的解析,已成功将其解析为“{2}”。",
1276
+ "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6391": "正在重用旧程序“{1}”中类型引用指令“{0}”的解析,已成功将其解析为包 ID 为“{3}”的“{2}”。",
1277
+ "Rewrite_all_as_indexed_access_types_95034": "全部重写为索引访问类型",
1278
+ "Rewrite_as_the_indexed_access_type_0_90026": "重写为索引访问类型“{0}”",
1279
+ "Root_directory_cannot_be_determined_skipping_primary_search_paths_6122": "无法确定根目录,正在跳过主搜索路径。",
1280
+ "Root_file_specified_for_compilation_1427": "为编译指定的根文件",
1281
+ "STRATEGY_6039": "策略",
1282
+ "Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects_6642": "保存 .tsbuildinfo 文件以允许项目增量编译。",
1283
+ "Saw_non_matching_condition_0_6405": "看到了不匹配的条件“{0}”。",
1284
+ "Scoped_package_detected_looking_in_0_6182": "检测到范围包,请在“{0}”中查看",
1285
+ "Selection_is_not_a_valid_statement_or_statements_95155": "所选内容不是有效的语句",
1286
+ "Selection_is_not_a_valid_type_node_95133": "所选内容不是有效的类型节点",
1287
+ "Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declaratio_6705": "为发出的 JavaScript 设置 JavaScript 语言版本并包含兼容的库声明。",
1288
+ "Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit_6654": "设置来自 TypeScript 的消息传递的语言。这不会影响发出。",
1289
+ "Set_the_module_option_in_your_configuration_file_to_0_95099": "将配置文件中的 \"module\" 选项设置为 \"{0}\"",
1290
+ "Set_the_newline_character_for_emitting_files_6659": "设置发出文件的换行符。",
1291
+ "Set_the_target_option_in_your_configuration_file_to_0_95098": "将配置文件中的 \"target\" 选项设置为 \"{0}\"",
1292
+ "Setters_cannot_return_a_value_2408": "Setter 不能返回值。",
1293
+ "Show_all_compiler_options_6169": "显示所有编译器选项。",
1294
+ "Show_diagnostic_information_6149": "显示诊断信息。",
1295
+ "Show_verbose_diagnostic_information_6150": "显示详细的诊断信息。",
1296
+ "Show_what_would_be_built_or_deleted_if_specified_with_clean_6367": "显示将生成(如果指定有 '--clean',则删除)什么",
1297
+ "Signature_0_must_be_a_type_predicate_1224": "签名“{0}”必须为类型谓词。",
1298
+ "Skip_type_checking_all_d_ts_files_6693": "跳过对所有 .d.ts 文件的类型检查。",
1299
+ "Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692": "跳过 TypeScript 附带的类型检查 .d.ts 文件。",
1300
+ "Skip_type_checking_of_declaration_files_6012": "跳过声明文件的类型检查。",
1301
+ "Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362": "正在跳过项目“{0}”的生成,因为其依赖项“{1}”有错误",
1302
+ "Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382": "即将跳过项目 \"{0}\" 的生成,因为未生成其依赖项 \"{1}\"",
1303
+ "Source_from_referenced_project_0_included_because_1_specified_1414": "由于指定了 \"{1}\",因此包含了引用的项目 \"{0}\" 的源",
1304
+ "Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415": "由于已将 \"--module\" 指定为 \"none\",因此包含了引用的项目 \"{0}\" 的源",
1305
+ "Source_has_0_element_s_but_target_allows_only_1_2619": "源具有 {0} 个元素,但目标仅允许 {1} 个。",
1306
+ "Source_has_0_element_s_but_target_requires_1_2618": "源具有 {0} 个元素,但目标需要 {1} 个。",
1307
+ "Source_provides_no_match_for_required_element_at_position_0_in_target_2623": "源不提供目标中位置 {0} 处所需元素的匹配项。",
1308
+ "Source_provides_no_match_for_variadic_element_at_position_0_in_target_2624": "源不提供目标中位置 {0} 处可变元素的匹配项。",
1309
+ "Specify_ECMAScript_target_version_6015": "指定 ECMAScript 目标版本。",
1310
+ "Specify_JSX_code_generation_6080": "指定 JSX 代码生成。",
1311
+ "Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designa_6679": "指定将所有输出捆绑到一个 JavaScript 文件中的文件。如果 “declaration” 为 true,还要指定一个捆绑所有 .d.ts 输出的文件。",
1312
+ "Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation_6641": "指定与要包含在编译中的文件匹配的 glob 模式列表。",
1313
+ "Specify_a_list_of_language_service_plugins_to_include_6681": "指定要包括的语言服务插件列表。",
1314
+ "Specify_a_set_of_bundled_library_declaration_files_that_describe_the_target_runtime_environment_6651": "指定一组描述目标运行时环境的捆绑库声明文件。",
1315
+ "Specify_a_set_of_entries_that_re_map_imports_to_additional_lookup_locations_6680": "指定一组将导入重新映射到其他查找位置的条目。",
1316
+ "Specify_an_array_of_objects_that_specify_paths_for_projects_Used_in_project_references_6687": "指定为项目指定路径的对象数组。在项目引用中使用。",
1317
+ "Specify_an_output_folder_for_all_emitted_files_6678": "为所有已发出的文件指定输出文件夹。",
1318
+ "Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types_6718": "指定仅用于类型的导入的发出/检查行为。",
1319
+ "Specify_file_to_store_incremental_compilation_information_6380": "指定用于存储增量编译信息的文件",
1320
+ "Specify_how_TypeScript_looks_up_a_file_from_a_given_module_specifier_6658": "指定 TypeScript 如何从给定的模块说明符查找文件。",
1321
+ "Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality_6714": "指定在缺少递归文件监视功能的系统上监视目录的方式。",
1322
+ "Specify_how_the_TypeScript_watch_mode_works_6715": "指定 TypeScript 监视模式的工作方式。",
1323
+ "Specify_library_files_to_be_included_in_the_compilation_6079": "指定要在编译中包括的库文件。",
1324
+ "Specify_module_code_generation_6016": "指定模块代码生成。",
1325
+ "Specify_module_resolution_strategy_Colon_node_Node_js_or_classic_TypeScript_pre_1_6_6069": "指定模块解析策略: \"node\" (Node.js)或 \"classic\" (TypeScript pre-1.6)。",
1326
+ "Specify_module_specifier_used_to_import_the_JSX_factory_functions_when_using_jsx_Colon_react_jsx_Ast_6649": "指定使用 “jsx: react-jsx*” 时用于导入 JSX 中心函数的模块说明符。",
1327
+ "Specify_multiple_folders_that_act_like_Slashnode_modules_Slash_types_6710": "指定多个行为类似于 “./node_modules/@types” 的文件夹。",
1328
+ "Specify_one_or_more_path_or_node_module_references_to_base_configuration_files_from_which_settings_a_6633": "指定对从中继承设置的基本配置文件的一个或多个路径或节点模块引用。",
1329
+ "Specify_options_for_automatic_acquisition_of_declaration_files_6709": "指定用于自动获取声明文件的选项。",
1330
+ "Specify_strategy_for_creating_a_polling_watch_when_it_fails_to_create_using_file_system_events_Colon_6227": "指定在使用文件系统事件创建轮询监视失败时创建轮询监视的策略: \"FixedInterval\" (默认)、\"PriorityInterval\"、\"DynamicPriority\"、\"FixedChunkSize\"。",
1331
+ "Specify_strategy_for_watching_directory_on_platforms_that_don_t_support_recursive_watching_natively__6226": "指定在不支持本机递归监视的平台上监视目录的策略: \"UseFsEvents\" (默认)、\"FixedPollingInterval\"、\"DynamicPriorityPolling\"、\"FixedChunkSizePolling\"。",
1332
+ "Specify_strategy_for_watching_file_Colon_FixedPollingInterval_default_PriorityPollingInterval_Dynami_6225": "指定监视文件的策略: \"FixedPollingInterval\" (默认)、\"PriorityPollingInterval\"、\"DynamicPriorityPolling\"、\"FixedChunkSizePolling\"、\"UseFsEvents\"、\"UseFsEventsOnParentDirectory\"。",
1333
+ "Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragme_6648": "指定在将 React JSX 发出设定为目标时用于片段的 JSX 片段引用,例如 “React.Fragment” 或 “Fragment”。",
1334
+ "Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h_6146": "指定在设定 \"react\" JSX 发出目标时要使用的 JSX 工厂函数,例如 \"react.createElement\" 或 \"h\"。",
1335
+ "Specify_the_JSX_factory_function_used_when_targeting_React_JSX_emit_e_g_React_createElement_or_h_6647": "指定在将 React JSX 发出设定为目标时要使用的 JSX 中心函数,例如 “react.createElement” 或 “h”。",
1336
+ "Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compi_18034": "当指定使用 \"jsxFactory\" 编译器选项面向 \"react\" JSX 发出时,指定要使用的 JSX 片段工厂函数,例如 \"Fragment\"。",
1337
+ "Specify_the_base_directory_to_resolve_non_relative_module_names_6607": "指定基目录以解析非相关模块名称。",
1338
+ "Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix_6060": "指定发出文件时要使用的行序列结尾: \"CRLF\" (dos)或 \"LF\" (unix)。",
1339
+ "Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations_6004": "指定调试调试程序应将 TypeScript 文件放置到的位置而不是源位置。",
1340
+ "Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations_6655": "指定调试程序应将映射文件放置到的位置而不是生成的位置。",
1341
+ "Specify_the_maximum_folder_depth_used_for_checking_JavaScript_files_from_node_modules_Only_applicabl_6656": "指定用于从 “node_modules” 检查 JavaScript 文件的最大文件夹深度。仅适用于 “allowJs”。",
1342
+ "Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react_6238": "指定要用于从 eg,react 中导入 “jsx” 和 “jsxs” 工厂函数的模块说明符",
1343
+ "Specify_the_object_invoked_for_createElement_This_only_applies_when_targeting_react_JSX_emit_6686": "指定为 “createElement” 调用的对象。这仅适用于将 “react” JSX 发出设定为目标的情况。",
1344
+ "Specify_the_output_directory_for_generated_declaration_files_6613": "指定已生成声明文件的输出目录。",
1345
+ "Specify_the_path_to_tsbuildinfo_incremental_compilation_file_6707": "指定 .tsbuildinfo 增量编译文件的路径。",
1346
+ "Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir_6058": "指定输入文件的根目录。与 --outDir 一起用于控制输出目录结构。",
1347
+ "Specify_the_root_folder_within_your_source_files_6690": "指定源文件中的根文件夹。",
1348
+ "Specify_the_root_path_for_debuggers_to_find_the_reference_source_code_6695": "指定调试程序的根路径以查找引用源代码。",
1349
+ "Specify_type_package_names_to_be_included_without_being_referenced_in_a_source_file_6711": "指定要包含的类型包名称,而无需在源文件中引用。",
1350
+ "Specify_what_JSX_code_is_generated_6646": "指定生成的 JSX 代码。",
1351
+ "Specify_what_approach_the_watcher_should_use_if_the_system_runs_out_of_native_file_watchers_6634": "指定当系统耗尽本机文件观察程序时,观察程序应使用的方法。",
1352
+ "Specify_what_module_code_is_generated_6657": "指定生成的模块代码。",
1353
+ "Split_all_invalid_type_only_imports_1367": "拆分所有无效的仅类型导入",
1354
+ "Split_into_two_separate_import_declarations_1366": "拆分为两个单独的导入声明",
1355
+ "Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher_2472": "仅当面向 ECMAScript 5 和更高版本时,\"new\" 表达式中的展开运算符才可用。",
1356
+ "Spread_types_may_only_be_created_from_object_types_2698": "spread 类型只能从对象类型创建。",
1357
+ "Starting_compilation_in_watch_mode_6031": "在监视模式下开始编译...",
1358
+ "Statement_expected_1129": "应为语句。",
1359
+ "Statements_are_not_allowed_in_ambient_contexts_1036": "不允许在环境上下文中使用语句。",
1360
+ "Static_members_cannot_reference_class_type_parameters_2302": "静态成员不能引用类类型参数。",
1361
+ "Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1_2699": "静态属性“{0}”与构造函数“{1}”的内置属性函数“{0}”冲突。",
1362
+ "String_literal_expected_1141": "应为字符串字面量。",
1363
+ "String_literal_with_double_quotes_expected_1327": "应为带双引号的字符串字面量。",
1364
+ "Stylize_errors_and_messages_using_color_and_context_experimental_6073": "使用颜色和上下文风格化错误和消息(实验)。",
1365
+ "Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_t_2717": "后续属性声明必须属于同一类型。属性“{0}”的类型必须为“{1}”,但此处却为类型“{2}”。",
1366
+ "Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_t_2403": "后续变量声明必须属于同一类型。变量“{0}”必须属于类型“{1}”,但此处却为类型“{2}”。",
1367
+ "Substitution_0_for_pattern_1_has_incorrect_type_expected_string_got_2_5064": "模式“{1}”的替换“{0}”类型不正确,应为 \"string\",实际为“{2}”。",
1368
+ "Substitution_0_in_pattern_1_can_have_at_most_one_Asterisk_character_5062": "模式 \"{1}\" 中的替代项 \"{0}\" 最多只能有一个 \"*\" 字符",
1369
+ "Substitutions_for_pattern_0_should_be_an_array_5063": "模式“{0}”的替代应为数组。",
1370
+ "Substitutions_for_pattern_0_shouldn_t_be_an_empty_array_5066": "模式“{0}”的替换模式不应为空数组。",
1371
+ "Successfully_created_a_tsconfig_json_file_6071": "已成功创建 tsconfig.json 文件。",
1372
+ "Super_calls_are_not_permitted_outside_constructors_or_in_nested_functions_inside_constructors_2337": "不允许在构造函数外部或在构造函数内的嵌套函数中进行 Super 调用。",
1373
+ "Suppress_excess_property_checks_for_object_literals_6072": "取消对对象字面量的多余属性检查。",
1374
+ "Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures_6055": "抑制缺少索引签名的索引对象的 noImplicitAny 错误。",
1375
+ "Suppress_noImplicitAny_errors_when_indexing_objects_that_lack_index_signatures_6703": "在对缺少索引签名的对象编制索引时,抑制 “noImplicitAny” 错误。",
1376
+ "Switch_each_misused_0_to_1_95138": "将每个误用的“{0}”切换到“{1}”",
1377
+ "Synchronously_call_callbacks_and_update_the_state_of_directory_watchers_on_platforms_that_don_t_supp_6704": "在不支持本机递归监视的平台上同步调用回调并更新目录观察程序的状态。",
1378
+ "Syntax_Colon_0_6023": "语法: {0}",
1379
+ "Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3_6229": "标记“{0}”至少需要“{1}”个参数,但 JSX 工厂“{2}”最多可提供“{3}”个。",
1380
+ "Tagged_template_expressions_are_not_permitted_in_an_optional_chain_1358": "可选链中不允许使用带有标记的模板表达式。",
1381
+ "Target_allows_only_0_element_s_but_source_may_have_more_2621": "目标仅允许 {0} 个元素,但源中的元素可能更多。",
1382
+ "Target_requires_0_element_s_but_source_may_have_fewer_2620": "目标仅允许 {0} 个元素,但源中的元素可能不够。",
1383
+ "The_0_modifier_can_only_be_used_in_TypeScript_files_8009": "\"{0}\" 修饰符只能在 TypeScript 文件中使用。",
1384
+ "The_0_operator_cannot_be_applied_to_type_symbol_2469": "“{0}”运算符不能应用于类型 \"symbol\"。",
1385
+ "The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead_2447": "“{0}”运算符不允许用于布尔类型。请考虑改用“{1}”。",
1386
+ "The_0_property_of_an_async_iterator_must_be_a_method_2768": "异步迭代器的 \"{0}\" 属性必须是方法。",
1387
+ "The_0_property_of_an_iterator_must_be_a_method_2767": "迭代器的 \"{0}\" 属性必须是方法。",
1388
+ "The_Object_type_is_assignable_to_very_few_other_types_Did_you_mean_to_use_the_any_type_instead_2696": "\"Object\" 类型可分配给极少数其他类型。是否想要改用“任意”类型?",
1389
+ "The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES3_and_ES5_Consider_using_a_stand_2496": "ES3 和 ES5 中的箭头函数不能引用 \"arguments\" 对象。请考虑使用标准函数表达式。",
1390
+ "The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES3_and_ES5_Consider_usi_2522": "ES3 和 ES5 中的异步函数或方法不能引用“参数”对象。请考虑使用标准函数或方法。",
1391
+ "The_body_of_an_if_statement_cannot_be_the_empty_statement_1313": "\"if\" 语句的正文不能为空语句。",
1392
+ "The_call_would_have_succeeded_against_this_implementation_but_implementation_signatures_of_overloads_2793": "针对此实现的调用已成功,但重载的实现签名在外部不可见。",
1393
+ "The_character_set_of_the_input_files_6163": "输入文件的字符集。",
1394
+ "The_containing_arrow_function_captures_the_global_value_of_this_7041": "包含箭头函数捕获 \"this\" 的全局值。",
1395
+ "The_containing_function_or_module_body_is_too_large_for_control_flow_analysis_2563": "包含函数或模块体对于控制流分析而言太大。",
1396
+ "The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level_1309": "当前文件是 CommonJS 模块,因此不能在顶级使用 “await”。",
1397
+ "The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_reference_1479": "当前文件是 CommonJS 模块,其导入将生成“require”调用;但是,引用的文件是 ECMAScript 模块,它不能使用“require”进行导入。请考虑改为编写动态“import(\"{0}\")”调用。",
1398
+ "The_current_host_does_not_support_the_0_option_5001": "当前主机不支持“{0}”选项。",
1399
+ "The_declaration_of_0_that_you_probably_intended_to_use_is_defined_here_18018": "你可能打算使用的 \"{0}\" 的声明在此处定义",
1400
+ "The_declaration_was_marked_as_deprecated_here_2798": "该声明曾在此处标记为已弃用。",
1401
+ "The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1_6500": "所需类型来自属性 \"{0}\",在此处的 \"{1}\" 类型上声明该属性",
1402
+ "The_expected_type_comes_from_the_return_type_of_this_signature_6502": "所需类型来自此签名的返回类型。",
1403
+ "The_expected_type_comes_from_this_index_signature_6501": "所需类型来自此索引签名。",
1404
+ "The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context_2714": "导出分配的表达式必须是环境上下文中的标识符或限定的名称。",
1405
+ "The_file_is_in_the_program_because_Colon_1430": "程序包含该文件是因为:",
1406
+ "The_files_list_in_config_file_0_is_empty_18002": "配置文件“{0}”中的 \"files\" 列表为空。",
1407
+ "The_first_export_default_is_here_2752": "在此处显示第一个导出默认值。",
1408
+ "The_first_parameter_of_the_then_method_of_a_promise_must_be_a_callback_1060": "承诺的 \"then\" 方法的第一个参数必须是回调。",
1409
+ "The_global_type_JSX_0_may_not_have_more_than_one_property_2608": "全局类型 \"JSX.{0}\" 不可具有多个属性。",
1410
+ "The_implementation_signature_is_declared_here_2750": "在此处声明实现签名。",
1411
+ "The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output_1470": "将生成到 CommonJS 输出的文件中不允许 'import.meta' 元属性。",
1412
+ "The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system__1343": "仅当 “--module” 选项为 “es2020”、“es2022”、“esnext”、“system”、“node16” 或 “nodenext” 时,才允许使用 “import.meta” 元属性。",
1413
+ "The_inferred_type_of_0_cannot_be_named_without_a_reference_to_1_This_is_likely_not_portable_A_type_a_2742": "如果没有引用 \"{1}\",则无法命名 \"{0}\" 的推断类型。这很可能不可移植。需要类型注释。",
1414
+ "The_inferred_type_of_0_references_a_type_with_a_cyclic_structure_which_cannot_be_trivially_serialize_5088": "推断类型“{0}”引用的类型具有无法简单序列化的循环结构。必须具有类型注释。",
1415
+ "The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527": "“{0}”的推断类型引用不可访问的“{1}”类型。需要类型批注。",
1416
+ "The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_ty_7056": "此节点的推断类型超出编译器将序列化的最大长度。需要显式类型注释。",
1417
+ "The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032": "由于属性“{1}”存在于多个要素中,但在某些要素中是专用属性,因此已将交集“{0}”缩减为“绝不”。",
1418
+ "The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031": "由于属性“{1}”在某些要素中具有存在冲突的类型,因此已将交集“{0}”缩减为“绝不”。",
1419
+ "The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795": "\"intrinsic\" 关键字只能用于声明编译器提供的内部类型。",
1420
+ "The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016": "必须提供 \"jsxFragmentFactory\" 编译器选项才能将 JSX 片段与 \"jsxFactory\" 编译器选项一起使用。",
1421
+ "The_last_overload_gave_the_following_error_2770": "最后一个重载给出了以下错误。",
1422
+ "The_last_overload_is_declared_here_2771": "在此处声明最后一个重载。",
1423
+ "The_left_hand_side_of_a_for_in_statement_cannot_be_a_destructuring_pattern_2491": "\"for...in\" 语句的左侧不能为析构模式。",
1424
+ "The_left_hand_side_of_a_for_in_statement_cannot_use_a_type_annotation_2404": "\"for...in\" 语句的左侧不能使用类型批注。",
1425
+ "The_left_hand_side_of_a_for_in_statement_may_not_be_an_optional_property_access_2780": "\"for…in\" 语句的左侧不能是可选属性访问。",
1426
+ "The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access_2406": "\"for...in\" 语句的左侧必须是变量或属性访问。",
1427
+ "The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any_2405": "\"for...in\" 语句的左侧必须是 \"string\" 或 \"any\" 类型。",
1428
+ "The_left_hand_side_of_a_for_of_statement_cannot_use_a_type_annotation_2483": "\"for...of\" 语句的左侧不能使用类型批注。",
1429
+ "The_left_hand_side_of_a_for_of_statement_may_not_be_an_optional_property_access_2781": "\"for…of\" 语句的左侧不能是可选属性访问。",
1430
+ "The_left_hand_side_of_a_for_of_statement_may_not_be_async_1106": "“for...of” 语句的左侧可能不是 “async”。",
1431
+ "The_left_hand_side_of_a_for_of_statement_must_be_a_variable_or_a_property_access_2487": "\"for...of\" 语句的左侧必须是变量或属性访问。",
1432
+ "The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type_2362": "算术运算左侧必须是 \"any\"、\"number\"、\"bigint\" 或枚举类型。",
1433
+ "The_left_hand_side_of_an_assignment_expression_may_not_be_an_optional_property_access_2779": "赋值表达式的左侧不能是可选属性访问。",
1434
+ "The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access_2364": "赋值表达式的左侧必须是变量或属性访问。",
1435
+ "The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_paramete_2358": "\"instanceof\" 表达式左侧必须是 \"any\" 类型、对象类型或类型参数。",
1436
+ "The_locale_used_when_displaying_messages_to_the_user_e_g_en_us_6156": "向用户显示消息时所用的区域设置(例如,\"en-us\")",
1437
+ "The_maximum_dependency_depth_to_search_under_node_modules_and_load_JavaScript_files_6136": "用于搜索 node_modules 和加载 JavaScript 文件的最大依赖项深度。",
1438
+ "The_operand_of_a_delete_operator_cannot_be_a_private_identifier_18011": "\"delete\" 运算符的操作数不能是专用标识符。",
1439
+ "The_operand_of_a_delete_operator_cannot_be_a_read_only_property_2704": "\"delete\" 运算符的操作数不能是只读属性。",
1440
+ "The_operand_of_a_delete_operator_must_be_a_property_reference_2703": "\"delete\" 运算符的操作数必须是属性引用。",
1441
+ "The_operand_of_a_delete_operator_must_be_optional_2790": "\"delete\" 运算符的操作数必须是可选的。",
1442
+ "The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access_2777": "增量或减量运算符的操作数不能是可选属性访问。",
1443
+ "The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access_2357": "递增或递减运算符的操作数必须是变量或属性访问。",
1444
+ "The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007": "分析器预期在此处找到与“{0}”标记匹配的“{1}”。",
1445
+ "The_project_root_is_ambiguous_but_is_required_to_resolve_export_map_entry_0_in_file_1_Supply_the_roo_2209": "项目根不明确,但需要解析文件“{1}”中的导出映射项“{0}”。提供 `rootDir` 编译器选项以消除歧义。",
1446
+ "The_project_root_is_ambiguous_but_is_required_to_resolve_import_map_entry_0_in_file_1_Supply_the_roo_2210": "项目根不明确,但仍需要解析文件“{1}”中的导入映射项“{0}”。提供 `rootDir` 编译器选项以消除歧义。",
1447
+ "The_property_0_cannot_be_accessed_on_type_1_within_this_class_because_it_is_shadowed_by_another_priv_18014": "无法在此类中的类型 \"{1}\" 上访问属性 \"{0}\",因为具有相同拼写的另一个专用标识符隐藏了它。",
1448
+ "The_return_type_of_a_get_accessor_must_be_assignable_to_its_set_accessor_type_2380": "\"Get\" 访问器的返回类型必须可分配给其 \"Set\" 访问器类型",
1449
+ "The_return_type_of_a_parameter_decorator_function_must_be_either_void_or_any_1237": "参数修饰器函数的返回类型必须为 \"void\" 或 \"any\"。",
1450
+ "The_return_type_of_a_property_decorator_function_must_be_either_void_or_any_1236": "属性修饰器函数的返回类型必须为 \"void\" 或 \"any\"。",
1451
+ "The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_t_1058": "异步函数的返回类型必须是有效承诺,或不得包含可调用的 \"then\" 成员。 ",
1452
+ "The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064": "异步函数或方法的返回类型必须为全局 Promise<T> 类型。你是否是指写入 \"Promise<{0}>\"?",
1453
+ "The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter_but_2407": "\"for...in\" 语句右侧必须是 \"any\" 类型、对象类型或类型参数,但此处的类型为“{0}”。",
1454
+ "The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type_2363": "算术运算右侧必须是 \"any\"、\"number\"、\"bigint\" 或枚举类型。",
1455
+ "The_right_hand_side_of_an_instanceof_expression_must_be_of_type_any_or_of_a_type_assignable_to_the_F_2359": "\"instanceof\" 表达式的右侧必须属于类型 \"any\",或属于可分配给 \"Function\" 接口类型的类型。",
1456
+ "The_root_value_of_a_0_file_must_be_an_object_5092": "“{0}”文件的根值必须是一个对象。",
1457
+ "The_shadowing_declaration_of_0_is_defined_here_18017": "在此处定义了“{0}”的阴影声明",
1458
+ "The_signature_0_of_1_is_deprecated_6387": "“{1}”的签名“{0}”已弃用。",
1459
+ "The_specified_path_does_not_exist_Colon_0_5058": "指定的路径不存在:“{0}”。",
1460
+ "The_tag_was_first_specified_here_8034": "第一次在此处指定了标记。",
1461
+ "The_target_of_an_object_rest_assignment_may_not_be_an_optional_property_access_2778": "对象 rest 分配的目标不能是可选属性访问。",
1462
+ "The_target_of_an_object_rest_assignment_must_be_a_variable_or_a_property_access_2701": "对象 rest 分配的目标必须是变量或属性访问。",
1463
+ "The_this_context_of_type_0_is_not_assignable_to_method_s_this_of_type_1_2684": "类型为“{0}”的 \"this\" 上下文不能分配给类型为“{1}”的方法的 \"this\"。",
1464
+ "The_this_types_of_each_signature_are_incompatible_2685": "每个签名的 \"this\" 类型不兼容。",
1465
+ "The_type_0_is_readonly_and_cannot_be_assigned_to_the_mutable_type_1_4104": "类型 \"{0}\" 为 \"readonly\",不能分配给可变类型 \"{1}\"。",
1466
+ "The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement_2207": "在将 “export type” 用在其导出语句上时,不能在已命名导出上使用 “type” 修饰符。",
1467
+ "The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement_2206": "在将 “import type” 用在其导入语句上时,不能在已命名导入上使用 “type” 修饰符。。",
1468
+ "The_type_of_a_function_declaration_must_match_the_function_s_signature_8030": "函数声明的类型必须与函数的签名匹配。",
1469
+ "The_type_of_this_expression_cannot_be_named_without_a_resolution_mode_assertion_which_is_an_unstable_2841": "如果没有“resolution-mode”断言(这是不稳定的功能),则无法命名此表达式的类型。请使用夜间 TypeScript 来消除此错误。请尝试使用“npm install -D typescript@next”进行更新。",
1470
+ "The_type_of_this_node_cannot_be_serialized_because_its_property_0_cannot_be_serialized_4118": "无法序列化此节点的类型,因为无法序列化其属性“{0}”。",
1471
+ "The_type_returned_by_the_0_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value_pro_2547": "异步迭代器的 \"{0}()\" 方法返回的类型必须是具有 \"value\" 属性的类型的承诺。",
1472
+ "The_type_returned_by_the_0_method_of_an_iterator_must_have_a_value_property_2490": "迭代器的 \"{0}()\" 方法返回的类型必须具有 \"value\" 属性。",
1473
+ "The_types_of_0_are_incompatible_between_these_types_2200": "在这些类型中,\"{0}\" 的类型不兼容。",
1474
+ "The_types_returned_by_0_are_incompatible_between_these_types_2201": "在这些类型中,\"{0}\" 返回的类型不兼容。",
1475
+ "The_value_0_cannot_be_used_here_18050": "此处不能使用值“{0}”。",
1476
+ "The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer_1189": "\"for...in\" 语句的变量声明不能有初始化表达式。",
1477
+ "The_variable_declaration_of_a_for_of_statement_cannot_have_an_initializer_1190": "\"for...of\" 语句的变量声明不能有初始化表达式。",
1478
+ "The_with_statement_is_not_supported_All_symbols_in_a_with_block_will_have_type_any_2410": "不支持 \"with\" 语句。\"with\" 程序块中的所有符号都将具有类型 \"any\"。",
1479
+ "This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided_2746": "此 JSX 标记的 \"{0}\" 属性需要 \"{1}\" 类型的子级,但提供了多个子级。",
1480
+ "This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_pr_2745": "此 JSX 标记的 \"{0}\" 属性需要类型 \"{1}\",该类型需要多个子级,但仅提供了一个子级。",
1481
+ "This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap_2367": "此比较似乎是无意的,因为类型“{0}”和“{1}”没有重叠。",
1482
+ "This_condition_will_always_return_0_2845": "此条件将始终返回“{0}”。",
1483
+ "This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839": "此条件将始终返回“{0}”,因为 JavaScript 按引用而不是值比较对象。",
1484
+ "This_condition_will_always_return_true_since_this_0_is_always_defined_2801": "此条件将始终返回 true,因为此“{0}”已始终定义。",
1485
+ "This_condition_will_always_return_true_since_this_function_is_always_defined_Did_you_mean_to_call_it_2774": "此条件将始终返回 true,因为始终定义了函数。你是想改为调用它吗?",
1486
+ "This_constructor_function_may_be_converted_to_a_class_declaration_80002": "此构造函数可能会转换为类声明。",
1487
+ "This_expression_is_not_callable_2349": "此表达式不可调用。",
1488
+ "This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without_6234": "此表达式是 \"get\" 访问器,因此不可调用。你想在不使用 \"()\" 的情况下使用它吗?",
1489
+ "This_expression_is_not_constructable_2351": "此表达式不可构造。",
1490
+ "This_file_already_has_a_default_export_95130": "此文件已具有默认导出",
1491
+ "This_import_is_never_used_as_a_value_and_must_use_import_type_because_importsNotUsedAsValues_is_set__1371": "此导入从不用作值,必须使用 \"import type\" ,因为 \"importsNotUsedAsValues\" 设置为 \"error\"。",
1492
+ "This_is_the_declaration_being_augmented_Consider_moving_the_augmenting_declaration_into_the_same_fil_6233": "这是正在扩充的声明。请考虑将扩充声明移到同一个文件中。",
1493
+ "This_may_be_converted_to_an_async_function_80006": "可将此转换为异步函数。",
1494
+ "This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4122": "此成员不能具有带 “@override” 标记的 JSDoc 注释,因为未在基类“{0}”中对其进行声明。",
1495
+ "This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4123": "此成员不能具有带 “override” 标记的 JSDoc 注释,因为未在基类“{0}”中对其进行声明。你是否指的是“{1}”?",
1496
+ "This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_4121": "此成员不能具有带 “@override” 标记的 JSDoc 注释,因为所包含的类“{0}”不会扩展其他类。",
1497
+ "This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_4113": "此成员不能有 \"override\" 修饰符,因为它未在基类 \"{0}\" 中声明。",
1498
+ "This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_Did_you__4117": "此成员不能有 “override” 修饰符,因为它未在基类“{0}”中声明。你是否指的是“{1}”?",
1499
+ "This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_extend_another__4112": "此成员不能有 \"override\" 修饰符,因为它的包含类 \"{0}\" 不扩展其他类。",
1500
+ "This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_4119": "此成员必须具有带 “@override” 标记的 JSDoc 注释,因为它会替代基类“{0}”中的成员。",
1501
+ "This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_class_0_4114": "此成员必须有 \"override\" 修饰符,因为它替代基类 \"{0}\" 中的一个成员。",
1502
+ "This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116": "此成员必须有 \"override\" 修饰符,因为它替代基类 \"{0}\" 中声明的一个抽象方法。",
1503
+ "This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497": "只能通过启用 \"{0}\" 标志并引用其默认导出,使用 ECMAScript 导入/导出来引用此模块。",
1504
+ "This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594": "此模块是使用 “export =” 声明的,只能在使用“{0}”标志时用于默认导入。",
1505
+ "This_overload_signature_is_not_compatible_with_its_implementation_signature_2394": "此重载签名与其实现签名不兼容。",
1506
+ "This_parameter_is_not_allowed_with_use_strict_directive_1346": "此参数不允许与 \"use strict\" 指令一起使用。",
1507
+ "This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_4120": "此参数属性必须具有带 “@override” 标记的 JSDoc 注释,因为它将替代基类“{0}”中的成员。",
1508
+ "This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_in_base_class_0_4115": "此参数属性必须具有 “override” 修饰符,因为它会替代基类“{0}”中的成员。",
1509
+ "This_spread_always_overwrites_this_property_2785": "此扩张将始终覆盖此属性。",
1510
+ "This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Add_a_trailing_comma_or_explicit_cons_7060": "此语法保留在扩展名为 .mts 或 .cts 的文件中。请添加尾随逗号或显式约束。",
1511
+ "This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Use_an_as_expression_instead_7059": "此语法保留在扩展名为 .mts 或 .cts 的文件中。请改用 `as` 表达式。",
1512
+ "This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found_2354": "此语法需要一个导入的帮助程序,但找不到模块“{0}”。",
1513
+ "This_syntax_requires_an_imported_helper_named_1_which_does_not_exist_in_0_Consider_upgrading_your_ve_2343": "此语法需要名为 \"{1}\" 的导入帮助器,\"{0}\" 中不存在该帮助器。请考虑升级 \"{0}\" 的版本。",
1514
+ "This_syntax_requires_an_imported_helper_named_1_with_2_parameters_which_is_not_compatible_with_the_o_2807": "此语法需要一个名为 \"{1}\" 且包含 {2} 参数的导入帮助程序,该帮助程序与 \"{0}\" 中的相应帮助程序不兼容。请考虑升级 \"{0}\" 的版本。",
1515
+ "This_type_parameter_might_need_an_extends_0_constraint_2208": "此类型参数可能需要 `extends {0}` 约束。",
1516
+ "This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot__1326": "“import” 的这种用法无效。可以写入 “import()” 调用,但它们必须具有括号,并且不能带有类型参数。",
1517
+ "To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0_1482": "若要将此文件转换为 ECMAScript 模块,请将字段“\"type\": \"module\"”添加到“{0}”。",
1518
+ "To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Co_1481": "若要将此文件转换为 ECMAScript 模块,请将其文件扩展名更改为“{0}”,或将字段“\"type\": \"module\"”添加到“{1}”。",
1519
+ "To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_create_a_local_packag_1480": "若要将此文件转换为 ECMAScript 模块,请将其文件扩展名更改为“{0}”,或者使用“{ \"type\": \"module\" }”创建本地 package.json 文件。",
1520
+ "To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module_1483": "若要将此文件转换为 ECMAScript 模块,请使用“{ \"type\": \"module\" }”创建本地 package.json 文件。",
1521
+ "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378": "仅当 “module” 选项设置为 “es2022”、“esnext”、“system”、“node16” 或 “nodenext”,且 “target” 选项设置为 “es2017” 或更高版本时,才允许使用顶级 “await” 表达式。",
1522
+ "Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier_1046": ".d.ts 文件中的顶级声明必须以 \"declare\" 或 \"export\" 修饰符开头。",
1523
+ "Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_nod_1432": "仅当 “module” 选项设置为 “es2022”、“esnext”、“system”、“node16” 或 “nodenext”,且 “target” 选项设置为 “es2017” 或更高版本时,才允许使用顶级 “for await” 循环。",
1524
+ "Trailing_comma_not_allowed_1009": "不允许使用尾随逗号。",
1525
+ "Transpile_each_file_as_a_separate_module_similar_to_ts_transpileModule_6153": "将每个文件转换为单独的模块(类似 \"ts.transpileModule\")。",
1526
+ "Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare__7035": "尝试使用 `npm i --save-dev @types/{1}` (如果存在),或者添加一个包含 `declare module '{0}';` 的新声明(.d.ts)文件",
1527
+ "Trying_other_entries_in_rootDirs_6110": "正在尝试 \"rootDirs\" 中的其他条目。",
1528
+ "Trying_substitution_0_candidate_module_location_Colon_1_6093": "正在尝试替换“{0}”,候选模块位置:“{1}”。",
1529
+ "Tuple_members_must_all_have_names_or_all_not_have_names_5084": "元组成员必须全部具有或全部不具有名称。",
1530
+ "Tuple_type_0_of_length_1_has_no_element_at_index_2_2493": "长度为 \"{1}\" 的元组类型 \"{0}\" 在索引 \"{2}\" 处没有元素。",
1531
+ "Tuple_type_arguments_circularly_reference_themselves_4110": "元组类型参数循环引用自身。",
1532
+ "Type_0_can_only_be_iterated_through_when_using_the_downlevelIteration_flag_or_with_a_target_of_es201_2802": "只有在使用 \"--downlevelIteration\" 标志或 \"--target\" 为 \"es2015\" 或更高版本时,才能循环访问类型“{0}”。",
1533
+ "Type_0_cannot_be_used_as_an_index_type_2538": "类型“{0}”不能作为索引类型使用。",
1534
+ "Type_0_cannot_be_used_to_index_type_1_2536": "类型“{0}”无法用于索引类型“{1}”。",
1535
+ "Type_0_does_not_satisfy_the_constraint_1_2344": "类型“{0}”不满足约束“{1}”。",
1536
+ "Type_0_does_not_satisfy_the_expected_type_1_1360": "类型“{0}”不满足预期类型“{1}”。",
1537
+ "Type_0_has_no_call_signatures_2757": "类型 \"{0}\" 没有调用签名。",
1538
+ "Type_0_has_no_construct_signatures_2761": "类型 \"{0}\" 没有构造签名。",
1539
+ "Type_0_has_no_matching_index_signature_for_type_1_2537": "类型“{0}”没有匹配的类型“{1}”的索引签名。",
1540
+ "Type_0_has_no_properties_in_common_with_type_1_2559": "类型“{0}”与类型“{1}”不具有相同的属性。",
1541
+ "Type_0_has_no_signatures_for_which_the_type_argument_list_is_applicable_2635": "类型“{0}”没有类型参数列表适用的签名。",
1542
+ "Type_0_is_missing_the_following_properties_from_type_1_Colon_2_2739": "类型“{0}”缺少类型“{1}”中的以下属性: {2}",
1543
+ "Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more_2740": "类型“{0}”缺少类型“{1}”的以下属性: {2} 及其他 {3} 项。",
1544
+ "Type_0_is_not_a_constructor_function_type_2507": "类型“{0}”不是构造函数类型。",
1545
+ "Type_0_is_not_a_valid_async_function_return_type_in_ES5_SlashES3_because_it_does_not_refer_to_a_Prom_1055": "类型“{0}”不是 ES5/ES3 中的有效异步函数返回类型,因为其未引用与 Promise 相符的构造函数值。",
1546
+ "Type_0_is_not_an_array_type_2461": "类型“{0}”不是数组类型。",
1547
+ "Type_0_is_not_an_array_type_or_a_string_type_2495": "类型“{0}”不是数组类型或字符串类型。",
1548
+ "Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns__2549": "类型“{0}”不是数组类型或字符串类型,或者没有返回迭代器的 \"[Symbol.iterator]()\" 方法。",
1549
+ "Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator_2548": "类型“{0}”不是数组类型,或者没有返回迭代器的 \"[Symbol.iterator]()\" 方法。",
1550
+ "Type_0_is_not_assignable_to_type_1_2322": "不能将类型“{0}”分配给类型“{1}”。",
1551
+ "Type_0_is_not_assignable_to_type_1_Did_you_mean_2_2820": "类型“{0}”不可分配给类型“{1}”。你的意思是“{2}”?",
1552
+ "Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_are_unrelated_2719": "类型“{0}”无法分配给类型“{1}”。存在具有此名称的两种不同类型,但它们是不相关的。",
1553
+ "Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation_2636": "类型“{0}”不能分配给类型“{1}”,如方差批注所示。",
1554
+ "Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375": "类型 “{0}” 不能分配给“exactOptionalPropertyTypes: true”的类型 “{1}”。请考虑将 “undefined” 添加到目标属性的类型。",
1555
+ "Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412": "类型 “{0}” 不能分配给“exactOptionalPropertyTypes: true”的类型 “{1}”。请考虑将 “undefined” 添加到目标类型。。",
1556
+ "Type_0_is_not_comparable_to_type_1_2678": "类型“{0}”不可与类型“{1}”进行比较。",
1557
+ "Type_0_is_not_generic_2315": "类型“{0}”不是泛型类型。",
1558
+ "Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operato_2638": "类型 \"{0}\" 可以表示基元值,该值不允许作为“in”运算符的右操作数。",
1559
+ "Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator_2504": "类型“{0}”必须具有返回异步迭代器的 \"[Symbol.asyncIterator]()\" 方法。",
1560
+ "Type_0_must_have_a_Symbol_iterator_method_that_returns_an_iterator_2488": "类型“{0}”必须具有返回迭代器的 \"[Symbol.iterator]()\" 方法。",
1561
+ "Type_0_provides_no_match_for_the_signature_1_2658": "类型“{0}”提供的内容与签名“{1}”不匹配。",
1562
+ "Type_0_recursively_references_itself_as_a_base_type_2310": "类型“{0}”以递归方式将自身引用为基类。",
1563
+ "Type_Checking_6248": "类型检查",
1564
+ "Type_alias_0_circularly_references_itself_2456": "类型别名“{0}”循环引用自身。",
1565
+ "Type_alias_must_be_given_a_name_1439": "必须为类型别名指定名称。",
1566
+ "Type_alias_name_cannot_be_0_2457": "类型别名不能为“{0}”。",
1567
+ "Type_aliases_can_only_be_used_in_TypeScript_files_8008": "类型别名只能在 TypeScript 文件中使用。",
1568
+ "Type_annotation_cannot_appear_on_a_constructor_declaration_1093": "类型批注不能出现在构造函数声明中。",
1569
+ "Type_annotations_can_only_be_used_in_TypeScript_files_8010": "类型注释只能在 TypeScript 文件中使用。",
1570
+ "Type_argument_expected_1140": "应为类型参数。",
1571
+ "Type_argument_list_cannot_be_empty_1099": "类型参数列表不能为空。",
1572
+ "Type_arguments_can_only_be_used_in_TypeScript_files_8011": "类型参数只能在 TypeScript 文件中使用。",
1573
+ "Type_arguments_cannot_be_used_here_1342": "无法在此处使用类型参数。",
1574
+ "Type_arguments_for_0_circularly_reference_themselves_4109": "\"{0}\" 的类型参数循环引用自身。",
1575
+ "Type_assertion_expressions_can_only_be_used_in_TypeScript_files_8016": "类型断言表达式只能在 TypeScript 文件中使用。",
1576
+ "Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target_2626": "源中位置 {0} 的类型与目标中位置 {1} 的类型不兼容。",
1577
+ "Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target_2627": "源中位置 {0} 到 {1} 的类型与目标中位置 {2} 的类型不兼容。",
1578
+ "Type_declaration_files_to_be_included_in_compilation_6124": "要包含在编译中类型声明文件。",
1579
+ "Type_expected_1110": "应为类型。",
1580
+ "Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1456": "类型导入断言应恰好有一个键 - \"resolution-mode\" - 值为 \"import\" 或 \"require\"。",
1581
+ "Type_instantiation_is_excessively_deep_and_possibly_infinite_2589": "类型实例化过深,且可能无限。",
1582
+ "Type_is_referenced_directly_or_indirectly_in_the_fulfillment_callback_of_its_own_then_method_1062": "类型在其自身的 \"then\" 方法的 fulfillment 回调中被直接或间接引用。",
1583
+ "Type_library_referenced_via_0_from_file_1_1402": "通过 \"{0}\" 从文件 \"{1}\" 引用了库类型",
1584
+ "Type_library_referenced_via_0_from_file_1_with_packageId_2_1403": "通过 \"{0}\" 从具有 packageId \"{2}\" 的文件 \"{1}\" 引用了库类型",
1585
+ "Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member_1320": "\"await\" 操作数的类型必须是有效承诺,或不得包含可调用的 \"then\" 成员。",
1586
+ "Type_of_computed_property_s_value_is_0_which_is_not_assignable_to_type_1_2418": "计算属性类型的值为 \"{0}\",该值不能赋给 \"{1}\" 类型。",
1587
+ "Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844": "实例成员变量“{0}”的类型不能引用构造函数中声明的标识符“{1}”。",
1588
+ "Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322": "\"yield*\" 操作数的迭代元素的类型必须是有效承诺,或不得包含可调用的 \"then\" 成员。",
1589
+ "Type_of_property_0_circularly_references_itself_in_mapped_type_1_2615": "属性“{0}”的类型在已映射的类型“{1}”中循环引用其自身。",
1590
+ "Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_cal_1321": "异步生成器中 \"yield\" 操作数的类型必须是有效承诺,或不得包含可调用的 \"then\" 成员。",
1591
+ "Type_originates_at_this_import_A_namespace_style_import_cannot_be_called_or_constructed_and_will_cau_7038": "此导入产生的类型。无法调用或构造命名空间样式的导入,这类导入将在运行时导致失败。请考虑改为使用默认导入或此处需要的导入。",
1592
+ "Type_parameter_0_has_a_circular_constraint_2313": "类型参数“{0}”具有循环约束。",
1593
+ "Type_parameter_0_has_a_circular_default_2716": "类型参数“{0}”具有循环默认值。",
1594
+ "Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4008": "导出接口中的调用签名的类型参数“{0}”具有或正在使用专用名称“{1}”。",
1595
+ "Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1_4006": "导出接口中的构造函数签名的类型参数“{0}”具有或正在使用专用名称“{1}”。",
1596
+ "Type_parameter_0_of_exported_class_has_or_is_using_private_name_1_4002": "导出类的类型参数“{0}”具有或正在使用专用名称“{1}”。",
1597
+ "Type_parameter_0_of_exported_function_has_or_is_using_private_name_1_4016": "导出函数的类型参数“{0}”具有或正在使用专用名称“{1}”。",
1598
+ "Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1_4004": "导出接口的类型参数“{0}”具有或正在使用专用名称“{1}”。",
1599
+ "Type_parameter_0_of_exported_mapped_object_type_is_using_private_name_1_4103": "已导出映射对象类型的类型参数 \"{0}\" 使用专用名称 \"{1}\" 。",
1600
+ "Type_parameter_0_of_exported_type_alias_has_or_is_using_private_name_1_4083": "已导出类型别名的类型参数“{0}”具有或正使用专用名称“{1}”。",
1601
+ "Type_parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1_4014": "导出接口中的方法的类型参数“{0}”具有或正在使用专用名称“{1}”。",
1602
+ "Type_parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1_4012": "导出类中的公共方法的类型参数“{0}”具有或正在使用专用名称“{1}”。",
1603
+ "Type_parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1_4010": "导出类中的公共静态方法的类型参数“{0}”具有或正在使用专用名称“{1}”。",
1604
+ "Type_parameter_declaration_expected_1139": "应为类型参数声明。",
1605
+ "Type_parameter_declarations_can_only_be_used_in_TypeScript_files_8004": "类型参数声明只能在 TypeScript 文件中使用。",
1606
+ "Type_parameter_defaults_can_only_reference_previously_declared_type_parameters_2744": "类型参数默认值只能引用以前声明的类型参数。",
1607
+ "Type_parameter_list_cannot_be_empty_1098": "类型参数列表不能为空。",
1608
+ "Type_parameter_name_cannot_be_0_2368": "类型参数名称不能为“{0}”。",
1609
+ "Type_parameters_cannot_appear_on_a_constructor_declaration_1092": "类型参数不能出现在构造函数声明中。",
1610
+ "Type_predicate_0_is_not_assignable_to_1_1226": "类型谓词“{0}”不可分配给“{1}”。",
1611
+ "Type_produces_a_tuple_type_that_is_too_large_to_represent_2799": "类型生成的元组类型太大,无法表示。",
1612
+ "Type_reference_directive_0_was_not_resolved_6120": "======== 未解析类型引用指令“{0}”。========",
1613
+ "Type_reference_directive_0_was_successfully_resolved_to_1_primary_Colon_2_6119": "======== 类型引用指令“{0}”已成功解析为“{1}”,主要: {2}。========",
1614
+ "Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3_6219": "======== 类型引用指令 \"{0}\" 已成功解析为 \"{1}\" ,包 ID 为 \"{2}\",主要: {3}。========",
1615
+ "Type_satisfaction_expressions_can_only_be_used_in_TypeScript_files_8037": "类型满意度表达式只能在 TypeScript 文件中使用。",
1616
+ "Types_cannot_appear_in_export_declarations_in_JavaScript_files_18043": "类型不能出现在 JavaScript 文件的导出声明中。",
1617
+ "Types_have_separate_declarations_of_a_private_property_0_2442": "类型具有私有属性“{0}”的单独声明。",
1618
+ "Types_of_construct_signatures_are_incompatible_2419": "构造签名的类型不兼容。",
1619
+ "Types_of_parameters_0_and_1_are_incompatible_2328": "参数“{0}”和“{1}” 的类型不兼容。",
1620
+ "Types_of_property_0_are_incompatible_2326": "属性“{0}”的类型不兼容。",
1621
+ "Unable_to_open_file_0_6050": "无法打开文件“{0}”。",
1622
+ "Unable_to_resolve_signature_of_class_decorator_when_called_as_an_expression_1238": "作为表达式调用时,无法解析类修饰器的签名。",
1623
+ "Unable_to_resolve_signature_of_method_decorator_when_called_as_an_expression_1241": "作为表达式调用时,无法解析方法修饰器的签名。",
1624
+ "Unable_to_resolve_signature_of_parameter_decorator_when_called_as_an_expression_1239": "作为表达式调用时,无法解析参数修饰器的签名。",
1625
+ "Unable_to_resolve_signature_of_property_decorator_when_called_as_an_expression_1240": "作为表达式调用时,无法解析属性修饰器的签名。",
1626
+ "Unexpected_end_of_text_1126": "文本意外结束。",
1627
+ "Unexpected_keyword_or_identifier_1434": "意外的关键字或标识符。",
1628
+ "Unexpected_token_1012": "意外的标记。",
1629
+ "Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068": "意外的标记。应为构造函数、方法、访问器或属性。",
1630
+ "Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069": "意外的标记。类型参数名不应包含大括号。",
1631
+ "Unexpected_token_Did_you_mean_or_gt_1382": "意外的标记。你是想使用 `{'>'}` 还是 `>`?",
1632
+ "Unexpected_token_Did_you_mean_or_rbrace_1381": "意外的标记。你是想使用 `{'}'}` 还是 `&rbrace;`?",
1633
+ "Unexpected_token_expected_1179": "意外标记。应为 \"{\"。",
1634
+ "Unknown_build_option_0_5072": "未知的生成选项 \"{0}\"。",
1635
+ "Unknown_build_option_0_Did_you_mean_1_5077": "未知的生成选项 \"{0}\"。你是想使用 \"{1}\" 吗?",
1636
+ "Unknown_compiler_option_0_5023": "未知的编译器选项“{0}”。",
1637
+ "Unknown_compiler_option_0_Did_you_mean_1_5025": "未知的编译器选项 \"{0}\"。你是想使用 \"{1}\" 吗?",
1638
+ "Unknown_keyword_or_identifier_Did_you_mean_0_1435": "未知的关键字或标识符。你是不是指“{0}”?",
1639
+ "Unknown_option_excludes_Did_you_mean_exclude_6114": "未知的 \"excludes\" 选项。你的意思是 \"exclude\"?",
1640
+ "Unknown_type_acquisition_option_0_17010": "未知类型获取选项“{0}”。",
1641
+ "Unknown_type_acquisition_option_0_Did_you_mean_1_17018": "未知的类型获取选项 \"{0}\"。你是想使用 \"{1}\" 吗?",
1642
+ "Unknown_watch_option_0_5078": "未知观察选项 \"{0}\"。",
1643
+ "Unknown_watch_option_0_Did_you_mean_1_5079": "未知的监视选项 \"{0}\"。你是想使用 \"{1}\" 吗?",
1644
+ "Unreachable_code_detected_7027": "检测到无法访问的代码。",
1645
+ "Unterminated_Unicode_escape_sequence_1199": "未终止的 Unicode 转义序列。",
1646
+ "Unterminated_quoted_string_in_response_file_0_6045": "响应文件“{0}”中引号不配对。",
1647
+ "Unterminated_regular_expression_literal_1161": "未终止的正则表达式字面量。",
1648
+ "Unterminated_string_literal_1002": "未终止的字符串字面量。",
1649
+ "Unterminated_template_literal_1160": "未终止的模板字面量。",
1650
+ "Untyped_function_calls_may_not_accept_type_arguments_2347": "非类型化函数调用不能接受类型参数。",
1651
+ "Unused_label_7028": "未使用的标签。",
1652
+ "Unused_ts_expect_error_directive_2578": "未使用的 \"@ts-expect-error\" 指令。",
1653
+ "Update_import_from_0_90058": "从“{0}”更新导入",
1654
+ "Updating_output_of_project_0_6373": "正在更新项目 \"{0}\" 的输出…",
1655
+ "Updating_output_timestamps_of_project_0_6359": "正在更新项目“{0}”的输出时间戳...",
1656
+ "Updating_unchanged_output_timestamps_of_project_0_6371": "正在更新项目 \"{0}\" 未更改的输出时间戳…",
1657
+ "Use_0_95174": "使用 `{0}`",
1658
+ "Use_Number_isNaN_in_all_conditions_95175": "在所有条件下使用 `Number.isNaN`。",
1659
+ "Use_element_access_for_0_95145": "对“{0}”使用元素访问",
1660
+ "Use_element_access_for_all_undeclared_properties_95146": "对所有未声明的属性使用元素访问。",
1661
+ "Use_synthetic_default_member_95016": "使用综合的“默认”成员。",
1662
+ "Using_0_subpath_1_with_target_2_6404": "将“{0}”子路径“{1}”与目标“{2}”一起使用",
1663
+ "Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494": "仅 ECMAScript 5 和更高版本支持在 \"for...of\" 语句中使用字符串。",
1664
+ "Using_build_b_will_make_tsc_behave_more_like_a_build_orchestrator_than_a_compiler_This_is_used_to_tr_6915": "使用 --build,-b 将使 tsc 的行为更像生成业务流程协调程序,而非编译器。这可用于触发生成复合项目,你可以在 {0} 详细了解这些项目",
1665
+ "Using_compiler_options_of_project_reference_redirect_0_6215": "使用项目引用重定向“{0}”的编译器选项。",
1666
+ "VERSION_6036": "版本",
1667
+ "Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it_2560": "类型“{0}”的值没有与类型“{1}”相同的属性。你是想调用它吗?",
1668
+ "Value_of_type_0_is_not_callable_Did_you_mean_to_include_new_2348": "类型“{0}”的值不可调用。是否希望包括 \"new\"?",
1669
+ "Variable_0_implicitly_has_an_1_type_7005": "变量“{0}”隐式具有“{1}”类型。",
1670
+ "Variable_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7043": "变量 \"{0}\" 隐式具有 \"{1}\" 类型,但可以从用法中推断出更好的类型。",
1671
+ "Variable_0_implicitly_has_type_1_in_some_locations_but_a_better_type_may_be_inferred_from_usage_7046": "变量 \"{0}\" 在某些位置隐式具有类型 \"{1}\",但可以从使用情况推断出更好的类型。",
1672
+ "Variable_0_implicitly_has_type_1_in_some_locations_where_its_type_cannot_be_determined_7034": "变量“{0}”在某些无法确定其类型的位置处隐式具有类型“{1}”。",
1673
+ "Variable_0_is_used_before_being_assigned_2454": "在赋值前使用了变量“{0}”。",
1674
+ "Variable_declaration_expected_1134": "应为变量声明。",
1675
+ "Variable_declaration_list_cannot_be_empty_1123": "变量声明列表不能为空。",
1676
+ "Variable_declaration_not_allowed_at_this_location_1440": "此位置不允许使用变量声明。",
1677
+ "Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "源中位置 {0} 的可变元素与目标中位置 {1} 的元素不匹配。",
1678
+ "Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "仅对象、函数、构造函数、映射类型的类型别名支持方差注释。",
1679
+ "Version_0_6029": "版本 {0}",
1680
+ "Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "请访问 https://aka.ms/tsconfig,了解有关此文件的详细信息",
1681
+ "WATCH_OPTIONS_6918": "监视选项",
1682
+ "Watch_and_Build_Modes_6250": "观看和生成模式",
1683
+ "Watch_input_files_6005": "监视输入文件。",
1684
+ "Watch_option_0_requires_a_value_of_type_1_5080": "观察选项 \"{0}\" 需要 {1} 类型的值。",
1685
+ "We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here_2843": "我们只能通过在此处为整个参数添加类型来写入“{0}”的类型。",
1686
+ "When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible_6698": "分配函数时,请检查以确保参数和返回值与子类型兼容。",
1687
+ "When_type_checking_take_into_account_null_and_undefined_6699": "进行类型检查时,请考虑 “null” 和 “undefined”。",
1688
+ "Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen_6191": "是否在监视模式下保留过时的控制台输出,而不是清除屏幕。",
1689
+ "Wrap_all_invalid_characters_in_an_expression_container_95109": "包装表达式容器中的所有无效字符",
1690
+ "Wrap_all_object_literal_with_parentheses_95116": "用括号括起所有对象字面量",
1691
+ "Wrap_all_unparented_JSX_in_JSX_fragment_95121": "将所有没有父级的 JSX 包装在 JSX 片段中",
1692
+ "Wrap_in_JSX_fragment_95120": "包装在 JSX 片段中",
1693
+ "Wrap_invalid_character_in_an_expression_container_95108": "包装表达式容器中的无效字符",
1694
+ "Wrap_the_following_body_with_parentheses_which_should_be_an_object_literal_95113": "用括号括起以下应为对象字面量的内容",
1695
+ "You_can_learn_about_all_of_the_compiler_options_at_0_6913": "你可以在 {0} 了解编译器选项的所有内容",
1696
+ "You_cannot_rename_a_module_via_a_global_import_8031": "不能通过全局导入对模块进行重命名。",
1697
+ "You_cannot_rename_elements_that_are_defined_in_a_node_modules_folder_8035": "不能重命名已在 “node_modules” 文件夹中定义的元素。",
1698
+ "You_cannot_rename_elements_that_are_defined_in_another_node_modules_folder_8036": "不能重命名已在另一个 “node_modules” 文件夹中定义的元素。",
1699
+ "You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library_8001": "不能重命名标准 TypeScript 库中定义的元素。",
1700
+ "You_cannot_rename_this_element_8000": "无法重命名此元素。",
1701
+ "_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329": "“{0}”收到的参数过少,无法在此处充当修饰器。你是要先调用它,然后再写入 \"@{0}()\" 吗?",
1702
+ "_0_and_1_index_signatures_are_incompatible_2330": "“{0}”和“{1}”索引签名不兼容。",
1703
+ "_0_and_1_operations_cannot_be_mixed_without_parentheses_5076": "不能在不使用括号的情况下混用 \"{0}\" 和 \"{1}\" 操作。",
1704
+ "_0_are_specified_twice_The_attribute_named_0_will_be_overwritten_2710": "“{0}”被指定了两次。将覆盖名为“{0}”的特性。",
1705
+ "_0_can_only_be_imported_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import_2596": "只能通过启用 \"esModuleInterop\" 标志并使用默认导入来导入“{0}”。",
1706
+ "_0_can_only_be_imported_by_using_a_default_import_2595": "仅可使用默认导入来导入“{0}”。",
1707
+ "_0_can_only_be_imported_by_using_a_require_call_or_by_turning_on_the_esModuleInterop_flag_and_using__2598": "只能通过使用 \"require\" 调用或启用 \"esModuleInterop\" 标志并使用默认导入来导入“{0}”。",
1708
+ "_0_can_only_be_imported_by_using_a_require_call_or_by_using_a_default_import_2597": "只能使用 \"require\" 调用或使用默认导入来导入“{0}”。",
1709
+ "_0_can_only_be_imported_by_using_import_1_require_2_or_a_default_import_2616": "仅可使用 \"import {1} = require({2})\" 或默认导入来导入“{0}”。",
1710
+ "_0_can_only_be_imported_by_using_import_1_require_2_or_by_turning_on_the_esModuleInterop_flag_and_us_2617": "仅可使用 \"import {1} = require({2})\" 或通过启用 \"esModuleInterop\" 标志并使用默认导入来导入“{0}”。",
1711
+ "_0_cannot_be_compiled_under_isolatedModules_because_it_is_considered_a_global_script_file_Add_an_imp_1208": "无法在 \"--isolatedModules\" 下编译“{0}”,因为它被视为全局脚本文件。请添加导入、导出或空的 \"export {}\" 语句来使它成为模块。",
1712
+ "_0_cannot_be_used_as_a_JSX_component_2786": "“{0}”不能用作 JSX 组件。",
1713
+ "_0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type_1362": "\"{0}\" 是使用 \"export type\" 导出的,因此不能用作值。",
1714
+ "_0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type_1361": "\"{0}\" 是使用 \"import type\" 导入的,因此不能用作值。",
1715
+ "_0_components_don_t_accept_text_as_child_elements_Text_in_JSX_has_the_type_string_but_the_expected_t_2747": "\"{0}\" 组件不接受文本作为子元素。JSX 中的文本类型为 \"string\",但 \"{1}\" 的预期类型为 \"{2}\"。",
1716
+ "_0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1_5082": "“{0}”可以使用与“{1}”无关的任意类型进行实例化。",
1717
+ "_0_declarations_can_only_be_used_in_TypeScript_files_8006": "\"{0}\" 声明只能在 TypeScript 文件中使用。",
1718
+ "_0_expected_1005": "应为“{0}”。",
1719
+ "_0_has_no_exported_member_named_1_Did_you_mean_2_2724": "“{0}”没有导出的成员“{1}”。你是否指的是“{2}”?",
1720
+ "_0_implicitly_has_an_1_return_type_but_a_better_type_may_be_inferred_from_usage_7050": "\"{0}\" 隐式具有 \"{1}\" 返回类型,但可以从用法中推断出更好的类型。",
1721
+ "_0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_reference_7023": "由于“{0}'”不具有返回类型批注并且在它的一个返回表达式中得到直接或间接引用,因此它隐式具有返回类型 \"any\"。",
1722
+ "_0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or__7022": "“{0}”隐式具有类型 \"any\",因为它不具有类型批注,且在其自身的初始化表达式中得到直接或间接引用。",
1723
+ "_0_index_signatures_are_incompatible_2634": "“{0}”索引签名不兼容。",
1724
+ "_0_index_type_1_is_not_assignable_to_2_index_type_3_2413": "“{0}”索引类型“{1}”不能分配给“{2}”索引类型“{3}”。",
1725
+ "_0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible_2692": "“{0}”是基元,但“{1}”是包装器对象。如可能首选使用“{0}”。",
1726
+ "_0_is_a_type_and_cannot_be_imported_in_JavaScript_files_Use_1_in_a_JSDoc_type_annotation_18042": "“{0}”是一种类型,无法在 JavaScript 文件中导入。请在 JSDoc 类型批注中使用“{1}”。",
1727
+ "_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_preserveValueImports_and_isolatedMod_1444": "\"{0}\" 是一种类型,在同时启用了 \"preserveValueImports\" 和 \"isolatedModules\" 时,必须使用仅类型导入进行导入。",
1728
+ "_0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation_2842": "“{0}”是“{1}”的未使用重命名。是否打算将其用作类型批注?",
1729
+ "_0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_5075": "\"{0}\" 可赋给 \"{1}\" 类型的约束,但可以使用约束 \"{2}\" 的其他子类型实例化 \"{1}\"。",
1730
+ "_0_is_automatically_exported_here_18044": "“{0}”自动导出到此处。",
1731
+ "_0_is_declared_but_its_value_is_never_read_6133": "已声明“{0}”,但从未读取其值。",
1732
+ "_0_is_declared_but_never_used_6196": "“{0}”已声明,但从未使用过。",
1733
+ "_0_is_declared_here_2728": "在此处声明了 \"{0}\"。",
1734
+ "_0_is_defined_as_a_property_in_class_1_but_is_overridden_here_in_2_as_an_accessor_2611": "\"{0}\" 在类 \"{1}\" 中定义为属性,但这里在 \"{2}\" 中重写为访问器。",
1735
+ "_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property_2610": "\"{0}\" 在类 \"{1}\" 中定义为访问器,但这里在 \"{2}\" 中重写为实例属性。",
1736
+ "_0_is_deprecated_6385": "“{0}”已弃用。",
1737
+ "_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012": "“{0}”不是关键字“{1}”的有效元属性。是否是指“{2}”?",
1738
+ "_0_is_not_allowed_as_a_parameter_name_1390": "不允许将 '{0}' 作为参数名。",
1739
+ "_0_is_not_allowed_as_a_variable_declaration_name_1389": "“{0}”不得用作变量声明名称。",
1740
+ "_0_is_of_type_unknown_18046": "“{0}”的类型为“未知”。",
1741
+ "_0_is_possibly_null_18047": "“{0}”可能为 “null”。",
1742
+ "_0_is_possibly_null_or_undefined_18049": "{0}可能为 “null” 或“未定义”。",
1743
+ "_0_is_possibly_undefined_18048": "“{0}”可能为“未定义”。",
1744
+ "_0_is_referenced_directly_or_indirectly_in_its_own_base_expression_2506": "“{0}”在其自身的基表达式中得到直接或间接引用。",
1745
+ "_0_is_referenced_directly_or_indirectly_in_its_own_type_annotation_2502": "“{0}”在其自身的类型批注中得到直接或间接引用。",
1746
+ "_0_is_specified_more_than_once_so_this_usage_will_be_overwritten_2783": "多次指定了 \"{0}\",因此将重写此用法。",
1747
+ "_0_list_cannot_be_empty_1097": "“{0}”列表不能为空。",
1748
+ "_0_modifier_already_seen_1030": "已看到“{0}”修饰符。",
1749
+ "_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias_1274": "“{0}”修饰符只能出现在类、接口或类型别名的类型参数上",
1750
+ "_0_modifier_cannot_appear_on_a_constructor_declaration_1089": "“{0}”修饰符不能出现在构造函数声明中。",
1751
+ "_0_modifier_cannot_appear_on_a_module_or_namespace_element_1044": "“{0}”修饰符不可出现在模块或命名空间元素上。",
1752
+ "_0_modifier_cannot_appear_on_a_parameter_1090": "“{0}”修饰符不能出现在参数中。",
1753
+ "_0_modifier_cannot_appear_on_a_type_member_1070": "“{0}”修饰符不可出现在类型成员上。",
1754
+ "_0_modifier_cannot_appear_on_a_type_parameter_1273": "“{0}”修饰符不能出现在类型参数上",
1755
+ "_0_modifier_cannot_appear_on_an_index_signature_1071": "“{0}”修饰符不可出现在索引签名上。",
1756
+ "_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031": "“{0}”修饰符不能出现在此类型的类元素上。",
1757
+ "_0_modifier_cannot_be_used_here_1042": "“{0}”修饰符不能在此处使用。",
1758
+ "_0_modifier_cannot_be_used_in_an_ambient_context_1040": "“{0}”修饰符不能在环境上下文中使用。",
1759
+ "_0_modifier_cannot_be_used_with_1_modifier_1243": "“{0}”修饰符不能与“{1}”修饰符一起使用。",
1760
+ "_0_modifier_cannot_be_used_with_a_private_identifier_18019": "“{0}”修饰符不能与专用标识符一起使用。",
1761
+ "_0_modifier_must_precede_1_modifier_1029": "“{0}”修饰符必须位于“{1}”修饰符之前。",
1762
+ "_0_needs_an_explicit_type_annotation_2782": "\"{0}\" 需要显式类型注释。",
1763
+ "_0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here_2702": "“{0}”仅指类型,但在此用作命名空间。",
1764
+ "_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_2693": "“{0}”仅表示类型,但在此处却作为值使用。",
1765
+ "_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Did_you_mean_to_use_1_in_0_2690": "“{0}”仅引用一个类型,但在此处用作一个值。你是否想要使用“{0} 中的 {1}”?",
1766
+ "_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Do_you_need_to_change_your_target_library_2585": "“{0}” 仅指类型,但在此处用作值。是否需要更改目标库? 请尝试将 “lib” 编译器选项更改为 es2015 或更高版本。",
1767
+ "_0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_instead_2686": "“{0}”指 UMD 全局,但当前文件是模块。请考虑改为添加导入。",
1768
+ "_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0_2749": "“{0}”表示值,但在此处用作类型。是否指“类型 {0}”?",
1769
+ "_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_preserveVa_1446": "\"{0}\" 解析为仅类型声明,并且在同时启用了 \"preserveValueImports\" 和 \"isolatedModules\" 时,必须使用仅类型导入进行导入。",
1770
+ "_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_isol_1448": "\"{0}\" 解析为仅类型声明,并且在启用 \"isolatedModules\" 时必须使用仅类型重新导出进行重新导出。",
1771
+ "_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file_6258": "应在 config json 文件的 “compilerOptions” 对象中设置 “{0}”",
1772
+ "_0_tag_already_specified_1223": "已指定“{0}”标记。",
1773
+ "_0_was_also_declared_here_6203": "此处也声明了 \"{0}\"。",
1774
+ "_0_was_exported_here_1377": "在此处导出了 \"{0}\"。",
1775
+ "_0_was_imported_here_1376": "此处导入了 \"{0}\"。",
1776
+ "_0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type_7010": "缺少返回类型批注的“{0}”隐式具有“{1}”返回类型。",
1777
+ "_0_which_lacks_return_type_annotation_implicitly_has_an_1_yield_type_7055": "缺少返回类型批注的 \"{0}\" 隐式具有 \"{1}\" 产出类型。",
1778
+ "abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration_1242": "\"abstract\" 修饰符仅可出现在类、方法或属性声明中。",
1779
+ "accessor_modifier_can_only_appear_on_a_property_declaration_1275": "\"accessor\" 修饰符只能出现在属性声明中。",
1780
+ "and_here_6204": "并在这里。",
1781
+ "arguments_cannot_be_referenced_in_property_initializers_2815": "无法在属性初始化表达式中引用 \"arguments\"。",
1782
+ "auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_w_1476": "“auto”: 将带有导入、导出、import.meta、jsx (带有 jsx: react-jsx)或 esm 格式(带模块: node16+)的文件视为模块。",
1783
+ "await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_fi_1375": "仅当文件是模块时,才允许在该文件的顶层使用 \"await\" 表达式,但此文件没有导入或导出。请考虑添加空的 \"export {}\" 以将此文件变为模块。",
1784
+ "await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308": "仅允许在异步函数和模块顶级使用 \"await\" 表达式。",
1785
+ "await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "不能在参数初始化表达式中使用 \"await\" 表达式。",
1786
+ "await_has_no_effect_on_the_type_of_this_expression_80007": "\"await\" 对此表达式的类型没有影响。",
1787
+ "baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1_6106": "\"baseUrl\" 选项设置为“{0}”,可使用此值解析非相关模块名称“{1}”。",
1788
+ "can_only_be_used_at_the_start_of_a_file_18026": "\"#!\" 只能用在文件的开头。",
1789
+ "case_or_default_expected_1130": "应为 \"case\" 或 \"default\"。",
1790
+ "catch_or_finally_expected_1472": "应为 “catch” 或 “finally”。",
1791
+ "const_declarations_can_only_be_declared_inside_a_block_1156": "\"const\" 声明只能在块的内部声明。",
1792
+ "const_declarations_must_be_initialized_1155": "必须初始化 \"const\" 声明。",
1793
+ "const_enum_member_initializer_was_evaluated_to_a_non_finite_value_2477": "\"const\" 枚举成员初始化表达式的求值结果为非有限值。",
1794
+ "const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN_2478": "\"const\" 枚举成员初始化表达式的求值结果为不允许使用的值 \"NaN\"。",
1795
+ "const_enum_member_initializers_can_only_contain_literal_values_and_other_computed_enum_values_2474": "常量枚举成员初始值设定项只能包含字面量值和其他计算的枚举值。",
1796
+ "const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_im_2475": "\"const\" 枚举仅可在属性、索引访问表达式、导入声明的右侧、导出分配或类型查询中使用。",
1797
+ "constructor_cannot_be_used_as_a_parameter_property_name_2398": "“构造函数”不能用作参数属性名称。",
1798
+ "constructor_is_a_reserved_word_18012": "\"#constructor\" 是保留字。",
1799
+ "default_Colon_6903": "默认值:",
1800
+ "delete_cannot_be_called_on_an_identifier_in_strict_mode_1102": "在严格模式下,无法对标识符调用 \"delete\"。",
1801
+ "export_Asterisk_does_not_re_export_a_default_1195": "\"export *\" 不会重新导出默认值。",
1802
+ "export_can_only_be_used_in_TypeScript_files_8003": "\"export =\" 只能在 TypeScript 文件中使用。",
1803
+ "export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always__2668": "\"export\" 修饰符不可用于环境模块和模块扩大,因为它们始终可见。",
1804
+ "extends_clause_already_seen_1172": "已看到 \"extends\" 子句。",
1805
+ "extends_clause_must_precede_implements_clause_1173": "\"extends\" 子句必须位于 \"implements\" 子句之前。",
1806
+ "extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "导出的类“{0}”的 \"extends\" 子句具有或正在使用专用名称“{1}”。",
1807
+ "extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "导出的类的 \"extends\" 子句具有或正在使用专用名称“{0}”。",
1808
+ "extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "导出接口“{0}”的 \"extends\" 子句具有或正在使用专用名称“{1}”。",
1809
+ "false_unless_composite_is_set_6906": "\"false\",除非设置了 \"composite\"",
1810
+ "false_unless_strict_is_set_6905": "\"false\",除非设置了 \"strict\"",
1811
+ "file_6025": "文件",
1812
+ "for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_1431": "仅当文件是模块且没有导入或导出项时,才允许在该文件的顶层使用“for await”循环。可考虑添加空的“export {}”将此文件变为模块。",
1813
+ "for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1103": "仅允许在异步函数和模块顶层使用“for await”循环。",
1814
+ "get_and_set_accessors_cannot_declare_this_parameters_2784": "\"get\" 和 \"set\" 访问器无法声明 \"this\" 参数。",
1815
+ "if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk_6908": "如果指定了 \"files\",则为 \"[]\",否则为\"[\"**/*\"]5D;\"",
1816
+ "implements_clause_already_seen_1175": "已看到 \"implements\" 子句。",
1817
+ "implements_clauses_can_only_be_used_in_TypeScript_files_8005": "\"implements\" 子句只能在 TypeScript 文件中使用。",
1818
+ "import_can_only_be_used_in_TypeScript_files_8002": "\"import ... =\" 只能在 TypeScript 文件中使用。",
1819
+ "infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "仅条件类型的 \"extends\" 子句中才允许 \"infer\" 声明。",
1820
+ "let_declarations_can_only_be_declared_inside_a_block_1157": "\"let\" 声明只能在块的内部声明。",
1821
+ "let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "\"let\" 不能用作 \"let\" 或 \"const\" 声明中的名称。",
1822
+ "module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "module === 'AMD' 或 'UMD' 或 'System' 或 'ES6',然后 'Classic', 否则为 'Node'",
1823
+ "module_system_or_esModuleInterop_6904": "module === \"system\" 或 esModuleInterop",
1824
+ "new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "其目标缺少构造签名的 \"new\" 表达式隐式具有 \"any\" 类型。",
1825
+ "node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "`[\"node_modules\"、\"bower_components\"、\"jspm_packages\"]`,以及 \"outDir\" 的值(如果指定)。",
1826
+ "one_of_Colon_6900": "以下其中一个:",
1827
+ "one_or_more_Colon_6901": "一个或更多:",
1828
+ "options_6024": "选项",
1829
+ "or_JSX_element_expected_1145": "应为 “{” 或 JSX 元素。",
1830
+ "or_expected_1144": "应为 \"{\" 或 \";\"。",
1831
+ "package_json_does_not_have_a_0_field_6100": "\"package.json\" 没有“{0}”字段。",
1832
+ "package_json_does_not_have_a_typesVersions_entry_that_matches_version_0_6207": "\"package. json\" 没有与版本 \"{0}\" 匹配的 \"typesVersions\" 项。",
1833
+ "package_json_had_a_falsy_0_field_6220": "\"package. json\" 具有错误的 \"{0}\" 字段。",
1834
+ "package_json_has_0_field_1_that_references_2_6101": "\"package.json\" 具有引用“{2}”的“{0}”字段“{1}”。",
1835
+ "package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range_6209": "\"package. json\" 具有 \"typesVersions\" 项 \"{0}\",它不是有效的 semver 范围。",
1836
+ "package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_ma_6208": "\"package. json\" 具有与编译器版本 \"{1}\" 匹配的 \"typesVersions\" 项 \"{0}\",它需要与模块名称 \"{2}\" 匹配的模式。",
1837
+ "package_json_has_a_typesVersions_field_with_version_specific_path_mappings_6206": "\"package. json\" 具有 \"typesVersions\" 字段,它具有特定于版本的路径映射。",
1838
+ "package_json_scope_0_explicitly_maps_specifier_1_to_null_6274": "package.json 作用域 '{0}' 将说明符 '{1}' 显式映射到 NULL。",
1839
+ "package_json_scope_0_has_invalid_type_for_target_of_specifier_1_6275": "package.json 作用域 '{0}' 的说明符 '{1}' 的目标类型无效",
1840
+ "package_json_scope_0_has_no_imports_defined_6273": "package.json 作用域 '{0}' 未定义导入。",
1841
+ "paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0_6091": "指定了 \"paths“ 选项,正在查找模式以匹配模块名“{0}”。",
1842
+ "readonly_modifier_can_only_appear_on_a_property_declaration_or_index_signature_1024": "\"readonly\" 修饰符仅可出现在属性声明或索引签名中。",
1843
+ "readonly_type_modifier_is_only_permitted_on_array_and_tuple_literal_types_1354": "仅允许对数组和元组字面量类型使用 \"readonly\" 类型修饰符。",
1844
+ "require_call_may_be_converted_to_an_import_80005": "可将 \"require\" 调用转换为 import 语句。",
1845
+ "resolution_mode_assertions_are_only_supported_when_moduleResolution_is_node16_or_nodenext_1452": "仅当“moduleResolution”为“node16”或“nodenext”时才支持“resolution-mode”断言。",
1846
+ "resolution_mode_assertions_are_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_wi_4125": "“resolution-mode”断言不稳定。请使用夜间 TypeScript 消除此错误。请尝试使用“npm install -D typescript@next”进行更新。",
1847
+ "resolution_mode_can_only_be_set_for_type_only_imports_1454": "只能为仅类型导入设置 \"resolution-mode\"。",
1848
+ "resolution_mode_is_the_only_valid_key_for_type_import_assertions_1455": "\"resolution-mode\" 是类型导入断言的唯一有效密钥。",
1849
+ "resolution_mode_should_be_either_require_or_import_1453": "“resolution-mode”应为“require”或“import”。",
1850
+ "rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107": "设置了 \"rootDirs\" 选项,可将其用于解析相对模块名称“{0}”。",
1851
+ "super_can_only_be_referenced_in_a_derived_class_2335": "只能在派生类中引用 \"super\"。",
1852
+ "super_can_only_be_referenced_in_members_of_derived_classes_or_object_literal_expressions_2660": "仅可在派生类或对象字面量表达式的成员中引用 \"super\"。",
1853
+ "super_cannot_be_referenced_in_a_computed_property_name_2466": "不能在计算属性名中引用 \"super\"。",
1854
+ "super_cannot_be_referenced_in_constructor_arguments_2336": "不能在构造函数参数中引用 \"super\"。",
1855
+ "super_is_only_allowed_in_members_of_object_literal_expressions_when_option_target_is_ES2015_or_highe_2659": "\"target\" 选项为 \"ES2015\" 或更高版本时,仅对象字面量表达式的成员中允许 \"super\"。",
1856
+ "super_may_not_use_type_arguments_2754": "\"super\" 不能使用类型参数。",
1857
+ "super_must_be_called_before_accessing_a_property_of_super_in_the_constructor_of_a_derived_class_17011": "访问派生类构造函数中的 \"super\" 属性前,必须调用 \"super\"。",
1858
+ "super_must_be_called_before_accessing_this_in_the_constructor_of_a_derived_class_17009": "访问派生类的构造函数中的 \"this\" 前,必须调用 \"super\"。",
1859
+ "super_must_be_followed_by_an_argument_list_or_member_access_1034": "\"super\" 的后面必须是参数列表或成员访问。",
1860
+ "super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_der_2338": "只有构造函数、成员函数或派生类的成员访问器中才允许 \"super\" 属性访问。",
1861
+ "this_cannot_be_referenced_in_a_computed_property_name_2465": "不能在计算属性名中引用 \"this\"。",
1862
+ "this_cannot_be_referenced_in_a_module_or_namespace_body_2331": "不能在模块或命名空间体中引用 \"this\"。",
1863
+ "this_cannot_be_referenced_in_a_static_property_initializer_2334": "不能在静态属性初始化表达式中引用 \"this\"。",
1864
+ "this_cannot_be_referenced_in_constructor_arguments_2333": "不能在构造函数参数中引用 \"this\"。",
1865
+ "this_cannot_be_referenced_in_current_location_2332": "不能在当前位置引用 \"this\"。",
1866
+ "this_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_2683": "\"this\" 隐式具有类型 \"any\",因为它没有类型注释。",
1867
+ "true_for_ES2022_and_above_including_ESNext_6930": "对于 ES2022 及更高版本为 `true`,包括 ESNext。",
1868
+ "true_if_composite_false_otherwise_6909": "如果为 \"composite\",则为 \"true\",否则为 \"false\"",
1869
+ "tsc_Colon_The_TypeScript_Compiler_6922": "tsc: TypeScript 编译器",
1870
+ "type_Colon_6902": "类型:",
1871
+ "unique_symbol_types_are_not_allowed_here_1335": "此处不允许使用 \"unique symbol\" 类型。",
1872
+ "unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334": "\"unique symbol\" 类型仅可用于变量语句中的变量。",
1873
+ "unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333": "不可在具有绑定名称的变量声明中使用 \"unique symbol\" 类型。",
1874
+ "use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "\"use strict\" 指令不能与非简单参数列表一起使用。",
1875
+ "use_strict_directive_used_here_1349": "此处使用了 \"use strict\" 指令。",
1876
+ "with_statements_are_not_allowed_in_an_async_function_block_1300": "不允许在异步函数块中使用 \"with\" 语句。",
1877
+ "with_statements_are_not_allowed_in_strict_mode_1101": "严格模式下不允许使用 \"with\" 语句。",
1878
+ "yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "\"yield\" 表达式隐式导致 \"any\" 类型,因为它的包含生成器缺少返回类型批注。",
1879
+ "yield_expressions_cannot_be_used_in_a_parameter_initializer_2523": "不能在参数初始化表达式中使用 \"yield\" 表达式。"
1880
+ }