@openfn/language-mssql 2.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2773) hide show
  1. package/LICENSE +674 -0
  2. package/LICENSE.LESSER +165 -0
  3. package/README.md +165 -0
  4. package/ast.json +1049 -0
  5. package/lib/Adaptor.js +814 -0
  6. package/lib/Client.js +28 -0
  7. package/lib/index.js +19 -0
  8. package/node_modules/@azure/ms-rest-azure-env/Changelog.md +24 -0
  9. package/node_modules/@azure/ms-rest-azure-env/LICENSE +21 -0
  10. package/node_modules/@azure/ms-rest-azure-env/README.md +41 -0
  11. package/node_modules/@azure/ms-rest-azure-env/dist/msRestAzureEnv.js +172 -0
  12. package/node_modules/@azure/ms-rest-azure-env/dist/msRestAzureEnv.js.map +1 -0
  13. package/node_modules/@azure/ms-rest-azure-env/dist/msRestAzureEnv.min.js +5 -0
  14. package/node_modules/@azure/ms-rest-azure-env/dist/msRestAzureEnv.min.js.map +1 -0
  15. package/node_modules/@azure/ms-rest-azure-env/es/lib/azureEnvironment.d.ts +232 -0
  16. package/node_modules/@azure/ms-rest-azure-env/es/lib/azureEnvironment.d.ts.map +1 -0
  17. package/node_modules/@azure/ms-rest-azure-env/es/lib/azureEnvironment.js +157 -0
  18. package/node_modules/@azure/ms-rest-azure-env/es/lib/azureEnvironment.js.map +1 -0
  19. package/node_modules/@azure/ms-rest-azure-env/lib/azureEnvironment.ts +347 -0
  20. package/node_modules/@azure/ms-rest-azure-env/package.json +100 -0
  21. package/node_modules/@azure/ms-rest-js/Changelog.md +228 -0
  22. package/node_modules/@azure/ms-rest-js/LICENSE +21 -0
  23. package/node_modules/@azure/ms-rest-js/README.md +40 -0
  24. package/node_modules/@azure/ms-rest-js/ThirdPartyNotices.txt +35 -0
  25. package/node_modules/@azure/ms-rest-js/dist/msRest.browser.js +4060 -0
  26. package/node_modules/@azure/ms-rest-js/dist/msRest.browser.js.map +1 -0
  27. package/node_modules/@azure/ms-rest-js/dist/msRest.browser.min.js +5 -0
  28. package/node_modules/@azure/ms-rest-js/dist/msRest.browser.min.js.map +1 -0
  29. package/node_modules/@azure/ms-rest-js/dist/msRest.node.js +3942 -0
  30. package/node_modules/@azure/ms-rest-js/dist/msRest.node.js.map +1 -0
  31. package/node_modules/@azure/ms-rest-js/es/lib/axiosHttpClient.d.ts +25 -0
  32. package/node_modules/@azure/ms-rest-js/es/lib/axiosHttpClient.d.ts.map +1 -0
  33. package/node_modules/@azure/ms-rest-js/es/lib/axiosHttpClient.js +265 -0
  34. package/node_modules/@azure/ms-rest-js/es/lib/axiosHttpClient.js.map +1 -0
  35. package/node_modules/@azure/ms-rest-js/es/lib/credentials/apiKeyCredentials.d.ts +46 -0
  36. package/node_modules/@azure/ms-rest-js/es/lib/credentials/apiKeyCredentials.d.ts.map +1 -0
  37. package/node_modules/@azure/ms-rest-js/es/lib/credentials/apiKeyCredentials.js +56 -0
  38. package/node_modules/@azure/ms-rest-js/es/lib/credentials/apiKeyCredentials.js.map +1 -0
  39. package/node_modules/@azure/ms-rest-js/es/lib/credentials/basicAuthenticationCredentials.d.ts +24 -0
  40. package/node_modules/@azure/ms-rest-js/es/lib/credentials/basicAuthenticationCredentials.d.ts.map +1 -0
  41. package/node_modules/@azure/ms-rest-js/es/lib/credentials/basicAuthenticationCredentials.js +47 -0
  42. package/node_modules/@azure/ms-rest-js/es/lib/credentials/basicAuthenticationCredentials.js.map +1 -0
  43. package/node_modules/@azure/ms-rest-js/es/lib/credentials/credentials.d.ts +2 -0
  44. package/node_modules/@azure/ms-rest-js/es/lib/credentials/credentials.d.ts.map +1 -0
  45. package/node_modules/@azure/ms-rest-js/es/lib/credentials/credentials.js +3 -0
  46. package/node_modules/@azure/ms-rest-js/es/lib/credentials/credentials.js.map +1 -0
  47. package/node_modules/@azure/ms-rest-js/es/lib/credentials/domainCredentials.d.ts +11 -0
  48. package/node_modules/@azure/ms-rest-js/es/lib/credentials/domainCredentials.d.ts.map +1 -0
  49. package/node_modules/@azure/ms-rest-js/es/lib/credentials/domainCredentials.js +29 -0
  50. package/node_modules/@azure/ms-rest-js/es/lib/credentials/domainCredentials.js.map +1 -0
  51. package/node_modules/@azure/ms-rest-js/es/lib/credentials/serviceClientCredentials.d.ts +11 -0
  52. package/node_modules/@azure/ms-rest-js/es/lib/credentials/serviceClientCredentials.d.ts.map +1 -0
  53. package/node_modules/@azure/ms-rest-js/es/lib/credentials/serviceClientCredentials.js +3 -0
  54. package/node_modules/@azure/ms-rest-js/es/lib/credentials/serviceClientCredentials.js.map +1 -0
  55. package/node_modules/@azure/ms-rest-js/es/lib/credentials/tokenCredentials.d.ts +25 -0
  56. package/node_modules/@azure/ms-rest-js/es/lib/credentials/tokenCredentials.d.ts.map +1 -0
  57. package/node_modules/@azure/ms-rest-js/es/lib/credentials/tokenCredentials.js +42 -0
  58. package/node_modules/@azure/ms-rest-js/es/lib/credentials/tokenCredentials.js.map +1 -0
  59. package/node_modules/@azure/ms-rest-js/es/lib/credentials/topicCredentials.d.ts +11 -0
  60. package/node_modules/@azure/ms-rest-js/es/lib/credentials/topicCredentials.d.ts.map +1 -0
  61. package/node_modules/@azure/ms-rest-js/es/lib/credentials/topicCredentials.js +29 -0
  62. package/node_modules/@azure/ms-rest-js/es/lib/credentials/topicCredentials.js.map +1 -0
  63. package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.browser.d.ts +2 -0
  64. package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.browser.d.ts.map +1 -0
  65. package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.browser.js +4 -0
  66. package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.browser.js.map +1 -0
  67. package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.d.ts +2 -0
  68. package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.d.ts.map +1 -0
  69. package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.js +4 -0
  70. package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.js.map +1 -0
  71. package/node_modules/@azure/ms-rest-js/es/lib/httpClient.d.ts +7 -0
  72. package/node_modules/@azure/ms-rest-js/es/lib/httpClient.d.ts.map +1 -0
  73. package/node_modules/@azure/ms-rest-js/es/lib/httpClient.js +3 -0
  74. package/node_modules/@azure/ms-rest-js/es/lib/httpClient.js.map +1 -0
  75. package/node_modules/@azure/ms-rest-js/es/lib/httpHeaders.d.ts +78 -0
  76. package/node_modules/@azure/ms-rest-js/es/lib/httpHeaders.d.ts.map +1 -0
  77. package/node_modules/@azure/ms-rest-js/es/lib/httpHeaders.js +119 -0
  78. package/node_modules/@azure/ms-rest-js/es/lib/httpHeaders.js.map +1 -0
  79. package/node_modules/@azure/ms-rest-js/es/lib/httpOperationResponse.d.ts +75 -0
  80. package/node_modules/@azure/ms-rest-js/es/lib/httpOperationResponse.d.ts.map +1 -0
  81. package/node_modules/@azure/ms-rest-js/es/lib/httpOperationResponse.js +3 -0
  82. package/node_modules/@azure/ms-rest-js/es/lib/httpOperationResponse.js.map +1 -0
  83. package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.d.ts +22 -0
  84. package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.d.ts.map +1 -0
  85. package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.js +25 -0
  86. package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.js.map +1 -0
  87. package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogger.d.ts +35 -0
  88. package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogger.d.ts.map +1 -0
  89. package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogger.js +37 -0
  90. package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogger.js.map +1 -0
  91. package/node_modules/@azure/ms-rest-js/es/lib/msRest.d.ts +37 -0
  92. package/node_modules/@azure/ms-rest-js/es/lib/msRest.d.ts.map +1 -0
  93. package/node_modules/@azure/ms-rest-js/es/lib/msRest.js +31 -0
  94. package/node_modules/@azure/ms-rest-js/es/lib/msRest.js.map +1 -0
  95. package/node_modules/@azure/ms-rest-js/es/lib/operationArguments.d.ts +15 -0
  96. package/node_modules/@azure/ms-rest-js/es/lib/operationArguments.d.ts.map +1 -0
  97. package/node_modules/@azure/ms-rest-js/es/lib/operationArguments.js +3 -0
  98. package/node_modules/@azure/ms-rest-js/es/lib/operationArguments.js.map +1 -0
  99. package/node_modules/@azure/ms-rest-js/es/lib/operationParameter.d.ts +51 -0
  100. package/node_modules/@azure/ms-rest-js/es/lib/operationParameter.d.ts.map +1 -0
  101. package/node_modules/@azure/ms-rest-js/es/lib/operationParameter.js +24 -0
  102. package/node_modules/@azure/ms-rest-js/es/lib/operationParameter.js.map +1 -0
  103. package/node_modules/@azure/ms-rest-js/es/lib/operationResponse.d.ts +15 -0
  104. package/node_modules/@azure/ms-rest-js/es/lib/operationResponse.d.ts.map +1 -0
  105. package/node_modules/@azure/ms-rest-js/es/lib/operationResponse.js +3 -0
  106. package/node_modules/@azure/ms-rest-js/es/lib/operationResponse.js.map +1 -0
  107. package/node_modules/@azure/ms-rest-js/es/lib/operationSpec.d.ts +68 -0
  108. package/node_modules/@azure/ms-rest-js/es/lib/operationSpec.d.ts.map +1 -0
  109. package/node_modules/@azure/ms-rest-js/es/lib/operationSpec.js +15 -0
  110. package/node_modules/@azure/ms-rest-js/es/lib/operationSpec.js.map +1 -0
  111. package/node_modules/@azure/ms-rest-js/es/lib/policies/deserializationPolicy.d.ts +38 -0
  112. package/node_modules/@azure/ms-rest-js/es/lib/policies/deserializationPolicy.d.ts.map +1 -0
  113. package/node_modules/@azure/ms-rest-js/es/lib/policies/deserializationPolicy.js +195 -0
  114. package/node_modules/@azure/ms-rest-js/es/lib/policies/deserializationPolicy.js.map +1 -0
  115. package/node_modules/@azure/ms-rest-js/es/lib/policies/exponentialRetryPolicy.d.ts +48 -0
  116. package/node_modules/@azure/ms-rest-js/es/lib/policies/exponentialRetryPolicy.d.ts.map +1 -0
  117. package/node_modules/@azure/ms-rest-js/es/lib/policies/exponentialRetryPolicy.js +121 -0
  118. package/node_modules/@azure/ms-rest-js/es/lib/policies/exponentialRetryPolicy.js.map +1 -0
  119. package/node_modules/@azure/ms-rest-js/es/lib/policies/generateClientRequestIdPolicy.d.ts +10 -0
  120. package/node_modules/@azure/ms-rest-js/es/lib/policies/generateClientRequestIdPolicy.d.ts.map +1 -0
  121. package/node_modules/@azure/ms-rest-js/es/lib/policies/generateClientRequestIdPolicy.js +30 -0
  122. package/node_modules/@azure/ms-rest-js/es/lib/policies/generateClientRequestIdPolicy.js.map +1 -0
  123. package/node_modules/@azure/ms-rest-js/es/lib/policies/logPolicy.d.ts +10 -0
  124. package/node_modules/@azure/ms-rest-js/es/lib/policies/logPolicy.d.ts.map +1 -0
  125. package/node_modules/@azure/ms-rest-js/es/lib/policies/logPolicy.js +35 -0
  126. package/node_modules/@azure/ms-rest-js/es/lib/policies/logPolicy.js.map +1 -0
  127. package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.browser.d.ts +4 -0
  128. package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.browser.d.ts.map +1 -0
  129. package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.browser.js +14 -0
  130. package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.browser.js.map +1 -0
  131. package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.d.ts +4 -0
  132. package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.d.ts.map +1 -0
  133. package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.js +19 -0
  134. package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.js.map +1 -0
  135. package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.browser.d.ts +11 -0
  136. package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.browser.d.ts.map +1 -0
  137. package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.browser.js +29 -0
  138. package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.browser.js.map +1 -0
  139. package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.d.ts +12 -0
  140. package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.d.ts.map +1 -0
  141. package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.js +61 -0
  142. package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.js.map +1 -0
  143. package/node_modules/@azure/ms-rest-js/es/lib/policies/redirectPolicy.d.ts +10 -0
  144. package/node_modules/@azure/ms-rest-js/es/lib/policies/redirectPolicy.d.ts.map +1 -0
  145. package/node_modules/@azure/ms-rest-js/es/lib/policies/redirectPolicy.js +48 -0
  146. package/node_modules/@azure/ms-rest-js/es/lib/policies/redirectPolicy.js.map +1 -0
  147. package/node_modules/@azure/ms-rest-js/es/lib/policies/requestPolicy.d.ts +53 -0
  148. package/node_modules/@azure/ms-rest-js/es/lib/policies/requestPolicy.d.ts.map +1 -0
  149. package/node_modules/@azure/ms-rest-js/es/lib/policies/requestPolicy.js +60 -0
  150. package/node_modules/@azure/ms-rest-js/es/lib/policies/requestPolicy.js.map +1 -0
  151. package/node_modules/@azure/ms-rest-js/es/lib/policies/rpRegistrationPolicy.d.ts +10 -0
  152. package/node_modules/@azure/ms-rest-js/es/lib/policies/rpRegistrationPolicy.d.ts.map +1 -0
  153. package/node_modules/@azure/ms-rest-js/es/lib/policies/rpRegistrationPolicy.js +158 -0
  154. package/node_modules/@azure/ms-rest-js/es/lib/policies/rpRegistrationPolicy.js.map +1 -0
  155. package/node_modules/@azure/ms-rest-js/es/lib/policies/signingPolicy.d.ts +12 -0
  156. package/node_modules/@azure/ms-rest-js/es/lib/policies/signingPolicy.d.ts.map +1 -0
  157. package/node_modules/@azure/ms-rest-js/es/lib/policies/signingPolicy.js +29 -0
  158. package/node_modules/@azure/ms-rest-js/es/lib/policies/signingPolicy.js.map +1 -0
  159. package/node_modules/@azure/ms-rest-js/es/lib/policies/systemErrorRetryPolicy.d.ts +37 -0
  160. package/node_modules/@azure/ms-rest-js/es/lib/policies/systemErrorRetryPolicy.d.ts.map +1 -0
  161. package/node_modules/@azure/ms-rest-js/es/lib/policies/systemErrorRetryPolicy.js +110 -0
  162. package/node_modules/@azure/ms-rest-js/es/lib/policies/systemErrorRetryPolicy.js.map +1 -0
  163. package/node_modules/@azure/ms-rest-js/es/lib/policies/throttlingRetryPolicy.d.ts +21 -0
  164. package/node_modules/@azure/ms-rest-js/es/lib/policies/throttlingRetryPolicy.d.ts.map +1 -0
  165. package/node_modules/@azure/ms-rest-js/es/lib/policies/throttlingRetryPolicy.js +82 -0
  166. package/node_modules/@azure/ms-rest-js/es/lib/policies/throttlingRetryPolicy.js.map +1 -0
  167. package/node_modules/@azure/ms-rest-js/es/lib/policies/userAgentPolicy.d.ts +21 -0
  168. package/node_modules/@azure/ms-rest-js/es/lib/policies/userAgentPolicy.d.ts.map +1 -0
  169. package/node_modules/@azure/ms-rest-js/es/lib/policies/userAgentPolicy.js +64 -0
  170. package/node_modules/@azure/ms-rest-js/es/lib/policies/userAgentPolicy.js.map +1 -0
  171. package/node_modules/@azure/ms-rest-js/es/lib/queryCollectionFormat.d.ts +11 -0
  172. package/node_modules/@azure/ms-rest-js/es/lib/queryCollectionFormat.d.ts.map +1 -0
  173. package/node_modules/@azure/ms-rest-js/es/lib/queryCollectionFormat.js +14 -0
  174. package/node_modules/@azure/ms-rest-js/es/lib/queryCollectionFormat.js.map +1 -0
  175. package/node_modules/@azure/ms-rest-js/es/lib/restError.d.ts +14 -0
  176. package/node_modules/@azure/ms-rest-js/es/lib/restError.d.ts.map +1 -0
  177. package/node_modules/@azure/ms-rest-js/es/lib/restError.js +22 -0
  178. package/node_modules/@azure/ms-rest-js/es/lib/restError.js.map +1 -0
  179. package/node_modules/@azure/ms-rest-js/es/lib/serializer.d.ts +130 -0
  180. package/node_modules/@azure/ms-rest-js/es/lib/serializer.d.ts.map +1 -0
  181. package/node_modules/@azure/ms-rest-js/es/lib/serializer.js +752 -0
  182. package/node_modules/@azure/ms-rest-js/es/lib/serializer.js.map +1 -0
  183. package/node_modules/@azure/ms-rest-js/es/lib/serviceClient.d.ts +135 -0
  184. package/node_modules/@azure/ms-rest-js/es/lib/serviceClient.d.ts.map +1 -0
  185. package/node_modules/@azure/ms-rest-js/es/lib/serviceClient.js +443 -0
  186. package/node_modules/@azure/ms-rest-js/es/lib/serviceClient.js.map +1 -0
  187. package/node_modules/@azure/ms-rest-js/es/lib/url.d.ts +149 -0
  188. package/node_modules/@azure/ms-rest-js/es/lib/url.d.ts.map +1 -0
  189. package/node_modules/@azure/ms-rest-js/es/lib/url.js +601 -0
  190. package/node_modules/@azure/ms-rest-js/es/lib/url.js.map +1 -0
  191. package/node_modules/@azure/ms-rest-js/es/lib/util/base64.browser.d.ts +16 -0
  192. package/node_modules/@azure/ms-rest-js/es/lib/util/base64.browser.d.ts.map +1 -0
  193. package/node_modules/@azure/ms-rest-js/es/lib/util/base64.browser.js +33 -0
  194. package/node_modules/@azure/ms-rest-js/es/lib/util/base64.browser.js.map +1 -0
  195. package/node_modules/@azure/ms-rest-js/es/lib/util/base64.d.ts +16 -0
  196. package/node_modules/@azure/ms-rest-js/es/lib/util/base64.d.ts.map +1 -0
  197. package/node_modules/@azure/ms-rest-js/es/lib/util/base64.js +27 -0
  198. package/node_modules/@azure/ms-rest-js/es/lib/util/base64.js.map +1 -0
  199. package/node_modules/@azure/ms-rest-js/es/lib/util/constants.d.ts +86 -0
  200. package/node_modules/@azure/ms-rest-js/es/lib/util/constants.d.ts.map +1 -0
  201. package/node_modules/@azure/ms-rest-js/es/lib/util/constants.js +88 -0
  202. package/node_modules/@azure/ms-rest-js/es/lib/util/constants.js.map +1 -0
  203. package/node_modules/@azure/ms-rest-js/es/lib/util/utils.d.ts +150 -0
  204. package/node_modules/@azure/ms-rest-js/es/lib/util/utils.d.ts.map +1 -0
  205. package/node_modules/@azure/ms-rest-js/es/lib/util/utils.js +218 -0
  206. package/node_modules/@azure/ms-rest-js/es/lib/util/utils.js.map +1 -0
  207. package/node_modules/@azure/ms-rest-js/es/lib/util/xml.browser.d.ts +5 -0
  208. package/node_modules/@azure/ms-rest-js/es/lib/util/xml.browser.d.ts.map +1 -0
  209. package/node_modules/@azure/ms-rest-js/es/lib/util/xml.browser.js +140 -0
  210. package/node_modules/@azure/ms-rest-js/es/lib/util/xml.browser.js.map +1 -0
  211. package/node_modules/@azure/ms-rest-js/es/lib/util/xml.d.ts +5 -0
  212. package/node_modules/@azure/ms-rest-js/es/lib/util/xml.d.ts.map +1 -0
  213. package/node_modules/@azure/ms-rest-js/es/lib/util/xml.js +37 -0
  214. package/node_modules/@azure/ms-rest-js/es/lib/util/xml.js.map +1 -0
  215. package/node_modules/@azure/ms-rest-js/es/lib/webResource.d.ts +228 -0
  216. package/node_modules/@azure/ms-rest-js/es/lib/webResource.d.ts.map +1 -0
  217. package/node_modules/@azure/ms-rest-js/es/lib/webResource.js +229 -0
  218. package/node_modules/@azure/ms-rest-js/es/lib/webResource.js.map +1 -0
  219. package/node_modules/@azure/ms-rest-js/es/lib/xhrHttpClient.d.ts +12 -0
  220. package/node_modules/@azure/ms-rest-js/es/lib/xhrHttpClient.d.ts.map +1 -0
  221. package/node_modules/@azure/ms-rest-js/es/lib/xhrHttpClient.js +133 -0
  222. package/node_modules/@azure/ms-rest-js/es/lib/xhrHttpClient.js.map +1 -0
  223. package/node_modules/@azure/ms-rest-js/lib/axiosHttpClient.ts +265 -0
  224. package/node_modules/@azure/ms-rest-js/lib/credentials/apiKeyCredentials.ts +85 -0
  225. package/node_modules/@azure/ms-rest-js/lib/credentials/basicAuthenticationCredentials.ts +50 -0
  226. package/node_modules/@azure/ms-rest-js/lib/credentials/credentials.ts +4 -0
  227. package/node_modules/@azure/ms-rest-js/lib/credentials/domainCredentials.ts +24 -0
  228. package/node_modules/@azure/ms-rest-js/lib/credentials/serviceClientCredentials.ts +14 -0
  229. package/node_modules/@azure/ms-rest-js/lib/credentials/tokenCredentials.ts +45 -0
  230. package/node_modules/@azure/ms-rest-js/lib/credentials/topicCredentials.ts +24 -0
  231. package/node_modules/@azure/ms-rest-js/lib/defaultHttpClient.browser.ts +4 -0
  232. package/node_modules/@azure/ms-rest-js/lib/defaultHttpClient.ts +4 -0
  233. package/node_modules/@azure/ms-rest-js/lib/httpClient.ts +10 -0
  234. package/node_modules/@azure/ms-rest-js/lib/httpHeaders.ts +151 -0
  235. package/node_modules/@azure/ms-rest-js/lib/httpOperationResponse.ts +84 -0
  236. package/node_modules/@azure/ms-rest-js/lib/httpPipelineLogLevel.ts +27 -0
  237. package/node_modules/@azure/ms-rest-js/lib/httpPipelineLogger.ts +56 -0
  238. package/node_modules/@azure/ms-rest-js/lib/msRest.ts +51 -0
  239. package/node_modules/@azure/ms-rest-js/lib/operationArguments.ts +19 -0
  240. package/node_modules/@azure/ms-rest-js/lib/operationParameter.ts +71 -0
  241. package/node_modules/@azure/ms-rest-js/lib/operationResponse.ts +19 -0
  242. package/node_modules/@azure/ms-rest-js/lib/operationSpec.ts +91 -0
  243. package/node_modules/@azure/ms-rest-js/lib/policies/deserializationPolicy.ts +220 -0
  244. package/node_modules/@azure/ms-rest-js/lib/policies/exponentialRetryPolicy.ts +163 -0
  245. package/node_modules/@azure/ms-rest-js/lib/policies/generateClientRequestIdPolicy.ts +28 -0
  246. package/node_modules/@azure/ms-rest-js/lib/policies/logPolicy.ts +35 -0
  247. package/node_modules/@azure/ms-rest-js/lib/policies/msRestUserAgentPolicy.browser.ts +27 -0
  248. package/node_modules/@azure/ms-rest-js/lib/policies/msRestUserAgentPolicy.ts +24 -0
  249. package/node_modules/@azure/ms-rest-js/lib/policies/proxyPolicy.browser.ts +32 -0
  250. package/node_modules/@azure/ms-rest-js/lib/policies/proxyPolicy.ts +67 -0
  251. package/node_modules/@azure/ms-rest-js/lib/policies/redirectPolicy.ts +49 -0
  252. package/node_modules/@azure/ms-rest-js/lib/policies/requestPolicy.ts +75 -0
  253. package/node_modules/@azure/ms-rest-js/lib/policies/rpRegistrationPolicy.ts +164 -0
  254. package/node_modules/@azure/ms-rest-js/lib/policies/signingPolicy.ts +30 -0
  255. package/node_modules/@azure/ms-rest-js/lib/policies/systemErrorRetryPolicy.ts +133 -0
  256. package/node_modules/@azure/ms-rest-js/lib/policies/throttlingRetryPolicy.ts +78 -0
  257. package/node_modules/@azure/ms-rest-js/lib/policies/userAgentPolicy.ts +68 -0
  258. package/node_modules/@azure/ms-rest-js/lib/queryCollectionFormat.ts +13 -0
  259. package/node_modules/@azure/ms-rest-js/lib/restError.ts +27 -0
  260. package/node_modules/@azure/ms-rest-js/lib/serializer.ts +873 -0
  261. package/node_modules/@azure/ms-rest-js/lib/serviceClient.ts +591 -0
  262. package/node_modules/@azure/ms-rest-js/lib/url.ts +664 -0
  263. package/node_modules/@azure/ms-rest-js/lib/util/base64.browser.ts +35 -0
  264. package/node_modules/@azure/ms-rest-js/lib/util/base64.ts +29 -0
  265. package/node_modules/@azure/ms-rest-js/lib/util/constants.ts +98 -0
  266. package/node_modules/@azure/ms-rest-js/lib/util/utils.ts +251 -0
  267. package/node_modules/@azure/ms-rest-js/lib/util/xml.browser.ts +143 -0
  268. package/node_modules/@azure/ms-rest-js/lib/util/xml.ts +37 -0
  269. package/node_modules/@azure/ms-rest-js/lib/webResource.ts +464 -0
  270. package/node_modules/@azure/ms-rest-js/lib/xhrHttpClient.ts +138 -0
  271. package/node_modules/@azure/ms-rest-js/node_modules/form-data/License +19 -0
  272. package/node_modules/@azure/ms-rest-js/node_modules/form-data/README.md +350 -0
  273. package/node_modules/@azure/ms-rest-js/node_modules/form-data/README.md.bak +350 -0
  274. package/node_modules/@azure/ms-rest-js/node_modules/form-data/index.d.ts +51 -0
  275. package/node_modules/@azure/ms-rest-js/node_modules/form-data/lib/browser.js +2 -0
  276. package/node_modules/@azure/ms-rest-js/node_modules/form-data/lib/form_data.js +483 -0
  277. package/node_modules/@azure/ms-rest-js/node_modules/form-data/lib/populate.js +10 -0
  278. package/node_modules/@azure/ms-rest-js/node_modules/form-data/package.json +104 -0
  279. package/node_modules/@azure/ms-rest-js/package.json +202 -0
  280. package/node_modules/@azure/ms-rest-nodeauth/Changelog.md +110 -0
  281. package/node_modules/@azure/ms-rest-nodeauth/LICENSE +21 -0
  282. package/node_modules/@azure/ms-rest-nodeauth/README.md +215 -0
  283. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCertificateCredentials.d.ts +45 -0
  284. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCertificateCredentials.d.ts.map +1 -0
  285. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCertificateCredentials.js +107 -0
  286. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCertificateCredentials.js.map +1 -0
  287. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentials.d.ts +27 -0
  288. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentials.d.ts.map +1 -0
  289. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentials.js +68 -0
  290. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentials.js.map +1 -0
  291. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentialsBase.d.ts +30 -0
  292. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentialsBase.d.ts.map +1 -0
  293. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentialsBase.js +95 -0
  294. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentialsBase.js.map +1 -0
  295. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/azureCliCredentials.d.ts +137 -0
  296. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/azureCliCredentials.d.ts.map +1 -0
  297. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/azureCliCredentials.js +253 -0
  298. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/azureCliCredentials.js.map +1 -0
  299. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/deviceTokenCredentials.d.ts +28 -0
  300. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/deviceTokenCredentials.d.ts.map +1 -0
  301. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/deviceTokenCredentials.js +45 -0
  302. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/deviceTokenCredentials.js.map +1 -0
  303. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/keyVaultFactory.d.ts +4 -0
  304. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/keyVaultFactory.d.ts.map +1 -0
  305. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/keyVaultFactory.js +82 -0
  306. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/keyVaultFactory.js.map +1 -0
  307. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiAppServiceTokenCredentials.d.ts +66 -0
  308. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiAppServiceTokenCredentials.d.ts.map +1 -0
  309. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiAppServiceTokenCredentials.js +96 -0
  310. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiAppServiceTokenCredentials.js.map +1 -0
  311. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiTokenCredentials.d.ts +67 -0
  312. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiTokenCredentials.d.ts.map +1 -0
  313. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiTokenCredentials.js +108 -0
  314. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiTokenCredentials.js.map +1 -0
  315. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiVmTokenCredentials.d.ts +57 -0
  316. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiVmTokenCredentials.d.ts.map +1 -0
  317. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiVmTokenCredentials.js +90 -0
  318. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiVmTokenCredentials.js.map +1 -0
  319. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials.d.ts +10 -0
  320. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials.d.ts.map +1 -0
  321. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials.js +5 -0
  322. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials.js.map +1 -0
  323. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenCredentialsBase.d.ts +31 -0
  324. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenCredentialsBase.d.ts.map +1 -0
  325. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenCredentialsBase.js +80 -0
  326. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenCredentialsBase.js.map +1 -0
  327. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/topicCredentials.d.ts +14 -0
  328. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/topicCredentials.d.ts.map +1 -0
  329. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/topicCredentials.js +29 -0
  330. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/topicCredentials.js.map +1 -0
  331. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/userTokenCredentials.d.ts +33 -0
  332. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/userTokenCredentials.d.ts.map +1 -0
  333. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/userTokenCredentials.js +88 -0
  334. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/userTokenCredentials.js.map +1 -0
  335. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/login.d.ts +448 -0
  336. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/login.d.ts.map +1 -0
  337. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/login.js +680 -0
  338. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/login.js.map +1 -0
  339. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/msRestNodeAuth.d.ts +14 -0
  340. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/msRestNodeAuth.d.ts.map +1 -0
  341. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/msRestNodeAuth.js +40 -0
  342. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/msRestNodeAuth.js.map +1 -0
  343. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/subscriptionManagement/subscriptionUtils.d.ts +71 -0
  344. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/subscriptionManagement/subscriptionUtils.d.ts.map +1 -0
  345. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/subscriptionManagement/subscriptionUtils.js +98 -0
  346. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/subscriptionManagement/subscriptionUtils.js.map +1 -0
  347. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/util/authConstants.d.ts +10 -0
  348. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/util/authConstants.d.ts.map +1 -0
  349. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/util/authConstants.js +13 -0
  350. package/node_modules/@azure/ms-rest-nodeauth/dist/lib/util/authConstants.js.map +1 -0
  351. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/applicationTokenCertificateCredentials.ts +139 -0
  352. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/applicationTokenCredentials.ts +75 -0
  353. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/applicationTokenCredentialsBase.ts +97 -0
  354. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/azureCliCredentials.ts +328 -0
  355. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/deviceTokenCredentials.ts +60 -0
  356. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/keyVaultFactory.ts +83 -0
  357. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/msiAppServiceTokenCredentials.ts +129 -0
  358. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/msiTokenCredentials.ts +139 -0
  359. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/msiVmTokenCredentials.ts +131 -0
  360. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/tokenClientCredentials.ts +14 -0
  361. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/tokenCredentialsBase.ts +89 -0
  362. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/topicCredentials.ts +29 -0
  363. package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/userTokenCredentials.ts +100 -0
  364. package/node_modules/@azure/ms-rest-nodeauth/lib/login.ts +987 -0
  365. package/node_modules/@azure/ms-rest-nodeauth/lib/msRestNodeAuth.ts +35 -0
  366. package/node_modules/@azure/ms-rest-nodeauth/lib/subscriptionManagement/subscriptionUtils.ts +148 -0
  367. package/node_modules/@azure/ms-rest-nodeauth/lib/util/authConstants.ts +13 -0
  368. package/node_modules/@azure/ms-rest-nodeauth/package.json +101 -0
  369. package/node_modules/@azure/ms-rest-nodeauth/tsconfig.json +41 -0
  370. package/node_modules/@js-joda/core/CHANGELOG.md +306 -0
  371. package/node_modules/@js-joda/core/CheatSheet.md +947 -0
  372. package/node_modules/@js-joda/core/LICENSE +34 -0
  373. package/node_modules/@js-joda/core/README.md +155 -0
  374. package/node_modules/@js-joda/core/bower.json +21 -0
  375. package/node_modules/@js-joda/core/dist/js-joda.d.ts +1710 -0
  376. package/node_modules/@js-joda/core/dist/js-joda.esm.js +12539 -0
  377. package/node_modules/@js-joda/core/dist/js-joda.flow.js +949 -0
  378. package/node_modules/@js-joda/core/dist/js-joda.js +12603 -0
  379. package/node_modules/@js-joda/core/dist/js-joda.js.map +1 -0
  380. package/node_modules/@js-joda/core/dist/js-joda.min.js +5 -0
  381. package/node_modules/@js-joda/core/package.json +107 -0
  382. package/node_modules/@js-joda/core/src/Clock.js +330 -0
  383. package/node_modules/@js-joda/core/src/DayOfWeek.js +451 -0
  384. package/node_modules/@js-joda/core/src/Duration.js +1205 -0
  385. package/node_modules/@js-joda/core/src/Enum.js +30 -0
  386. package/node_modules/@js-joda/core/src/Instant.js +1054 -0
  387. package/node_modules/@js-joda/core/src/LocalDate.js +1752 -0
  388. package/node_modules/@js-joda/core/src/LocalDateTime.js +1738 -0
  389. package/node_modules/@js-joda/core/src/LocalTime.js +1468 -0
  390. package/node_modules/@js-joda/core/src/MathUtil.js +236 -0
  391. package/node_modules/@js-joda/core/src/Month.js +600 -0
  392. package/node_modules/@js-joda/core/src/MonthDay.js +731 -0
  393. package/node_modules/@js-joda/core/src/Period.js +933 -0
  394. package/node_modules/@js-joda/core/src/StringUtil.js +43 -0
  395. package/node_modules/@js-joda/core/src/Year.js +999 -0
  396. package/node_modules/@js-joda/core/src/YearConstants.js +21 -0
  397. package/node_modules/@js-joda/core/src/YearMonth.js +1154 -0
  398. package/node_modules/@js-joda/core/src/ZoneId.js +236 -0
  399. package/node_modules/@js-joda/core/src/ZoneIdFactory.js +201 -0
  400. package/node_modules/@js-joda/core/src/ZoneOffset.js +486 -0
  401. package/node_modules/@js-joda/core/src/ZoneRegion.js +72 -0
  402. package/node_modules/@js-joda/core/src/ZonedDateTime.js +2048 -0
  403. package/node_modules/@js-joda/core/src/_init.js +64 -0
  404. package/node_modules/@js-joda/core/src/assert.js +33 -0
  405. package/node_modules/@js-joda/core/src/chrono/ChronoLocalDate.js +230 -0
  406. package/node_modules/@js-joda/core/src/chrono/ChronoLocalDateTime.js +130 -0
  407. package/node_modules/@js-joda/core/src/chrono/ChronoZonedDateTime.js +194 -0
  408. package/node_modules/@js-joda/core/src/chrono/IsoChronology.js +235 -0
  409. package/node_modules/@js-joda/core/src/convert.js +83 -0
  410. package/node_modules/@js-joda/core/src/errors.js +54 -0
  411. package/node_modules/@js-joda/core/src/format/DateTimeBuilder.js +535 -0
  412. package/node_modules/@js-joda/core/src/format/DateTimeFormatter.js +728 -0
  413. package/node_modules/@js-joda/core/src/format/DateTimeFormatterBuilder.js +1545 -0
  414. package/node_modules/@js-joda/core/src/format/DateTimeParseContext.js +297 -0
  415. package/node_modules/@js-joda/core/src/format/DateTimePrintContext.js +138 -0
  416. package/node_modules/@js-joda/core/src/format/DecimalStyle.js +113 -0
  417. package/node_modules/@js-joda/core/src/format/EnumMap.js +70 -0
  418. package/node_modules/@js-joda/core/src/format/ParsePosition.js +31 -0
  419. package/node_modules/@js-joda/core/src/format/ResolverStyle.js +93 -0
  420. package/node_modules/@js-joda/core/src/format/SignStyle.js +38 -0
  421. package/node_modules/@js-joda/core/src/format/StringBuilder.js +47 -0
  422. package/node_modules/@js-joda/core/src/format/TextStyle.js +114 -0
  423. package/node_modules/@js-joda/core/src/format/parser/CharLiteralPrinterParser.js +46 -0
  424. package/node_modules/@js-joda/core/src/format/parser/CompositePrinterParser.js +89 -0
  425. package/node_modules/@js-joda/core/src/format/parser/FractionPrinterParser.js +162 -0
  426. package/node_modules/@js-joda/core/src/format/parser/NumberPrinterParser.js +367 -0
  427. package/node_modules/@js-joda/core/src/format/parser/OffsetIdPrinterParser.js +177 -0
  428. package/node_modules/@js-joda/core/src/format/parser/PadPrinterParserDecorator.js +81 -0
  429. package/node_modules/@js-joda/core/src/format/parser/SettingsParser.js +44 -0
  430. package/node_modules/@js-joda/core/src/format/parser/StringLiteralPrinterParser.js +39 -0
  431. package/node_modules/@js-joda/core/src/format/parser/ZoneIdPrinterParser.js +218 -0
  432. package/node_modules/@js-joda/core/src/js-joda.js +204 -0
  433. package/node_modules/@js-joda/core/src/license-preamble.js +3 -0
  434. package/node_modules/@js-joda/core/src/temporal/ChronoField.js +362 -0
  435. package/node_modules/@js-joda/core/src/temporal/ChronoUnit.js +467 -0
  436. package/node_modules/@js-joda/core/src/temporal/IsoFields.js +856 -0
  437. package/node_modules/@js-joda/core/src/temporal/NativeJsTemporal.js +105 -0
  438. package/node_modules/@js-joda/core/src/temporal/Temporal.js +63 -0
  439. package/node_modules/@js-joda/core/src/temporal/TemporalAccessor.js +125 -0
  440. package/node_modules/@js-joda/core/src/temporal/TemporalAdjuster.js +92 -0
  441. package/node_modules/@js-joda/core/src/temporal/TemporalAdjusters.js +464 -0
  442. package/node_modules/@js-joda/core/src/temporal/TemporalAmount.js +166 -0
  443. package/node_modules/@js-joda/core/src/temporal/TemporalField.js +24 -0
  444. package/node_modules/@js-joda/core/src/temporal/TemporalQueries.js +223 -0
  445. package/node_modules/@js-joda/core/src/temporal/TemporalQueriesFactory.js +77 -0
  446. package/node_modules/@js-joda/core/src/temporal/TemporalQuery.js +107 -0
  447. package/node_modules/@js-joda/core/src/temporal/TemporalUnit.js +180 -0
  448. package/node_modules/@js-joda/core/src/temporal/ValueRange.js +256 -0
  449. package/node_modules/@js-joda/core/src/use.js +20 -0
  450. package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneId.js +31 -0
  451. package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneRules.js +162 -0
  452. package/node_modules/@js-joda/core/src/zone/ZoneOffsetTransition.js +289 -0
  453. package/node_modules/@js-joda/core/src/zone/ZoneRules.js +464 -0
  454. package/node_modules/@js-joda/core/src/zone/ZoneRulesProvider.js +36 -0
  455. package/node_modules/@openfn/language-common/LICENSE +674 -0
  456. package/node_modules/@openfn/language-common/LICENSE.LESSER +165 -0
  457. package/node_modules/@openfn/language-common/README.md +14 -0
  458. package/node_modules/@openfn/language-common/ast.json +1001 -0
  459. package/node_modules/@openfn/language-common/lib/Adaptor.js +569 -0
  460. package/node_modules/@openfn/language-common/lib/beta.js +64 -0
  461. package/node_modules/@openfn/language-common/lib/http.js +233 -0
  462. package/node_modules/@openfn/language-common/lib/index.js +17 -0
  463. package/node_modules/@openfn/language-common/node_modules/axios/CHANGELOG.md +685 -0
  464. package/node_modules/@openfn/language-common/node_modules/axios/LICENSE +19 -0
  465. package/node_modules/@openfn/language-common/node_modules/axios/README.md +800 -0
  466. package/node_modules/@openfn/language-common/node_modules/axios/UPGRADE_GUIDE.md +162 -0
  467. package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.js +1756 -0
  468. package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.map +1 -0
  469. package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.min.js +3 -0
  470. package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.min.map +1 -0
  471. package/node_modules/@openfn/language-common/node_modules/axios/index.d.ts +161 -0
  472. package/node_modules/@openfn/language-common/node_modules/axios/index.js +1 -0
  473. package/node_modules/@openfn/language-common/node_modules/axios/lib/adapters/README.md +37 -0
  474. package/node_modules/@openfn/language-common/node_modules/axios/lib/adapters/http.js +303 -0
  475. package/node_modules/@openfn/language-common/node_modules/axios/lib/adapters/xhr.js +179 -0
  476. package/node_modules/@openfn/language-common/node_modules/axios/lib/axios.js +56 -0
  477. package/node_modules/@openfn/language-common/node_modules/axios/lib/cancel/Cancel.js +19 -0
  478. package/node_modules/@openfn/language-common/node_modules/axios/lib/cancel/CancelToken.js +57 -0
  479. package/node_modules/@openfn/language-common/node_modules/axios/lib/cancel/isCancel.js +5 -0
  480. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/Axios.js +95 -0
  481. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/InterceptorManager.js +52 -0
  482. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/README.md +7 -0
  483. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/buildFullPath.js +20 -0
  484. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/createError.js +18 -0
  485. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/dispatchRequest.js +79 -0
  486. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/enhanceError.js +42 -0
  487. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/mergeConfig.js +87 -0
  488. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/settle.js +25 -0
  489. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/transformData.js +20 -0
  490. package/node_modules/@openfn/language-common/node_modules/axios/lib/defaults.js +98 -0
  491. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/README.md +7 -0
  492. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/bind.js +11 -0
  493. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/buildURL.js +70 -0
  494. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/combineURLs.js +14 -0
  495. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/cookies.js +53 -0
  496. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/deprecatedMethod.js +24 -0
  497. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/isAbsoluteURL.js +14 -0
  498. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/isAxiosError.js +11 -0
  499. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/isURLSameOrigin.js +68 -0
  500. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/normalizeHeaderName.js +12 -0
  501. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/parseHeaders.js +53 -0
  502. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/spread.js +27 -0
  503. package/node_modules/@openfn/language-common/node_modules/axios/lib/utils.js +351 -0
  504. package/node_modules/@openfn/language-common/node_modules/axios/package.json +115 -0
  505. package/node_modules/@openfn/language-common/node_modules/follow-redirects/LICENSE +18 -0
  506. package/node_modules/@openfn/language-common/node_modules/follow-redirects/README.md +148 -0
  507. package/node_modules/@openfn/language-common/node_modules/follow-redirects/debug.js +9 -0
  508. package/node_modules/@openfn/language-common/node_modules/follow-redirects/http.js +1 -0
  509. package/node_modules/@openfn/language-common/node_modules/follow-redirects/https.js +1 -0
  510. package/node_modules/@openfn/language-common/node_modules/follow-redirects/index.js +504 -0
  511. package/node_modules/@openfn/language-common/node_modules/follow-redirects/package.json +97 -0
  512. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.babelrc.json +5 -0
  513. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.editorconfig +16 -0
  514. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.eslintignore +5 -0
  515. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.eslintrc.js +93 -0
  516. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/CHANGES.md +252 -0
  517. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/LICENSE-MIT.txt +22 -0
  518. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/README.md +376 -0
  519. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/demo/index.css +19 -0
  520. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/demo/index.html +32 -0
  521. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/demo/index.js +48 -0
  522. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-es.js +1062 -0
  523. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-es.min.js +2 -0
  524. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-es.min.js.map +1 -0
  525. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-umd.js +1072 -0
  526. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-umd.min.js +2 -0
  527. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-umd.min.js.map +1 -0
  528. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/licenseInfo.json +4 -0
  529. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/package.json +169 -0
  530. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/src/jsonpath.d.ts +196 -0
  531. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/src/jsonpath.js +796 -0
  532. package/node_modules/@openfn/language-common/node_modules/lodash/LICENSE +47 -0
  533. package/node_modules/@openfn/language-common/node_modules/lodash/README.md +39 -0
  534. package/node_modules/@openfn/language-common/node_modules/lodash/_DataView.js +7 -0
  535. package/node_modules/@openfn/language-common/node_modules/lodash/_Hash.js +32 -0
  536. package/node_modules/@openfn/language-common/node_modules/lodash/_LazyWrapper.js +28 -0
  537. package/node_modules/@openfn/language-common/node_modules/lodash/_ListCache.js +32 -0
  538. package/node_modules/@openfn/language-common/node_modules/lodash/_LodashWrapper.js +22 -0
  539. package/node_modules/@openfn/language-common/node_modules/lodash/_Map.js +7 -0
  540. package/node_modules/@openfn/language-common/node_modules/lodash/_MapCache.js +32 -0
  541. package/node_modules/@openfn/language-common/node_modules/lodash/_Promise.js +7 -0
  542. package/node_modules/@openfn/language-common/node_modules/lodash/_Set.js +7 -0
  543. package/node_modules/@openfn/language-common/node_modules/lodash/_SetCache.js +27 -0
  544. package/node_modules/@openfn/language-common/node_modules/lodash/_Stack.js +27 -0
  545. package/node_modules/@openfn/language-common/node_modules/lodash/_Symbol.js +6 -0
  546. package/node_modules/@openfn/language-common/node_modules/lodash/_Uint8Array.js +6 -0
  547. package/node_modules/@openfn/language-common/node_modules/lodash/_WeakMap.js +7 -0
  548. package/node_modules/@openfn/language-common/node_modules/lodash/_apply.js +21 -0
  549. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayAggregator.js +22 -0
  550. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayEach.js +22 -0
  551. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayEachRight.js +21 -0
  552. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayEvery.js +23 -0
  553. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayFilter.js +25 -0
  554. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayIncludes.js +17 -0
  555. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayIncludesWith.js +22 -0
  556. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayLikeKeys.js +49 -0
  557. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayMap.js +21 -0
  558. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayPush.js +20 -0
  559. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayReduce.js +26 -0
  560. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayReduceRight.js +24 -0
  561. package/node_modules/@openfn/language-common/node_modules/lodash/_arraySample.js +15 -0
  562. package/node_modules/@openfn/language-common/node_modules/lodash/_arraySampleSize.js +17 -0
  563. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayShuffle.js +15 -0
  564. package/node_modules/@openfn/language-common/node_modules/lodash/_arraySome.js +23 -0
  565. package/node_modules/@openfn/language-common/node_modules/lodash/_asciiSize.js +12 -0
  566. package/node_modules/@openfn/language-common/node_modules/lodash/_asciiToArray.js +12 -0
  567. package/node_modules/@openfn/language-common/node_modules/lodash/_asciiWords.js +15 -0
  568. package/node_modules/@openfn/language-common/node_modules/lodash/_assignMergeValue.js +20 -0
  569. package/node_modules/@openfn/language-common/node_modules/lodash/_assignValue.js +28 -0
  570. package/node_modules/@openfn/language-common/node_modules/lodash/_assocIndexOf.js +21 -0
  571. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAggregator.js +21 -0
  572. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAssign.js +17 -0
  573. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAssignIn.js +17 -0
  574. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAssignValue.js +25 -0
  575. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAt.js +23 -0
  576. package/node_modules/@openfn/language-common/node_modules/lodash/_baseClamp.js +22 -0
  577. package/node_modules/@openfn/language-common/node_modules/lodash/_baseClone.js +166 -0
  578. package/node_modules/@openfn/language-common/node_modules/lodash/_baseConforms.js +18 -0
  579. package/node_modules/@openfn/language-common/node_modules/lodash/_baseConformsTo.js +27 -0
  580. package/node_modules/@openfn/language-common/node_modules/lodash/_baseCreate.js +30 -0
  581. package/node_modules/@openfn/language-common/node_modules/lodash/_baseDelay.js +21 -0
  582. package/node_modules/@openfn/language-common/node_modules/lodash/_baseDifference.js +67 -0
  583. package/node_modules/@openfn/language-common/node_modules/lodash/_baseEach.js +14 -0
  584. package/node_modules/@openfn/language-common/node_modules/lodash/_baseEachRight.js +14 -0
  585. package/node_modules/@openfn/language-common/node_modules/lodash/_baseEvery.js +21 -0
  586. package/node_modules/@openfn/language-common/node_modules/lodash/_baseExtremum.js +32 -0
  587. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFill.js +32 -0
  588. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFilter.js +21 -0
  589. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFindIndex.js +24 -0
  590. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFindKey.js +23 -0
  591. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFlatten.js +38 -0
  592. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFor.js +16 -0
  593. package/node_modules/@openfn/language-common/node_modules/lodash/_baseForOwn.js +16 -0
  594. package/node_modules/@openfn/language-common/node_modules/lodash/_baseForOwnRight.js +16 -0
  595. package/node_modules/@openfn/language-common/node_modules/lodash/_baseForRight.js +15 -0
  596. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFunctions.js +19 -0
  597. package/node_modules/@openfn/language-common/node_modules/lodash/_baseGet.js +24 -0
  598. package/node_modules/@openfn/language-common/node_modules/lodash/_baseGetAllKeys.js +20 -0
  599. package/node_modules/@openfn/language-common/node_modules/lodash/_baseGetTag.js +28 -0
  600. package/node_modules/@openfn/language-common/node_modules/lodash/_baseGt.js +14 -0
  601. package/node_modules/@openfn/language-common/node_modules/lodash/_baseHas.js +19 -0
  602. package/node_modules/@openfn/language-common/node_modules/lodash/_baseHasIn.js +13 -0
  603. package/node_modules/@openfn/language-common/node_modules/lodash/_baseInRange.js +18 -0
  604. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIndexOf.js +20 -0
  605. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIndexOfWith.js +23 -0
  606. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIntersection.js +74 -0
  607. package/node_modules/@openfn/language-common/node_modules/lodash/_baseInverter.js +21 -0
  608. package/node_modules/@openfn/language-common/node_modules/lodash/_baseInvoke.js +24 -0
  609. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsArguments.js +18 -0
  610. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
  611. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsDate.js +18 -0
  612. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsEqual.js +28 -0
  613. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsEqualDeep.js +83 -0
  614. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsMap.js +18 -0
  615. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsMatch.js +62 -0
  616. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsNaN.js +12 -0
  617. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsNative.js +47 -0
  618. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsRegExp.js +18 -0
  619. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsSet.js +18 -0
  620. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsTypedArray.js +60 -0
  621. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIteratee.js +31 -0
  622. package/node_modules/@openfn/language-common/node_modules/lodash/_baseKeys.js +30 -0
  623. package/node_modules/@openfn/language-common/node_modules/lodash/_baseKeysIn.js +33 -0
  624. package/node_modules/@openfn/language-common/node_modules/lodash/_baseLodash.js +10 -0
  625. package/node_modules/@openfn/language-common/node_modules/lodash/_baseLt.js +14 -0
  626. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMap.js +22 -0
  627. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMatches.js +22 -0
  628. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMatchesProperty.js +33 -0
  629. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMean.js +20 -0
  630. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMerge.js +42 -0
  631. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMergeDeep.js +94 -0
  632. package/node_modules/@openfn/language-common/node_modules/lodash/_baseNth.js +20 -0
  633. package/node_modules/@openfn/language-common/node_modules/lodash/_baseOrderBy.js +49 -0
  634. package/node_modules/@openfn/language-common/node_modules/lodash/_basePick.js +19 -0
  635. package/node_modules/@openfn/language-common/node_modules/lodash/_basePickBy.js +30 -0
  636. package/node_modules/@openfn/language-common/node_modules/lodash/_baseProperty.js +14 -0
  637. package/node_modules/@openfn/language-common/node_modules/lodash/_basePropertyDeep.js +16 -0
  638. package/node_modules/@openfn/language-common/node_modules/lodash/_basePropertyOf.js +14 -0
  639. package/node_modules/@openfn/language-common/node_modules/lodash/_basePullAll.js +51 -0
  640. package/node_modules/@openfn/language-common/node_modules/lodash/_basePullAt.js +37 -0
  641. package/node_modules/@openfn/language-common/node_modules/lodash/_baseRandom.js +18 -0
  642. package/node_modules/@openfn/language-common/node_modules/lodash/_baseRange.js +28 -0
  643. package/node_modules/@openfn/language-common/node_modules/lodash/_baseReduce.js +23 -0
  644. package/node_modules/@openfn/language-common/node_modules/lodash/_baseRepeat.js +35 -0
  645. package/node_modules/@openfn/language-common/node_modules/lodash/_baseRest.js +17 -0
  646. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSample.js +15 -0
  647. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSampleSize.js +18 -0
  648. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSet.js +51 -0
  649. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSetData.js +17 -0
  650. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSetToString.js +22 -0
  651. package/node_modules/@openfn/language-common/node_modules/lodash/_baseShuffle.js +15 -0
  652. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSlice.js +31 -0
  653. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSome.js +22 -0
  654. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortBy.js +21 -0
  655. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortedIndex.js +42 -0
  656. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortedIndexBy.js +67 -0
  657. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortedUniq.js +30 -0
  658. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSum.js +24 -0
  659. package/node_modules/@openfn/language-common/node_modules/lodash/_baseTimes.js +20 -0
  660. package/node_modules/@openfn/language-common/node_modules/lodash/_baseToNumber.js +24 -0
  661. package/node_modules/@openfn/language-common/node_modules/lodash/_baseToPairs.js +18 -0
  662. package/node_modules/@openfn/language-common/node_modules/lodash/_baseToString.js +37 -0
  663. package/node_modules/@openfn/language-common/node_modules/lodash/_baseTrim.js +19 -0
  664. package/node_modules/@openfn/language-common/node_modules/lodash/_baseUnary.js +14 -0
  665. package/node_modules/@openfn/language-common/node_modules/lodash/_baseUniq.js +72 -0
  666. package/node_modules/@openfn/language-common/node_modules/lodash/_baseUnset.js +20 -0
  667. package/node_modules/@openfn/language-common/node_modules/lodash/_baseUpdate.js +18 -0
  668. package/node_modules/@openfn/language-common/node_modules/lodash/_baseValues.js +19 -0
  669. package/node_modules/@openfn/language-common/node_modules/lodash/_baseWhile.js +26 -0
  670. package/node_modules/@openfn/language-common/node_modules/lodash/_baseWrapperValue.js +25 -0
  671. package/node_modules/@openfn/language-common/node_modules/lodash/_baseXor.js +36 -0
  672. package/node_modules/@openfn/language-common/node_modules/lodash/_baseZipObject.js +23 -0
  673. package/node_modules/@openfn/language-common/node_modules/lodash/_cacheHas.js +13 -0
  674. package/node_modules/@openfn/language-common/node_modules/lodash/_castArrayLikeObject.js +14 -0
  675. package/node_modules/@openfn/language-common/node_modules/lodash/_castFunction.js +14 -0
  676. package/node_modules/@openfn/language-common/node_modules/lodash/_castPath.js +21 -0
  677. package/node_modules/@openfn/language-common/node_modules/lodash/_castRest.js +14 -0
  678. package/node_modules/@openfn/language-common/node_modules/lodash/_castSlice.js +18 -0
  679. package/node_modules/@openfn/language-common/node_modules/lodash/_charsEndIndex.js +19 -0
  680. package/node_modules/@openfn/language-common/node_modules/lodash/_charsStartIndex.js +20 -0
  681. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneArrayBuffer.js +16 -0
  682. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneBuffer.js +35 -0
  683. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneDataView.js +16 -0
  684. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneRegExp.js +17 -0
  685. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneSymbol.js +18 -0
  686. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneTypedArray.js +16 -0
  687. package/node_modules/@openfn/language-common/node_modules/lodash/_compareAscending.js +41 -0
  688. package/node_modules/@openfn/language-common/node_modules/lodash/_compareMultiple.js +44 -0
  689. package/node_modules/@openfn/language-common/node_modules/lodash/_composeArgs.js +39 -0
  690. package/node_modules/@openfn/language-common/node_modules/lodash/_composeArgsRight.js +41 -0
  691. package/node_modules/@openfn/language-common/node_modules/lodash/_copyArray.js +20 -0
  692. package/node_modules/@openfn/language-common/node_modules/lodash/_copyObject.js +40 -0
  693. package/node_modules/@openfn/language-common/node_modules/lodash/_copySymbols.js +16 -0
  694. package/node_modules/@openfn/language-common/node_modules/lodash/_copySymbolsIn.js +16 -0
  695. package/node_modules/@openfn/language-common/node_modules/lodash/_coreJsData.js +6 -0
  696. package/node_modules/@openfn/language-common/node_modules/lodash/_countHolders.js +21 -0
  697. package/node_modules/@openfn/language-common/node_modules/lodash/_createAggregator.js +23 -0
  698. package/node_modules/@openfn/language-common/node_modules/lodash/_createAssigner.js +37 -0
  699. package/node_modules/@openfn/language-common/node_modules/lodash/_createBaseEach.js +32 -0
  700. package/node_modules/@openfn/language-common/node_modules/lodash/_createBaseFor.js +25 -0
  701. package/node_modules/@openfn/language-common/node_modules/lodash/_createBind.js +28 -0
  702. package/node_modules/@openfn/language-common/node_modules/lodash/_createCaseFirst.js +33 -0
  703. package/node_modules/@openfn/language-common/node_modules/lodash/_createCompounder.js +24 -0
  704. package/node_modules/@openfn/language-common/node_modules/lodash/_createCtor.js +37 -0
  705. package/node_modules/@openfn/language-common/node_modules/lodash/_createCurry.js +46 -0
  706. package/node_modules/@openfn/language-common/node_modules/lodash/_createFind.js +25 -0
  707. package/node_modules/@openfn/language-common/node_modules/lodash/_createFlow.js +78 -0
  708. package/node_modules/@openfn/language-common/node_modules/lodash/_createHybrid.js +92 -0
  709. package/node_modules/@openfn/language-common/node_modules/lodash/_createInverter.js +17 -0
  710. package/node_modules/@openfn/language-common/node_modules/lodash/_createMathOperation.js +38 -0
  711. package/node_modules/@openfn/language-common/node_modules/lodash/_createOver.js +27 -0
  712. package/node_modules/@openfn/language-common/node_modules/lodash/_createPadding.js +33 -0
  713. package/node_modules/@openfn/language-common/node_modules/lodash/_createPartial.js +43 -0
  714. package/node_modules/@openfn/language-common/node_modules/lodash/_createRange.js +30 -0
  715. package/node_modules/@openfn/language-common/node_modules/lodash/_createRecurry.js +56 -0
  716. package/node_modules/@openfn/language-common/node_modules/lodash/_createRelationalOperation.js +20 -0
  717. package/node_modules/@openfn/language-common/node_modules/lodash/_createRound.js +35 -0
  718. package/node_modules/@openfn/language-common/node_modules/lodash/_createSet.js +19 -0
  719. package/node_modules/@openfn/language-common/node_modules/lodash/_createToPairs.js +30 -0
  720. package/node_modules/@openfn/language-common/node_modules/lodash/_createWrap.js +106 -0
  721. package/node_modules/@openfn/language-common/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
  722. package/node_modules/@openfn/language-common/node_modules/lodash/_customDefaultsMerge.js +28 -0
  723. package/node_modules/@openfn/language-common/node_modules/lodash/_customOmitClone.js +16 -0
  724. package/node_modules/@openfn/language-common/node_modules/lodash/_deburrLetter.js +71 -0
  725. package/node_modules/@openfn/language-common/node_modules/lodash/_defineProperty.js +11 -0
  726. package/node_modules/@openfn/language-common/node_modules/lodash/_equalArrays.js +84 -0
  727. package/node_modules/@openfn/language-common/node_modules/lodash/_equalByTag.js +112 -0
  728. package/node_modules/@openfn/language-common/node_modules/lodash/_equalObjects.js +90 -0
  729. package/node_modules/@openfn/language-common/node_modules/lodash/_escapeHtmlChar.js +21 -0
  730. package/node_modules/@openfn/language-common/node_modules/lodash/_escapeStringChar.js +22 -0
  731. package/node_modules/@openfn/language-common/node_modules/lodash/_flatRest.js +16 -0
  732. package/node_modules/@openfn/language-common/node_modules/lodash/_freeGlobal.js +4 -0
  733. package/node_modules/@openfn/language-common/node_modules/lodash/_getAllKeys.js +16 -0
  734. package/node_modules/@openfn/language-common/node_modules/lodash/_getAllKeysIn.js +17 -0
  735. package/node_modules/@openfn/language-common/node_modules/lodash/_getData.js +15 -0
  736. package/node_modules/@openfn/language-common/node_modules/lodash/_getFuncName.js +31 -0
  737. package/node_modules/@openfn/language-common/node_modules/lodash/_getHolder.js +13 -0
  738. package/node_modules/@openfn/language-common/node_modules/lodash/_getMapData.js +18 -0
  739. package/node_modules/@openfn/language-common/node_modules/lodash/_getMatchData.js +24 -0
  740. package/node_modules/@openfn/language-common/node_modules/lodash/_getNative.js +17 -0
  741. package/node_modules/@openfn/language-common/node_modules/lodash/_getPrototype.js +6 -0
  742. package/node_modules/@openfn/language-common/node_modules/lodash/_getRawTag.js +46 -0
  743. package/node_modules/@openfn/language-common/node_modules/lodash/_getSymbols.js +30 -0
  744. package/node_modules/@openfn/language-common/node_modules/lodash/_getSymbolsIn.js +25 -0
  745. package/node_modules/@openfn/language-common/node_modules/lodash/_getTag.js +58 -0
  746. package/node_modules/@openfn/language-common/node_modules/lodash/_getValue.js +13 -0
  747. package/node_modules/@openfn/language-common/node_modules/lodash/_getView.js +33 -0
  748. package/node_modules/@openfn/language-common/node_modules/lodash/_getWrapDetails.js +17 -0
  749. package/node_modules/@openfn/language-common/node_modules/lodash/_hasPath.js +39 -0
  750. package/node_modules/@openfn/language-common/node_modules/lodash/_hasUnicode.js +26 -0
  751. package/node_modules/@openfn/language-common/node_modules/lodash/_hasUnicodeWord.js +15 -0
  752. package/node_modules/@openfn/language-common/node_modules/lodash/_hashClear.js +15 -0
  753. package/node_modules/@openfn/language-common/node_modules/lodash/_hashDelete.js +17 -0
  754. package/node_modules/@openfn/language-common/node_modules/lodash/_hashGet.js +30 -0
  755. package/node_modules/@openfn/language-common/node_modules/lodash/_hashHas.js +23 -0
  756. package/node_modules/@openfn/language-common/node_modules/lodash/_hashSet.js +23 -0
  757. package/node_modules/@openfn/language-common/node_modules/lodash/_initCloneArray.js +26 -0
  758. package/node_modules/@openfn/language-common/node_modules/lodash/_initCloneByTag.js +77 -0
  759. package/node_modules/@openfn/language-common/node_modules/lodash/_initCloneObject.js +18 -0
  760. package/node_modules/@openfn/language-common/node_modules/lodash/_insertWrapDetails.js +23 -0
  761. package/node_modules/@openfn/language-common/node_modules/lodash/_isFlattenable.js +20 -0
  762. package/node_modules/@openfn/language-common/node_modules/lodash/_isIndex.js +25 -0
  763. package/node_modules/@openfn/language-common/node_modules/lodash/_isIterateeCall.js +30 -0
  764. package/node_modules/@openfn/language-common/node_modules/lodash/_isKey.js +29 -0
  765. package/node_modules/@openfn/language-common/node_modules/lodash/_isKeyable.js +15 -0
  766. package/node_modules/@openfn/language-common/node_modules/lodash/_isLaziable.js +28 -0
  767. package/node_modules/@openfn/language-common/node_modules/lodash/_isMaskable.js +14 -0
  768. package/node_modules/@openfn/language-common/node_modules/lodash/_isMasked.js +20 -0
  769. package/node_modules/@openfn/language-common/node_modules/lodash/_isPrototype.js +18 -0
  770. package/node_modules/@openfn/language-common/node_modules/lodash/_isStrictComparable.js +15 -0
  771. package/node_modules/@openfn/language-common/node_modules/lodash/_iteratorToArray.js +18 -0
  772. package/node_modules/@openfn/language-common/node_modules/lodash/_lazyClone.js +23 -0
  773. package/node_modules/@openfn/language-common/node_modules/lodash/_lazyReverse.js +23 -0
  774. package/node_modules/@openfn/language-common/node_modules/lodash/_lazyValue.js +69 -0
  775. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheClear.js +13 -0
  776. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheDelete.js +35 -0
  777. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheGet.js +19 -0
  778. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheHas.js +16 -0
  779. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheSet.js +26 -0
  780. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheClear.js +21 -0
  781. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheDelete.js +18 -0
  782. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheGet.js +16 -0
  783. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheHas.js +16 -0
  784. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheSet.js +22 -0
  785. package/node_modules/@openfn/language-common/node_modules/lodash/_mapToArray.js +18 -0
  786. package/node_modules/@openfn/language-common/node_modules/lodash/_matchesStrictComparable.js +20 -0
  787. package/node_modules/@openfn/language-common/node_modules/lodash/_memoizeCapped.js +26 -0
  788. package/node_modules/@openfn/language-common/node_modules/lodash/_mergeData.js +90 -0
  789. package/node_modules/@openfn/language-common/node_modules/lodash/_metaMap.js +6 -0
  790. package/node_modules/@openfn/language-common/node_modules/lodash/_nativeCreate.js +6 -0
  791. package/node_modules/@openfn/language-common/node_modules/lodash/_nativeKeys.js +6 -0
  792. package/node_modules/@openfn/language-common/node_modules/lodash/_nativeKeysIn.js +20 -0
  793. package/node_modules/@openfn/language-common/node_modules/lodash/_nodeUtil.js +30 -0
  794. package/node_modules/@openfn/language-common/node_modules/lodash/_objectToString.js +22 -0
  795. package/node_modules/@openfn/language-common/node_modules/lodash/_overArg.js +15 -0
  796. package/node_modules/@openfn/language-common/node_modules/lodash/_overRest.js +36 -0
  797. package/node_modules/@openfn/language-common/node_modules/lodash/_parent.js +16 -0
  798. package/node_modules/@openfn/language-common/node_modules/lodash/_reEscape.js +4 -0
  799. package/node_modules/@openfn/language-common/node_modules/lodash/_reEvaluate.js +4 -0
  800. package/node_modules/@openfn/language-common/node_modules/lodash/_reInterpolate.js +4 -0
  801. package/node_modules/@openfn/language-common/node_modules/lodash/_realNames.js +4 -0
  802. package/node_modules/@openfn/language-common/node_modules/lodash/_reorder.js +29 -0
  803. package/node_modules/@openfn/language-common/node_modules/lodash/_replaceHolders.js +29 -0
  804. package/node_modules/@openfn/language-common/node_modules/lodash/_root.js +9 -0
  805. package/node_modules/@openfn/language-common/node_modules/lodash/_safeGet.js +21 -0
  806. package/node_modules/@openfn/language-common/node_modules/lodash/_setCacheAdd.js +19 -0
  807. package/node_modules/@openfn/language-common/node_modules/lodash/_setCacheHas.js +14 -0
  808. package/node_modules/@openfn/language-common/node_modules/lodash/_setData.js +20 -0
  809. package/node_modules/@openfn/language-common/node_modules/lodash/_setToArray.js +18 -0
  810. package/node_modules/@openfn/language-common/node_modules/lodash/_setToPairs.js +18 -0
  811. package/node_modules/@openfn/language-common/node_modules/lodash/_setToString.js +14 -0
  812. package/node_modules/@openfn/language-common/node_modules/lodash/_setWrapToString.js +21 -0
  813. package/node_modules/@openfn/language-common/node_modules/lodash/_shortOut.js +37 -0
  814. package/node_modules/@openfn/language-common/node_modules/lodash/_shuffleSelf.js +28 -0
  815. package/node_modules/@openfn/language-common/node_modules/lodash/_stackClear.js +15 -0
  816. package/node_modules/@openfn/language-common/node_modules/lodash/_stackDelete.js +18 -0
  817. package/node_modules/@openfn/language-common/node_modules/lodash/_stackGet.js +14 -0
  818. package/node_modules/@openfn/language-common/node_modules/lodash/_stackHas.js +14 -0
  819. package/node_modules/@openfn/language-common/node_modules/lodash/_stackSet.js +34 -0
  820. package/node_modules/@openfn/language-common/node_modules/lodash/_strictIndexOf.js +23 -0
  821. package/node_modules/@openfn/language-common/node_modules/lodash/_strictLastIndexOf.js +21 -0
  822. package/node_modules/@openfn/language-common/node_modules/lodash/_stringSize.js +18 -0
  823. package/node_modules/@openfn/language-common/node_modules/lodash/_stringToArray.js +18 -0
  824. package/node_modules/@openfn/language-common/node_modules/lodash/_stringToPath.js +27 -0
  825. package/node_modules/@openfn/language-common/node_modules/lodash/_toKey.js +21 -0
  826. package/node_modules/@openfn/language-common/node_modules/lodash/_toSource.js +26 -0
  827. package/node_modules/@openfn/language-common/node_modules/lodash/_trimmedEndIndex.js +19 -0
  828. package/node_modules/@openfn/language-common/node_modules/lodash/_unescapeHtmlChar.js +21 -0
  829. package/node_modules/@openfn/language-common/node_modules/lodash/_unicodeSize.js +44 -0
  830. package/node_modules/@openfn/language-common/node_modules/lodash/_unicodeToArray.js +40 -0
  831. package/node_modules/@openfn/language-common/node_modules/lodash/_unicodeWords.js +69 -0
  832. package/node_modules/@openfn/language-common/node_modules/lodash/_updateWrapDetails.js +46 -0
  833. package/node_modules/@openfn/language-common/node_modules/lodash/_wrapperClone.js +23 -0
  834. package/node_modules/@openfn/language-common/node_modules/lodash/add.js +22 -0
  835. package/node_modules/@openfn/language-common/node_modules/lodash/after.js +42 -0
  836. package/node_modules/@openfn/language-common/node_modules/lodash/array.js +67 -0
  837. package/node_modules/@openfn/language-common/node_modules/lodash/ary.js +29 -0
  838. package/node_modules/@openfn/language-common/node_modules/lodash/assign.js +58 -0
  839. package/node_modules/@openfn/language-common/node_modules/lodash/assignIn.js +40 -0
  840. package/node_modules/@openfn/language-common/node_modules/lodash/assignInWith.js +38 -0
  841. package/node_modules/@openfn/language-common/node_modules/lodash/assignWith.js +37 -0
  842. package/node_modules/@openfn/language-common/node_modules/lodash/at.js +23 -0
  843. package/node_modules/@openfn/language-common/node_modules/lodash/attempt.js +35 -0
  844. package/node_modules/@openfn/language-common/node_modules/lodash/before.js +40 -0
  845. package/node_modules/@openfn/language-common/node_modules/lodash/bind.js +57 -0
  846. package/node_modules/@openfn/language-common/node_modules/lodash/bindAll.js +41 -0
  847. package/node_modules/@openfn/language-common/node_modules/lodash/bindKey.js +68 -0
  848. package/node_modules/@openfn/language-common/node_modules/lodash/camelCase.js +29 -0
  849. package/node_modules/@openfn/language-common/node_modules/lodash/capitalize.js +23 -0
  850. package/node_modules/@openfn/language-common/node_modules/lodash/castArray.js +44 -0
  851. package/node_modules/@openfn/language-common/node_modules/lodash/ceil.js +26 -0
  852. package/node_modules/@openfn/language-common/node_modules/lodash/chain.js +38 -0
  853. package/node_modules/@openfn/language-common/node_modules/lodash/chunk.js +50 -0
  854. package/node_modules/@openfn/language-common/node_modules/lodash/clamp.js +39 -0
  855. package/node_modules/@openfn/language-common/node_modules/lodash/clone.js +36 -0
  856. package/node_modules/@openfn/language-common/node_modules/lodash/cloneDeep.js +29 -0
  857. package/node_modules/@openfn/language-common/node_modules/lodash/cloneDeepWith.js +40 -0
  858. package/node_modules/@openfn/language-common/node_modules/lodash/cloneWith.js +42 -0
  859. package/node_modules/@openfn/language-common/node_modules/lodash/collection.js +30 -0
  860. package/node_modules/@openfn/language-common/node_modules/lodash/commit.js +33 -0
  861. package/node_modules/@openfn/language-common/node_modules/lodash/compact.js +31 -0
  862. package/node_modules/@openfn/language-common/node_modules/lodash/concat.js +43 -0
  863. package/node_modules/@openfn/language-common/node_modules/lodash/cond.js +60 -0
  864. package/node_modules/@openfn/language-common/node_modules/lodash/conforms.js +35 -0
  865. package/node_modules/@openfn/language-common/node_modules/lodash/conformsTo.js +32 -0
  866. package/node_modules/@openfn/language-common/node_modules/lodash/constant.js +26 -0
  867. package/node_modules/@openfn/language-common/node_modules/lodash/core.js +3877 -0
  868. package/node_modules/@openfn/language-common/node_modules/lodash/core.min.js +29 -0
  869. package/node_modules/@openfn/language-common/node_modules/lodash/countBy.js +40 -0
  870. package/node_modules/@openfn/language-common/node_modules/lodash/create.js +43 -0
  871. package/node_modules/@openfn/language-common/node_modules/lodash/curry.js +57 -0
  872. package/node_modules/@openfn/language-common/node_modules/lodash/curryRight.js +54 -0
  873. package/node_modules/@openfn/language-common/node_modules/lodash/date.js +3 -0
  874. package/node_modules/@openfn/language-common/node_modules/lodash/debounce.js +191 -0
  875. package/node_modules/@openfn/language-common/node_modules/lodash/deburr.js +45 -0
  876. package/node_modules/@openfn/language-common/node_modules/lodash/defaultTo.js +25 -0
  877. package/node_modules/@openfn/language-common/node_modules/lodash/defaults.js +64 -0
  878. package/node_modules/@openfn/language-common/node_modules/lodash/defaultsDeep.js +30 -0
  879. package/node_modules/@openfn/language-common/node_modules/lodash/defer.js +26 -0
  880. package/node_modules/@openfn/language-common/node_modules/lodash/delay.js +28 -0
  881. package/node_modules/@openfn/language-common/node_modules/lodash/difference.js +33 -0
  882. package/node_modules/@openfn/language-common/node_modules/lodash/differenceBy.js +44 -0
  883. package/node_modules/@openfn/language-common/node_modules/lodash/differenceWith.js +40 -0
  884. package/node_modules/@openfn/language-common/node_modules/lodash/divide.js +22 -0
  885. package/node_modules/@openfn/language-common/node_modules/lodash/drop.js +38 -0
  886. package/node_modules/@openfn/language-common/node_modules/lodash/dropRight.js +39 -0
  887. package/node_modules/@openfn/language-common/node_modules/lodash/dropRightWhile.js +45 -0
  888. package/node_modules/@openfn/language-common/node_modules/lodash/dropWhile.js +45 -0
  889. package/node_modules/@openfn/language-common/node_modules/lodash/each.js +1 -0
  890. package/node_modules/@openfn/language-common/node_modules/lodash/eachRight.js +1 -0
  891. package/node_modules/@openfn/language-common/node_modules/lodash/endsWith.js +43 -0
  892. package/node_modules/@openfn/language-common/node_modules/lodash/entries.js +1 -0
  893. package/node_modules/@openfn/language-common/node_modules/lodash/entriesIn.js +1 -0
  894. package/node_modules/@openfn/language-common/node_modules/lodash/eq.js +37 -0
  895. package/node_modules/@openfn/language-common/node_modules/lodash/escape.js +43 -0
  896. package/node_modules/@openfn/language-common/node_modules/lodash/escapeRegExp.js +32 -0
  897. package/node_modules/@openfn/language-common/node_modules/lodash/every.js +56 -0
  898. package/node_modules/@openfn/language-common/node_modules/lodash/extend.js +1 -0
  899. package/node_modules/@openfn/language-common/node_modules/lodash/extendWith.js +1 -0
  900. package/node_modules/@openfn/language-common/node_modules/lodash/fill.js +45 -0
  901. package/node_modules/@openfn/language-common/node_modules/lodash/filter.js +52 -0
  902. package/node_modules/@openfn/language-common/node_modules/lodash/find.js +42 -0
  903. package/node_modules/@openfn/language-common/node_modules/lodash/findIndex.js +55 -0
  904. package/node_modules/@openfn/language-common/node_modules/lodash/findKey.js +44 -0
  905. package/node_modules/@openfn/language-common/node_modules/lodash/findLast.js +25 -0
  906. package/node_modules/@openfn/language-common/node_modules/lodash/findLastIndex.js +59 -0
  907. package/node_modules/@openfn/language-common/node_modules/lodash/findLastKey.js +44 -0
  908. package/node_modules/@openfn/language-common/node_modules/lodash/first.js +1 -0
  909. package/node_modules/@openfn/language-common/node_modules/lodash/flake.lock +40 -0
  910. package/node_modules/@openfn/language-common/node_modules/lodash/flake.nix +20 -0
  911. package/node_modules/@openfn/language-common/node_modules/lodash/flatMap.js +29 -0
  912. package/node_modules/@openfn/language-common/node_modules/lodash/flatMapDeep.js +31 -0
  913. package/node_modules/@openfn/language-common/node_modules/lodash/flatMapDepth.js +31 -0
  914. package/node_modules/@openfn/language-common/node_modules/lodash/flatten.js +22 -0
  915. package/node_modules/@openfn/language-common/node_modules/lodash/flattenDeep.js +25 -0
  916. package/node_modules/@openfn/language-common/node_modules/lodash/flattenDepth.js +33 -0
  917. package/node_modules/@openfn/language-common/node_modules/lodash/flip.js +28 -0
  918. package/node_modules/@openfn/language-common/node_modules/lodash/floor.js +26 -0
  919. package/node_modules/@openfn/language-common/node_modules/lodash/flow.js +27 -0
  920. package/node_modules/@openfn/language-common/node_modules/lodash/flowRight.js +26 -0
  921. package/node_modules/@openfn/language-common/node_modules/lodash/forEach.js +41 -0
  922. package/node_modules/@openfn/language-common/node_modules/lodash/forEachRight.js +31 -0
  923. package/node_modules/@openfn/language-common/node_modules/lodash/forIn.js +39 -0
  924. package/node_modules/@openfn/language-common/node_modules/lodash/forInRight.js +37 -0
  925. package/node_modules/@openfn/language-common/node_modules/lodash/forOwn.js +36 -0
  926. package/node_modules/@openfn/language-common/node_modules/lodash/forOwnRight.js +34 -0
  927. package/node_modules/@openfn/language-common/node_modules/lodash/fp/F.js +1 -0
  928. package/node_modules/@openfn/language-common/node_modules/lodash/fp/T.js +1 -0
  929. package/node_modules/@openfn/language-common/node_modules/lodash/fp/__.js +1 -0
  930. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_baseConvert.js +569 -0
  931. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_convertBrowser.js +18 -0
  932. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_falseOptions.js +7 -0
  933. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_mapping.js +358 -0
  934. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_util.js +16 -0
  935. package/node_modules/@openfn/language-common/node_modules/lodash/fp/add.js +5 -0
  936. package/node_modules/@openfn/language-common/node_modules/lodash/fp/after.js +5 -0
  937. package/node_modules/@openfn/language-common/node_modules/lodash/fp/all.js +1 -0
  938. package/node_modules/@openfn/language-common/node_modules/lodash/fp/allPass.js +1 -0
  939. package/node_modules/@openfn/language-common/node_modules/lodash/fp/always.js +1 -0
  940. package/node_modules/@openfn/language-common/node_modules/lodash/fp/any.js +1 -0
  941. package/node_modules/@openfn/language-common/node_modules/lodash/fp/anyPass.js +1 -0
  942. package/node_modules/@openfn/language-common/node_modules/lodash/fp/apply.js +1 -0
  943. package/node_modules/@openfn/language-common/node_modules/lodash/fp/array.js +2 -0
  944. package/node_modules/@openfn/language-common/node_modules/lodash/fp/ary.js +5 -0
  945. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assign.js +5 -0
  946. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignAll.js +5 -0
  947. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignAllWith.js +5 -0
  948. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignIn.js +5 -0
  949. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignInAll.js +5 -0
  950. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignInAllWith.js +5 -0
  951. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignInWith.js +5 -0
  952. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignWith.js +5 -0
  953. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assoc.js +1 -0
  954. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assocPath.js +1 -0
  955. package/node_modules/@openfn/language-common/node_modules/lodash/fp/at.js +5 -0
  956. package/node_modules/@openfn/language-common/node_modules/lodash/fp/attempt.js +5 -0
  957. package/node_modules/@openfn/language-common/node_modules/lodash/fp/before.js +5 -0
  958. package/node_modules/@openfn/language-common/node_modules/lodash/fp/bind.js +5 -0
  959. package/node_modules/@openfn/language-common/node_modules/lodash/fp/bindAll.js +5 -0
  960. package/node_modules/@openfn/language-common/node_modules/lodash/fp/bindKey.js +5 -0
  961. package/node_modules/@openfn/language-common/node_modules/lodash/fp/camelCase.js +5 -0
  962. package/node_modules/@openfn/language-common/node_modules/lodash/fp/capitalize.js +5 -0
  963. package/node_modules/@openfn/language-common/node_modules/lodash/fp/castArray.js +5 -0
  964. package/node_modules/@openfn/language-common/node_modules/lodash/fp/ceil.js +5 -0
  965. package/node_modules/@openfn/language-common/node_modules/lodash/fp/chain.js +5 -0
  966. package/node_modules/@openfn/language-common/node_modules/lodash/fp/chunk.js +5 -0
  967. package/node_modules/@openfn/language-common/node_modules/lodash/fp/clamp.js +5 -0
  968. package/node_modules/@openfn/language-common/node_modules/lodash/fp/clone.js +5 -0
  969. package/node_modules/@openfn/language-common/node_modules/lodash/fp/cloneDeep.js +5 -0
  970. package/node_modules/@openfn/language-common/node_modules/lodash/fp/cloneDeepWith.js +5 -0
  971. package/node_modules/@openfn/language-common/node_modules/lodash/fp/cloneWith.js +5 -0
  972. package/node_modules/@openfn/language-common/node_modules/lodash/fp/collection.js +2 -0
  973. package/node_modules/@openfn/language-common/node_modules/lodash/fp/commit.js +5 -0
  974. package/node_modules/@openfn/language-common/node_modules/lodash/fp/compact.js +5 -0
  975. package/node_modules/@openfn/language-common/node_modules/lodash/fp/complement.js +1 -0
  976. package/node_modules/@openfn/language-common/node_modules/lodash/fp/compose.js +1 -0
  977. package/node_modules/@openfn/language-common/node_modules/lodash/fp/concat.js +5 -0
  978. package/node_modules/@openfn/language-common/node_modules/lodash/fp/cond.js +5 -0
  979. package/node_modules/@openfn/language-common/node_modules/lodash/fp/conforms.js +1 -0
  980. package/node_modules/@openfn/language-common/node_modules/lodash/fp/conformsTo.js +5 -0
  981. package/node_modules/@openfn/language-common/node_modules/lodash/fp/constant.js +5 -0
  982. package/node_modules/@openfn/language-common/node_modules/lodash/fp/contains.js +1 -0
  983. package/node_modules/@openfn/language-common/node_modules/lodash/fp/convert.js +18 -0
  984. package/node_modules/@openfn/language-common/node_modules/lodash/fp/countBy.js +5 -0
  985. package/node_modules/@openfn/language-common/node_modules/lodash/fp/create.js +5 -0
  986. package/node_modules/@openfn/language-common/node_modules/lodash/fp/curry.js +5 -0
  987. package/node_modules/@openfn/language-common/node_modules/lodash/fp/curryN.js +5 -0
  988. package/node_modules/@openfn/language-common/node_modules/lodash/fp/curryRight.js +5 -0
  989. package/node_modules/@openfn/language-common/node_modules/lodash/fp/curryRightN.js +5 -0
  990. package/node_modules/@openfn/language-common/node_modules/lodash/fp/date.js +2 -0
  991. package/node_modules/@openfn/language-common/node_modules/lodash/fp/debounce.js +5 -0
  992. package/node_modules/@openfn/language-common/node_modules/lodash/fp/deburr.js +5 -0
  993. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultTo.js +5 -0
  994. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaults.js +5 -0
  995. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultsAll.js +5 -0
  996. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultsDeep.js +5 -0
  997. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
  998. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defer.js +5 -0
  999. package/node_modules/@openfn/language-common/node_modules/lodash/fp/delay.js +5 -0
  1000. package/node_modules/@openfn/language-common/node_modules/lodash/fp/difference.js +5 -0
  1001. package/node_modules/@openfn/language-common/node_modules/lodash/fp/differenceBy.js +5 -0
  1002. package/node_modules/@openfn/language-common/node_modules/lodash/fp/differenceWith.js +5 -0
  1003. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dissoc.js +1 -0
  1004. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dissocPath.js +1 -0
  1005. package/node_modules/@openfn/language-common/node_modules/lodash/fp/divide.js +5 -0
  1006. package/node_modules/@openfn/language-common/node_modules/lodash/fp/drop.js +5 -0
  1007. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropLast.js +1 -0
  1008. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropLastWhile.js +1 -0
  1009. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropRight.js +5 -0
  1010. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropRightWhile.js +5 -0
  1011. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropWhile.js +5 -0
  1012. package/node_modules/@openfn/language-common/node_modules/lodash/fp/each.js +1 -0
  1013. package/node_modules/@openfn/language-common/node_modules/lodash/fp/eachRight.js +1 -0
  1014. package/node_modules/@openfn/language-common/node_modules/lodash/fp/endsWith.js +5 -0
  1015. package/node_modules/@openfn/language-common/node_modules/lodash/fp/entries.js +1 -0
  1016. package/node_modules/@openfn/language-common/node_modules/lodash/fp/entriesIn.js +1 -0
  1017. package/node_modules/@openfn/language-common/node_modules/lodash/fp/eq.js +5 -0
  1018. package/node_modules/@openfn/language-common/node_modules/lodash/fp/equals.js +1 -0
  1019. package/node_modules/@openfn/language-common/node_modules/lodash/fp/escape.js +5 -0
  1020. package/node_modules/@openfn/language-common/node_modules/lodash/fp/escapeRegExp.js +5 -0
  1021. package/node_modules/@openfn/language-common/node_modules/lodash/fp/every.js +5 -0
  1022. package/node_modules/@openfn/language-common/node_modules/lodash/fp/extend.js +1 -0
  1023. package/node_modules/@openfn/language-common/node_modules/lodash/fp/extendAll.js +1 -0
  1024. package/node_modules/@openfn/language-common/node_modules/lodash/fp/extendAllWith.js +1 -0
  1025. package/node_modules/@openfn/language-common/node_modules/lodash/fp/extendWith.js +1 -0
  1026. package/node_modules/@openfn/language-common/node_modules/lodash/fp/fill.js +5 -0
  1027. package/node_modules/@openfn/language-common/node_modules/lodash/fp/filter.js +5 -0
  1028. package/node_modules/@openfn/language-common/node_modules/lodash/fp/find.js +5 -0
  1029. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findFrom.js +5 -0
  1030. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findIndex.js +5 -0
  1031. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findIndexFrom.js +5 -0
  1032. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findKey.js +5 -0
  1033. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLast.js +5 -0
  1034. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastFrom.js +5 -0
  1035. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastIndex.js +5 -0
  1036. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
  1037. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastKey.js +5 -0
  1038. package/node_modules/@openfn/language-common/node_modules/lodash/fp/first.js +1 -0
  1039. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatMap.js +5 -0
  1040. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatMapDeep.js +5 -0
  1041. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatMapDepth.js +5 -0
  1042. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatten.js +5 -0
  1043. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flattenDeep.js +5 -0
  1044. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flattenDepth.js +5 -0
  1045. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flip.js +5 -0
  1046. package/node_modules/@openfn/language-common/node_modules/lodash/fp/floor.js +5 -0
  1047. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flow.js +5 -0
  1048. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flowRight.js +5 -0
  1049. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forEach.js +5 -0
  1050. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forEachRight.js +5 -0
  1051. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forIn.js +5 -0
  1052. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forInRight.js +5 -0
  1053. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forOwn.js +5 -0
  1054. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forOwnRight.js +5 -0
  1055. package/node_modules/@openfn/language-common/node_modules/lodash/fp/fromPairs.js +5 -0
  1056. package/node_modules/@openfn/language-common/node_modules/lodash/fp/function.js +2 -0
  1057. package/node_modules/@openfn/language-common/node_modules/lodash/fp/functions.js +5 -0
  1058. package/node_modules/@openfn/language-common/node_modules/lodash/fp/functionsIn.js +5 -0
  1059. package/node_modules/@openfn/language-common/node_modules/lodash/fp/get.js +5 -0
  1060. package/node_modules/@openfn/language-common/node_modules/lodash/fp/getOr.js +5 -0
  1061. package/node_modules/@openfn/language-common/node_modules/lodash/fp/groupBy.js +5 -0
  1062. package/node_modules/@openfn/language-common/node_modules/lodash/fp/gt.js +5 -0
  1063. package/node_modules/@openfn/language-common/node_modules/lodash/fp/gte.js +5 -0
  1064. package/node_modules/@openfn/language-common/node_modules/lodash/fp/has.js +5 -0
  1065. package/node_modules/@openfn/language-common/node_modules/lodash/fp/hasIn.js +5 -0
  1066. package/node_modules/@openfn/language-common/node_modules/lodash/fp/head.js +5 -0
  1067. package/node_modules/@openfn/language-common/node_modules/lodash/fp/identical.js +1 -0
  1068. package/node_modules/@openfn/language-common/node_modules/lodash/fp/identity.js +5 -0
  1069. package/node_modules/@openfn/language-common/node_modules/lodash/fp/inRange.js +5 -0
  1070. package/node_modules/@openfn/language-common/node_modules/lodash/fp/includes.js +5 -0
  1071. package/node_modules/@openfn/language-common/node_modules/lodash/fp/includesFrom.js +5 -0
  1072. package/node_modules/@openfn/language-common/node_modules/lodash/fp/indexBy.js +1 -0
  1073. package/node_modules/@openfn/language-common/node_modules/lodash/fp/indexOf.js +5 -0
  1074. package/node_modules/@openfn/language-common/node_modules/lodash/fp/indexOfFrom.js +5 -0
  1075. package/node_modules/@openfn/language-common/node_modules/lodash/fp/init.js +1 -0
  1076. package/node_modules/@openfn/language-common/node_modules/lodash/fp/initial.js +5 -0
  1077. package/node_modules/@openfn/language-common/node_modules/lodash/fp/intersection.js +5 -0
  1078. package/node_modules/@openfn/language-common/node_modules/lodash/fp/intersectionBy.js +5 -0
  1079. package/node_modules/@openfn/language-common/node_modules/lodash/fp/intersectionWith.js +5 -0
  1080. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invert.js +5 -0
  1081. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invertBy.js +5 -0
  1082. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invertObj.js +1 -0
  1083. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invoke.js +5 -0
  1084. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invokeArgs.js +5 -0
  1085. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invokeArgsMap.js +5 -0
  1086. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invokeMap.js +5 -0
  1087. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArguments.js +5 -0
  1088. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArray.js +5 -0
  1089. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArrayBuffer.js +5 -0
  1090. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArrayLike.js +5 -0
  1091. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
  1092. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isBoolean.js +5 -0
  1093. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isBuffer.js +5 -0
  1094. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isDate.js +5 -0
  1095. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isElement.js +5 -0
  1096. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isEmpty.js +5 -0
  1097. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isEqual.js +5 -0
  1098. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isEqualWith.js +5 -0
  1099. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isError.js +5 -0
  1100. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isFinite.js +5 -0
  1101. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isFunction.js +5 -0
  1102. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isInteger.js +5 -0
  1103. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isLength.js +5 -0
  1104. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isMap.js +5 -0
  1105. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isMatch.js +5 -0
  1106. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isMatchWith.js +5 -0
  1107. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNaN.js +5 -0
  1108. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNative.js +5 -0
  1109. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNil.js +5 -0
  1110. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNull.js +5 -0
  1111. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNumber.js +5 -0
  1112. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isObject.js +5 -0
  1113. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isObjectLike.js +5 -0
  1114. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isPlainObject.js +5 -0
  1115. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isRegExp.js +5 -0
  1116. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isSafeInteger.js +5 -0
  1117. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isSet.js +5 -0
  1118. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isString.js +5 -0
  1119. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isSymbol.js +5 -0
  1120. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isTypedArray.js +5 -0
  1121. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isUndefined.js +5 -0
  1122. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isWeakMap.js +5 -0
  1123. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isWeakSet.js +5 -0
  1124. package/node_modules/@openfn/language-common/node_modules/lodash/fp/iteratee.js +5 -0
  1125. package/node_modules/@openfn/language-common/node_modules/lodash/fp/join.js +5 -0
  1126. package/node_modules/@openfn/language-common/node_modules/lodash/fp/juxt.js +1 -0
  1127. package/node_modules/@openfn/language-common/node_modules/lodash/fp/kebabCase.js +5 -0
  1128. package/node_modules/@openfn/language-common/node_modules/lodash/fp/keyBy.js +5 -0
  1129. package/node_modules/@openfn/language-common/node_modules/lodash/fp/keys.js +5 -0
  1130. package/node_modules/@openfn/language-common/node_modules/lodash/fp/keysIn.js +5 -0
  1131. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lang.js +2 -0
  1132. package/node_modules/@openfn/language-common/node_modules/lodash/fp/last.js +5 -0
  1133. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lastIndexOf.js +5 -0
  1134. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
  1135. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lowerCase.js +5 -0
  1136. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lowerFirst.js +5 -0
  1137. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lt.js +5 -0
  1138. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lte.js +5 -0
  1139. package/node_modules/@openfn/language-common/node_modules/lodash/fp/map.js +5 -0
  1140. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mapKeys.js +5 -0
  1141. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mapValues.js +5 -0
  1142. package/node_modules/@openfn/language-common/node_modules/lodash/fp/matches.js +1 -0
  1143. package/node_modules/@openfn/language-common/node_modules/lodash/fp/matchesProperty.js +5 -0
  1144. package/node_modules/@openfn/language-common/node_modules/lodash/fp/math.js +2 -0
  1145. package/node_modules/@openfn/language-common/node_modules/lodash/fp/max.js +5 -0
  1146. package/node_modules/@openfn/language-common/node_modules/lodash/fp/maxBy.js +5 -0
  1147. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mean.js +5 -0
  1148. package/node_modules/@openfn/language-common/node_modules/lodash/fp/meanBy.js +5 -0
  1149. package/node_modules/@openfn/language-common/node_modules/lodash/fp/memoize.js +5 -0
  1150. package/node_modules/@openfn/language-common/node_modules/lodash/fp/merge.js +5 -0
  1151. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mergeAll.js +5 -0
  1152. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mergeAllWith.js +5 -0
  1153. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mergeWith.js +5 -0
  1154. package/node_modules/@openfn/language-common/node_modules/lodash/fp/method.js +5 -0
  1155. package/node_modules/@openfn/language-common/node_modules/lodash/fp/methodOf.js +5 -0
  1156. package/node_modules/@openfn/language-common/node_modules/lodash/fp/min.js +5 -0
  1157. package/node_modules/@openfn/language-common/node_modules/lodash/fp/minBy.js +5 -0
  1158. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mixin.js +5 -0
  1159. package/node_modules/@openfn/language-common/node_modules/lodash/fp/multiply.js +5 -0
  1160. package/node_modules/@openfn/language-common/node_modules/lodash/fp/nAry.js +1 -0
  1161. package/node_modules/@openfn/language-common/node_modules/lodash/fp/negate.js +5 -0
  1162. package/node_modules/@openfn/language-common/node_modules/lodash/fp/next.js +5 -0
  1163. package/node_modules/@openfn/language-common/node_modules/lodash/fp/noop.js +5 -0
  1164. package/node_modules/@openfn/language-common/node_modules/lodash/fp/now.js +5 -0
  1165. package/node_modules/@openfn/language-common/node_modules/lodash/fp/nth.js +5 -0
  1166. package/node_modules/@openfn/language-common/node_modules/lodash/fp/nthArg.js +5 -0
  1167. package/node_modules/@openfn/language-common/node_modules/lodash/fp/number.js +2 -0
  1168. package/node_modules/@openfn/language-common/node_modules/lodash/fp/object.js +2 -0
  1169. package/node_modules/@openfn/language-common/node_modules/lodash/fp/omit.js +5 -0
  1170. package/node_modules/@openfn/language-common/node_modules/lodash/fp/omitAll.js +1 -0
  1171. package/node_modules/@openfn/language-common/node_modules/lodash/fp/omitBy.js +5 -0
  1172. package/node_modules/@openfn/language-common/node_modules/lodash/fp/once.js +5 -0
  1173. package/node_modules/@openfn/language-common/node_modules/lodash/fp/orderBy.js +5 -0
  1174. package/node_modules/@openfn/language-common/node_modules/lodash/fp/over.js +5 -0
  1175. package/node_modules/@openfn/language-common/node_modules/lodash/fp/overArgs.js +5 -0
  1176. package/node_modules/@openfn/language-common/node_modules/lodash/fp/overEvery.js +5 -0
  1177. package/node_modules/@openfn/language-common/node_modules/lodash/fp/overSome.js +5 -0
  1178. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pad.js +5 -0
  1179. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padChars.js +5 -0
  1180. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padCharsEnd.js +5 -0
  1181. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padCharsStart.js +5 -0
  1182. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padEnd.js +5 -0
  1183. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padStart.js +5 -0
  1184. package/node_modules/@openfn/language-common/node_modules/lodash/fp/parseInt.js +5 -0
  1185. package/node_modules/@openfn/language-common/node_modules/lodash/fp/partial.js +5 -0
  1186. package/node_modules/@openfn/language-common/node_modules/lodash/fp/partialRight.js +5 -0
  1187. package/node_modules/@openfn/language-common/node_modules/lodash/fp/partition.js +5 -0
  1188. package/node_modules/@openfn/language-common/node_modules/lodash/fp/path.js +1 -0
  1189. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pathEq.js +1 -0
  1190. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pathOr.js +1 -0
  1191. package/node_modules/@openfn/language-common/node_modules/lodash/fp/paths.js +1 -0
  1192. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pick.js +5 -0
  1193. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pickAll.js +1 -0
  1194. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pickBy.js +5 -0
  1195. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pipe.js +1 -0
  1196. package/node_modules/@openfn/language-common/node_modules/lodash/fp/placeholder.js +6 -0
  1197. package/node_modules/@openfn/language-common/node_modules/lodash/fp/plant.js +5 -0
  1198. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pluck.js +1 -0
  1199. package/node_modules/@openfn/language-common/node_modules/lodash/fp/prop.js +1 -0
  1200. package/node_modules/@openfn/language-common/node_modules/lodash/fp/propEq.js +1 -0
  1201. package/node_modules/@openfn/language-common/node_modules/lodash/fp/propOr.js +1 -0
  1202. package/node_modules/@openfn/language-common/node_modules/lodash/fp/property.js +1 -0
  1203. package/node_modules/@openfn/language-common/node_modules/lodash/fp/propertyOf.js +5 -0
  1204. package/node_modules/@openfn/language-common/node_modules/lodash/fp/props.js +1 -0
  1205. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pull.js +5 -0
  1206. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAll.js +5 -0
  1207. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAllBy.js +5 -0
  1208. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAllWith.js +5 -0
  1209. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAt.js +5 -0
  1210. package/node_modules/@openfn/language-common/node_modules/lodash/fp/random.js +5 -0
  1211. package/node_modules/@openfn/language-common/node_modules/lodash/fp/range.js +5 -0
  1212. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rangeRight.js +5 -0
  1213. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rangeStep.js +5 -0
  1214. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rangeStepRight.js +5 -0
  1215. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rearg.js +5 -0
  1216. package/node_modules/@openfn/language-common/node_modules/lodash/fp/reduce.js +5 -0
  1217. package/node_modules/@openfn/language-common/node_modules/lodash/fp/reduceRight.js +5 -0
  1218. package/node_modules/@openfn/language-common/node_modules/lodash/fp/reject.js +5 -0
  1219. package/node_modules/@openfn/language-common/node_modules/lodash/fp/remove.js +5 -0
  1220. package/node_modules/@openfn/language-common/node_modules/lodash/fp/repeat.js +5 -0
  1221. package/node_modules/@openfn/language-common/node_modules/lodash/fp/replace.js +5 -0
  1222. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rest.js +5 -0
  1223. package/node_modules/@openfn/language-common/node_modules/lodash/fp/restFrom.js +5 -0
  1224. package/node_modules/@openfn/language-common/node_modules/lodash/fp/result.js +5 -0
  1225. package/node_modules/@openfn/language-common/node_modules/lodash/fp/reverse.js +5 -0
  1226. package/node_modules/@openfn/language-common/node_modules/lodash/fp/round.js +5 -0
  1227. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sample.js +5 -0
  1228. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sampleSize.js +5 -0
  1229. package/node_modules/@openfn/language-common/node_modules/lodash/fp/seq.js +2 -0
  1230. package/node_modules/@openfn/language-common/node_modules/lodash/fp/set.js +5 -0
  1231. package/node_modules/@openfn/language-common/node_modules/lodash/fp/setWith.js +5 -0
  1232. package/node_modules/@openfn/language-common/node_modules/lodash/fp/shuffle.js +5 -0
  1233. package/node_modules/@openfn/language-common/node_modules/lodash/fp/size.js +5 -0
  1234. package/node_modules/@openfn/language-common/node_modules/lodash/fp/slice.js +5 -0
  1235. package/node_modules/@openfn/language-common/node_modules/lodash/fp/snakeCase.js +5 -0
  1236. package/node_modules/@openfn/language-common/node_modules/lodash/fp/some.js +5 -0
  1237. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortBy.js +5 -0
  1238. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedIndex.js +5 -0
  1239. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedIndexBy.js +5 -0
  1240. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedIndexOf.js +5 -0
  1241. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedLastIndex.js +5 -0
  1242. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
  1243. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
  1244. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedUniq.js +5 -0
  1245. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedUniqBy.js +5 -0
  1246. package/node_modules/@openfn/language-common/node_modules/lodash/fp/split.js +5 -0
  1247. package/node_modules/@openfn/language-common/node_modules/lodash/fp/spread.js +5 -0
  1248. package/node_modules/@openfn/language-common/node_modules/lodash/fp/spreadFrom.js +5 -0
  1249. package/node_modules/@openfn/language-common/node_modules/lodash/fp/startCase.js +5 -0
  1250. package/node_modules/@openfn/language-common/node_modules/lodash/fp/startsWith.js +5 -0
  1251. package/node_modules/@openfn/language-common/node_modules/lodash/fp/string.js +2 -0
  1252. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubArray.js +5 -0
  1253. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubFalse.js +5 -0
  1254. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubObject.js +5 -0
  1255. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubString.js +5 -0
  1256. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubTrue.js +5 -0
  1257. package/node_modules/@openfn/language-common/node_modules/lodash/fp/subtract.js +5 -0
  1258. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sum.js +5 -0
  1259. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sumBy.js +5 -0
  1260. package/node_modules/@openfn/language-common/node_modules/lodash/fp/symmetricDifference.js +1 -0
  1261. package/node_modules/@openfn/language-common/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
  1262. package/node_modules/@openfn/language-common/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
  1263. package/node_modules/@openfn/language-common/node_modules/lodash/fp/tail.js +5 -0
  1264. package/node_modules/@openfn/language-common/node_modules/lodash/fp/take.js +5 -0
  1265. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeLast.js +1 -0
  1266. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeLastWhile.js +1 -0
  1267. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeRight.js +5 -0
  1268. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeRightWhile.js +5 -0
  1269. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeWhile.js +5 -0
  1270. package/node_modules/@openfn/language-common/node_modules/lodash/fp/tap.js +5 -0
  1271. package/node_modules/@openfn/language-common/node_modules/lodash/fp/template.js +5 -0
  1272. package/node_modules/@openfn/language-common/node_modules/lodash/fp/templateSettings.js +5 -0
  1273. package/node_modules/@openfn/language-common/node_modules/lodash/fp/throttle.js +5 -0
  1274. package/node_modules/@openfn/language-common/node_modules/lodash/fp/thru.js +5 -0
  1275. package/node_modules/@openfn/language-common/node_modules/lodash/fp/times.js +5 -0
  1276. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toArray.js +5 -0
  1277. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toFinite.js +5 -0
  1278. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toInteger.js +5 -0
  1279. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toIterator.js +5 -0
  1280. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toJSON.js +5 -0
  1281. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toLength.js +5 -0
  1282. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toLower.js +5 -0
  1283. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toNumber.js +5 -0
  1284. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPairs.js +5 -0
  1285. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPairsIn.js +5 -0
  1286. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPath.js +5 -0
  1287. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPlainObject.js +5 -0
  1288. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toSafeInteger.js +5 -0
  1289. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toString.js +5 -0
  1290. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toUpper.js +5 -0
  1291. package/node_modules/@openfn/language-common/node_modules/lodash/fp/transform.js +5 -0
  1292. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trim.js +5 -0
  1293. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimChars.js +5 -0
  1294. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimCharsEnd.js +5 -0
  1295. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimCharsStart.js +5 -0
  1296. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimEnd.js +5 -0
  1297. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimStart.js +5 -0
  1298. package/node_modules/@openfn/language-common/node_modules/lodash/fp/truncate.js +5 -0
  1299. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unapply.js +1 -0
  1300. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unary.js +5 -0
  1301. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unescape.js +5 -0
  1302. package/node_modules/@openfn/language-common/node_modules/lodash/fp/union.js +5 -0
  1303. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unionBy.js +5 -0
  1304. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unionWith.js +5 -0
  1305. package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniq.js +5 -0
  1306. package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniqBy.js +5 -0
  1307. package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniqWith.js +5 -0
  1308. package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniqueId.js +5 -0
  1309. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unnest.js +1 -0
  1310. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unset.js +5 -0
  1311. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unzip.js +5 -0
  1312. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unzipWith.js +5 -0
  1313. package/node_modules/@openfn/language-common/node_modules/lodash/fp/update.js +5 -0
  1314. package/node_modules/@openfn/language-common/node_modules/lodash/fp/updateWith.js +5 -0
  1315. package/node_modules/@openfn/language-common/node_modules/lodash/fp/upperCase.js +5 -0
  1316. package/node_modules/@openfn/language-common/node_modules/lodash/fp/upperFirst.js +5 -0
  1317. package/node_modules/@openfn/language-common/node_modules/lodash/fp/useWith.js +1 -0
  1318. package/node_modules/@openfn/language-common/node_modules/lodash/fp/util.js +2 -0
  1319. package/node_modules/@openfn/language-common/node_modules/lodash/fp/value.js +5 -0
  1320. package/node_modules/@openfn/language-common/node_modules/lodash/fp/valueOf.js +5 -0
  1321. package/node_modules/@openfn/language-common/node_modules/lodash/fp/values.js +5 -0
  1322. package/node_modules/@openfn/language-common/node_modules/lodash/fp/valuesIn.js +5 -0
  1323. package/node_modules/@openfn/language-common/node_modules/lodash/fp/where.js +1 -0
  1324. package/node_modules/@openfn/language-common/node_modules/lodash/fp/whereEq.js +1 -0
  1325. package/node_modules/@openfn/language-common/node_modules/lodash/fp/without.js +5 -0
  1326. package/node_modules/@openfn/language-common/node_modules/lodash/fp/words.js +5 -0
  1327. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrap.js +5 -0
  1328. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperAt.js +5 -0
  1329. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperChain.js +5 -0
  1330. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperLodash.js +5 -0
  1331. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperReverse.js +5 -0
  1332. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperValue.js +5 -0
  1333. package/node_modules/@openfn/language-common/node_modules/lodash/fp/xor.js +5 -0
  1334. package/node_modules/@openfn/language-common/node_modules/lodash/fp/xorBy.js +5 -0
  1335. package/node_modules/@openfn/language-common/node_modules/lodash/fp/xorWith.js +5 -0
  1336. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zip.js +5 -0
  1337. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipAll.js +5 -0
  1338. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipObj.js +1 -0
  1339. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipObject.js +5 -0
  1340. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipObjectDeep.js +5 -0
  1341. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipWith.js +5 -0
  1342. package/node_modules/@openfn/language-common/node_modules/lodash/fp.js +2 -0
  1343. package/node_modules/@openfn/language-common/node_modules/lodash/fromPairs.js +28 -0
  1344. package/node_modules/@openfn/language-common/node_modules/lodash/function.js +25 -0
  1345. package/node_modules/@openfn/language-common/node_modules/lodash/functions.js +31 -0
  1346. package/node_modules/@openfn/language-common/node_modules/lodash/functionsIn.js +31 -0
  1347. package/node_modules/@openfn/language-common/node_modules/lodash/get.js +33 -0
  1348. package/node_modules/@openfn/language-common/node_modules/lodash/groupBy.js +41 -0
  1349. package/node_modules/@openfn/language-common/node_modules/lodash/gt.js +29 -0
  1350. package/node_modules/@openfn/language-common/node_modules/lodash/gte.js +30 -0
  1351. package/node_modules/@openfn/language-common/node_modules/lodash/has.js +35 -0
  1352. package/node_modules/@openfn/language-common/node_modules/lodash/hasIn.js +34 -0
  1353. package/node_modules/@openfn/language-common/node_modules/lodash/head.js +23 -0
  1354. package/node_modules/@openfn/language-common/node_modules/lodash/identity.js +21 -0
  1355. package/node_modules/@openfn/language-common/node_modules/lodash/inRange.js +55 -0
  1356. package/node_modules/@openfn/language-common/node_modules/lodash/includes.js +53 -0
  1357. package/node_modules/@openfn/language-common/node_modules/lodash/index.js +1 -0
  1358. package/node_modules/@openfn/language-common/node_modules/lodash/indexOf.js +42 -0
  1359. package/node_modules/@openfn/language-common/node_modules/lodash/initial.js +22 -0
  1360. package/node_modules/@openfn/language-common/node_modules/lodash/intersection.js +30 -0
  1361. package/node_modules/@openfn/language-common/node_modules/lodash/intersectionBy.js +45 -0
  1362. package/node_modules/@openfn/language-common/node_modules/lodash/intersectionWith.js +41 -0
  1363. package/node_modules/@openfn/language-common/node_modules/lodash/invert.js +42 -0
  1364. package/node_modules/@openfn/language-common/node_modules/lodash/invertBy.js +56 -0
  1365. package/node_modules/@openfn/language-common/node_modules/lodash/invoke.js +24 -0
  1366. package/node_modules/@openfn/language-common/node_modules/lodash/invokeMap.js +41 -0
  1367. package/node_modules/@openfn/language-common/node_modules/lodash/isArguments.js +36 -0
  1368. package/node_modules/@openfn/language-common/node_modules/lodash/isArray.js +26 -0
  1369. package/node_modules/@openfn/language-common/node_modules/lodash/isArrayBuffer.js +27 -0
  1370. package/node_modules/@openfn/language-common/node_modules/lodash/isArrayLike.js +33 -0
  1371. package/node_modules/@openfn/language-common/node_modules/lodash/isArrayLikeObject.js +33 -0
  1372. package/node_modules/@openfn/language-common/node_modules/lodash/isBoolean.js +29 -0
  1373. package/node_modules/@openfn/language-common/node_modules/lodash/isBuffer.js +38 -0
  1374. package/node_modules/@openfn/language-common/node_modules/lodash/isDate.js +27 -0
  1375. package/node_modules/@openfn/language-common/node_modules/lodash/isElement.js +25 -0
  1376. package/node_modules/@openfn/language-common/node_modules/lodash/isEmpty.js +77 -0
  1377. package/node_modules/@openfn/language-common/node_modules/lodash/isEqual.js +35 -0
  1378. package/node_modules/@openfn/language-common/node_modules/lodash/isEqualWith.js +41 -0
  1379. package/node_modules/@openfn/language-common/node_modules/lodash/isError.js +36 -0
  1380. package/node_modules/@openfn/language-common/node_modules/lodash/isFinite.js +36 -0
  1381. package/node_modules/@openfn/language-common/node_modules/lodash/isFunction.js +37 -0
  1382. package/node_modules/@openfn/language-common/node_modules/lodash/isInteger.js +33 -0
  1383. package/node_modules/@openfn/language-common/node_modules/lodash/isLength.js +35 -0
  1384. package/node_modules/@openfn/language-common/node_modules/lodash/isMap.js +27 -0
  1385. package/node_modules/@openfn/language-common/node_modules/lodash/isMatch.js +36 -0
  1386. package/node_modules/@openfn/language-common/node_modules/lodash/isMatchWith.js +41 -0
  1387. package/node_modules/@openfn/language-common/node_modules/lodash/isNaN.js +38 -0
  1388. package/node_modules/@openfn/language-common/node_modules/lodash/isNative.js +40 -0
  1389. package/node_modules/@openfn/language-common/node_modules/lodash/isNil.js +25 -0
  1390. package/node_modules/@openfn/language-common/node_modules/lodash/isNull.js +22 -0
  1391. package/node_modules/@openfn/language-common/node_modules/lodash/isNumber.js +38 -0
  1392. package/node_modules/@openfn/language-common/node_modules/lodash/isObject.js +31 -0
  1393. package/node_modules/@openfn/language-common/node_modules/lodash/isObjectLike.js +29 -0
  1394. package/node_modules/@openfn/language-common/node_modules/lodash/isPlainObject.js +62 -0
  1395. package/node_modules/@openfn/language-common/node_modules/lodash/isRegExp.js +27 -0
  1396. package/node_modules/@openfn/language-common/node_modules/lodash/isSafeInteger.js +37 -0
  1397. package/node_modules/@openfn/language-common/node_modules/lodash/isSet.js +27 -0
  1398. package/node_modules/@openfn/language-common/node_modules/lodash/isString.js +30 -0
  1399. package/node_modules/@openfn/language-common/node_modules/lodash/isSymbol.js +29 -0
  1400. package/node_modules/@openfn/language-common/node_modules/lodash/isTypedArray.js +27 -0
  1401. package/node_modules/@openfn/language-common/node_modules/lodash/isUndefined.js +22 -0
  1402. package/node_modules/@openfn/language-common/node_modules/lodash/isWeakMap.js +28 -0
  1403. package/node_modules/@openfn/language-common/node_modules/lodash/isWeakSet.js +28 -0
  1404. package/node_modules/@openfn/language-common/node_modules/lodash/iteratee.js +53 -0
  1405. package/node_modules/@openfn/language-common/node_modules/lodash/join.js +26 -0
  1406. package/node_modules/@openfn/language-common/node_modules/lodash/kebabCase.js +28 -0
  1407. package/node_modules/@openfn/language-common/node_modules/lodash/keyBy.js +36 -0
  1408. package/node_modules/@openfn/language-common/node_modules/lodash/keys.js +37 -0
  1409. package/node_modules/@openfn/language-common/node_modules/lodash/keysIn.js +32 -0
  1410. package/node_modules/@openfn/language-common/node_modules/lodash/lang.js +58 -0
  1411. package/node_modules/@openfn/language-common/node_modules/lodash/last.js +20 -0
  1412. package/node_modules/@openfn/language-common/node_modules/lodash/lastIndexOf.js +46 -0
  1413. package/node_modules/@openfn/language-common/node_modules/lodash/lodash.js +17209 -0
  1414. package/node_modules/@openfn/language-common/node_modules/lodash/lodash.min.js +140 -0
  1415. package/node_modules/@openfn/language-common/node_modules/lodash/lowerCase.js +27 -0
  1416. package/node_modules/@openfn/language-common/node_modules/lodash/lowerFirst.js +22 -0
  1417. package/node_modules/@openfn/language-common/node_modules/lodash/lt.js +29 -0
  1418. package/node_modules/@openfn/language-common/node_modules/lodash/lte.js +30 -0
  1419. package/node_modules/@openfn/language-common/node_modules/lodash/map.js +53 -0
  1420. package/node_modules/@openfn/language-common/node_modules/lodash/mapKeys.js +36 -0
  1421. package/node_modules/@openfn/language-common/node_modules/lodash/mapValues.js +43 -0
  1422. package/node_modules/@openfn/language-common/node_modules/lodash/matches.js +46 -0
  1423. package/node_modules/@openfn/language-common/node_modules/lodash/matchesProperty.js +44 -0
  1424. package/node_modules/@openfn/language-common/node_modules/lodash/math.js +17 -0
  1425. package/node_modules/@openfn/language-common/node_modules/lodash/max.js +29 -0
  1426. package/node_modules/@openfn/language-common/node_modules/lodash/maxBy.js +34 -0
  1427. package/node_modules/@openfn/language-common/node_modules/lodash/mean.js +22 -0
  1428. package/node_modules/@openfn/language-common/node_modules/lodash/meanBy.js +31 -0
  1429. package/node_modules/@openfn/language-common/node_modules/lodash/memoize.js +73 -0
  1430. package/node_modules/@openfn/language-common/node_modules/lodash/merge.js +39 -0
  1431. package/node_modules/@openfn/language-common/node_modules/lodash/mergeWith.js +39 -0
  1432. package/node_modules/@openfn/language-common/node_modules/lodash/method.js +34 -0
  1433. package/node_modules/@openfn/language-common/node_modules/lodash/methodOf.js +33 -0
  1434. package/node_modules/@openfn/language-common/node_modules/lodash/min.js +29 -0
  1435. package/node_modules/@openfn/language-common/node_modules/lodash/minBy.js +34 -0
  1436. package/node_modules/@openfn/language-common/node_modules/lodash/mixin.js +74 -0
  1437. package/node_modules/@openfn/language-common/node_modules/lodash/multiply.js +22 -0
  1438. package/node_modules/@openfn/language-common/node_modules/lodash/negate.js +40 -0
  1439. package/node_modules/@openfn/language-common/node_modules/lodash/next.js +35 -0
  1440. package/node_modules/@openfn/language-common/node_modules/lodash/noop.js +17 -0
  1441. package/node_modules/@openfn/language-common/node_modules/lodash/now.js +23 -0
  1442. package/node_modules/@openfn/language-common/node_modules/lodash/nth.js +29 -0
  1443. package/node_modules/@openfn/language-common/node_modules/lodash/nthArg.js +32 -0
  1444. package/node_modules/@openfn/language-common/node_modules/lodash/number.js +5 -0
  1445. package/node_modules/@openfn/language-common/node_modules/lodash/object.js +49 -0
  1446. package/node_modules/@openfn/language-common/node_modules/lodash/omit.js +57 -0
  1447. package/node_modules/@openfn/language-common/node_modules/lodash/omitBy.js +29 -0
  1448. package/node_modules/@openfn/language-common/node_modules/lodash/once.js +25 -0
  1449. package/node_modules/@openfn/language-common/node_modules/lodash/orderBy.js +47 -0
  1450. package/node_modules/@openfn/language-common/node_modules/lodash/over.js +24 -0
  1451. package/node_modules/@openfn/language-common/node_modules/lodash/overArgs.js +61 -0
  1452. package/node_modules/@openfn/language-common/node_modules/lodash/overEvery.js +34 -0
  1453. package/node_modules/@openfn/language-common/node_modules/lodash/overSome.js +37 -0
  1454. package/node_modules/@openfn/language-common/node_modules/lodash/package.json +65 -0
  1455. package/node_modules/@openfn/language-common/node_modules/lodash/pad.js +49 -0
  1456. package/node_modules/@openfn/language-common/node_modules/lodash/padEnd.js +39 -0
  1457. package/node_modules/@openfn/language-common/node_modules/lodash/padStart.js +39 -0
  1458. package/node_modules/@openfn/language-common/node_modules/lodash/parseInt.js +43 -0
  1459. package/node_modules/@openfn/language-common/node_modules/lodash/partial.js +50 -0
  1460. package/node_modules/@openfn/language-common/node_modules/lodash/partialRight.js +49 -0
  1461. package/node_modules/@openfn/language-common/node_modules/lodash/partition.js +43 -0
  1462. package/node_modules/@openfn/language-common/node_modules/lodash/pick.js +25 -0
  1463. package/node_modules/@openfn/language-common/node_modules/lodash/pickBy.js +37 -0
  1464. package/node_modules/@openfn/language-common/node_modules/lodash/plant.js +48 -0
  1465. package/node_modules/@openfn/language-common/node_modules/lodash/property.js +32 -0
  1466. package/node_modules/@openfn/language-common/node_modules/lodash/propertyOf.js +30 -0
  1467. package/node_modules/@openfn/language-common/node_modules/lodash/pull.js +29 -0
  1468. package/node_modules/@openfn/language-common/node_modules/lodash/pullAll.js +29 -0
  1469. package/node_modules/@openfn/language-common/node_modules/lodash/pullAllBy.js +33 -0
  1470. package/node_modules/@openfn/language-common/node_modules/lodash/pullAllWith.js +32 -0
  1471. package/node_modules/@openfn/language-common/node_modules/lodash/pullAt.js +43 -0
  1472. package/node_modules/@openfn/language-common/node_modules/lodash/random.js +82 -0
  1473. package/node_modules/@openfn/language-common/node_modules/lodash/range.js +46 -0
  1474. package/node_modules/@openfn/language-common/node_modules/lodash/rangeRight.js +41 -0
  1475. package/node_modules/@openfn/language-common/node_modules/lodash/rearg.js +33 -0
  1476. package/node_modules/@openfn/language-common/node_modules/lodash/reduce.js +51 -0
  1477. package/node_modules/@openfn/language-common/node_modules/lodash/reduceRight.js +36 -0
  1478. package/node_modules/@openfn/language-common/node_modules/lodash/reject.js +46 -0
  1479. package/node_modules/@openfn/language-common/node_modules/lodash/release.md +48 -0
  1480. package/node_modules/@openfn/language-common/node_modules/lodash/remove.js +53 -0
  1481. package/node_modules/@openfn/language-common/node_modules/lodash/repeat.js +37 -0
  1482. package/node_modules/@openfn/language-common/node_modules/lodash/replace.js +29 -0
  1483. package/node_modules/@openfn/language-common/node_modules/lodash/rest.js +40 -0
  1484. package/node_modules/@openfn/language-common/node_modules/lodash/result.js +56 -0
  1485. package/node_modules/@openfn/language-common/node_modules/lodash/reverse.js +34 -0
  1486. package/node_modules/@openfn/language-common/node_modules/lodash/round.js +26 -0
  1487. package/node_modules/@openfn/language-common/node_modules/lodash/sample.js +24 -0
  1488. package/node_modules/@openfn/language-common/node_modules/lodash/sampleSize.js +37 -0
  1489. package/node_modules/@openfn/language-common/node_modules/lodash/seq.js +16 -0
  1490. package/node_modules/@openfn/language-common/node_modules/lodash/set.js +35 -0
  1491. package/node_modules/@openfn/language-common/node_modules/lodash/setWith.js +32 -0
  1492. package/node_modules/@openfn/language-common/node_modules/lodash/shuffle.js +25 -0
  1493. package/node_modules/@openfn/language-common/node_modules/lodash/size.js +46 -0
  1494. package/node_modules/@openfn/language-common/node_modules/lodash/slice.js +37 -0
  1495. package/node_modules/@openfn/language-common/node_modules/lodash/snakeCase.js +28 -0
  1496. package/node_modules/@openfn/language-common/node_modules/lodash/some.js +51 -0
  1497. package/node_modules/@openfn/language-common/node_modules/lodash/sortBy.js +48 -0
  1498. package/node_modules/@openfn/language-common/node_modules/lodash/sortedIndex.js +24 -0
  1499. package/node_modules/@openfn/language-common/node_modules/lodash/sortedIndexBy.js +33 -0
  1500. package/node_modules/@openfn/language-common/node_modules/lodash/sortedIndexOf.js +31 -0
  1501. package/node_modules/@openfn/language-common/node_modules/lodash/sortedLastIndex.js +25 -0
  1502. package/node_modules/@openfn/language-common/node_modules/lodash/sortedLastIndexBy.js +33 -0
  1503. package/node_modules/@openfn/language-common/node_modules/lodash/sortedLastIndexOf.js +31 -0
  1504. package/node_modules/@openfn/language-common/node_modules/lodash/sortedUniq.js +24 -0
  1505. package/node_modules/@openfn/language-common/node_modules/lodash/sortedUniqBy.js +26 -0
  1506. package/node_modules/@openfn/language-common/node_modules/lodash/split.js +52 -0
  1507. package/node_modules/@openfn/language-common/node_modules/lodash/spread.js +63 -0
  1508. package/node_modules/@openfn/language-common/node_modules/lodash/startCase.js +29 -0
  1509. package/node_modules/@openfn/language-common/node_modules/lodash/startsWith.js +39 -0
  1510. package/node_modules/@openfn/language-common/node_modules/lodash/string.js +33 -0
  1511. package/node_modules/@openfn/language-common/node_modules/lodash/stubArray.js +23 -0
  1512. package/node_modules/@openfn/language-common/node_modules/lodash/stubFalse.js +18 -0
  1513. package/node_modules/@openfn/language-common/node_modules/lodash/stubObject.js +23 -0
  1514. package/node_modules/@openfn/language-common/node_modules/lodash/stubString.js +18 -0
  1515. package/node_modules/@openfn/language-common/node_modules/lodash/stubTrue.js +18 -0
  1516. package/node_modules/@openfn/language-common/node_modules/lodash/subtract.js +22 -0
  1517. package/node_modules/@openfn/language-common/node_modules/lodash/sum.js +24 -0
  1518. package/node_modules/@openfn/language-common/node_modules/lodash/sumBy.js +33 -0
  1519. package/node_modules/@openfn/language-common/node_modules/lodash/tail.js +22 -0
  1520. package/node_modules/@openfn/language-common/node_modules/lodash/take.js +37 -0
  1521. package/node_modules/@openfn/language-common/node_modules/lodash/takeRight.js +39 -0
  1522. package/node_modules/@openfn/language-common/node_modules/lodash/takeRightWhile.js +45 -0
  1523. package/node_modules/@openfn/language-common/node_modules/lodash/takeWhile.js +45 -0
  1524. package/node_modules/@openfn/language-common/node_modules/lodash/tap.js +29 -0
  1525. package/node_modules/@openfn/language-common/node_modules/lodash/template.js +272 -0
  1526. package/node_modules/@openfn/language-common/node_modules/lodash/templateSettings.js +67 -0
  1527. package/node_modules/@openfn/language-common/node_modules/lodash/throttle.js +69 -0
  1528. package/node_modules/@openfn/language-common/node_modules/lodash/thru.js +28 -0
  1529. package/node_modules/@openfn/language-common/node_modules/lodash/times.js +51 -0
  1530. package/node_modules/@openfn/language-common/node_modules/lodash/toArray.js +58 -0
  1531. package/node_modules/@openfn/language-common/node_modules/lodash/toFinite.js +42 -0
  1532. package/node_modules/@openfn/language-common/node_modules/lodash/toInteger.js +36 -0
  1533. package/node_modules/@openfn/language-common/node_modules/lodash/toIterator.js +23 -0
  1534. package/node_modules/@openfn/language-common/node_modules/lodash/toJSON.js +1 -0
  1535. package/node_modules/@openfn/language-common/node_modules/lodash/toLength.js +38 -0
  1536. package/node_modules/@openfn/language-common/node_modules/lodash/toLower.js +28 -0
  1537. package/node_modules/@openfn/language-common/node_modules/lodash/toNumber.js +64 -0
  1538. package/node_modules/@openfn/language-common/node_modules/lodash/toPairs.js +30 -0
  1539. package/node_modules/@openfn/language-common/node_modules/lodash/toPairsIn.js +30 -0
  1540. package/node_modules/@openfn/language-common/node_modules/lodash/toPath.js +33 -0
  1541. package/node_modules/@openfn/language-common/node_modules/lodash/toPlainObject.js +32 -0
  1542. package/node_modules/@openfn/language-common/node_modules/lodash/toSafeInteger.js +37 -0
  1543. package/node_modules/@openfn/language-common/node_modules/lodash/toString.js +28 -0
  1544. package/node_modules/@openfn/language-common/node_modules/lodash/toUpper.js +28 -0
  1545. package/node_modules/@openfn/language-common/node_modules/lodash/transform.js +65 -0
  1546. package/node_modules/@openfn/language-common/node_modules/lodash/trim.js +47 -0
  1547. package/node_modules/@openfn/language-common/node_modules/lodash/trimEnd.js +41 -0
  1548. package/node_modules/@openfn/language-common/node_modules/lodash/trimStart.js +43 -0
  1549. package/node_modules/@openfn/language-common/node_modules/lodash/truncate.js +111 -0
  1550. package/node_modules/@openfn/language-common/node_modules/lodash/unary.js +22 -0
  1551. package/node_modules/@openfn/language-common/node_modules/lodash/unescape.js +34 -0
  1552. package/node_modules/@openfn/language-common/node_modules/lodash/union.js +26 -0
  1553. package/node_modules/@openfn/language-common/node_modules/lodash/unionBy.js +39 -0
  1554. package/node_modules/@openfn/language-common/node_modules/lodash/unionWith.js +34 -0
  1555. package/node_modules/@openfn/language-common/node_modules/lodash/uniq.js +25 -0
  1556. package/node_modules/@openfn/language-common/node_modules/lodash/uniqBy.js +31 -0
  1557. package/node_modules/@openfn/language-common/node_modules/lodash/uniqWith.js +28 -0
  1558. package/node_modules/@openfn/language-common/node_modules/lodash/uniqueId.js +28 -0
  1559. package/node_modules/@openfn/language-common/node_modules/lodash/unset.js +34 -0
  1560. package/node_modules/@openfn/language-common/node_modules/lodash/unzip.js +45 -0
  1561. package/node_modules/@openfn/language-common/node_modules/lodash/unzipWith.js +39 -0
  1562. package/node_modules/@openfn/language-common/node_modules/lodash/update.js +35 -0
  1563. package/node_modules/@openfn/language-common/node_modules/lodash/updateWith.js +33 -0
  1564. package/node_modules/@openfn/language-common/node_modules/lodash/upperCase.js +27 -0
  1565. package/node_modules/@openfn/language-common/node_modules/lodash/upperFirst.js +22 -0
  1566. package/node_modules/@openfn/language-common/node_modules/lodash/util.js +34 -0
  1567. package/node_modules/@openfn/language-common/node_modules/lodash/value.js +1 -0
  1568. package/node_modules/@openfn/language-common/node_modules/lodash/valueOf.js +1 -0
  1569. package/node_modules/@openfn/language-common/node_modules/lodash/values.js +34 -0
  1570. package/node_modules/@openfn/language-common/node_modules/lodash/valuesIn.js +32 -0
  1571. package/node_modules/@openfn/language-common/node_modules/lodash/without.js +31 -0
  1572. package/node_modules/@openfn/language-common/node_modules/lodash/words.js +35 -0
  1573. package/node_modules/@openfn/language-common/node_modules/lodash/wrap.js +30 -0
  1574. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperAt.js +48 -0
  1575. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperChain.js +34 -0
  1576. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperLodash.js +147 -0
  1577. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperReverse.js +44 -0
  1578. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperValue.js +21 -0
  1579. package/node_modules/@openfn/language-common/node_modules/lodash/xor.js +28 -0
  1580. package/node_modules/@openfn/language-common/node_modules/lodash/xorBy.js +39 -0
  1581. package/node_modules/@openfn/language-common/node_modules/lodash/xorWith.js +34 -0
  1582. package/node_modules/@openfn/language-common/node_modules/lodash/zip.js +22 -0
  1583. package/node_modules/@openfn/language-common/node_modules/lodash/zipObject.js +24 -0
  1584. package/node_modules/@openfn/language-common/node_modules/lodash/zipObjectDeep.js +23 -0
  1585. package/node_modules/@openfn/language-common/node_modules/lodash/zipWith.js +32 -0
  1586. package/node_modules/@openfn/language-common/package.json +86 -0
  1587. package/node_modules/@types/node/LICENSE +21 -0
  1588. package/node_modules/@types/node/README.md +16 -0
  1589. package/node_modules/@types/node/assert.d.ts +53 -0
  1590. package/node_modules/@types/node/async_hooks.d.ts +132 -0
  1591. package/node_modules/@types/node/base.d.ts +41 -0
  1592. package/node_modules/@types/node/buffer.d.ts +22 -0
  1593. package/node_modules/@types/node/child_process.d.ts +495 -0
  1594. package/node_modules/@types/node/cluster.d.ts +266 -0
  1595. package/node_modules/@types/node/console.d.ts +3 -0
  1596. package/node_modules/@types/node/constants.d.ts +8 -0
  1597. package/node_modules/@types/node/crypto.d.ts +615 -0
  1598. package/node_modules/@types/node/dgram.d.ts +141 -0
  1599. package/node_modules/@types/node/dns.d.ts +366 -0
  1600. package/node_modules/@types/node/domain.d.ts +16 -0
  1601. package/node_modules/@types/node/events.d.ts +50 -0
  1602. package/node_modules/@types/node/fs.d.ts +2458 -0
  1603. package/node_modules/@types/node/globals.d.ts +1105 -0
  1604. package/node_modules/@types/node/http.d.ts +395 -0
  1605. package/node_modules/@types/node/http2.d.ts +947 -0
  1606. package/node_modules/@types/node/https.d.ts +37 -0
  1607. package/node_modules/@types/node/index.d.ts +83 -0
  1608. package/node_modules/@types/node/inspector.d.ts +3034 -0
  1609. package/node_modules/@types/node/module.d.ts +21 -0
  1610. package/node_modules/@types/node/net.d.ts +268 -0
  1611. package/node_modules/@types/node/os.d.ts +231 -0
  1612. package/node_modules/@types/node/package.json +223 -0
  1613. package/node_modules/@types/node/path.d.ts +153 -0
  1614. package/node_modules/@types/node/perf_hooks.d.ts +304 -0
  1615. package/node_modules/@types/node/process.d.ts +15 -0
  1616. package/node_modules/@types/node/punycode.d.ts +12 -0
  1617. package/node_modules/@types/node/querystring.d.ts +29 -0
  1618. package/node_modules/@types/node/readline.d.ts +169 -0
  1619. package/node_modules/@types/node/repl.d.ts +387 -0
  1620. package/node_modules/@types/node/stream.d.ts +326 -0
  1621. package/node_modules/@types/node/string_decoder.d.ts +7 -0
  1622. package/node_modules/@types/node/timers.d.ts +16 -0
  1623. package/node_modules/@types/node/tls.d.ts +759 -0
  1624. package/node_modules/@types/node/trace_events.d.ts +61 -0
  1625. package/node_modules/@types/node/ts3.5/fs.d.ts +33 -0
  1626. package/node_modules/@types/node/ts3.5/globals.d.ts +19 -0
  1627. package/node_modules/@types/node/ts3.5/index.d.ts +17 -0
  1628. package/node_modules/@types/node/ts3.5/util.d.ts +9 -0
  1629. package/node_modules/@types/node/ts3.5/wasi.d.ts +45 -0
  1630. package/node_modules/@types/node/tty.d.ts +66 -0
  1631. package/node_modules/@types/node/url.d.ts +110 -0
  1632. package/node_modules/@types/node/util.d.ts +190 -0
  1633. package/node_modules/@types/node/v8.d.ts +187 -0
  1634. package/node_modules/@types/node/vm.d.ts +110 -0
  1635. package/node_modules/@types/node/worker_threads.d.ts +168 -0
  1636. package/node_modules/@types/node/zlib.d.ts +352 -0
  1637. package/node_modules/@types/tunnel/LICENSE +21 -0
  1638. package/node_modules/@types/tunnel/README.md +16 -0
  1639. package/node_modules/@types/tunnel/index.d.ts +46 -0
  1640. package/node_modules/@types/tunnel/package.json +57 -0
  1641. package/node_modules/adal-node/.jshintrc +29 -0
  1642. package/node_modules/adal-node/.npmignore +14 -0
  1643. package/node_modules/adal-node/.travis.yml +4 -0
  1644. package/node_modules/adal-node/LICENSE.txt +201 -0
  1645. package/node_modules/adal-node/README.md +145 -0
  1646. package/node_modules/adal-node/changelog.md +126 -0
  1647. package/node_modules/adal-node/lib/adal.d.ts +438 -0
  1648. package/node_modules/adal-node/lib/adal.js +53 -0
  1649. package/node_modules/adal-node/lib/argument.js +74 -0
  1650. package/node_modules/adal-node/lib/authentication-context.js +465 -0
  1651. package/node_modules/adal-node/lib/authentication-parameters.js +264 -0
  1652. package/node_modules/adal-node/lib/authority.js +279 -0
  1653. package/node_modules/adal-node/lib/cache-driver.js +522 -0
  1654. package/node_modules/adal-node/lib/code-request.js +99 -0
  1655. package/node_modules/adal-node/lib/constants.js +207 -0
  1656. package/node_modules/adal-node/lib/log.js +237 -0
  1657. package/node_modules/adal-node/lib/memory-cache.js +92 -0
  1658. package/node_modules/adal-node/lib/mex.js +349 -0
  1659. package/node_modules/adal-node/lib/oauth2client.js +534 -0
  1660. package/node_modules/adal-node/lib/self-signed-jwt.js +176 -0
  1661. package/node_modules/adal-node/lib/token-request.js +607 -0
  1662. package/node_modules/adal-node/lib/user-realm.js +268 -0
  1663. package/node_modules/adal-node/lib/util.js +188 -0
  1664. package/node_modules/adal-node/lib/wstrust-request.js +240 -0
  1665. package/node_modules/adal-node/lib/wstrust-response.js +288 -0
  1666. package/node_modules/adal-node/lib/xmlutil.js +127 -0
  1667. package/node_modules/adal-node/node_modules/@types/node/LICENSE +21 -0
  1668. package/node_modules/adal-node/node_modules/@types/node/README.md +16 -0
  1669. package/node_modules/adal-node/node_modules/@types/node/base.d.ts +7384 -0
  1670. package/node_modules/adal-node/node_modules/@types/node/index.d.ts +69 -0
  1671. package/node_modules/adal-node/node_modules/@types/node/inspector.d.ts +2512 -0
  1672. package/node_modules/adal-node/node_modules/@types/node/package.json +159 -0
  1673. package/node_modules/adal-node/node_modules/@types/node/ts3.2/index.d.ts +23 -0
  1674. package/node_modules/adal-node/package-lock.json +1023 -0
  1675. package/node_modules/adal-node/package.json +88 -0
  1676. package/node_modules/adal-node/tsconfig.json +37 -0
  1677. package/node_modules/ajv/.tonic_example.js +20 -0
  1678. package/node_modules/ajv/LICENSE +22 -0
  1679. package/node_modules/ajv/README.md +1380 -0
  1680. package/node_modules/ajv/dist/ajv.bundle.js +7163 -0
  1681. package/node_modules/ajv/dist/ajv.min.js +3 -0
  1682. package/node_modules/ajv/dist/ajv.min.js.map +1 -0
  1683. package/node_modules/ajv/lib/ajv.d.ts +391 -0
  1684. package/node_modules/ajv/lib/ajv.js +497 -0
  1685. package/node_modules/ajv/lib/cache.js +26 -0
  1686. package/node_modules/ajv/lib/compile/async.js +90 -0
  1687. package/node_modules/ajv/lib/compile/equal.js +5 -0
  1688. package/node_modules/ajv/lib/compile/error_classes.js +34 -0
  1689. package/node_modules/ajv/lib/compile/formats.js +149 -0
  1690. package/node_modules/ajv/lib/compile/index.js +387 -0
  1691. package/node_modules/ajv/lib/compile/resolve.js +270 -0
  1692. package/node_modules/ajv/lib/compile/rules.js +66 -0
  1693. package/node_modules/ajv/lib/compile/schema_obj.js +9 -0
  1694. package/node_modules/ajv/lib/compile/ucs2length.js +20 -0
  1695. package/node_modules/ajv/lib/compile/util.js +274 -0
  1696. package/node_modules/ajv/lib/data.js +49 -0
  1697. package/node_modules/ajv/lib/definition_schema.js +37 -0
  1698. package/node_modules/ajv/lib/dot/_limit.jst +104 -0
  1699. package/node_modules/ajv/lib/dot/_limitItems.jst +10 -0
  1700. package/node_modules/ajv/lib/dot/_limitLength.jst +10 -0
  1701. package/node_modules/ajv/lib/dot/_limitProperties.jst +10 -0
  1702. package/node_modules/ajv/lib/dot/allOf.jst +34 -0
  1703. package/node_modules/ajv/lib/dot/anyOf.jst +48 -0
  1704. package/node_modules/ajv/lib/dot/coerce.def +61 -0
  1705. package/node_modules/ajv/lib/dot/comment.jst +9 -0
  1706. package/node_modules/ajv/lib/dot/const.jst +11 -0
  1707. package/node_modules/ajv/lib/dot/contains.jst +57 -0
  1708. package/node_modules/ajv/lib/dot/custom.jst +191 -0
  1709. package/node_modules/ajv/lib/dot/defaults.def +47 -0
  1710. package/node_modules/ajv/lib/dot/definitions.def +201 -0
  1711. package/node_modules/ajv/lib/dot/dependencies.jst +80 -0
  1712. package/node_modules/ajv/lib/dot/enum.jst +30 -0
  1713. package/node_modules/ajv/lib/dot/errors.def +194 -0
  1714. package/node_modules/ajv/lib/dot/format.jst +106 -0
  1715. package/node_modules/ajv/lib/dot/if.jst +75 -0
  1716. package/node_modules/ajv/lib/dot/items.jst +100 -0
  1717. package/node_modules/ajv/lib/dot/missing.def +39 -0
  1718. package/node_modules/ajv/lib/dot/multipleOf.jst +20 -0
  1719. package/node_modules/ajv/lib/dot/not.jst +43 -0
  1720. package/node_modules/ajv/lib/dot/oneOf.jst +54 -0
  1721. package/node_modules/ajv/lib/dot/pattern.jst +14 -0
  1722. package/node_modules/ajv/lib/dot/properties.jst +244 -0
  1723. package/node_modules/ajv/lib/dot/propertyNames.jst +54 -0
  1724. package/node_modules/ajv/lib/dot/ref.jst +85 -0
  1725. package/node_modules/ajv/lib/dot/required.jst +108 -0
  1726. package/node_modules/ajv/lib/dot/uniqueItems.jst +62 -0
  1727. package/node_modules/ajv/lib/dot/validate.jst +282 -0
  1728. package/node_modules/ajv/lib/dotjs/README.md +3 -0
  1729. package/node_modules/ajv/lib/dotjs/_limit.js +157 -0
  1730. package/node_modules/ajv/lib/dotjs/_limitItems.js +77 -0
  1731. package/node_modules/ajv/lib/dotjs/_limitLength.js +82 -0
  1732. package/node_modules/ajv/lib/dotjs/_limitProperties.js +77 -0
  1733. package/node_modules/ajv/lib/dotjs/allOf.js +43 -0
  1734. package/node_modules/ajv/lib/dotjs/anyOf.js +74 -0
  1735. package/node_modules/ajv/lib/dotjs/comment.js +14 -0
  1736. package/node_modules/ajv/lib/dotjs/const.js +56 -0
  1737. package/node_modules/ajv/lib/dotjs/contains.js +82 -0
  1738. package/node_modules/ajv/lib/dotjs/custom.js +228 -0
  1739. package/node_modules/ajv/lib/dotjs/dependencies.js +168 -0
  1740. package/node_modules/ajv/lib/dotjs/enum.js +66 -0
  1741. package/node_modules/ajv/lib/dotjs/format.js +150 -0
  1742. package/node_modules/ajv/lib/dotjs/if.js +104 -0
  1743. package/node_modules/ajv/lib/dotjs/index.js +33 -0
  1744. package/node_modules/ajv/lib/dotjs/items.js +141 -0
  1745. package/node_modules/ajv/lib/dotjs/multipleOf.js +77 -0
  1746. package/node_modules/ajv/lib/dotjs/not.js +84 -0
  1747. package/node_modules/ajv/lib/dotjs/oneOf.js +73 -0
  1748. package/node_modules/ajv/lib/dotjs/pattern.js +75 -0
  1749. package/node_modules/ajv/lib/dotjs/properties.js +330 -0
  1750. package/node_modules/ajv/lib/dotjs/propertyNames.js +82 -0
  1751. package/node_modules/ajv/lib/dotjs/ref.js +124 -0
  1752. package/node_modules/ajv/lib/dotjs/required.js +270 -0
  1753. package/node_modules/ajv/lib/dotjs/uniqueItems.js +86 -0
  1754. package/node_modules/ajv/lib/dotjs/validate.js +494 -0
  1755. package/node_modules/ajv/lib/keyword.js +146 -0
  1756. package/node_modules/ajv/lib/refs/data.json +17 -0
  1757. package/node_modules/ajv/lib/refs/json-schema-draft-04.json +149 -0
  1758. package/node_modules/ajv/lib/refs/json-schema-draft-06.json +154 -0
  1759. package/node_modules/ajv/lib/refs/json-schema-draft-07.json +168 -0
  1760. package/node_modules/ajv/lib/refs/json-schema-secure.json +94 -0
  1761. package/node_modules/ajv/package.json +128 -0
  1762. package/node_modules/ajv/scripts/.eslintrc.yml +3 -0
  1763. package/node_modules/ajv/scripts/bundle.js +61 -0
  1764. package/node_modules/ajv/scripts/compile-dots.js +73 -0
  1765. package/node_modules/ajv/scripts/info +10 -0
  1766. package/node_modules/ajv/scripts/prepare-tests +12 -0
  1767. package/node_modules/ajv/scripts/publish-built-version +32 -0
  1768. package/node_modules/ajv/scripts/travis-gh-pages +23 -0
  1769. package/node_modules/asn1/LICENSE +19 -0
  1770. package/node_modules/asn1/README.md +50 -0
  1771. package/node_modules/asn1/lib/ber/errors.js +13 -0
  1772. package/node_modules/asn1/lib/ber/index.js +27 -0
  1773. package/node_modules/asn1/lib/ber/reader.js +262 -0
  1774. package/node_modules/asn1/lib/ber/types.js +36 -0
  1775. package/node_modules/asn1/lib/ber/writer.js +317 -0
  1776. package/node_modules/asn1/lib/index.js +20 -0
  1777. package/node_modules/asn1/package.json +78 -0
  1778. package/node_modules/assert-plus/AUTHORS +6 -0
  1779. package/node_modules/assert-plus/CHANGES.md +14 -0
  1780. package/node_modules/assert-plus/README.md +162 -0
  1781. package/node_modules/assert-plus/assert.js +211 -0
  1782. package/node_modules/assert-plus/package.json +90 -0
  1783. package/node_modules/async/CHANGELOG.md +125 -0
  1784. package/node_modules/async/LICENSE +19 -0
  1785. package/node_modules/async/README.md +1877 -0
  1786. package/node_modules/async/dist/async.js +1265 -0
  1787. package/node_modules/async/dist/async.min.js +2 -0
  1788. package/node_modules/async/lib/async.js +1265 -0
  1789. package/node_modules/async/package.json +117 -0
  1790. package/node_modules/asynckit/LICENSE +21 -0
  1791. package/node_modules/asynckit/README.md +233 -0
  1792. package/node_modules/asynckit/bench.js +76 -0
  1793. package/node_modules/asynckit/index.js +6 -0
  1794. package/node_modules/asynckit/lib/abort.js +29 -0
  1795. package/node_modules/asynckit/lib/async.js +34 -0
  1796. package/node_modules/asynckit/lib/defer.js +26 -0
  1797. package/node_modules/asynckit/lib/iterate.js +75 -0
  1798. package/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  1799. package/node_modules/asynckit/lib/readable_parallel.js +25 -0
  1800. package/node_modules/asynckit/lib/readable_serial.js +25 -0
  1801. package/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  1802. package/node_modules/asynckit/lib/state.js +37 -0
  1803. package/node_modules/asynckit/lib/streamify.js +141 -0
  1804. package/node_modules/asynckit/lib/terminator.js +29 -0
  1805. package/node_modules/asynckit/package.json +95 -0
  1806. package/node_modules/asynckit/parallel.js +43 -0
  1807. package/node_modules/asynckit/serial.js +17 -0
  1808. package/node_modules/asynckit/serialOrdered.js +75 -0
  1809. package/node_modules/asynckit/stream.js +21 -0
  1810. package/node_modules/aws-sign2/LICENSE +55 -0
  1811. package/node_modules/aws-sign2/README.md +4 -0
  1812. package/node_modules/aws-sign2/index.js +212 -0
  1813. package/node_modules/aws-sign2/package.json +53 -0
  1814. package/node_modules/aws4/.travis.yml +9 -0
  1815. package/node_modules/aws4/LICENSE +19 -0
  1816. package/node_modules/aws4/README.md +523 -0
  1817. package/node_modules/aws4/aws4.js +345 -0
  1818. package/node_modules/aws4/lru.js +96 -0
  1819. package/node_modules/aws4/package.json +108 -0
  1820. package/node_modules/axios/CHANGELOG.md +413 -0
  1821. package/node_modules/axios/LICENSE +19 -0
  1822. package/node_modules/axios/README.md +709 -0
  1823. package/node_modules/axios/UPGRADE_GUIDE.md +162 -0
  1824. package/node_modules/axios/dist/axios.js +1715 -0
  1825. package/node_modules/axios/dist/axios.map +1 -0
  1826. package/node_modules/axios/dist/axios.min.js +3 -0
  1827. package/node_modules/axios/dist/axios.min.map +1 -0
  1828. package/node_modules/axios/index.d.ts +157 -0
  1829. package/node_modules/axios/index.js +1 -0
  1830. package/node_modules/axios/lib/adapters/README.md +37 -0
  1831. package/node_modules/axios/lib/adapters/http.js +279 -0
  1832. package/node_modules/axios/lib/adapters/xhr.js +180 -0
  1833. package/node_modules/axios/lib/axios.js +53 -0
  1834. package/node_modules/axios/lib/cancel/Cancel.js +19 -0
  1835. package/node_modules/axios/lib/cancel/CancelToken.js +57 -0
  1836. package/node_modules/axios/lib/cancel/isCancel.js +5 -0
  1837. package/node_modules/axios/lib/core/Axios.js +94 -0
  1838. package/node_modules/axios/lib/core/InterceptorManager.js +52 -0
  1839. package/node_modules/axios/lib/core/README.md +7 -0
  1840. package/node_modules/axios/lib/core/buildFullPath.js +20 -0
  1841. package/node_modules/axios/lib/core/createError.js +18 -0
  1842. package/node_modules/axios/lib/core/dispatchRequest.js +79 -0
  1843. package/node_modules/axios/lib/core/enhanceError.js +42 -0
  1844. package/node_modules/axios/lib/core/mergeConfig.js +73 -0
  1845. package/node_modules/axios/lib/core/settle.js +25 -0
  1846. package/node_modules/axios/lib/core/transformData.js +20 -0
  1847. package/node_modules/axios/lib/defaults.js +97 -0
  1848. package/node_modules/axios/lib/helpers/README.md +7 -0
  1849. package/node_modules/axios/lib/helpers/bind.js +11 -0
  1850. package/node_modules/axios/lib/helpers/buildURL.js +71 -0
  1851. package/node_modules/axios/lib/helpers/combineURLs.js +14 -0
  1852. package/node_modules/axios/lib/helpers/cookies.js +53 -0
  1853. package/node_modules/axios/lib/helpers/deprecatedMethod.js +24 -0
  1854. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +14 -0
  1855. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +68 -0
  1856. package/node_modules/axios/lib/helpers/normalizeHeaderName.js +12 -0
  1857. package/node_modules/axios/lib/helpers/parseHeaders.js +53 -0
  1858. package/node_modules/axios/lib/helpers/spread.js +27 -0
  1859. package/node_modules/axios/lib/utils.js +344 -0
  1860. package/node_modules/axios/package.json +114 -0
  1861. package/node_modules/bcrypt-pbkdf/CONTRIBUTING.md +13 -0
  1862. package/node_modules/bcrypt-pbkdf/LICENSE +66 -0
  1863. package/node_modules/bcrypt-pbkdf/README.md +45 -0
  1864. package/node_modules/bcrypt-pbkdf/index.js +556 -0
  1865. package/node_modules/bcrypt-pbkdf/package.json +47 -0
  1866. package/node_modules/bl/.jshintrc +60 -0
  1867. package/node_modules/bl/.travis.yml +13 -0
  1868. package/node_modules/bl/LICENSE.md +13 -0
  1869. package/node_modules/bl/README.md +218 -0
  1870. package/node_modules/bl/bl.js +391 -0
  1871. package/node_modules/bl/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1872. package/node_modules/bl/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1873. package/node_modules/bl/node_modules/readable-stream/LICENSE +47 -0
  1874. package/node_modules/bl/node_modules/readable-stream/README.md +106 -0
  1875. package/node_modules/bl/node_modules/readable-stream/errors-browser.js +127 -0
  1876. package/node_modules/bl/node_modules/readable-stream/errors.js +116 -0
  1877. package/node_modules/bl/node_modules/readable-stream/experimentalWarning.js +17 -0
  1878. package/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +139 -0
  1879. package/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +39 -0
  1880. package/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +1124 -0
  1881. package/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +201 -0
  1882. package/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +697 -0
  1883. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/async_iterator.js +207 -0
  1884. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/buffer_list.js +210 -0
  1885. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/destroy.js +105 -0
  1886. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +104 -0
  1887. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
  1888. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from.js +64 -0
  1889. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/pipeline.js +97 -0
  1890. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/state.js +27 -0
  1891. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  1892. package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  1893. package/node_modules/bl/node_modules/readable-stream/package.json +100 -0
  1894. package/node_modules/bl/node_modules/readable-stream/readable-browser.js +9 -0
  1895. package/node_modules/bl/node_modules/readable-stream/readable.js +16 -0
  1896. package/node_modules/bl/node_modules/string_decoder/LICENSE +48 -0
  1897. package/node_modules/bl/node_modules/string_decoder/README.md +47 -0
  1898. package/node_modules/bl/node_modules/string_decoder/lib/string_decoder.js +296 -0
  1899. package/node_modules/bl/node_modules/string_decoder/package.json +65 -0
  1900. package/node_modules/bl/package.json +69 -0
  1901. package/node_modules/bl/test/indexOf.js +463 -0
  1902. package/node_modules/bl/test/test.js +796 -0
  1903. package/node_modules/buffer-equal-constant-time/.npmignore +2 -0
  1904. package/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
  1905. package/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
  1906. package/node_modules/buffer-equal-constant-time/README.md +50 -0
  1907. package/node_modules/buffer-equal-constant-time/index.js +41 -0
  1908. package/node_modules/buffer-equal-constant-time/package.json +58 -0
  1909. package/node_modules/buffer-equal-constant-time/test.js +42 -0
  1910. package/node_modules/caseless/LICENSE +28 -0
  1911. package/node_modules/caseless/README.md +45 -0
  1912. package/node_modules/caseless/index.js +67 -0
  1913. package/node_modules/caseless/package.json +59 -0
  1914. package/node_modules/caseless/test.js +67 -0
  1915. package/node_modules/combined-stream/License +19 -0
  1916. package/node_modules/combined-stream/Readme.md +138 -0
  1917. package/node_modules/combined-stream/lib/combined_stream.js +208 -0
  1918. package/node_modules/combined-stream/package.json +63 -0
  1919. package/node_modules/combined-stream/yarn.lock +17 -0
  1920. package/node_modules/core-util-is/LICENSE +19 -0
  1921. package/node_modules/core-util-is/README.md +3 -0
  1922. package/node_modules/core-util-is/float.patch +604 -0
  1923. package/node_modules/core-util-is/lib/util.js +107 -0
  1924. package/node_modules/core-util-is/package.json +67 -0
  1925. package/node_modules/core-util-is/test.js +68 -0
  1926. package/node_modules/dashdash/CHANGES.md +364 -0
  1927. package/node_modules/dashdash/LICENSE.txt +24 -0
  1928. package/node_modules/dashdash/README.md +574 -0
  1929. package/node_modules/dashdash/etc/dashdash.bash_completion.in +389 -0
  1930. package/node_modules/dashdash/lib/dashdash.js +1055 -0
  1931. package/node_modules/dashdash/package.json +70 -0
  1932. package/node_modules/date-utils/.npmignore +1 -0
  1933. package/node_modules/date-utils/.travis.yml +3 -0
  1934. package/node_modules/date-utils/LICENSE +19 -0
  1935. package/node_modules/date-utils/README.md +53 -0
  1936. package/node_modules/date-utils/bower.json +10 -0
  1937. package/node_modules/date-utils/doc/Date.html +8997 -0
  1938. package/node_modules/date-utils/doc/classes.list.html +227 -0
  1939. package/node_modules/date-utils/doc/date-utils.js.html +1138 -0
  1940. package/node_modules/date-utils/doc/img/glyphicons-halflings-white.png +0 -0
  1941. package/node_modules/date-utils/doc/img/glyphicons-halflings.png +0 -0
  1942. package/node_modules/date-utils/doc/index.html +195 -0
  1943. package/node_modules/date-utils/doc/scripts/URI.js +1429 -0
  1944. package/node_modules/date-utils/doc/scripts/bootstrap-dropdown.js +169 -0
  1945. package/node_modules/date-utils/doc/scripts/bootstrap-tab.js +144 -0
  1946. package/node_modules/date-utils/doc/scripts/docstrap.lib.js +9 -0
  1947. package/node_modules/date-utils/doc/scripts/linenumber.js +25 -0
  1948. package/node_modules/date-utils/doc/scripts/prettify/Apache-License-2.0.txt +202 -0
  1949. package/node_modules/date-utils/doc/scripts/prettify/jquery.min.js +6 -0
  1950. package/node_modules/date-utils/doc/scripts/prettify/lang-css.js +21 -0
  1951. package/node_modules/date-utils/doc/scripts/prettify/prettify.js +496 -0
  1952. package/node_modules/date-utils/doc/scripts/sunlight.js +1157 -0
  1953. package/node_modules/date-utils/doc/scripts/toc.js +100 -0
  1954. package/node_modules/date-utils/doc/styles/darkstrap.css +960 -0
  1955. package/node_modules/date-utils/doc/styles/jsdoc-default.css +334 -0
  1956. package/node_modules/date-utils/doc/styles/prettify-jsdoc.css +111 -0
  1957. package/node_modules/date-utils/doc/styles/prettify-tomorrow.css +132 -0
  1958. package/node_modules/date-utils/doc/styles/site.amelia.css +6369 -0
  1959. package/node_modules/date-utils/doc/styles/site.cerulean.css +5701 -0
  1960. package/node_modules/date-utils/doc/styles/site.cosmo.css +5944 -0
  1961. package/node_modules/date-utils/doc/styles/site.cyborg.css +6151 -0
  1962. package/node_modules/date-utils/doc/styles/site.darkstrap.css +5638 -0
  1963. package/node_modules/date-utils/doc/styles/site.flatly.css +5993 -0
  1964. package/node_modules/date-utils/doc/styles/site.journal.css +5745 -0
  1965. package/node_modules/date-utils/doc/styles/site.readable.css +5433 -0
  1966. package/node_modules/date-utils/doc/styles/site.simplex.css +5758 -0
  1967. package/node_modules/date-utils/doc/styles/site.slate.css +6204 -0
  1968. package/node_modules/date-utils/doc/styles/site.spacelab.css +5796 -0
  1969. package/node_modules/date-utils/doc/styles/site.spruce.css +5938 -0
  1970. package/node_modules/date-utils/doc/styles/site.superhero.css +6106 -0
  1971. package/node_modules/date-utils/doc/styles/site.united.css +5545 -0
  1972. package/node_modules/date-utils/doc/styles/sunlight.dark.css +345 -0
  1973. package/node_modules/date-utils/doc/styles/sunlight.default.css +344 -0
  1974. package/node_modules/date-utils/gulpfile.js +33 -0
  1975. package/node_modules/date-utils/jsdoc.json +28 -0
  1976. package/node_modules/date-utils/lib/date-utils.js +1851 -0
  1977. package/node_modules/date-utils/lib/date-utils.min.js +1 -0
  1978. package/node_modules/date-utils/package.json +80 -0
  1979. package/node_modules/date-utils/test/date-format-test.js +151 -0
  1980. package/node_modules/date-utils/test/date-language-dos-test.js +81 -0
  1981. package/node_modules/date-utils/test/date-language-pt-br-test.js +82 -0
  1982. package/node_modules/date-utils/test/date-language-test.js +82 -0
  1983. package/node_modules/date-utils/test/date-new-test.js +105 -0
  1984. package/node_modules/date-utils/test/date-parse-test.js +128 -0
  1985. package/node_modules/date-utils/test/date-validate-test.js +1063 -0
  1986. package/node_modules/delayed-stream/.npmignore +1 -0
  1987. package/node_modules/delayed-stream/License +19 -0
  1988. package/node_modules/delayed-stream/Makefile +7 -0
  1989. package/node_modules/delayed-stream/Readme.md +141 -0
  1990. package/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  1991. package/node_modules/delayed-stream/package.json +65 -0
  1992. package/node_modules/depd/History.md +103 -0
  1993. package/node_modules/depd/LICENSE +22 -0
  1994. package/node_modules/depd/Readme.md +280 -0
  1995. package/node_modules/depd/index.js +538 -0
  1996. package/node_modules/depd/lib/browser/index.js +77 -0
  1997. package/node_modules/depd/package.json +83 -0
  1998. package/node_modules/ecc-jsbn/LICENSE +21 -0
  1999. package/node_modules/ecc-jsbn/README.md +8 -0
  2000. package/node_modules/ecc-jsbn/index.js +58 -0
  2001. package/node_modules/ecc-jsbn/lib/LICENSE-jsbn +40 -0
  2002. package/node_modules/ecc-jsbn/lib/ec.js +561 -0
  2003. package/node_modules/ecc-jsbn/lib/sec.js +170 -0
  2004. package/node_modules/ecc-jsbn/package.json +68 -0
  2005. package/node_modules/ecc-jsbn/test.js +14 -0
  2006. package/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
  2007. package/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
  2008. package/node_modules/ecdsa-sig-formatter/README.md +65 -0
  2009. package/node_modules/ecdsa-sig-formatter/package.json +76 -0
  2010. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
  2011. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
  2012. package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
  2013. package/node_modules/extsprintf/.gitmodules +0 -0
  2014. package/node_modules/extsprintf/.npmignore +2 -0
  2015. package/node_modules/extsprintf/LICENSE +19 -0
  2016. package/node_modules/extsprintf/Makefile +24 -0
  2017. package/node_modules/extsprintf/Makefile.targ +285 -0
  2018. package/node_modules/extsprintf/README.md +46 -0
  2019. package/node_modules/extsprintf/jsl.node.conf +137 -0
  2020. package/node_modules/extsprintf/lib/extsprintf.js +183 -0
  2021. package/node_modules/extsprintf/package.json +47 -0
  2022. package/node_modules/fast-deep-equal/LICENSE +21 -0
  2023. package/node_modules/fast-deep-equal/README.md +96 -0
  2024. package/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
  2025. package/node_modules/fast-deep-equal/es6/index.js +72 -0
  2026. package/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
  2027. package/node_modules/fast-deep-equal/es6/react.js +79 -0
  2028. package/node_modules/fast-deep-equal/index.d.ts +4 -0
  2029. package/node_modules/fast-deep-equal/index.js +46 -0
  2030. package/node_modules/fast-deep-equal/package.json +91 -0
  2031. package/node_modules/fast-deep-equal/react.d.ts +2 -0
  2032. package/node_modules/fast-deep-equal/react.js +53 -0
  2033. package/node_modules/fast-json-stable-stringify/.eslintrc.yml +26 -0
  2034. package/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +1 -0
  2035. package/node_modules/fast-json-stable-stringify/.travis.yml +8 -0
  2036. package/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  2037. package/node_modules/fast-json-stable-stringify/README.md +131 -0
  2038. package/node_modules/fast-json-stable-stringify/benchmark/index.js +31 -0
  2039. package/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
  2040. package/node_modules/fast-json-stable-stringify/example/key_cmp.js +7 -0
  2041. package/node_modules/fast-json-stable-stringify/example/nested.js +3 -0
  2042. package/node_modules/fast-json-stable-stringify/example/str.js +3 -0
  2043. package/node_modules/fast-json-stable-stringify/example/value_cmp.js +7 -0
  2044. package/node_modules/fast-json-stable-stringify/index.d.ts +4 -0
  2045. package/node_modules/fast-json-stable-stringify/index.js +59 -0
  2046. package/node_modules/fast-json-stable-stringify/package.json +83 -0
  2047. package/node_modules/fast-json-stable-stringify/test/cmp.js +13 -0
  2048. package/node_modules/fast-json-stable-stringify/test/nested.js +44 -0
  2049. package/node_modules/fast-json-stable-stringify/test/str.js +46 -0
  2050. package/node_modules/fast-json-stable-stringify/test/to-json.js +22 -0
  2051. package/node_modules/follow-redirects/LICENSE +18 -0
  2052. package/node_modules/follow-redirects/README.md +155 -0
  2053. package/node_modules/follow-redirects/http.js +1 -0
  2054. package/node_modules/follow-redirects/https.js +1 -0
  2055. package/node_modules/follow-redirects/index.js +322 -0
  2056. package/node_modules/follow-redirects/node_modules/debug/.coveralls.yml +1 -0
  2057. package/node_modules/follow-redirects/node_modules/debug/.eslintrc +14 -0
  2058. package/node_modules/follow-redirects/node_modules/debug/.npmignore +9 -0
  2059. package/node_modules/follow-redirects/node_modules/debug/.travis.yml +20 -0
  2060. package/node_modules/follow-redirects/node_modules/debug/CHANGELOG.md +395 -0
  2061. package/node_modules/follow-redirects/node_modules/debug/LICENSE +19 -0
  2062. package/node_modules/follow-redirects/node_modules/debug/Makefile +58 -0
  2063. package/node_modules/follow-redirects/node_modules/debug/README.md +368 -0
  2064. package/node_modules/follow-redirects/node_modules/debug/karma.conf.js +70 -0
  2065. package/node_modules/follow-redirects/node_modules/debug/node.js +1 -0
  2066. package/node_modules/follow-redirects/node_modules/debug/package.json +85 -0
  2067. package/node_modules/follow-redirects/node_modules/debug/src/browser.js +195 -0
  2068. package/node_modules/follow-redirects/node_modules/debug/src/debug.js +225 -0
  2069. package/node_modules/follow-redirects/node_modules/debug/src/index.js +10 -0
  2070. package/node_modules/follow-redirects/node_modules/debug/src/node.js +186 -0
  2071. package/node_modules/follow-redirects/package.json +101 -0
  2072. package/node_modules/forever-agent/LICENSE +55 -0
  2073. package/node_modules/forever-agent/README.md +4 -0
  2074. package/node_modules/forever-agent/index.js +138 -0
  2075. package/node_modules/forever-agent/package.json +53 -0
  2076. package/node_modules/getpass/.npmignore +8 -0
  2077. package/node_modules/getpass/.travis.yml +9 -0
  2078. package/node_modules/getpass/LICENSE +18 -0
  2079. package/node_modules/getpass/README.md +32 -0
  2080. package/node_modules/getpass/lib/index.js +123 -0
  2081. package/node_modules/getpass/package.json +53 -0
  2082. package/node_modules/har-schema/LICENSE +13 -0
  2083. package/node_modules/har-schema/README.md +49 -0
  2084. package/node_modules/har-schema/lib/afterRequest.json +30 -0
  2085. package/node_modules/har-schema/lib/beforeRequest.json +30 -0
  2086. package/node_modules/har-schema/lib/browser.json +20 -0
  2087. package/node_modules/har-schema/lib/cache.json +21 -0
  2088. package/node_modules/har-schema/lib/content.json +29 -0
  2089. package/node_modules/har-schema/lib/cookie.json +36 -0
  2090. package/node_modules/har-schema/lib/creator.json +20 -0
  2091. package/node_modules/har-schema/lib/entry.json +53 -0
  2092. package/node_modules/har-schema/lib/har.json +13 -0
  2093. package/node_modules/har-schema/lib/header.json +20 -0
  2094. package/node_modules/har-schema/lib/index.js +22 -0
  2095. package/node_modules/har-schema/lib/log.json +36 -0
  2096. package/node_modules/har-schema/lib/page.json +32 -0
  2097. package/node_modules/har-schema/lib/pageTimings.json +18 -0
  2098. package/node_modules/har-schema/lib/postData.json +43 -0
  2099. package/node_modules/har-schema/lib/query.json +20 -0
  2100. package/node_modules/har-schema/lib/request.json +57 -0
  2101. package/node_modules/har-schema/lib/response.json +54 -0
  2102. package/node_modules/har-schema/lib/timings.json +42 -0
  2103. package/node_modules/har-schema/package.json +89 -0
  2104. package/node_modules/har-validator/LICENSE +9 -0
  2105. package/node_modules/har-validator/README.md +37 -0
  2106. package/node_modules/har-validator/lib/async.js +105 -0
  2107. package/node_modules/har-validator/lib/error.js +17 -0
  2108. package/node_modules/har-validator/lib/promise.js +102 -0
  2109. package/node_modules/har-validator/package.json +79 -0
  2110. package/node_modules/http-signature/.dir-locals.el +6 -0
  2111. package/node_modules/http-signature/.npmignore +7 -0
  2112. package/node_modules/http-signature/CHANGES.md +46 -0
  2113. package/node_modules/http-signature/LICENSE +18 -0
  2114. package/node_modules/http-signature/README.md +79 -0
  2115. package/node_modules/http-signature/http_signing.md +363 -0
  2116. package/node_modules/http-signature/lib/index.js +29 -0
  2117. package/node_modules/http-signature/lib/parser.js +315 -0
  2118. package/node_modules/http-signature/lib/signer.js +401 -0
  2119. package/node_modules/http-signature/lib/utils.js +112 -0
  2120. package/node_modules/http-signature/lib/verify.js +88 -0
  2121. package/node_modules/http-signature/package.json +80 -0
  2122. package/node_modules/iconv-lite/Changelog.md +177 -0
  2123. package/node_modules/iconv-lite/LICENSE +21 -0
  2124. package/node_modules/iconv-lite/README.md +166 -0
  2125. package/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
  2126. package/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
  2127. package/node_modules/iconv-lite/encodings/index.js +23 -0
  2128. package/node_modules/iconv-lite/encodings/internal.js +188 -0
  2129. package/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
  2130. package/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  2131. package/node_modules/iconv-lite/encodings/sbcs-data.js +179 -0
  2132. package/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  2133. package/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  2134. package/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  2135. package/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  2136. package/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  2137. package/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  2138. package/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
  2139. package/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  2140. package/node_modules/iconv-lite/encodings/utf16.js +177 -0
  2141. package/node_modules/iconv-lite/encodings/utf32.js +281 -0
  2142. package/node_modules/iconv-lite/encodings/utf7.js +290 -0
  2143. package/node_modules/iconv-lite/lib/bom-handling.js +52 -0
  2144. package/node_modules/iconv-lite/lib/extend-node.js +217 -0
  2145. package/node_modules/iconv-lite/lib/index.d.ts +24 -0
  2146. package/node_modules/iconv-lite/lib/index.js +153 -0
  2147. package/node_modules/iconv-lite/lib/streams.js +121 -0
  2148. package/node_modules/iconv-lite/package.json +79 -0
  2149. package/node_modules/inherits/LICENSE +16 -0
  2150. package/node_modules/inherits/README.md +42 -0
  2151. package/node_modules/inherits/inherits.js +9 -0
  2152. package/node_modules/inherits/inherits_browser.js +27 -0
  2153. package/node_modules/inherits/package.json +71 -0
  2154. package/node_modules/is-typedarray/LICENSE.md +18 -0
  2155. package/node_modules/is-typedarray/README.md +16 -0
  2156. package/node_modules/is-typedarray/index.js +41 -0
  2157. package/node_modules/is-typedarray/package.json +62 -0
  2158. package/node_modules/is-typedarray/test.js +34 -0
  2159. package/node_modules/isstream/.jshintrc +59 -0
  2160. package/node_modules/isstream/.npmignore +1 -0
  2161. package/node_modules/isstream/.travis.yml +12 -0
  2162. package/node_modules/isstream/LICENSE.md +11 -0
  2163. package/node_modules/isstream/README.md +66 -0
  2164. package/node_modules/isstream/isstream.js +27 -0
  2165. package/node_modules/isstream/package.json +64 -0
  2166. package/node_modules/isstream/test.js +168 -0
  2167. package/node_modules/jsbi/LICENSE +176 -0
  2168. package/node_modules/jsbi/README.md +142 -0
  2169. package/node_modules/jsbi/dist/jsbi-cjs.js +1 -0
  2170. package/node_modules/jsbi/dist/jsbi-umd.js +1 -0
  2171. package/node_modules/jsbi/dist/jsbi.mjs +1 -0
  2172. package/node_modules/jsbi/jsbi.d.ts +44 -0
  2173. package/node_modules/jsbi/package.json +68 -0
  2174. package/node_modules/jsbn/.npmignore +2 -0
  2175. package/node_modules/jsbn/LICENSE +40 -0
  2176. package/node_modules/jsbn/README.md +175 -0
  2177. package/node_modules/jsbn/example.html +12 -0
  2178. package/node_modules/jsbn/example.js +3 -0
  2179. package/node_modules/jsbn/index.js +1357 -0
  2180. package/node_modules/jsbn/package.json +56 -0
  2181. package/node_modules/json-schema/README.md +5 -0
  2182. package/node_modules/json-schema/draft-00/hyper-schema +68 -0
  2183. package/node_modules/json-schema/draft-00/json-ref +26 -0
  2184. package/node_modules/json-schema/draft-00/links +33 -0
  2185. package/node_modules/json-schema/draft-00/schema +155 -0
  2186. package/node_modules/json-schema/draft-01/hyper-schema +68 -0
  2187. package/node_modules/json-schema/draft-01/json-ref +26 -0
  2188. package/node_modules/json-schema/draft-01/links +33 -0
  2189. package/node_modules/json-schema/draft-01/schema +155 -0
  2190. package/node_modules/json-schema/draft-02/hyper-schema +68 -0
  2191. package/node_modules/json-schema/draft-02/json-ref +26 -0
  2192. package/node_modules/json-schema/draft-02/links +35 -0
  2193. package/node_modules/json-schema/draft-02/schema +166 -0
  2194. package/node_modules/json-schema/draft-03/examples/address +20 -0
  2195. package/node_modules/json-schema/draft-03/examples/calendar +53 -0
  2196. package/node_modules/json-schema/draft-03/examples/card +105 -0
  2197. package/node_modules/json-schema/draft-03/examples/geo +8 -0
  2198. package/node_modules/json-schema/draft-03/examples/interfaces +23 -0
  2199. package/node_modules/json-schema/draft-03/hyper-schema +60 -0
  2200. package/node_modules/json-schema/draft-03/json-ref +26 -0
  2201. package/node_modules/json-schema/draft-03/links +35 -0
  2202. package/node_modules/json-schema/draft-03/schema +174 -0
  2203. package/node_modules/json-schema/draft-04/hyper-schema +60 -0
  2204. package/node_modules/json-schema/draft-04/links +41 -0
  2205. package/node_modules/json-schema/draft-04/schema +189 -0
  2206. package/node_modules/json-schema/draft-zyp-json-schema-03.xml +1120 -0
  2207. package/node_modules/json-schema/draft-zyp-json-schema-04.xml +1072 -0
  2208. package/node_modules/json-schema/lib/links.js +66 -0
  2209. package/node_modules/json-schema/lib/validate.js +273 -0
  2210. package/node_modules/json-schema/package.json +74 -0
  2211. package/node_modules/json-schema/test/tests.js +95 -0
  2212. package/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
  2213. package/node_modules/json-schema-traverse/.travis.yml +8 -0
  2214. package/node_modules/json-schema-traverse/LICENSE +21 -0
  2215. package/node_modules/json-schema-traverse/README.md +83 -0
  2216. package/node_modules/json-schema-traverse/index.js +89 -0
  2217. package/node_modules/json-schema-traverse/package.json +73 -0
  2218. package/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
  2219. package/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
  2220. package/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
  2221. package/node_modules/json-stringify-safe/.npmignore +1 -0
  2222. package/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
  2223. package/node_modules/json-stringify-safe/LICENSE +15 -0
  2224. package/node_modules/json-stringify-safe/Makefile +35 -0
  2225. package/node_modules/json-stringify-safe/README.md +52 -0
  2226. package/node_modules/json-stringify-safe/package.json +69 -0
  2227. package/node_modules/json-stringify-safe/stringify.js +27 -0
  2228. package/node_modules/json-stringify-safe/test/mocha.opts +2 -0
  2229. package/node_modules/json-stringify-safe/test/stringify_test.js +246 -0
  2230. package/node_modules/jsprim/CHANGES.md +49 -0
  2231. package/node_modules/jsprim/CONTRIBUTING.md +19 -0
  2232. package/node_modules/jsprim/LICENSE +19 -0
  2233. package/node_modules/jsprim/README.md +287 -0
  2234. package/node_modules/jsprim/lib/jsprim.js +735 -0
  2235. package/node_modules/jsprim/package.json +52 -0
  2236. package/node_modules/jwa/LICENSE +17 -0
  2237. package/node_modules/jwa/README.md +150 -0
  2238. package/node_modules/jwa/index.js +252 -0
  2239. package/node_modules/jwa/package.json +72 -0
  2240. package/node_modules/jws/CHANGELOG.md +34 -0
  2241. package/node_modules/jws/LICENSE +17 -0
  2242. package/node_modules/jws/index.js +22 -0
  2243. package/node_modules/jws/lib/data-stream.js +55 -0
  2244. package/node_modules/jws/lib/sign-stream.js +78 -0
  2245. package/node_modules/jws/lib/tostring.js +10 -0
  2246. package/node_modules/jws/lib/verify-stream.js +120 -0
  2247. package/node_modules/jws/package.json +67 -0
  2248. package/node_modules/jws/readme.md +255 -0
  2249. package/node_modules/mime-db/HISTORY.md +439 -0
  2250. package/node_modules/mime-db/LICENSE +22 -0
  2251. package/node_modules/mime-db/README.md +100 -0
  2252. package/node_modules/mime-db/db.json +8060 -0
  2253. package/node_modules/mime-db/index.js +11 -0
  2254. package/node_modules/mime-db/package.json +104 -0
  2255. package/node_modules/mime-types/HISTORY.md +325 -0
  2256. package/node_modules/mime-types/LICENSE +23 -0
  2257. package/node_modules/mime-types/README.md +113 -0
  2258. package/node_modules/mime-types/index.js +188 -0
  2259. package/node_modules/mime-types/package.json +92 -0
  2260. package/node_modules/ms/index.js +152 -0
  2261. package/node_modules/ms/license.md +21 -0
  2262. package/node_modules/ms/package.json +73 -0
  2263. package/node_modules/ms/readme.md +51 -0
  2264. package/node_modules/native-duplexpair/.npmignore +17 -0
  2265. package/node_modules/native-duplexpair/.travis.yml +10 -0
  2266. package/node_modules/native-duplexpair/LICENSE +22 -0
  2267. package/node_modules/native-duplexpair/README.md +39 -0
  2268. package/node_modules/native-duplexpair/code-of-conduct.md +74 -0
  2269. package/node_modules/native-duplexpair/index.js +42 -0
  2270. package/node_modules/native-duplexpair/package.json +64 -0
  2271. package/node_modules/native-duplexpair/test/index.js +21 -0
  2272. package/node_modules/oauth-sign/LICENSE +55 -0
  2273. package/node_modules/oauth-sign/README.md +11 -0
  2274. package/node_modules/oauth-sign/index.js +146 -0
  2275. package/node_modules/oauth-sign/package.json +59 -0
  2276. package/node_modules/performance-now/.npmignore +1 -0
  2277. package/node_modules/performance-now/.tm_properties +7 -0
  2278. package/node_modules/performance-now/.travis.yml +6 -0
  2279. package/node_modules/performance-now/README.md +30 -0
  2280. package/node_modules/performance-now/lib/performance-now.js +36 -0
  2281. package/node_modules/performance-now/lib/performance-now.js.map +10 -0
  2282. package/node_modules/performance-now/license.txt +7 -0
  2283. package/node_modules/performance-now/package.json +68 -0
  2284. package/node_modules/performance-now/src/index.d.ts +8 -0
  2285. package/node_modules/performance-now/src/performance-now.coffee +17 -0
  2286. package/node_modules/performance-now/test/mocha.opts +3 -0
  2287. package/node_modules/performance-now/test/performance-now.coffee +43 -0
  2288. package/node_modules/performance-now/test/scripts/delayed-call.coffee +11 -0
  2289. package/node_modules/performance-now/test/scripts/delayed-require.coffee +12 -0
  2290. package/node_modules/performance-now/test/scripts/difference.coffee +6 -0
  2291. package/node_modules/performance-now/test/scripts/initial-value.coffee +10 -0
  2292. package/node_modules/performance-now/test/scripts.coffee +27 -0
  2293. package/node_modules/psl/LICENSE +9 -0
  2294. package/node_modules/psl/README.md +215 -0
  2295. package/node_modules/psl/browserstack-logo.svg +90 -0
  2296. package/node_modules/psl/data/rules.json +8812 -0
  2297. package/node_modules/psl/dist/psl.js +9623 -0
  2298. package/node_modules/psl/dist/psl.min.js +1 -0
  2299. package/node_modules/psl/index.js +269 -0
  2300. package/node_modules/psl/package.json +80 -0
  2301. package/node_modules/punycode/LICENSE-MIT.txt +20 -0
  2302. package/node_modules/punycode/README.md +122 -0
  2303. package/node_modules/punycode/package.json +89 -0
  2304. package/node_modules/punycode/punycode.es6.js +441 -0
  2305. package/node_modules/punycode/punycode.js +440 -0
  2306. package/node_modules/request/CHANGELOG.md +709 -0
  2307. package/node_modules/request/LICENSE +55 -0
  2308. package/node_modules/request/README.md +1097 -0
  2309. package/node_modules/request/index.js +155 -0
  2310. package/node_modules/request/lib/auth.js +167 -0
  2311. package/node_modules/request/lib/cookies.js +38 -0
  2312. package/node_modules/request/lib/getProxyFromURI.js +79 -0
  2313. package/node_modules/request/lib/har.js +205 -0
  2314. package/node_modules/request/lib/hawk.js +89 -0
  2315. package/node_modules/request/lib/helpers.js +66 -0
  2316. package/node_modules/request/lib/multipart.js +112 -0
  2317. package/node_modules/request/lib/oauth.js +148 -0
  2318. package/node_modules/request/lib/querystring.js +50 -0
  2319. package/node_modules/request/lib/redirect.js +154 -0
  2320. package/node_modules/request/lib/tunnel.js +175 -0
  2321. package/node_modules/request/node_modules/extend/.editorconfig +20 -0
  2322. package/node_modules/request/node_modules/extend/.eslintrc +17 -0
  2323. package/node_modules/request/node_modules/extend/.jscs.json +175 -0
  2324. package/node_modules/request/node_modules/extend/.travis.yml +230 -0
  2325. package/node_modules/request/node_modules/extend/CHANGELOG.md +83 -0
  2326. package/node_modules/request/node_modules/extend/LICENSE +23 -0
  2327. package/node_modules/request/node_modules/extend/README.md +81 -0
  2328. package/node_modules/request/node_modules/extend/component.json +32 -0
  2329. package/node_modules/request/node_modules/extend/index.js +117 -0
  2330. package/node_modules/request/node_modules/extend/package.json +78 -0
  2331. package/node_modules/request/node_modules/form-data/License +19 -0
  2332. package/node_modules/request/node_modules/form-data/README.md +234 -0
  2333. package/node_modules/request/node_modules/form-data/README.md.bak +234 -0
  2334. package/node_modules/request/node_modules/form-data/lib/browser.js +2 -0
  2335. package/node_modules/request/node_modules/form-data/lib/form_data.js +457 -0
  2336. package/node_modules/request/node_modules/form-data/lib/populate.js +10 -0
  2337. package/node_modules/request/node_modules/form-data/package.json +101 -0
  2338. package/node_modules/request/node_modules/form-data/yarn.lock +2662 -0
  2339. package/node_modules/request/node_modules/qs/.editorconfig +30 -0
  2340. package/node_modules/request/node_modules/qs/.eslintignore +1 -0
  2341. package/node_modules/request/node_modules/qs/.eslintrc +19 -0
  2342. package/node_modules/request/node_modules/qs/CHANGELOG.md +226 -0
  2343. package/node_modules/request/node_modules/qs/LICENSE +28 -0
  2344. package/node_modules/request/node_modules/qs/README.md +475 -0
  2345. package/node_modules/request/node_modules/qs/dist/qs.js +638 -0
  2346. package/node_modules/request/node_modules/qs/lib/formats.js +18 -0
  2347. package/node_modules/request/node_modules/qs/lib/index.js +11 -0
  2348. package/node_modules/request/node_modules/qs/lib/parse.js +174 -0
  2349. package/node_modules/request/node_modules/qs/lib/stringify.js +210 -0
  2350. package/node_modules/request/node_modules/qs/lib/utils.js +213 -0
  2351. package/node_modules/request/node_modules/qs/package.json +83 -0
  2352. package/node_modules/request/node_modules/qs/test/.eslintrc +15 -0
  2353. package/node_modules/request/node_modules/qs/test/index.js +7 -0
  2354. package/node_modules/request/node_modules/qs/test/parse.js +574 -0
  2355. package/node_modules/request/node_modules/qs/test/stringify.js +597 -0
  2356. package/node_modules/request/node_modules/qs/test/utils.js +34 -0
  2357. package/node_modules/request/package.json +123 -0
  2358. package/node_modules/request/request.js +1551 -0
  2359. package/node_modules/safe-buffer/LICENSE +21 -0
  2360. package/node_modules/safe-buffer/README.md +586 -0
  2361. package/node_modules/safe-buffer/index.d.ts +187 -0
  2362. package/node_modules/safe-buffer/index.js +64 -0
  2363. package/node_modules/safe-buffer/package.json +72 -0
  2364. package/node_modules/safer-buffer/LICENSE +21 -0
  2365. package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  2366. package/node_modules/safer-buffer/Readme.md +156 -0
  2367. package/node_modules/safer-buffer/dangerous.js +58 -0
  2368. package/node_modules/safer-buffer/package.json +66 -0
  2369. package/node_modules/safer-buffer/safer.js +77 -0
  2370. package/node_modules/safer-buffer/tests.js +406 -0
  2371. package/node_modules/sax/LICENSE +41 -0
  2372. package/node_modules/sax/README.md +225 -0
  2373. package/node_modules/sax/lib/sax.js +1565 -0
  2374. package/node_modules/sax/package.json +64 -0
  2375. package/node_modules/sprintf-js/CHANGELOG.md +17 -0
  2376. package/node_modules/sprintf-js/CONTRIBUTORS.md +25 -0
  2377. package/node_modules/sprintf-js/LICENSE +24 -0
  2378. package/node_modules/sprintf-js/README.md +143 -0
  2379. package/node_modules/sprintf-js/dist/.gitattributes +4 -0
  2380. package/node_modules/sprintf-js/dist/angular-sprintf.min.js +3 -0
  2381. package/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +1 -0
  2382. package/node_modules/sprintf-js/dist/sprintf.min.js +3 -0
  2383. package/node_modules/sprintf-js/dist/sprintf.min.js.map +1 -0
  2384. package/node_modules/sprintf-js/package.json +66 -0
  2385. package/node_modules/sprintf-js/src/angular-sprintf.js +24 -0
  2386. package/node_modules/sprintf-js/src/sprintf.js +231 -0
  2387. package/node_modules/sshpk/.npmignore +9 -0
  2388. package/node_modules/sshpk/.travis.yml +11 -0
  2389. package/node_modules/sshpk/LICENSE +18 -0
  2390. package/node_modules/sshpk/README.md +804 -0
  2391. package/node_modules/sshpk/bin/sshpk-conv +243 -0
  2392. package/node_modules/sshpk/bin/sshpk-sign +191 -0
  2393. package/node_modules/sshpk/bin/sshpk-verify +167 -0
  2394. package/node_modules/sshpk/lib/algs.js +168 -0
  2395. package/node_modules/sshpk/lib/certificate.js +410 -0
  2396. package/node_modules/sshpk/lib/dhe.js +397 -0
  2397. package/node_modules/sshpk/lib/ed-compat.js +92 -0
  2398. package/node_modules/sshpk/lib/errors.js +84 -0
  2399. package/node_modules/sshpk/lib/fingerprint.js +220 -0
  2400. package/node_modules/sshpk/lib/formats/auto.js +124 -0
  2401. package/node_modules/sshpk/lib/formats/dnssec.js +287 -0
  2402. package/node_modules/sshpk/lib/formats/openssh-cert.js +352 -0
  2403. package/node_modules/sshpk/lib/formats/pem.js +290 -0
  2404. package/node_modules/sshpk/lib/formats/pkcs1.js +373 -0
  2405. package/node_modules/sshpk/lib/formats/pkcs8.js +631 -0
  2406. package/node_modules/sshpk/lib/formats/putty.js +99 -0
  2407. package/node_modules/sshpk/lib/formats/rfc4253.js +166 -0
  2408. package/node_modules/sshpk/lib/formats/ssh-private.js +262 -0
  2409. package/node_modules/sshpk/lib/formats/ssh.js +115 -0
  2410. package/node_modules/sshpk/lib/formats/x509-pem.js +88 -0
  2411. package/node_modules/sshpk/lib/formats/x509.js +752 -0
  2412. package/node_modules/sshpk/lib/identity.js +373 -0
  2413. package/node_modules/sshpk/lib/index.js +40 -0
  2414. package/node_modules/sshpk/lib/key.js +294 -0
  2415. package/node_modules/sshpk/lib/private-key.js +246 -0
  2416. package/node_modules/sshpk/lib/signature.js +314 -0
  2417. package/node_modules/sshpk/lib/ssh-buffer.js +149 -0
  2418. package/node_modules/sshpk/lib/utils.js +404 -0
  2419. package/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
  2420. package/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
  2421. package/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
  2422. package/node_modules/sshpk/package.json +99 -0
  2423. package/node_modules/tedious/LICENSE +21 -0
  2424. package/node_modules/tedious/README.md +67 -0
  2425. package/node_modules/tedious/appveyor.yml +93 -0
  2426. package/node_modules/tedious/benchmarks/README.md +33 -0
  2427. package/node_modules/tedious/benchmarks/common.js +82 -0
  2428. package/node_modules/tedious/benchmarks/index.js +34 -0
  2429. package/node_modules/tedious/benchmarks/query/many-result-rows.js +49 -0
  2430. package/node_modules/tedious/benchmarks/query/nvarchar-large.js +44 -0
  2431. package/node_modules/tedious/benchmarks/query/nvarchar-small.js +44 -0
  2432. package/node_modules/tedious/benchmarks/query/varbinary-4.js +42 -0
  2433. package/node_modules/tedious/benchmarks/query/varbinary-huge.js +46 -0
  2434. package/node_modules/tedious/benchmarks/query/varbinary-large.js +46 -0
  2435. package/node_modules/tedious/benchmarks/query/varbinary-small.js +42 -0
  2436. package/node_modules/tedious/benchmarks/token-parser/colmetadata-token.js +42 -0
  2437. package/node_modules/tedious/benchmarks/token-parser/done-token.js +42 -0
  2438. package/node_modules/tedious/benchmarks/token-parser/simple-tokens.js +366 -0
  2439. package/node_modules/tedious/lib/all-headers.js +24 -0
  2440. package/node_modules/tedious/lib/bulk-load.js +394 -0
  2441. package/node_modules/tedious/lib/collation.js +264 -0
  2442. package/node_modules/tedious/lib/connection.js +2469 -0
  2443. package/node_modules/tedious/lib/connector.js +171 -0
  2444. package/node_modules/tedious/lib/data-type.js +163 -0
  2445. package/node_modules/tedious/lib/data-types/bigint.js +55 -0
  2446. package/node_modules/tedious/lib/data-types/binary.js +66 -0
  2447. package/node_modules/tedious/lib/data-types/bit.js +47 -0
  2448. package/node_modules/tedious/lib/data-types/bitn.js +31 -0
  2449. package/node_modules/tedious/lib/data-types/char.js +85 -0
  2450. package/node_modules/tedious/lib/data-types/date.js +66 -0
  2451. package/node_modules/tedious/lib/data-types/datetime.js +91 -0
  2452. package/node_modules/tedious/lib/data-types/datetime2.js +105 -0
  2453. package/node_modules/tedious/lib/data-types/datetimen.js +31 -0
  2454. package/node_modules/tedious/lib/data-types/datetimeoffset.js +95 -0
  2455. package/node_modules/tedious/lib/data-types/decimal.js +98 -0
  2456. package/node_modules/tedious/lib/data-types/decimaln.js +31 -0
  2457. package/node_modules/tedious/lib/data-types/float.js +49 -0
  2458. package/node_modules/tedious/lib/data-types/floatn.js +31 -0
  2459. package/node_modules/tedious/lib/data-types/image.js +52 -0
  2460. package/node_modules/tedious/lib/data-types/int.js +55 -0
  2461. package/node_modules/tedious/lib/data-types/intn.js +31 -0
  2462. package/node_modules/tedious/lib/data-types/money.js +49 -0
  2463. package/node_modules/tedious/lib/data-types/moneyn.js +31 -0
  2464. package/node_modules/tedious/lib/data-types/nchar.js +83 -0
  2465. package/node_modules/tedious/lib/data-types/ntext.js +32 -0
  2466. package/node_modules/tedious/lib/data-types/null.js +31 -0
  2467. package/node_modules/tedious/lib/data-types/numeric.js +98 -0
  2468. package/node_modules/tedious/lib/data-types/numericn.js +31 -0
  2469. package/node_modules/tedious/lib/data-types/nvarchar.js +95 -0
  2470. package/node_modules/tedious/lib/data-types/real.js +49 -0
  2471. package/node_modules/tedious/lib/data-types/smalldatetime.js +65 -0
  2472. package/node_modules/tedious/lib/data-types/smallint.js +55 -0
  2473. package/node_modules/tedious/lib/data-types/smallmoney.js +53 -0
  2474. package/node_modules/tedious/lib/data-types/sql-variant.js +30 -0
  2475. package/node_modules/tedious/lib/data-types/text.js +58 -0
  2476. package/node_modules/tedious/lib/data-types/time.js +86 -0
  2477. package/node_modules/tedious/lib/data-types/tinyint.js +55 -0
  2478. package/node_modules/tedious/lib/data-types/tvp.js +95 -0
  2479. package/node_modules/tedious/lib/data-types/udt.js +31 -0
  2480. package/node_modules/tedious/lib/data-types/uniqueidentifier.js +52 -0
  2481. package/node_modules/tedious/lib/data-types/varbinary.js +85 -0
  2482. package/node_modules/tedious/lib/data-types/varchar.js +95 -0
  2483. package/node_modules/tedious/lib/data-types/xml.js +31 -0
  2484. package/node_modules/tedious/lib/debug.js +82 -0
  2485. package/node_modules/tedious/lib/errors.js +42 -0
  2486. package/node_modules/tedious/lib/guid-parser.js +35 -0
  2487. package/node_modules/tedious/lib/incoming-message-stream.js +114 -0
  2488. package/node_modules/tedious/lib/instance-lookup.js +120 -0
  2489. package/node_modules/tedious/lib/library.js +8 -0
  2490. package/node_modules/tedious/lib/login7-payload.js +412 -0
  2491. package/node_modules/tedious/lib/message-io.js +150 -0
  2492. package/node_modules/tedious/lib/message.js +28 -0
  2493. package/node_modules/tedious/lib/metadata-parser.js +297 -0
  2494. package/node_modules/tedious/lib/ntlm-payload.js +160 -0
  2495. package/node_modules/tedious/lib/ntlm.js +74 -0
  2496. package/node_modules/tedious/lib/outgoing-message-stream.js +94 -0
  2497. package/node_modules/tedious/lib/packet.js +239 -0
  2498. package/node_modules/tedious/lib/prelogin-payload.js +242 -0
  2499. package/node_modules/tedious/lib/request.js +238 -0
  2500. package/node_modules/tedious/lib/rpcrequest-payload.js +122 -0
  2501. package/node_modules/tedious/lib/sender.js +181 -0
  2502. package/node_modules/tedious/lib/special-stored-procedure.js +26 -0
  2503. package/node_modules/tedious/lib/sqlbatch-payload.js +47 -0
  2504. package/node_modules/tedious/lib/tds-versions.js +20 -0
  2505. package/node_modules/tedious/lib/tedious.js +77 -0
  2506. package/node_modules/tedious/lib/token/colmetadata-token-parser.js +106 -0
  2507. package/node_modules/tedious/lib/token/done-token-parser.js +73 -0
  2508. package/node_modules/tedious/lib/token/env-change-token-parser.js +176 -0
  2509. package/node_modules/tedious/lib/token/feature-ext-ack-parser.js +45 -0
  2510. package/node_modules/tedious/lib/token/fedauth-info-parser.js +53 -0
  2511. package/node_modules/tedious/lib/token/infoerror-token-parser.js +50 -0
  2512. package/node_modules/tedious/lib/token/loginack-token-parser.js +52 -0
  2513. package/node_modules/tedious/lib/token/nbcrow-token-parser.js +72 -0
  2514. package/node_modules/tedious/lib/token/order-token-parser.js +37 -0
  2515. package/node_modules/tedious/lib/token/returnstatus-token-parser.js +19 -0
  2516. package/node_modules/tedious/lib/token/returnvalue-token-parser.js +43 -0
  2517. package/node_modules/tedious/lib/token/row-token-parser.js +55 -0
  2518. package/node_modules/tedious/lib/token/sspi-token-parser.js +37 -0
  2519. package/node_modules/tedious/lib/token/stream-parser.js +411 -0
  2520. package/node_modules/tedious/lib/token/token-stream-parser.js +74 -0
  2521. package/node_modules/tedious/lib/token/token.js +502 -0
  2522. package/node_modules/tedious/lib/tracking-buffer/writable-tracking-buffer.js +318 -0
  2523. package/node_modules/tedious/lib/transaction.js +147 -0
  2524. package/node_modules/tedious/lib/transient-error-lookup.js +21 -0
  2525. package/node_modules/tedious/lib/value-parser.js +737 -0
  2526. package/node_modules/tedious/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  2527. package/node_modules/tedious/node_modules/readable-stream/GOVERNANCE.md +136 -0
  2528. package/node_modules/tedious/node_modules/readable-stream/LICENSE +47 -0
  2529. package/node_modules/tedious/node_modules/readable-stream/README.md +106 -0
  2530. package/node_modules/tedious/node_modules/readable-stream/errors-browser.js +127 -0
  2531. package/node_modules/tedious/node_modules/readable-stream/errors.js +116 -0
  2532. package/node_modules/tedious/node_modules/readable-stream/experimentalWarning.js +17 -0
  2533. package/node_modules/tedious/node_modules/readable-stream/lib/_stream_duplex.js +139 -0
  2534. package/node_modules/tedious/node_modules/readable-stream/lib/_stream_passthrough.js +39 -0
  2535. package/node_modules/tedious/node_modules/readable-stream/lib/_stream_readable.js +1124 -0
  2536. package/node_modules/tedious/node_modules/readable-stream/lib/_stream_transform.js +201 -0
  2537. package/node_modules/tedious/node_modules/readable-stream/lib/_stream_writable.js +697 -0
  2538. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/async_iterator.js +207 -0
  2539. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/buffer_list.js +191 -0
  2540. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/destroy.js +105 -0
  2541. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +104 -0
  2542. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
  2543. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/from.js +64 -0
  2544. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/pipeline.js +97 -0
  2545. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/state.js +27 -0
  2546. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  2547. package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  2548. package/node_modules/tedious/node_modules/readable-stream/package.json +100 -0
  2549. package/node_modules/tedious/node_modules/readable-stream/readable-browser.js +9 -0
  2550. package/node_modules/tedious/node_modules/readable-stream/readable.js +16 -0
  2551. package/node_modules/tedious/node_modules/string_decoder/LICENSE +48 -0
  2552. package/node_modules/tedious/node_modules/string_decoder/README.md +47 -0
  2553. package/node_modules/tedious/node_modules/string_decoder/lib/string_decoder.js +296 -0
  2554. package/node_modules/tedious/node_modules/string_decoder/package.json +65 -0
  2555. package/node_modules/tedious/package.json +206 -0
  2556. package/node_modules/tedious/pull_request_template.md +9 -0
  2557. package/node_modules/tedious/tsconfig.json +17 -0
  2558. package/node_modules/tough-cookie/LICENSE +12 -0
  2559. package/node_modules/tough-cookie/README.md +507 -0
  2560. package/node_modules/tough-cookie/lib/cookie.js +1431 -0
  2561. package/node_modules/tough-cookie/lib/memstore.js +176 -0
  2562. package/node_modules/tough-cookie/lib/pathMatch.js +61 -0
  2563. package/node_modules/tough-cookie/lib/permuteDomain.js +56 -0
  2564. package/node_modules/tough-cookie/lib/pubsuffix-psl.js +38 -0
  2565. package/node_modules/tough-cookie/lib/store.js +71 -0
  2566. package/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt +20 -0
  2567. package/node_modules/tough-cookie/node_modules/punycode/README.md +176 -0
  2568. package/node_modules/tough-cookie/node_modules/punycode/package.json +90 -0
  2569. package/node_modules/tough-cookie/node_modules/punycode/punycode.js +533 -0
  2570. package/node_modules/tough-cookie/package.json +98 -0
  2571. package/node_modules/tslib/CopyrightNotice.txt +15 -0
  2572. package/node_modules/tslib/LICENSE.txt +55 -0
  2573. package/node_modules/tslib/README.md +134 -0
  2574. package/node_modules/tslib/package.json +58 -0
  2575. package/node_modules/tslib/tslib.d.ts +34 -0
  2576. package/node_modules/tslib/tslib.es6.html +1 -0
  2577. package/node_modules/tslib/tslib.es6.js +196 -0
  2578. package/node_modules/tslib/tslib.html +1 -0
  2579. package/node_modules/tslib/tslib.js +255 -0
  2580. package/node_modules/tunnel/.idea/encodings.xml +6 -0
  2581. package/node_modules/tunnel/.idea/modules.xml +8 -0
  2582. package/node_modules/tunnel/.idea/node-tunnel.iml +12 -0
  2583. package/node_modules/tunnel/.idea/vcs.xml +6 -0
  2584. package/node_modules/tunnel/.idea/workspace.xml +797 -0
  2585. package/node_modules/tunnel/.travis.yml +6 -0
  2586. package/node_modules/tunnel/CHANGELOG.md +22 -0
  2587. package/node_modules/tunnel/LICENSE +21 -0
  2588. package/node_modules/tunnel/README.md +185 -0
  2589. package/node_modules/tunnel/index.js +1 -0
  2590. package/node_modules/tunnel/lib/tunnel.js +264 -0
  2591. package/node_modules/tunnel/package.json +67 -0
  2592. package/node_modules/tunnel-agent/LICENSE +55 -0
  2593. package/node_modules/tunnel-agent/README.md +4 -0
  2594. package/node_modules/tunnel-agent/index.js +244 -0
  2595. package/node_modules/tunnel-agent/package.json +58 -0
  2596. package/node_modules/tweetnacl/.npmignore +4 -0
  2597. package/node_modules/tweetnacl/AUTHORS.md +28 -0
  2598. package/node_modules/tweetnacl/CHANGELOG.md +221 -0
  2599. package/node_modules/tweetnacl/LICENSE +24 -0
  2600. package/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md +20 -0
  2601. package/node_modules/tweetnacl/README.md +459 -0
  2602. package/node_modules/tweetnacl/nacl-fast.js +2388 -0
  2603. package/node_modules/tweetnacl/nacl-fast.min.js +2 -0
  2604. package/node_modules/tweetnacl/nacl.d.ts +98 -0
  2605. package/node_modules/tweetnacl/nacl.js +1175 -0
  2606. package/node_modules/tweetnacl/nacl.min.js +1 -0
  2607. package/node_modules/tweetnacl/package.json +89 -0
  2608. package/node_modules/underscore/LICENSE +23 -0
  2609. package/node_modules/underscore/README.md +28 -0
  2610. package/node_modules/underscore/package.json +85 -0
  2611. package/node_modules/underscore/underscore-min.js +5 -0
  2612. package/node_modules/underscore/underscore-min.js.map +1 -0
  2613. package/node_modules/underscore/underscore.js +1692 -0
  2614. package/node_modules/uri-js/README.md +199 -0
  2615. package/node_modules/uri-js/bower.json +47 -0
  2616. package/node_modules/uri-js/dist/es5/uri.all.d.ts +59 -0
  2617. package/node_modules/uri-js/dist/es5/uri.all.js +1389 -0
  2618. package/node_modules/uri-js/dist/es5/uri.all.js.map +1 -0
  2619. package/node_modules/uri-js/dist/es5/uri.all.min.d.ts +59 -0
  2620. package/node_modules/uri-js/dist/es5/uri.all.min.js +3 -0
  2621. package/node_modules/uri-js/dist/es5/uri.all.min.js.map +1 -0
  2622. package/node_modules/uri-js/dist/esnext/index.d.ts +1 -0
  2623. package/node_modules/uri-js/dist/esnext/index.js +13 -0
  2624. package/node_modules/uri-js/dist/esnext/index.js.map +1 -0
  2625. package/node_modules/uri-js/dist/esnext/regexps-iri.d.ts +3 -0
  2626. package/node_modules/uri-js/dist/esnext/regexps-iri.js +3 -0
  2627. package/node_modules/uri-js/dist/esnext/regexps-iri.js.map +1 -0
  2628. package/node_modules/uri-js/dist/esnext/regexps-uri.d.ts +4 -0
  2629. package/node_modules/uri-js/dist/esnext/regexps-uri.js +42 -0
  2630. package/node_modules/uri-js/dist/esnext/regexps-uri.js.map +1 -0
  2631. package/node_modules/uri-js/dist/esnext/schemes/http.d.ts +3 -0
  2632. package/node_modules/uri-js/dist/esnext/schemes/http.js +27 -0
  2633. package/node_modules/uri-js/dist/esnext/schemes/http.js.map +1 -0
  2634. package/node_modules/uri-js/dist/esnext/schemes/https.d.ts +3 -0
  2635. package/node_modules/uri-js/dist/esnext/schemes/https.js +9 -0
  2636. package/node_modules/uri-js/dist/esnext/schemes/https.js.map +1 -0
  2637. package/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts +12 -0
  2638. package/node_modules/uri-js/dist/esnext/schemes/mailto.js +148 -0
  2639. package/node_modules/uri-js/dist/esnext/schemes/mailto.js.map +1 -0
  2640. package/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts +7 -0
  2641. package/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js +23 -0
  2642. package/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map +1 -0
  2643. package/node_modules/uri-js/dist/esnext/schemes/urn.d.ts +10 -0
  2644. package/node_modules/uri-js/dist/esnext/schemes/urn.js +49 -0
  2645. package/node_modules/uri-js/dist/esnext/schemes/urn.js.map +1 -0
  2646. package/node_modules/uri-js/dist/esnext/uri.d.ts +59 -0
  2647. package/node_modules/uri-js/dist/esnext/uri.js +480 -0
  2648. package/node_modules/uri-js/dist/esnext/uri.js.map +1 -0
  2649. package/node_modules/uri-js/dist/esnext/util.d.ts +6 -0
  2650. package/node_modules/uri-js/dist/esnext/util.js +36 -0
  2651. package/node_modules/uri-js/dist/esnext/util.js.map +1 -0
  2652. package/node_modules/uri-js/package.json +96 -0
  2653. package/node_modules/uri-js/rollup.config.js +32 -0
  2654. package/node_modules/uri-js/src/index.ts +18 -0
  2655. package/node_modules/uri-js/src/punycode.d.ts +24 -0
  2656. package/node_modules/uri-js/src/regexps-iri.ts +4 -0
  2657. package/node_modules/uri-js/src/regexps-uri.ts +89 -0
  2658. package/node_modules/uri-js/src/schemes/http.ts +36 -0
  2659. package/node_modules/uri-js/src/schemes/https.ts +11 -0
  2660. package/node_modules/uri-js/src/schemes/mailto.ts +182 -0
  2661. package/node_modules/uri-js/src/schemes/urn-uuid.ts +36 -0
  2662. package/node_modules/uri-js/src/schemes/urn.ts +69 -0
  2663. package/node_modules/uri-js/src/uri.ts +556 -0
  2664. package/node_modules/uri-js/src/util.ts +40 -0
  2665. package/node_modules/uri-js/tests/qunit.css +118 -0
  2666. package/node_modules/uri-js/tests/qunit.js +1042 -0
  2667. package/node_modules/uri-js/tests/test-es5-min.html +17 -0
  2668. package/node_modules/uri-js/tests/test-es5.html +17 -0
  2669. package/node_modules/uri-js/tests/tests.js +774 -0
  2670. package/node_modules/uri-js/tsconfig.json +20 -0
  2671. package/node_modules/uri-js/yarn.lock +1902 -0
  2672. package/node_modules/util-deprecate/History.md +16 -0
  2673. package/node_modules/util-deprecate/LICENSE +24 -0
  2674. package/node_modules/util-deprecate/README.md +53 -0
  2675. package/node_modules/util-deprecate/browser.js +67 -0
  2676. package/node_modules/util-deprecate/node.js +6 -0
  2677. package/node_modules/util-deprecate/package.json +61 -0
  2678. package/node_modules/uuid/AUTHORS +5 -0
  2679. package/node_modules/uuid/CHANGELOG.md +119 -0
  2680. package/node_modules/uuid/LICENSE.md +21 -0
  2681. package/node_modules/uuid/README.md +276 -0
  2682. package/node_modules/uuid/bin/uuid +65 -0
  2683. package/node_modules/uuid/index.js +8 -0
  2684. package/node_modules/uuid/lib/bytesToUuid.js +26 -0
  2685. package/node_modules/uuid/lib/md5-browser.js +216 -0
  2686. package/node_modules/uuid/lib/md5.js +25 -0
  2687. package/node_modules/uuid/lib/rng-browser.js +34 -0
  2688. package/node_modules/uuid/lib/rng.js +8 -0
  2689. package/node_modules/uuid/lib/sha1-browser.js +89 -0
  2690. package/node_modules/uuid/lib/sha1.js +25 -0
  2691. package/node_modules/uuid/lib/v35.js +57 -0
  2692. package/node_modules/uuid/package.json +105 -0
  2693. package/node_modules/uuid/v1.js +109 -0
  2694. package/node_modules/uuid/v3.js +4 -0
  2695. package/node_modules/uuid/v4.js +29 -0
  2696. package/node_modules/uuid/v5.js +3 -0
  2697. package/node_modules/verror/.npmignore +9 -0
  2698. package/node_modules/verror/CHANGES.md +28 -0
  2699. package/node_modules/verror/CONTRIBUTING.md +19 -0
  2700. package/node_modules/verror/LICENSE +19 -0
  2701. package/node_modules/verror/README.md +528 -0
  2702. package/node_modules/verror/lib/verror.js +451 -0
  2703. package/node_modules/verror/package.json +54 -0
  2704. package/node_modules/xml2js/LICENSE +19 -0
  2705. package/node_modules/xml2js/README.md +488 -0
  2706. package/node_modules/xml2js/lib/bom.js +12 -0
  2707. package/node_modules/xml2js/lib/builder.js +127 -0
  2708. package/node_modules/xml2js/lib/defaults.js +72 -0
  2709. package/node_modules/xml2js/lib/parser.js +381 -0
  2710. package/node_modules/xml2js/lib/processors.js +34 -0
  2711. package/node_modules/xml2js/lib/xml2js.js +39 -0
  2712. package/node_modules/xml2js/package.json +287 -0
  2713. package/node_modules/xmlbuilder/CHANGELOG.md +470 -0
  2714. package/node_modules/xmlbuilder/LICENSE +21 -0
  2715. package/node_modules/xmlbuilder/README.md +86 -0
  2716. package/node_modules/xmlbuilder/appveyor.yml +20 -0
  2717. package/node_modules/xmlbuilder/lib/Derivation.js +10 -0
  2718. package/node_modules/xmlbuilder/lib/DocumentPosition.js +12 -0
  2719. package/node_modules/xmlbuilder/lib/NodeType.js +23 -0
  2720. package/node_modules/xmlbuilder/lib/OperationType.js +11 -0
  2721. package/node_modules/xmlbuilder/lib/Utility.js +83 -0
  2722. package/node_modules/xmlbuilder/lib/WriterState.js +10 -0
  2723. package/node_modules/xmlbuilder/lib/XMLAttribute.js +108 -0
  2724. package/node_modules/xmlbuilder/lib/XMLCData.js +36 -0
  2725. package/node_modules/xmlbuilder/lib/XMLCharacterData.js +79 -0
  2726. package/node_modules/xmlbuilder/lib/XMLComment.js +36 -0
  2727. package/node_modules/xmlbuilder/lib/XMLDOMConfiguration.js +64 -0
  2728. package/node_modules/xmlbuilder/lib/XMLDOMErrorHandler.js +16 -0
  2729. package/node_modules/xmlbuilder/lib/XMLDOMImplementation.js +32 -0
  2730. package/node_modules/xmlbuilder/lib/XMLDOMStringList.js +28 -0
  2731. package/node_modules/xmlbuilder/lib/XMLDTDAttList.js +55 -0
  2732. package/node_modules/xmlbuilder/lib/XMLDTDElement.js +38 -0
  2733. package/node_modules/xmlbuilder/lib/XMLDTDEntity.js +97 -0
  2734. package/node_modules/xmlbuilder/lib/XMLDTDNotation.js +52 -0
  2735. package/node_modules/xmlbuilder/lib/XMLDeclaration.js +43 -0
  2736. package/node_modules/xmlbuilder/lib/XMLDocType.js +186 -0
  2737. package/node_modules/xmlbuilder/lib/XMLDocument.js +242 -0
  2738. package/node_modules/xmlbuilder/lib/XMLDocumentCB.js +528 -0
  2739. package/node_modules/xmlbuilder/lib/XMLDocumentFragment.js +24 -0
  2740. package/node_modules/xmlbuilder/lib/XMLDummy.js +31 -0
  2741. package/node_modules/xmlbuilder/lib/XMLElement.js +298 -0
  2742. package/node_modules/xmlbuilder/lib/XMLNamedNodeMap.js +58 -0
  2743. package/node_modules/xmlbuilder/lib/XMLNode.js +785 -0
  2744. package/node_modules/xmlbuilder/lib/XMLNodeFilter.js +48 -0
  2745. package/node_modules/xmlbuilder/lib/XMLNodeList.js +28 -0
  2746. package/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js +49 -0
  2747. package/node_modules/xmlbuilder/lib/XMLRaw.js +35 -0
  2748. package/node_modules/xmlbuilder/lib/XMLStreamWriter.js +176 -0
  2749. package/node_modules/xmlbuilder/lib/XMLStringWriter.js +35 -0
  2750. package/node_modules/xmlbuilder/lib/XMLStringifier.js +240 -0
  2751. package/node_modules/xmlbuilder/lib/XMLText.js +69 -0
  2752. package/node_modules/xmlbuilder/lib/XMLTypeInfo.js +21 -0
  2753. package/node_modules/xmlbuilder/lib/XMLUserDataHandler.js +16 -0
  2754. package/node_modules/xmlbuilder/lib/XMLWriterBase.js +428 -0
  2755. package/node_modules/xmlbuilder/lib/index.js +65 -0
  2756. package/node_modules/xmlbuilder/package.json +70 -0
  2757. package/node_modules/xmlbuilder/typings/index.d.ts +153 -0
  2758. package/node_modules/xmldom/CHANGELOG.md +203 -0
  2759. package/node_modules/xmldom/LICENSE +8 -0
  2760. package/node_modules/xmldom/lib/.eslintrc.yml +2 -0
  2761. package/node_modules/xmldom/lib/dom-parser.js +253 -0
  2762. package/node_modules/xmldom/lib/dom.js +1273 -0
  2763. package/node_modules/xmldom/lib/entities.js +243 -0
  2764. package/node_modules/xmldom/lib/sax.js +646 -0
  2765. package/node_modules/xmldom/package.json +130 -0
  2766. package/node_modules/xmldom/readme.md +262 -0
  2767. package/node_modules/xpath.js/README.md +70 -0
  2768. package/node_modules/xpath.js/package.json +62 -0
  2769. package/node_modules/xpath.js/sample.js +8 -0
  2770. package/node_modules/xpath.js/tests/following.xml +21 -0
  2771. package/node_modules/xpath.js/tests/test.js +74 -0
  2772. package/node_modules/xpath.js/xpath.js +4317 -0
  2773. package/package.json +54 -0
@@ -0,0 +1,1752 @@
1
+ /**
2
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
3
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
4
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
5
+ */
6
+
7
+ import {assert, requireNonNull, requireInstance} from './assert';
8
+
9
+ import {MathUtil} from './MathUtil';
10
+ import {DateTimeException, UnsupportedTemporalTypeException, NullPointerException, IllegalArgumentException} from './errors';
11
+
12
+ import {IsoChronology} from './chrono/IsoChronology';
13
+ import {ChronoField} from './temporal/ChronoField';
14
+ import {ChronoUnit} from './temporal/ChronoUnit';
15
+ import {ChronoLocalDate} from './chrono/ChronoLocalDate';
16
+ import {TemporalQueries} from './temporal/TemporalQueries';
17
+ import {createTemporalQuery} from './temporal/TemporalQuery';
18
+ import {ValueRange} from './temporal/ValueRange';
19
+ import {DateTimeFormatter} from './format/DateTimeFormatter';
20
+
21
+ import {Clock} from './Clock';
22
+ import {DayOfWeek} from './DayOfWeek';
23
+ import {Month} from './Month';
24
+ import {Period} from './Period';
25
+ import {YearConstants} from './YearConstants';
26
+ import {LocalTime} from './LocalTime';
27
+ import {LocalDateTime} from './LocalDateTime';
28
+ import {Year} from './Year';
29
+ import {ZoneId} from './ZoneId';
30
+ import {ZoneOffset} from './ZoneOffset';
31
+ import {ZonedDateTime} from './ZonedDateTime';
32
+
33
+ /**
34
+ * The number of days in a 400 year cycle.
35
+ */
36
+ const DAYS_PER_CYCLE = 146097;
37
+
38
+ /**
39
+ * The number of days from year zero to year 1970.
40
+ * There are five 400 year cycles from year zero to 2000.
41
+ * There are 7 leap years from 1970 to 2000.
42
+ */
43
+ const DAYS_0000_TO_1970 = (DAYS_PER_CYCLE * 5) - (30 * 365 + 7);
44
+
45
+ /**
46
+ * A date without a time-zone in the ISO-8601 calendar system,
47
+ * such as 2007-12-03.
48
+ *
49
+ * LocalDate is an immutable date-time object that represents a date,
50
+ * often viewed as year-month-day. Other date fields, such as day-of-year,
51
+ * day-of-week and week-of-year, can also be accessed.
52
+ * For example, the value "2nd October 2007" can be stored in a LocalDate.
53
+ *
54
+ * This class does not store or represent a time or time-zone.
55
+ * Instead, it is a description of the date, as used for birthdays.
56
+ * It cannot represent an instant on the time-line without additional information
57
+ * such as an offset or time-zone.
58
+ *
59
+ * The ISO-8601 calendar system is the modern civil calendar system used today
60
+ * in most of the world. It is equivalent to the proleptic Gregorian calendar
61
+ * system, in which today's rules for leap years are applied for all time.
62
+ * For most applications written today, the ISO-8601 rules are entirely suitable.
63
+ * However, any application that makes use of historical dates, and requires them
64
+ * to be accurate will find the ISO-8601 approach unsuitable.
65
+ *
66
+ * ### Static properties of Class {@link LocalDate}
67
+ *
68
+ * LocalDate.MIN = LocalDate.of(Year.MIN_VALUE, 1, 1);
69
+ *
70
+ * The minimum supported {@link LocalDate}
71
+ * This could be used by an application as a "far past" date.
72
+ *
73
+ * LocalDate.MAX = LocalDate.of(Year.MAX_VALUE, 12, 31);
74
+ *
75
+ * The maximum supported {@link LocalDate}
76
+ * This could be used by an application as a "far future" date.
77
+ *
78
+ * LocalDate.EPOCH_0
79
+ *
80
+ * The date at epoch day 0, that is 1970-01-01.
81
+ */
82
+
83
+ export class LocalDate extends ChronoLocalDate{
84
+
85
+ /**
86
+ * Obtains the current date from the system clock in the default time-zone or
87
+ * if specified, the current date from the specified clock or
88
+ * if argument is a ZoneId this will query a clock with the specified ZoneId.
89
+ *
90
+ * This will query the specified clock to obtain the current date - today.
91
+ * Using this method allows the use of an alternate clock for testing.
92
+ *
93
+ * @param {Clock|ZoneId} [clockOrZone=Clock.systemDefaultZone()] - the clock or zone to use,
94
+ * if null, the system clock and default time-zone is used.
95
+ * @return {LocalDate} the current date, not null
96
+ */
97
+ static now(clockOrZone) {
98
+ let clock;
99
+ if(clockOrZone == null){
100
+ clock = Clock.systemDefaultZone();
101
+ } else if(clockOrZone instanceof ZoneId){
102
+ clock = Clock.system(clockOrZone);
103
+ } else {
104
+ clock = clockOrZone;
105
+ }
106
+ return LocalDate.ofInstant(clock.instant(), clock.zone());
107
+ }
108
+
109
+ /**
110
+ * obtain a LocalDate from an Instant in the specified time-zone or, if null
111
+ * in the system default time-zone
112
+ *
113
+ * @param {!Instant} instant
114
+ * @param {ZoneId} [zone=ZoneId.systemDefault()], defaults to ZoneId.systemDefault()
115
+ * @returns {LocalDate} the current date, not null
116
+ */
117
+ static ofInstant(instant, zone=ZoneId.systemDefault()){
118
+ requireNonNull(instant, 'instant');
119
+ const offset = zone.rules().offset(instant);
120
+ const epochSec = instant.epochSecond() + offset.totalSeconds();
121
+ const epochDay = MathUtil.floorDiv(epochSec, LocalTime.SECONDS_PER_DAY);
122
+ return LocalDate.ofEpochDay(epochDay);
123
+ }
124
+
125
+ /**
126
+ * Obtains an instance of {@link LocalDate} from a year, month and day.
127
+ *
128
+ * This returns a {@link LocalDate} with the specified year, month and day-of-month.
129
+ * The day must be valid for the year and month, otherwise an exception will be thrown.
130
+ *
131
+ * @param {!number} year - the year to represent, from {@link Year.MIN_VALUE} to {@link Year.MAX_VALUE}
132
+ * @param {!(Month|Number)} month - the month-of-year to represent, from 1 (January) to 12 (December)
133
+ * @param {!number} dayOfMonth - the day-of-month to represent, from 1 to 31
134
+ * @return {LocalDate} the local date, not null
135
+ * @throws {DateTimeException} if the value of any field is out of range,
136
+ * or if the day-of-month is invalid for the month-year
137
+ */
138
+ static of(year, month, dayOfMonth) {
139
+ return new LocalDate(year, month, dayOfMonth);
140
+ }
141
+
142
+ /**
143
+ * Obtains an instance of {@link LocalDate} from a year and day-of-year.
144
+ *
145
+ * This returns a {@link LocalDate} with the specified year and day-of-year.
146
+ * The day-of-year must be valid for the year, otherwise an exception will be thrown.
147
+ *
148
+ * @param {!number} year - the year to represent, from {@link Year.MIN_VALUE} to {@link Year.MAX_VALUE}
149
+ * @param {!number} dayOfYear - the day-of-year to represent, from 1 to 366
150
+ * @return {LocalDate} the local date, not null
151
+ * @throws {DateTimeException} if the value of any field is out of range,
152
+ * or if the day-of-year is invalid for the year
153
+ */
154
+ static ofYearDay(year, dayOfYear) {
155
+ ChronoField.YEAR.checkValidValue(year);
156
+ //TODO: ChronoField.DAY_OF_YEAR.checkValidValue(dayOfYear);
157
+ const leap = IsoChronology.isLeapYear(year);
158
+ if (dayOfYear === 366 && leap === false) {
159
+ assert(false, 'Invalid date \'DayOfYear 366\' as \'' + year + '\' is not a leap year', DateTimeException);
160
+ }
161
+ let moy = Month.of(Math.floor((dayOfYear - 1) / 31 + 1));
162
+ const monthEnd = moy.firstDayOfYear(leap) + moy.length(leap) - 1;
163
+ if (dayOfYear > monthEnd) {
164
+ moy = moy.plus(1);
165
+ }
166
+ const dom = dayOfYear - moy.firstDayOfYear(leap) + 1;
167
+ return new LocalDate(year, moy.value(), dom);
168
+ }
169
+
170
+ /**
171
+ * Obtains an instance of LocalDate from the epoch day count.
172
+ *
173
+ * This returns a LocalDate with the specified epoch-day.
174
+ * The {@link ChronoField.EPOCH_DAY} is a simple incrementing count
175
+ * of days where day 0 is 1970-01-01. Negative numbers represent earlier days.
176
+ *
177
+ * @param {number} [epochDay=0] - the Epoch Day to convert, based on the epoch 1970-01-01
178
+ * @return {LocalDate} the local date, not null
179
+ * @throws {AssertionError} if the epoch days exceeds the supported date range
180
+ */
181
+ static ofEpochDay(epochDay=0) {
182
+ let adjust, adjustCycles, doyEst, yearEst, zeroDay;
183
+ zeroDay = epochDay + DAYS_0000_TO_1970;
184
+ zeroDay -= 60;
185
+ adjust = 0;
186
+ if (zeroDay < 0) {
187
+ adjustCycles = MathUtil.intDiv(zeroDay + 1, DAYS_PER_CYCLE) - 1;
188
+ adjust = adjustCycles * 400;
189
+ zeroDay += -adjustCycles * DAYS_PER_CYCLE;
190
+ }
191
+ yearEst = MathUtil.intDiv(400 * zeroDay + 591, DAYS_PER_CYCLE);
192
+ doyEst = zeroDay - (365 * yearEst + MathUtil.intDiv(yearEst, 4) - MathUtil.intDiv(yearEst, 100) + MathUtil.intDiv(yearEst, 400));
193
+ if (doyEst < 0) {
194
+ yearEst--;
195
+ doyEst = zeroDay - (365 * yearEst + MathUtil.intDiv(yearEst, 4) - MathUtil.intDiv(yearEst, 100) + MathUtil.intDiv(yearEst, 400));
196
+ }
197
+ yearEst += adjust;
198
+ const marchDoy0 = doyEst;
199
+ const marchMonth0 = MathUtil.intDiv(marchDoy0 * 5 + 2, 153);
200
+ const month = (marchMonth0 + 2) % 12 + 1;
201
+ const dom = marchDoy0 - MathUtil.intDiv(marchMonth0 * 306 + 5, 10) + 1;
202
+ yearEst += MathUtil.intDiv(marchMonth0, 10);
203
+ const year = yearEst;
204
+ return new LocalDate(year, month, dom);
205
+ }
206
+
207
+ /**
208
+ * Obtains an instance of {@link LocalDate} from a temporal object.
209
+ *
210
+ * A {@link TemporalAccessor} represents some form of date and time information.
211
+ * This factory converts the arbitrary temporal object to an instance of {@link LocalDate}.
212
+ *
213
+ * The conversion uses the {@link TemporalQueries.localDate} query, which relies
214
+ * on extracting the {@link ChronoField.EPOCH_DAY} field.
215
+ *
216
+ * This method matches the signature of the functional interface {@link TemporalQuery}
217
+ * allowing it to be used as a query via method reference, {@link LocalDate::from}.
218
+ *
219
+ * @param {!TemporalAccessor} temporal - the temporal object to convert, not null
220
+ * @return {LocalDate} the local date, not null
221
+ * @throws {DateTimeException} if unable to convert to a {@link LocalDate}
222
+ */
223
+ static from(temporal) {
224
+ requireNonNull(temporal, 'temporal');
225
+ const date = temporal.query(TemporalQueries.localDate());
226
+ if (date == null) {
227
+ throw new DateTimeException(
228
+ `Unable to obtain LocalDate from TemporalAccessor: ${temporal}, type ${temporal.constructor != null ? temporal.constructor.name : ''}`);
229
+ }
230
+ return date;
231
+ }
232
+
233
+ /**
234
+ * Obtains an instance of {@link LocalDate} from a text string using a specific formatter.
235
+ *
236
+ * The text is parsed using the formatter, returning a date.
237
+ *
238
+ * @param {!string} text - the text to parse, not null
239
+ * @param {DateTimeFormatter} [formatter=DateTimeFormatter.ISO_LOCAL_DATE] - the formatter to use, default is
240
+ * {@link DateTimeFormatter.ISO_LOCAL_DATE}
241
+ * @return {LocalDate} the parsed local date, not null
242
+ * @throws {DateTimeParseException} if the text cannot be parsed
243
+ */
244
+ static parse(text, formatter = DateTimeFormatter.ISO_LOCAL_DATE){
245
+ assert(formatter != null, 'formatter', NullPointerException);
246
+ return formatter.parse(text, LocalDate.FROM);
247
+ }
248
+
249
+ /**
250
+ * Resolves the date, resolving days past the end of month.
251
+ *
252
+ * @param {!number} year - the year to represent, validated from {@link Year.MIN_VALUE} to {@link Year.MAX_VALUE}
253
+ * @param {!number} month - the month-of-year to represent, validated from 1 to 12
254
+ * @param {!number} day - the day-of-month to represent, validated from 1 to 31
255
+ * @return {LocalDate} resolved date, not null
256
+ */
257
+ static _resolvePreviousValid(year, month, day) {
258
+ switch (month) {
259
+ case 2:
260
+ day = Math.min(day, IsoChronology.isLeapYear(year) ? 29 : 28);
261
+ break;
262
+ case 4:
263
+ case 6:
264
+ case 9:
265
+ case 11:
266
+ day = Math.min(day, 30);
267
+ break;
268
+ }
269
+ return LocalDate.of(year, month, day);
270
+ }
271
+
272
+ /**
273
+ * Do not call the constructor directly, use the of*() factories instead like {@link LocalDate.of}
274
+ *
275
+ * @param {!number} year
276
+ * @param {!(Month|number)} month
277
+ * @param {!number} dayOfMonth
278
+ * @private
279
+ */
280
+ constructor(year, month, dayOfMonth){
281
+ super();
282
+ if (month instanceof Month) {
283
+ month = month.value();
284
+ }
285
+ this._year = MathUtil.safeToInt(year);
286
+ this._month = MathUtil.safeToInt(month);
287
+ this._day = MathUtil.safeToInt(dayOfMonth);
288
+ LocalDate._validate(this._year, this._month, this._day);
289
+ }
290
+
291
+
292
+ /**
293
+ *
294
+ * @param {!number} year
295
+ * @param {!number} month
296
+ * @param {!number} dayOfMonth
297
+ * @throws {DateTimeException} if date values are invalid
298
+ * @private
299
+ */
300
+ static _validate(year, month, dayOfMonth) {
301
+ let dom;
302
+ ChronoField.YEAR.checkValidValue(year);
303
+ ChronoField.MONTH_OF_YEAR.checkValidValue(month);
304
+ ChronoField.DAY_OF_MONTH.checkValidValue(dayOfMonth);
305
+
306
+ if (dayOfMonth > 28) {
307
+ dom = 31;
308
+ switch (month) {
309
+ case 2:
310
+ dom = IsoChronology.isLeapYear(year) ? 29 : 28;
311
+ break;
312
+ case 4:
313
+ case 6:
314
+ case 9:
315
+ case 11:
316
+ dom = 30;
317
+ }
318
+ if (dayOfMonth > dom) {
319
+ if (dayOfMonth === 29) {
320
+ assert(false, 'Invalid date \'February 29\' as \'' + year + '\' is not a leap year', DateTimeException);
321
+ } else {
322
+ assert(false, 'Invalid date \'' + year + '\' \'' + month + '\' \'' + dayOfMonth + '\'', DateTimeException);
323
+ }
324
+ }
325
+ }
326
+ }
327
+
328
+ /**
329
+ * Checks if the specified field is supported.
330
+ *
331
+ * This checks if this date can be queried for the specified field.
332
+ * If false, then calling the {@link LocalDate.range} range and
333
+ * {@link LocalDate.get} get methods will throw an exception.
334
+ *
335
+ * If the field is a {@link ChronoField} then the query is implemented here.
336
+ * The {@link LocalDate.isSupported} supported fields will return valid
337
+ * values based on this date-time.
338
+ * The supported fields are:
339
+ *
340
+ * * {@link ChronoField.DAY_OF_WEEK}
341
+ * * {@link ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH}
342
+ * * {@link ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR}
343
+ * * {@link ChronoField.DAY_OF_MONTH}
344
+ * * {@link ChronoField.DAY_OF_YEAR}
345
+ * * {@link ChronoField.EPOCH_DAY}
346
+ * * {@link ChronoField.ALIGNED_WEEK_OF_MONTH}
347
+ * * {@link ChronoField.ALIGNED_WEEK_OF_YEAR}
348
+ * * {@link ChronoField.MONTH_OF_YEAR}
349
+ * * {@link ChronoField.EPOCH_MONTH}
350
+ * * {@link ChronoField.YEAR_OF_ERA}
351
+ * * {@link ChronoField.YEAR}
352
+ * * {@link ChronoField.ERA}
353
+ *
354
+ * All other {@link ChronoField} instances will return false.
355
+ *
356
+ * If the field is not a {@link ChronoField}, then the result of this method
357
+ * is obtained by invoking {@link TemporalField.isSupportedBy}
358
+ * passing this as the argument.
359
+ * Whether the field is supported is determined by the field.
360
+ *
361
+ * @param {TemporalField} field the field to check, null returns false
362
+ * @return {boolean} true if the field is supported on this date, false if not
363
+ */
364
+ isSupported(field) {
365
+ return super.isSupported(field);
366
+ }
367
+
368
+ /**
369
+ * Gets the range of valid values for the specified field.
370
+ *
371
+ * The range object expresses the minimum and maximum valid values for a field.
372
+ * This date is used to enhance the accuracy of the returned range.
373
+ * If it is not possible to return the range, because the field is not supported
374
+ * or for some other reason, an exception is thrown.
375
+ *
376
+ * If the field is a {@link ChronoField} then the query is implemented here.
377
+ * The {@link LocalDate.isSupported} supported fields will return
378
+ * appropriate range instances.
379
+ * All other {@link ChronoField} instances will throw a {@link DateTimeException}.
380
+ *
381
+ * If the field is not a {@link ChronoField}, then the result of this method
382
+ * is obtained by invoking {@link TemporalField.rangeRefinedBy}
383
+ * passing this as the argument.
384
+ * Whether the range can be obtained is determined by the field.
385
+ *
386
+ * @param {TemporalField} field the field to query the range for, not null
387
+ * @return {ValueRange} the range of valid values for the field, not null
388
+ * @throws {DateTimeException} if the range for the field cannot be obtained
389
+ */
390
+ range(field) {
391
+ if (field instanceof ChronoField) {
392
+ if (field.isDateBased()) {
393
+ switch (field) {
394
+ case ChronoField.DAY_OF_MONTH: return ValueRange.of(1, this.lengthOfMonth());
395
+ case ChronoField.DAY_OF_YEAR: return ValueRange.of(1, this.lengthOfYear());
396
+ case ChronoField.ALIGNED_WEEK_OF_MONTH: return ValueRange.of(1, this.month() === Month.FEBRUARY && this.isLeapYear() === false ? 4 : 5);
397
+ case ChronoField.YEAR_OF_ERA:
398
+ return (this._year <= 0 ? ValueRange.of(1, Year.MAX_VALUE + 1) : ValueRange.of(1, Year.MAX_VALUE));
399
+ }
400
+ return field.range();
401
+ }
402
+ throw new UnsupportedTemporalTypeException('Unsupported field: ' + field);
403
+ }
404
+ return field.rangeRefinedBy(this);
405
+ }
406
+
407
+ /**
408
+ * Gets the value of the specified field from this date as an `int`.
409
+ *
410
+ * This queries this date for the value for the specified field.
411
+ * The returned value will always be within the valid range of values for the field.
412
+ * If it is not possible to return the value, because the field is not supported
413
+ * or for some other reason, an exception is thrown.
414
+ *
415
+ * If the field is a {@link ChronoField} then the query is implemented here.
416
+ * The {@link LocalDate.isSupported} supported fields will return valid
417
+ * values based on this date, except {@link ChronoField.EPOCH_DAY} and {@link ChronoField.EPOCH_MONTH}
418
+ * which are too large to fit in an `int` and throw a {@link DateTimeException}.
419
+ * All other {@link ChronoField} instances will throw a {@link DateTimeException}.
420
+ *
421
+ * If the field is not a {@link ChronoField}, then the result of this method
422
+ * is obtained by invoking {@link TemporalField.getFrom}
423
+ * passing this as the argument. Whether the value can be obtained,
424
+ * and what the value represents, is determined by the field.
425
+ *
426
+ * @param {!TemporalField} field the field to get, not null
427
+ * @return the value for the field
428
+ * @throws {DateTimeException} if a value for the field cannot be obtained
429
+ * @throws {ArithmeticException} if numeric overflow occurs
430
+ */
431
+ get(field) {
432
+ return this.getLong(field);
433
+ }
434
+
435
+ /**
436
+ * see {LocalDate.get}, get and getLong are identical in javascript, because we are only limited by
437
+ * {@link MathUtil.MIN_SAFE_INTEGER}/ {@link MathUtil.MAX_SAFE_INTEGER}
438
+ *
439
+ * @param {!TemporalField} field
440
+ * @returns {*}
441
+ */
442
+ getLong(field) {
443
+ assert(field != null, '', NullPointerException);
444
+ if (field instanceof ChronoField) {
445
+ return this._get0(field);
446
+ }
447
+ return field.getFrom(this);
448
+ }
449
+
450
+ /**
451
+ * TODO tests are missing for the ALIGNED_* ChronoFields
452
+ *
453
+ * @param {!TemporalField} field
454
+ * @returns {*}
455
+ * @private
456
+ */
457
+ _get0(field) {
458
+ switch (field) {
459
+ case ChronoField.DAY_OF_WEEK: return this.dayOfWeek().value();
460
+ case ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH: return MathUtil.intMod((this._day - 1), 7) + 1;
461
+ case ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR: return MathUtil.intMod((this.dayOfYear() - 1), 7) + 1;
462
+ case ChronoField.DAY_OF_MONTH: return this._day;
463
+ case ChronoField.DAY_OF_YEAR: return this.dayOfYear();
464
+ case ChronoField.EPOCH_DAY: return this.toEpochDay();
465
+ case ChronoField.ALIGNED_WEEK_OF_MONTH: return MathUtil.intDiv((this._day - 1), 7) + 1;
466
+ case ChronoField.ALIGNED_WEEK_OF_YEAR: return MathUtil.intDiv((this.dayOfYear() - 1), 7) + 1;
467
+ case ChronoField.MONTH_OF_YEAR: return this._month;
468
+ case ChronoField.PROLEPTIC_MONTH: return this._prolepticMonth();
469
+ case ChronoField.YEAR_OF_ERA: return (this._year >= 1 ? this._year : 1 - this._year);
470
+ case ChronoField.YEAR: return this._year;
471
+ case ChronoField.ERA: return (this._year >= 1 ? 1 : 0);
472
+ }
473
+ throw new UnsupportedTemporalTypeException('Unsupported field: ' + field);
474
+ }
475
+
476
+ /**
477
+ *
478
+ * @return {number}
479
+ * @private
480
+ */
481
+ _prolepticMonth() {
482
+ return (this._year * 12) + (this._month - 1);
483
+ }
484
+
485
+ /**
486
+ * Gets the chronology of this date, which is the ISO calendar system.
487
+ *
488
+ * The {@link Chronology} represents the calendar system in use.
489
+ * The ISO-8601 calendar system is the modern civil calendar system used today
490
+ * in most of the world. It is equivalent to the proleptic Gregorian calendar
491
+ * system, in which today's rules for leap years are applied for all time.
492
+ *
493
+ * @return {Chronology} the ISO chronology, not null
494
+ */
495
+ chronology() {
496
+ return IsoChronology.INSTANCE;
497
+ }
498
+
499
+ /**
500
+ *
501
+ * @return {number} gets the year
502
+ */
503
+ year() {
504
+ return this._year;
505
+ }
506
+
507
+ /**
508
+ *
509
+ * @return {number} gets the month value
510
+ */
511
+ monthValue() {
512
+ return this._month;
513
+ }
514
+
515
+ /**
516
+ *
517
+ * @returns {Month} month
518
+ */
519
+ month() {
520
+ return Month.of(this._month);
521
+ }
522
+
523
+ /**
524
+ *
525
+ * @return {number} gets the day of month
526
+ */
527
+ dayOfMonth() {
528
+ return this._day;
529
+ }
530
+
531
+ /**
532
+ * Gets the day-of-year field.
533
+ *
534
+ * This method returns the primitive int value for the day-of-year.
535
+ *
536
+ * @return {number} the day-of-year, from 1 to 365, or 366 in a leap year
537
+ */
538
+ dayOfYear() {
539
+ return this.month().firstDayOfYear(this.isLeapYear()) + this._day - 1;
540
+ }
541
+
542
+ /**
543
+ * Gets the day-of-week field, which is an enum {@link DayOfWeek}.
544
+ *
545
+ * This method returns the enum {@link DayOfWeek} for the day-of-week.
546
+ * This avoids confusion as to what `int` values mean.
547
+ * If you need access to the primitive `int` value then the enum
548
+ * provides the {@link DayOfWeek.value} int value.
549
+ *
550
+ * Additional information can be obtained from the {@link DayOfWeek}.
551
+ * This includes textual names of the values.
552
+ *
553
+ * @return {DayOfWeek} the day-of-week, not null
554
+ */
555
+ dayOfWeek() {
556
+ const dow0 = MathUtil.floorMod(this.toEpochDay() + 3, 7);
557
+ return DayOfWeek.of(dow0 + 1);
558
+ }
559
+
560
+ /**
561
+ * Checks if the year is a leap year, according to the ISO proleptic
562
+ * calendar system rules.
563
+ *
564
+ * This method applies the current rules for leap years across the whole time-line.
565
+ * In general, a year is a leap year if it is divisible by four without
566
+ * remainder. However, years divisible by 100, are not leap years, with
567
+ * the exception of years divisible by 400 which are.
568
+ *
569
+ * For example, 1904 is a leap year it is divisible by 4.
570
+ * 1900 was not a leap year as it is divisible by 100, however 2000 was a
571
+ * leap year as it is divisible by 400.
572
+ *
573
+ * The calculation is proleptic - applying the same rules into the far future and far past.
574
+ * This is historically inaccurate, but is correct for the ISO-8601 standard.
575
+ *
576
+ * @return {boolean} true if the year is leap, false otherwise
577
+ */
578
+ isLeapYear() {
579
+ return IsoChronology.isLeapYear(this._year);
580
+ }
581
+
582
+ /**
583
+ * Returns the length of the month represented by this date.
584
+ *
585
+ * This returns the length of the month in days.
586
+ * For example, a date in January would return 31.
587
+ *
588
+ * @return {number} the length of the month in days
589
+ */
590
+ lengthOfMonth() {
591
+ switch (this._month) {
592
+ case 2:
593
+ return (this.isLeapYear() ? 29 : 28);
594
+ case 4:
595
+ case 6:
596
+ case 9:
597
+ case 11:
598
+ return 30;
599
+ default:
600
+ return 31;
601
+ }
602
+ }
603
+
604
+ /**
605
+ * Returns the length of the year represented by this date.
606
+ *
607
+ * This returns the length of the year in days, either 365 or 366.
608
+ *
609
+ * @return {number} 366 if the year is leap, 365 otherwise
610
+ */
611
+ lengthOfYear() {
612
+ return (this.isLeapYear() ? 366 : 365);
613
+ }
614
+
615
+ /**
616
+ * function overloading for the {@link LocalDate.with} method.
617
+ *
618
+ * calling "with" with one (or less) argument, assumes that the argument is an TemporalAdjuster
619
+ * and {@link LocalDate.withTemporalAdjuster} is called.
620
+ *
621
+ * Otherwise a TemporalField and newValue argument is expected and
622
+ * {@link LocalDate.withFieldAndValue} is called.
623
+ *
624
+ * @param {!(TemporalAdjuster|TemporalField)} fieldOrAdjuster
625
+ * @param {number} newValue - required if first argument is a TemporalField
626
+ * @return {LocalDate} the new LocalDate with the newValue set.
627
+ */
628
+ with(fieldOrAdjuster, newValue){
629
+ if(arguments.length < 2){
630
+ return this.withTemporalAdjuster(fieldOrAdjuster);
631
+ } else {
632
+ return this.withFieldAndValue(fieldOrAdjuster, newValue);
633
+ }
634
+ }
635
+
636
+ /**
637
+ * Returns an adjusted copy of this date.
638
+ *
639
+ * This returns a new {@link LocalDate}, based on this one, with the date adjusted.
640
+ * The adjustment takes place using the specified adjuster strategy object.
641
+ * Read the documentation of the adjuster to understand what adjustment will be made.
642
+ *
643
+ * A simple adjuster might simply set the one of the fields, such as the year field.
644
+ * A more complex adjuster might set the date to the last day of the month.
645
+ * A selection of common adjustments is provided in {@link TemporalAdjusters}.
646
+ * These include finding the "last day of the month" and "next Wednesday".
647
+ * Key date-time classes also implement the {@link TemporalAdjuster} interface,
648
+ * such as {@link Month} and {@link MonthDay}.
649
+ * The adjuster is responsible for handling special cases, such as the varying
650
+ * lengths of month and leap years.
651
+ *
652
+ * For example this code returns a date on the last day of July:
653
+ * <pre>
654
+ * import static org.threeten.bp.Month.*;
655
+ * import static org.threeten.bp.temporal.Adjusters.*;
656
+ *
657
+ * result = localDate.with(JULY).with(lastDayOfMonth());
658
+ * </pre>
659
+ *
660
+ * The result of this method is obtained by invoking the
661
+ * {@link TemporalAdjuster.adjustInto} method on the
662
+ * specified adjuster passing `this` as the argument.
663
+ *
664
+ * @param {!TemporalAdjuster} adjuster - the adjuster to use, not null
665
+ * @return {LocalDate} a {@link LocalDate} based on `this` with the adjustment made, not null
666
+ * @throws {DateTimeException} if the adjustment cannot be made
667
+ * @throws {ArithmeticException} if numeric overflow occurs
668
+ */
669
+ withTemporalAdjuster(adjuster) {
670
+ requireNonNull(adjuster, 'adjuster');
671
+ // optimizations
672
+ if (adjuster instanceof LocalDate) {
673
+ return adjuster;
674
+ }
675
+ assert(typeof adjuster.adjustInto === 'function', 'adjuster', IllegalArgumentException);
676
+ return adjuster.adjustInto(this);
677
+ }
678
+
679
+ /**
680
+ * Returns a copy of this date with the specified field set to a new value.
681
+ *
682
+ * This returns a new {@link LocalDate}, based on this one, with the value
683
+ * for the specified field changed.
684
+ * This can be used to change any supported field, such as the year, month or day-of-month.
685
+ * If it is not possible to set the value, because the field is not supported or for
686
+ * some other reason, an exception is thrown.
687
+ *
688
+ * In some cases, changing the specified field can cause the resulting date to become invalid,
689
+ * such as changing the month from 31st January to February would make the day-of-month invalid.
690
+ * In cases like this, the field is responsible for resolving the date. Typically it will choose
691
+ * the previous valid date, which would be the last valid day of February in this example.
692
+ *
693
+ * If the field is a {@link ChronoField} then the adjustment is implemented here.
694
+ * The supported fields behave as follows:
695
+ *
696
+ * * {@link DAY_OF_WEEK} -
697
+ * Returns a {@link LocalDate} with the specified day-of-week.
698
+ * The date is adjusted up to 6 days forward or backward within the boundary
699
+ * of a Monday to Sunday week.
700
+ * * {@link ALIGNED_DAY_OF_WEEK_IN_MONTH} -
701
+ * Returns a {@link LocalDate} with the specified aligned-day-of-week.
702
+ * The date is adjusted to the specified month-based aligned-day-of-week.
703
+ * Aligned weeks are counted such that the first week of a given month starts
704
+ * on the first day of that month.
705
+ * This may cause the date to be moved up to 6 days into the following month.
706
+ * * {@link ALIGNED_DAY_OF_WEEK_IN_YEAR} -
707
+ * Returns a {@link LocalDate} with the specified aligned-day-of-week.
708
+ * The date is adjusted to the specified year-based aligned-day-of-week.
709
+ * Aligned weeks are counted such that the first week of a given year starts
710
+ * on the first day of that year.
711
+ * This may cause the date to be moved up to 6 days into the following year.
712
+ * * {@link DAY_OF_MONTH} -
713
+ * Returns a {@link LocalDate} with the specified day-of-month.
714
+ * The month and year will be unchanged. If the day-of-month is invalid for the
715
+ * year and month, then a {@link DateTimeException} is thrown.
716
+ * * {@link DAY_OF_YEAR} -
717
+ * Returns a {@link LocalDate} with the specified day-of-year.
718
+ * The year will be unchanged. If the day-of-year is invalid for the
719
+ * year, then a {@link DateTimeException} is thrown.
720
+ * * {@link EPOCH_DAY} -
721
+ * Returns a {@link LocalDate} with the specified epoch-day.
722
+ * This completely replaces the date and is equivalent to {@link ofEpochDay}.
723
+ * * {@link ALIGNED_WEEK_OF_MONTH} -
724
+ * Returns a {@link LocalDate} with the specified aligned-week-of-month.
725
+ * Aligned weeks are counted such that the first week of a given month starts
726
+ * on the first day of that month.
727
+ * This adjustment moves the date in whole week chunks to match the specified week.
728
+ * The result will have the same day-of-week as this date.
729
+ * This may cause the date to be moved into the following month.
730
+ * * {@link ALIGNED_WEEK_OF_YEAR} -
731
+ * Returns a {@link LocalDate} with the specified aligned-week-of-year.
732
+ * Aligned weeks are counted such that the first week of a given year starts
733
+ * on the first day of that year.
734
+ * This adjustment moves the date in whole week chunks to match the specified week.
735
+ * The result will have the same day-of-week as this date.
736
+ * This may cause the date to be moved into the following year.
737
+ * * {@link MONTH_OF_YEAR} -
738
+ * Returns a {@link LocalDate} with the specified month-of-year.
739
+ * The year will be unchanged. The day-of-month will also be unchanged,
740
+ * unless it would be invalid for the new month and year. In that case, the
741
+ * day-of-month is adjusted to the maximum valid value for the new month and year.
742
+ * * {@link PROLEPTIC_MONTH} -
743
+ * Returns a {@link LocalDate} with the specified proleptic-month.
744
+ * The day-of-month will be unchanged, unless it would be invalid for the new month
745
+ * and year. In that case, the day-of-month is adjusted to the maximum valid value
746
+ * for the new month and year.
747
+ * * {@link YEAR_OF_ERA} -
748
+ * Returns a {@link LocalDate} with the specified year-of-era.
749
+ * The era and month will be unchanged. The day-of-month will also be unchanged,
750
+ * unless it would be invalid for the new month and year. In that case, the
751
+ * day-of-month is adjusted to the maximum valid value for the new month and year.
752
+ * * {@link YEAR} -
753
+ * Returns a {@link LocalDate} with the specified year.
754
+ * The month will be unchanged. The day-of-month will also be unchanged,
755
+ * unless it would be invalid for the new month and year. In that case, the
756
+ * day-of-month is adjusted to the maximum valid value for the new month and year.
757
+ * * {@link ERA} -
758
+ * Returns a {@link LocalDate} with the specified era.
759
+ * The year-of-era and month will be unchanged. The day-of-month will also be unchanged,
760
+ * unless it would be invalid for the new month and year. In that case, the
761
+ * day-of-month is adjusted to the maximum valid value for the new month and year.
762
+ *
763
+ * In all cases, if the new value is outside the valid range of values for the field
764
+ * then a {@link DateTimeException} will be thrown.
765
+ *
766
+ * All other {@link ChronoField} instances will throw a {@link DateTimeException}.
767
+ *
768
+ * If the field is not a {@link ChronoField}, then the result of this method
769
+ * is obtained by invoking {@link TemporalField.adjustInto}
770
+ * passing `this` as the argument. In this case, the field determines
771
+ * whether and how to adjust the instant.
772
+ *
773
+ * @param {TemporalField} field - the field to set in the result, not null
774
+ * @param {number} newValue - the new value of the field in the result
775
+ * @return {LocalDate} a {@link LocalDate} based on `this` with the specified field set, not null
776
+ * @throws {DateTimeException} if the field cannot be set
777
+ * @throws {ArithmeticException} if numeric overflow occurs
778
+ */
779
+ withFieldAndValue(field, newValue) {
780
+ assert(field != null, 'field', NullPointerException);
781
+ if (field instanceof ChronoField) {
782
+ const f = field;
783
+ f.checkValidValue(newValue);
784
+ switch (f) {
785
+ case ChronoField.DAY_OF_WEEK: return this.plusDays(newValue - this.dayOfWeek().value());
786
+ case ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH: return this.plusDays(newValue - this.getLong(ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH));
787
+ case ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR: return this.plusDays(newValue - this.getLong(ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR));
788
+ case ChronoField.DAY_OF_MONTH: return this.withDayOfMonth(newValue);
789
+ case ChronoField.DAY_OF_YEAR: return this.withDayOfYear(newValue);
790
+ case ChronoField.EPOCH_DAY: return LocalDate.ofEpochDay(newValue);
791
+ case ChronoField.ALIGNED_WEEK_OF_MONTH: return this.plusWeeks(newValue - this.getLong(ChronoField.ALIGNED_WEEK_OF_MONTH));
792
+ case ChronoField.ALIGNED_WEEK_OF_YEAR: return this.plusWeeks(newValue - this.getLong(ChronoField.ALIGNED_WEEK_OF_YEAR));
793
+ case ChronoField.MONTH_OF_YEAR: return this.withMonth(newValue);
794
+ case ChronoField.PROLEPTIC_MONTH: return this.plusMonths(newValue - this.getLong(ChronoField.PROLEPTIC_MONTH));
795
+ case ChronoField.YEAR_OF_ERA: return this.withYear((this._year >= 1 ? newValue : 1 - newValue));
796
+ case ChronoField.YEAR: return this.withYear(newValue);
797
+ case ChronoField.ERA: return (this.getLong(ChronoField.ERA) === newValue ? this : this.withYear(1 - this._year));
798
+ }
799
+ throw new UnsupportedTemporalTypeException('Unsupported field: ' + field);
800
+ }
801
+ return field.adjustInto(this, newValue);
802
+ }
803
+
804
+ /**
805
+ * Returns a copy of this date with the year altered.
806
+ * If the day-of-month is invalid for the year, it will be changed to the last valid day of the month.
807
+ *
808
+ * @param {!number} year the year to set in the result, from {@link Year.MIN_VALUE} to {@link Year.MAX_VALUE}
809
+ * @return {LocalDate} a {@link LocalDate} based on this date with the requested year, not null
810
+ * @throws {DateTimeException} if the year value is invalid
811
+ */
812
+ withYear(year) {
813
+ if (this._year === year) {
814
+ return this;
815
+ }
816
+ ChronoField.YEAR.checkValidValue(year);
817
+ return LocalDate._resolvePreviousValid(year, this._month, this._day);
818
+ }
819
+
820
+ /**
821
+ * Returns a copy of this date with the month-of-year altered.
822
+ * If the day-of-month is invalid for the year, it will be changed to the last valid day of the month.
823
+ *
824
+ * @param {!(Month|number)} month - the month-of-year to set in the result, from 1 (January) to 12 (December)
825
+ * @return {LocalDate} a {@link LocalDate} based on this date with the requested month, not null
826
+ * @throws {DateTimeException} if the month-of-year value is invalid
827
+ */
828
+ withMonth(month) {
829
+ const m = (month instanceof Month) ? month.value() : month;
830
+ if (this._month === m) {
831
+ return this;
832
+ }
833
+ ChronoField.MONTH_OF_YEAR.checkValidValue(m);
834
+ return LocalDate._resolvePreviousValid(this._year, m, this._day);
835
+ }
836
+
837
+ /**
838
+ * Returns a copy of this {@link LocalDate} with the day-of-month altered.
839
+ *
840
+ * If the resulting date is invalid, an exception is thrown.
841
+ *
842
+ * @param {!number} dayOfMonth - the day-of-month to set in the result, from 1 to 28-31
843
+ * @return {LocalDate} based on this date with the requested day, not null
844
+ * @throws {DateTimeException} if the day-of-month value is invalid,
845
+ * or if the day-of-month is invalid for the month-year
846
+ */
847
+ withDayOfMonth(dayOfMonth) {
848
+ if (this._day === dayOfMonth) {
849
+ return this;
850
+ }
851
+ return LocalDate.of(this._year, this._month, dayOfMonth);
852
+ }
853
+
854
+ /**
855
+ * Returns a copy of this date with the day-of-year altered.
856
+ * If the resulting date is invalid, an exception is thrown.
857
+ *
858
+ * @param dayOfYear the day-of-year to set in the result, from 1 to 365-366
859
+ * @return {LocalDate} a {@link LocalDate} based on this date with the requested day, not null
860
+ * @throws {DateTimeException} if the day-of-year value is invalid
861
+ * @throws {DateTimeException} if the day-of-year is invalid for the year
862
+ */
863
+ withDayOfYear(dayOfYear) {
864
+ if (this.dayOfYear() === dayOfYear) {
865
+ return this;
866
+ }
867
+ return LocalDate.ofYearDay(this._year, dayOfYear);
868
+ }
869
+
870
+ /**
871
+ * function overloading for plus
872
+ *
873
+ * called with 1 (or less) arguments, p1 is expected to be a TemporalAmount and {@link LocalDate.plus1}
874
+ * is called.
875
+ *
876
+ * Otherwise {@link LocalDate.plus2} is called.
877
+ *
878
+ * @param {!(TemporalAmount|number)} p1
879
+ * @param {TemporalUnit} p2 - required if called with 2 arguments
880
+ * @return {LocalDate}
881
+ */
882
+ plus(p1, p2){
883
+ if(arguments.length < 2){
884
+ return this.plus1(p1);
885
+ } else {
886
+ return this.plus2(p1, p2);
887
+ }
888
+ }
889
+
890
+ /**
891
+ * Returns a copy of this date with the specified period added.
892
+ *
893
+ * This method returns a new date based on this date with the specified period added.
894
+ * The amount is typically {@link Period} but may be any other type implementing
895
+ * the {@link TemporalAmount} interface.
896
+ * The calculation is delegated to the specified adjuster, which typically calls
897
+ * back to {@link LocalDate.plus2}.
898
+ *
899
+ * @param {!TemporalAmount} amount - the amount to add, not null
900
+ * @return {LocalDate} a {@link LocalDate} based on this date with the addition made, not null
901
+ * @throws {DateTimeException} if the addition cannot be made
902
+ * @throws {ArithmeticException} if numeric overflow occurs
903
+ */
904
+ plus1(amount) {
905
+ requireNonNull(amount, 'amount');
906
+ return amount.addTo(this);
907
+ }
908
+
909
+ /**
910
+ * Returns a copy of this date with the specified period added.
911
+ *
912
+ * This method returns a new date based on this date with the specified period added.
913
+ * This can be used to add any period that is defined by a unit, for example to add years, months or days.
914
+ * The unit is responsible for the details of the calculation, including the resolution
915
+ * of any edge cases in the calculation.
916
+ *
917
+ * @param {!number} amountToAdd - the amount of the unit to add to the result, may be negative
918
+ * @param {!TemporalUnit} unit - the unit of the period to add, not null
919
+ * @return {LocalDate} a {@link LocalDate} based on this date with the specified period added, not null
920
+ * @throws {DateTimeException} if the unit cannot be added to this type
921
+ */
922
+ plus2(amountToAdd, unit) {
923
+ requireNonNull(amountToAdd, 'amountToAdd');
924
+ requireNonNull(unit, 'unit');
925
+ if (unit instanceof ChronoUnit) {
926
+ switch (unit) {
927
+ case ChronoUnit.DAYS: return this.plusDays(amountToAdd);
928
+ case ChronoUnit.WEEKS: return this.plusWeeks(amountToAdd);
929
+ case ChronoUnit.MONTHS: return this.plusMonths(amountToAdd);
930
+ case ChronoUnit.YEARS: return this.plusYears(amountToAdd);
931
+ case ChronoUnit.DECADES: return this.plusYears(MathUtil.safeMultiply(amountToAdd, 10));
932
+ case ChronoUnit.CENTURIES: return this.plusYears(MathUtil.safeMultiply(amountToAdd, 100));
933
+ case ChronoUnit.MILLENNIA: return this.plusYears(MathUtil.safeMultiply(amountToAdd, 1000));
934
+ case ChronoUnit.ERAS: return this.with(ChronoField.ERA, MathUtil.safeAdd(this.getLong(ChronoField.ERA), amountToAdd));
935
+ }
936
+ throw new UnsupportedTemporalTypeException('Unsupported unit: ' + unit);
937
+ }
938
+ return unit.addTo(this, amountToAdd);
939
+ }
940
+
941
+ /**
942
+ * Returns a copy of this {@link LocalDate} with the specified period in years added.
943
+ *
944
+ * This method adds the specified amount to the years field in three steps:
945
+ *
946
+ * 1. Add the input years to the year field
947
+ * 2. Check if the resulting date would be invalid
948
+ * 3. Adjust the day-of-month to the last valid day if necessary
949
+ *
950
+ * For example, 2008-02-29 (leap year) plus one year would result in the
951
+ * invalid date 2009-02-29 (standard year). Instead of returning an invalid
952
+ * result, the last valid day of the month, 2009-02-28, is selected instead.
953
+ *
954
+ * @param {!number} yearsToAdd - the years to add, may be negative
955
+ * @return {LocalDate} a {@link LocalDate} based on this date with the years added, not null
956
+ * @throws {DateTimeException} if the result exceeds the supported date range
957
+ */
958
+ plusYears(yearsToAdd) {
959
+ if (yearsToAdd === 0) {
960
+ return this;
961
+ }
962
+ const newYear = ChronoField.YEAR.checkValidIntValue(this._year + yearsToAdd); // safe overflow
963
+ return LocalDate._resolvePreviousValid(newYear, this._month, this._day);
964
+ }
965
+
966
+ /**
967
+ * Returns a copy of this {@link LocalDate} with the specified period in months added.
968
+ *
969
+ * This method adds the specified amount to the months field in three steps:
970
+ *
971
+ * 1. Add the input months to the month-of-year field
972
+ * 2. Check if the resulting date would be invalid
973
+ * 3. Adjust the day-of-month to the last valid day if necessary
974
+ *
975
+ * For example, 2007-03-31 plus one month would result in the invalid date
976
+ * 2007-04-31. Instead of returning an invalid result, the last valid day
977
+ * of the month, 2007-04-30, is selected instead.
978
+ *
979
+ * @param {number} monthsToAdd - the months to add, may be negative
980
+ * @return {LocalDate} a {@link LocalDate} based on this date with the months added, not null
981
+ * @throws {DateTimeException} if the result exceeds the supported date range
982
+ */
983
+ plusMonths(monthsToAdd) {
984
+ if (monthsToAdd === 0) {
985
+ return this;
986
+ }
987
+ const monthCount = this._year * 12 + (this._month - 1);
988
+ const calcMonths = monthCount + monthsToAdd; // safe overflow
989
+ const newYear = ChronoField.YEAR.checkValidIntValue(MathUtil.floorDiv(calcMonths, 12));
990
+ const newMonth = MathUtil.floorMod(calcMonths, 12) + 1;
991
+ return LocalDate._resolvePreviousValid(newYear, newMonth, this._day);
992
+ }
993
+
994
+ /**
995
+ * Returns a copy of this {@link LocalDate} with the specified period in weeks added.
996
+ *
997
+ * This method adds the specified amount in weeks to the days field incrementing
998
+ * the month and year fields as necessary to ensure the result remains valid.
999
+ * The result is only invalid if the maximum/minimum year is exceeded.
1000
+ *
1001
+ * For example, 2008-12-31 plus one week would result in 2009-01-07.
1002
+ *
1003
+ * @param {!number} weeksToAdd - the weeks to add, may be negative
1004
+ * @return {LocalDate} a {@link LocalDate} based on this date with the weeks added, not null
1005
+ * @throws {DateTimeException} if the result exceeds the supported date range
1006
+ */
1007
+ plusWeeks(weeksToAdd) {
1008
+ return this.plusDays(MathUtil.safeMultiply(weeksToAdd, 7));
1009
+ }
1010
+
1011
+
1012
+ /**
1013
+ * Returns a copy of this LocalDate with the specified number of days added.
1014
+ *
1015
+ * This method adds the specified amount to the days field incrementing the
1016
+ * month and year fields as necessary to ensure the result remains valid.
1017
+ * The result is only invalid if the maximum/minimum year is exceeded.
1018
+ *
1019
+ * For example, 2008-12-31 plus one day would result in 2009-01-01.
1020
+ *
1021
+ * @param {number} daysToAdd - the days to add, may be negative
1022
+ * @return {LocalDate} a LocalDate based on this date with the days added, not null
1023
+ * @throws AssertionError if the result exceeds the supported date range
1024
+ */
1025
+ plusDays(daysToAdd) {
1026
+ if (daysToAdd === 0) {
1027
+ return this;
1028
+ }
1029
+ const mjDay = MathUtil.safeAdd(this.toEpochDay(), daysToAdd);
1030
+ return LocalDate.ofEpochDay(mjDay);
1031
+ }
1032
+
1033
+ /**
1034
+ * function overloading for minus
1035
+ *
1036
+ * called with 1 (or less) arguments, p1 is expected to be a TemporalAmount and {@link LocalDate.minus1}
1037
+ * is called.
1038
+ *
1039
+ * Otherwise {@link LocalDate.minus2} is called.
1040
+ *
1041
+ * @param {!(TemporalAmount|number)} p1
1042
+ * @param {TemporalUnit} p2 - required if called with 2 arguments
1043
+ * @return {LocalDate}
1044
+ */
1045
+ minus(p1, p2){
1046
+ if(arguments.length < 2){
1047
+ return this.minus1(p1);
1048
+ } else {
1049
+ return this.minus2(p1, p2);
1050
+ }
1051
+ }
1052
+
1053
+ /**
1054
+ * Returns a copy of this date with the specified period subtracted.
1055
+ *
1056
+ * This method returns a new date based on this date with the specified period subtracted.
1057
+ * The amount is typically {@link Period} but may be any other type implementing
1058
+ * the {@link TemporalAmount} interface.
1059
+ * The calculation is delegated to the specified adjuster, which typically calls
1060
+ * back to {@link minus}.
1061
+ *
1062
+ * @param {!TemporalAmount} amount - the amount to subtract, not null
1063
+ * @return {LocalDate} a {@link LocalDate} based on this date with the subtraction made, not null
1064
+ * @throws {DateTimeException} if the subtraction cannot be made
1065
+ * @throws {ArithmeticException} if numeric overflow occurs
1066
+ */
1067
+ minus1(amount) {
1068
+ requireNonNull(amount, 'amount');
1069
+ return amount.subtractFrom(this);
1070
+ }
1071
+
1072
+ /**
1073
+ * Returns a copy of this date with the specified period subtracted.
1074
+ *
1075
+ * This method returns a new date based on this date with the specified period subtracted.
1076
+ * This can be used to subtract any period that is defined by a unit, for example to subtract years, months or days.
1077
+ * The unit is responsible for the details of the calculation, including the resolution
1078
+ * of any edge cases in the calculation.
1079
+ *
1080
+ * @param {!number} amountToSubtract - the amount of the unit to subtract from the result, may be negative
1081
+ * @param {!TemporalUnit} unit the unit of the period to subtract, not null
1082
+ * @return {LocalDate} a {@link LocalDate} based on this date with the specified period subtracted, not null
1083
+ * @throws {DateTimeException} if the unit cannot be added to this type
1084
+ */
1085
+ minus2(amountToSubtract, unit) {
1086
+ requireNonNull(amountToSubtract, 'amountToSubtract');
1087
+ requireNonNull(unit, 'unit');
1088
+ return this.plus2(-1 * amountToSubtract, unit);
1089
+ }
1090
+
1091
+ /**
1092
+ * Returns a copy of this {@link LocalDate} with the specified period in years subtracted.
1093
+ *
1094
+ * This method subtracts the specified amount from the years field in three steps:
1095
+ *
1096
+ * 1. Subtract the input years to the year field
1097
+ * 2. Check if the resulting date would be invalid
1098
+ * 3. Adjust the day-of-month to the last valid day if necessary
1099
+ *
1100
+ * For example, 2008-02-29 (leap year) minus one year would result in the
1101
+ * invalid date 2007-02-29 (standard year). Instead of returning an invalid
1102
+ * result, the last valid day of the month, 2007-02-28, is selected instead.
1103
+ *
1104
+ * @param {!number} yearsToSubtract - the years to subtract, may be negative
1105
+ * @return {LocalDate} a {@link LocalDate} based on this date with the years subtracted, not null
1106
+ * @throws {DateTimeException} if the result exceeds the supported date range
1107
+ */
1108
+ minusYears(yearsToSubtract) {
1109
+ return this.plusYears(yearsToSubtract * -1);
1110
+ }
1111
+
1112
+ /**
1113
+ * Returns a copy of this {@link LocalDate} with the specified period in months subtracted.
1114
+ *
1115
+ * This method subtracts the specified amount from the months field in three steps:
1116
+ *
1117
+ * 1. Subtract the input months to the month-of-year field
1118
+ * 2. Check if the resulting date would be invalid
1119
+ * 3. Adjust the day-of-month to the last valid day if necessary
1120
+ *
1121
+ * For example, 2007-03-31 minus one month would result in the invalid date
1122
+ * 2007-02-31. Instead of returning an invalid result, the last valid day
1123
+ * of the month, 2007-02-28, is selected instead.
1124
+ *
1125
+ * @param {!number} monthsToSubtract - the months to subtract, may be negative
1126
+ * @return {LocalDate} a {@link LocalDate} based on this date with the months subtracted, not null
1127
+ * @throws {DateTimeException} if the result exceeds the supported date range
1128
+ */
1129
+ minusMonths(monthsToSubtract) {
1130
+ return this.plusMonths(monthsToSubtract * -1);
1131
+ }
1132
+
1133
+ /**
1134
+ * Returns a copy of this {@link LocalDate} with the specified period in weeks subtracted.
1135
+ *
1136
+ * This method subtracts the specified amount in weeks from the days field decrementing
1137
+ * the month and year fields as necessary to ensure the result remains valid.
1138
+ * The result is only invalid if the maximum/minimum year is exceeded.
1139
+ *
1140
+ * For example, 2009-01-07 minus one week would result in 2008-12-31.
1141
+ *
1142
+ * @param {!number} weeksToSubtract - the weeks to subtract, may be negative
1143
+ * @return {LocalDate} a {@link LocalDate} based on this date with the weeks subtracted, not null
1144
+ * @throws {DateTimeException} if the result exceeds the supported date range
1145
+ */
1146
+ minusWeeks(weeksToSubtract) {
1147
+ return this.plusWeeks(weeksToSubtract * -1);
1148
+ }
1149
+
1150
+ /*
1151
+ * Returns a copy of this LocalDate with the specified number of days subtracted.
1152
+ *
1153
+ * This method subtracts the specified amount from the days field decrementing the
1154
+ * month and year fields as necessary to ensure the result remains valid.
1155
+ * The result is only invalid if the maximum/minimum year is exceeded.
1156
+ *
1157
+ * For example, 2009-01-01 minus one day would result in 2008-12-31.
1158
+ *
1159
+ * @param {number} daysToSubtract - the days to subtract, may be negative
1160
+ * @return {LocalDate} a LocalDate based on this date with the days subtracted, not null
1161
+ * @throws AssertionError if the result exceeds the supported date range
1162
+ */
1163
+ minusDays(daysToSubtract) {
1164
+ return this.plusDays(daysToSubtract * -1);
1165
+ }
1166
+
1167
+ /**
1168
+ * Queries this date using the specified query.
1169
+ *
1170
+ * This queries this date using the specified query strategy object.
1171
+ * The {@link TemporalQuery} object defines the logic to be used to
1172
+ * obtain the result. Read the documentation of the query to understand
1173
+ * what the result of this method will be.
1174
+ *
1175
+ * The result of this method is obtained by invoking the
1176
+ * {@link TemporalQuery#queryFrom} method on the
1177
+ * specified query passing `this` as the argument.
1178
+ *
1179
+ * @param {TemporalQuery} query - the query to invoke, not null
1180
+ * @return the query result, null may be returned (defined by the query)
1181
+ * @throws {DateTimeException} if unable to query (defined by the query)
1182
+ * @throws {ArithmeticException} if numeric overflow occurs (defined by the query)
1183
+ */
1184
+ query(query) {
1185
+ requireNonNull(query, 'query');
1186
+ if (query === TemporalQueries.localDate()) {
1187
+ return this;
1188
+ }
1189
+ return super.query(query);
1190
+ }
1191
+
1192
+ /**
1193
+ * Adjusts the specified temporal object to have the same date as this object.
1194
+ *
1195
+ * This returns a temporal object of the same observable type as the input
1196
+ * with the date changed to be the same as this.
1197
+ *
1198
+ * The adjustment is equivalent to using {@link Temporal#with}
1199
+ * passing {@link ChronoField.EPOCH_DAY} as the field.
1200
+ *
1201
+ * In most cases, it is clearer to reverse the calling pattern by using
1202
+ * {@link Temporal#with}:
1203
+ * <pre>
1204
+ * // these two lines are equivalent, but the second approach is recommended
1205
+ * temporal = thisLocalDate.adjustInto(temporal);
1206
+ * temporal = temporal.with(thisLocalDate);
1207
+ * </pre>
1208
+ *
1209
+ * @param {!TemporalAdjuster} temporal - the target object to be adjusted, not null
1210
+ * @return the adjusted object, not null
1211
+ * @throws {DateTimeException} if unable to make the adjustment
1212
+ * @throws {ArithmeticException} if numeric overflow occurs
1213
+ */
1214
+ adjustInto(temporal) {
1215
+ return super.adjustInto(temporal);
1216
+ }
1217
+
1218
+ /**
1219
+ * function overloading for {@link LocalDate.until}
1220
+ *
1221
+ * called with 1 (or less) arguments {{@link LocalDate.until1}} is called
1222
+ * otherwise {@link LocalDate.until2}
1223
+ *
1224
+ * @param {!TemporalAccessor} p1
1225
+ * @param {TemporalUnit} p2 - not null if called with 2 arguments
1226
+ * @return {number|Period}
1227
+ */
1228
+ until(p1, p2){
1229
+ if(arguments.length < 2){
1230
+ return this.until1(p1);
1231
+ } else {
1232
+ return this.until2(p1, p2);
1233
+ }
1234
+ }
1235
+
1236
+ /**
1237
+ * Calculates the period between this date and another date in
1238
+ * terms of the specified unit.
1239
+ *
1240
+ * This calculates the period between two dates in terms of a single unit.
1241
+ * The start and end points are `this` and the specified date.
1242
+ * The result will be negative if the end is before the start.
1243
+ * The {@link Temporal} passed to this method must be a {@link LocalDate}.
1244
+ * For example, the period in days between two dates can be calculated
1245
+ * using {@link startDate.until}.
1246
+ *
1247
+ * The calculation returns a whole number, representing the number of
1248
+ * complete units between the two dates.
1249
+ * For example, the period in months between 2012-06-15 and 2012-08-14
1250
+ * will only be one month as it is one day short of two months.
1251
+ *
1252
+ * This method operates in association with {@link TemporalUnit#between}.
1253
+ * The result of this method is a `long` representing the amount of
1254
+ * the specified unit. By contrast, the result of {@link between} is an
1255
+ * object that can be used directly in addition/subtraction:
1256
+ * <pre>
1257
+ * long period = start.until(end, MONTHS); // this method
1258
+ * dateTime.plus(MONTHS.between(start, end)); // use in plus/minus
1259
+ * </pre>
1260
+ *
1261
+ * The calculation is implemented in this method for {@link ChronoUnit}.
1262
+ * The units {@link DAYS}, {@link WEEKS}, {@link MONTHS}, {@link YEARS},
1263
+ * {@link DECADES}, {@link CENTURIES}, {@link MILLENNIA} and {@link ERAS}
1264
+ * are supported. Other {@link ChronoUnit} values will throw an exception.
1265
+ *
1266
+ * If the unit is not a {@link ChronoUnit}, then the result of this method
1267
+ * is obtained by invoking {@link TemporalUnit.between}
1268
+ * passing `this` as the first argument and the input temporal as
1269
+ * the second argument.
1270
+ *
1271
+ * @param {!TemporalAccessor} endExclusive - the end date, which is converted to a {@link LocalDate}, not null
1272
+ * @param {!TemporalUnit} unit - the unit to measure the period in, not null
1273
+ * @return {number} the amount of the period between this date and the end date
1274
+ * @throws {DateTimeException} if the period cannot be calculated
1275
+ * @throws {ArithmeticException} if numeric overflow occurs
1276
+ */
1277
+ until2(endExclusive, unit) {
1278
+ const end = LocalDate.from(endExclusive);
1279
+ if (unit instanceof ChronoUnit) {
1280
+ switch (unit) {
1281
+ case ChronoUnit.DAYS: return this.daysUntil(end);
1282
+ case ChronoUnit.WEEKS: return MathUtil.intDiv(this.daysUntil(end), 7);
1283
+ case ChronoUnit.MONTHS: return this._monthsUntil(end);
1284
+ case ChronoUnit.YEARS: return MathUtil.intDiv(this._monthsUntil(end), 12);
1285
+ case ChronoUnit.DECADES: return MathUtil.intDiv(this._monthsUntil(end), 120);
1286
+ case ChronoUnit.CENTURIES: return MathUtil.intDiv(this._monthsUntil(end), 1200);
1287
+ case ChronoUnit.MILLENNIA: return MathUtil.intDiv(this._monthsUntil(end), 12000);
1288
+ case ChronoUnit.ERAS: return end.getLong(ChronoField.ERA) - this.getLong(ChronoField.ERA);
1289
+ }
1290
+ throw new UnsupportedTemporalTypeException('Unsupported unit: ' + unit);
1291
+ }
1292
+ return unit.between(this, end);
1293
+ }
1294
+
1295
+ /**
1296
+ *
1297
+ * @param {!LocalDate} end
1298
+ * @returns {number}
1299
+ * @protected
1300
+ */
1301
+ daysUntil(end) {
1302
+ return end.toEpochDay() - this.toEpochDay(); // no overflow
1303
+ }
1304
+
1305
+ /**
1306
+ *
1307
+ * @param {!LocalDate} end
1308
+ * @returns {number}
1309
+ * @private
1310
+ */
1311
+ _monthsUntil(end) {
1312
+ const packed1 = this._prolepticMonth() * 32 + this.dayOfMonth(); // no overflow
1313
+ const packed2 = end._prolepticMonth() * 32 + end.dayOfMonth(); // no overflow
1314
+ return MathUtil.intDiv((packed2 - packed1), 32);
1315
+ }
1316
+
1317
+ /**
1318
+ * Calculates the period between this date and another date as a {@link Period}.
1319
+ *
1320
+ * This calculates the period between two dates in terms of years, months and days.
1321
+ * The start and end points are `this` and the specified date.
1322
+ * The result will be negative if the end is before the start.
1323
+ *
1324
+ * The calculation is performed using the ISO calendar system.
1325
+ * If necessary, the input date will be converted to ISO.
1326
+ *
1327
+ * The start date is included, but the end date is not.
1328
+ * The period is calculated by removing complete months, then calculating
1329
+ * the remaining number of days, adjusting to ensure that both have the same sign.
1330
+ * The number of months is then normalized into years and months based on a 12 month year.
1331
+ * A month is considered to be complete if the end day-of-month is greater
1332
+ * than or equal to the start day-of-month.
1333
+ * For example, from `2010-01-15` to `2011-03-18` is "1 year, 2 months and 3 days".
1334
+ *
1335
+ * The result of this method can be a negative period if the end is before the start.
1336
+ * The negative sign will be the same in each of year, month and day.
1337
+ *
1338
+ * There are two equivalent ways of using this method.
1339
+ * The first is to invoke this method.
1340
+ * The second is to use {@link Period#between}:
1341
+ * <pre>
1342
+ * // these two lines are equivalent
1343
+ * period = start.until(end);
1344
+ * period = Period.between(start, end);
1345
+ * </pre>
1346
+ * The choice should be made based on which makes the code more readable.
1347
+ *
1348
+ * @param {!TemporalAccessor} endDate - the end date, exclusive, which may be in any chronology, not null
1349
+ * @return {Period} the period between this date and the end date, not null
1350
+ */
1351
+ until1(endDate) {
1352
+ const end = LocalDate.from(endDate);
1353
+ let totalMonths = end._prolepticMonth() - this._prolepticMonth(); // safe
1354
+ let days = end._day - this._day;
1355
+ if (totalMonths > 0 && days < 0) {
1356
+ totalMonths--;
1357
+ const calcDate = this.plusMonths(totalMonths);
1358
+ days = (end.toEpochDay() - calcDate.toEpochDay()); // safe
1359
+ } else if (totalMonths < 0 && days > 0) {
1360
+ totalMonths++;
1361
+ days -= end.lengthOfMonth();
1362
+ }
1363
+ const years = MathUtil.intDiv(totalMonths, 12); // safe
1364
+ const months = MathUtil.intMod(totalMonths, 12); // safe
1365
+ return Period.of(years, months, days);
1366
+ }
1367
+
1368
+
1369
+ //-----------------------------------------------------------------------
1370
+ /**
1371
+ * function overloading for {@link LocalDate.atTime}
1372
+ *
1373
+ * if called with 1 argument {@link LocalDate.atTime1} is called
1374
+ * otherwise {@link LocalDate.atTime4}
1375
+ *
1376
+ * @return {LocalDateTime} the local date-time formed from this date and the specified params
1377
+ */
1378
+ atTime(){
1379
+ if(arguments.length===1){
1380
+ return this.atTime1.apply(this, arguments);
1381
+ } else {
1382
+ return this.atTime4.apply(this, arguments);
1383
+ }
1384
+ }
1385
+
1386
+ /**
1387
+ * Combines this date with a time to create a {@link LocalDateTime}.
1388
+ *
1389
+ * This returns a {@link LocalDateTime} formed from this date at the specified time.
1390
+ * All possible combinations of date and time are valid.
1391
+ *
1392
+ * @param {LocalTime} time - the time to combine with, not null
1393
+ * @return {LocalDateTime} the local date-time formed from this date and the specified time, not null
1394
+ */
1395
+ atTime1(time) {
1396
+ return LocalDateTime.of(this, time);
1397
+ }
1398
+
1399
+ /**
1400
+ * Combines this date with a time to create a {@link LocalDateTime}.
1401
+ *
1402
+ * This returns a {@link LocalDateTime} formed from this date at the
1403
+ * specified hour, minute, second and nanosecond.
1404
+ * The individual time fields must be within their valid range.
1405
+ * All possible combinations of date and time are valid.
1406
+ *
1407
+ * @param {!number} hour - the hour-of-day to use, from 0 to 23
1408
+ * @param {!number} minute - the minute-of-hour to use, from 0 to 59
1409
+ * @param {number} [second=0] - the second-of-minute to represent, from 0 to 59
1410
+ * @param {number} [nanoOfSecond=0] - the nano-of-second to represent, from 0 to 999,999,999
1411
+ * @return {LocalDateTime} the local date-time formed from this date and the specified time, not null
1412
+ * @throws {DateTimeException} if the value of any field is out of range
1413
+ */
1414
+ atTime4(hour, minute, second=0, nanoOfSecond=0) {
1415
+ return this.atTime1(LocalTime.of(hour, minute, second, nanoOfSecond));
1416
+ }
1417
+
1418
+ /**
1419
+ * Combines this date with an offset time to create an {@link OffsetDateTime}.
1420
+ *
1421
+ * This returns an {@link OffsetDateTime} formed from this date at the specified time.
1422
+ * All possible combinations of date and time are valid.
1423
+ *
1424
+ * @param {OffsetTime} time - the time to combine with, not null
1425
+ * @return {OffsetDateTime} the offset date-time formed from this date and the specified time, not null
1426
+ */
1427
+ /*
1428
+ _atTimeOffsetTime(time) { // atTime(offsetTime)
1429
+ return OffsetDateTime.of(LocalDateTime.of(this, time.toLocalTime()), time.getOffset());
1430
+ }
1431
+ */
1432
+
1433
+ /**
1434
+ * Combines this date with the time of midnight to create a {@link LocalDateTime}
1435
+ * at the start of this date.
1436
+ *
1437
+ * This returns a {@link LocalDateTime} formed from this date at the time of
1438
+ * midnight, 00:00, at the start of this date.
1439
+ *
1440
+ * @param {ZoneId} zone - if zone is not null @see {@link LocalDate.atStartOfDayWithZone}
1441
+ * @return {LocalDateTime|ZonedDateTime} the local date-time of midnight at the start of this date, not null
1442
+ */
1443
+ atStartOfDay(zone) {
1444
+ if(zone != null){
1445
+ return this.atStartOfDayWithZone(zone);
1446
+ } else {
1447
+ return LocalDateTime.of(this, LocalTime.MIDNIGHT);
1448
+ }
1449
+ }
1450
+
1451
+ /**
1452
+ * Combines this date with a time-zone to create a {@link ZonedDateTime}
1453
+ * at the start of the day
1454
+ *
1455
+ * This returns a {@link ZonedDateTime} formed from this date at the
1456
+ * specified zone, with the time set to be the earliest valid time according
1457
+ * to the rules in the time-zone.
1458
+ *
1459
+ * Time-zone rules, such as daylight savings, mean that not every local date-time
1460
+ * is valid for the specified zone, thus the local date-time may not be midnight.
1461
+ *
1462
+ * In most cases, there is only one valid offset for a local date-time.
1463
+ * In the case of an overlap, there are two valid offsets, and the earlier one is used,
1464
+ * corresponding to the first occurrence of midnight on the date.
1465
+ * In the case of a gap, the zoned date-time will represent the instant just after the gap.
1466
+ *
1467
+ * If the zone ID is a {@link ZoneOffset}, then the result always has a time of midnight.
1468
+ *
1469
+ * To convert to a specific time in a given time-zone call {@link atTime}
1470
+ * followed by {@link LocalDateTime#atZone}.
1471
+ *
1472
+ * @param {!ZoneId} zone - the zone ID to use, not null
1473
+ * @return {ZonedDateTime} the zoned date-time formed from this date and the earliest valid time for the zone, not null
1474
+ */
1475
+ atStartOfDayWithZone(zone) {
1476
+ requireNonNull(zone, 'zone');
1477
+ let ldt = this.atTime(LocalTime.MIDNIGHT);
1478
+ // need to handle case where there is a gap from 11:30 to 00:30
1479
+ // standard ZDT factory would result in 01:00 rather than 00:30
1480
+ if (zone instanceof ZoneOffset === false) {
1481
+ const trans = zone.rules().transition(ldt);
1482
+ if (trans != null && trans.isGap()) {
1483
+ ldt = trans.dateTimeAfter();
1484
+ }
1485
+ }
1486
+ return ZonedDateTime.of(ldt, zone);
1487
+ }
1488
+
1489
+
1490
+ /**
1491
+ * Converts this date to the Epoch Day.
1492
+ *
1493
+ * The Epoch Day count is a simple incrementing count of days where day 0 is 1970-01-01 (ISO).
1494
+ * This definition is the same for all chronologies, enabling conversion.
1495
+ *
1496
+ * @return {number} the Epoch Day equivalent to this date
1497
+ */
1498
+ toEpochDay() {
1499
+ const y = this._year;
1500
+ const m = this._month;
1501
+ let total = 0;
1502
+ total += 365 * y;
1503
+ if (y >= 0) {
1504
+ total += MathUtil.intDiv(y + 3, 4) - MathUtil.intDiv(y + 99, 100) + MathUtil.intDiv(y + 399, 400);
1505
+ } else {
1506
+ total -= MathUtil.intDiv(y, -4) - MathUtil.intDiv(y, -100) + MathUtil.intDiv(y, -400);
1507
+ }
1508
+ total += MathUtil.intDiv(367 * m - 362, 12);
1509
+ total += this.dayOfMonth() - 1;
1510
+ if (m > 2) {
1511
+ total--;
1512
+ if (!IsoChronology.isLeapYear(y)) {
1513
+ total--;
1514
+ }
1515
+ }
1516
+ return total - DAYS_0000_TO_1970;
1517
+ }
1518
+
1519
+ /**
1520
+ * Compares this date to another date.
1521
+ *
1522
+ * The comparison is primarily based on the date, from earliest to latest.
1523
+ * It is "consistent with equals", as defined by {@link Comparable}.
1524
+ *
1525
+ * If all the dates being compared are instances of {@link LocalDate},
1526
+ * then the comparison will be entirely based on the date.
1527
+ * If some dates being compared are in different chronologies, then the
1528
+ * chronology is also considered, see {@link ChronoLocalDate.compareTo}.
1529
+ *
1530
+ * @param {!LocalDate} other - the other date to compare to, not null
1531
+ * @return {number} the comparator value, negative if less, positive if greater
1532
+ */
1533
+ compareTo(other) {
1534
+ requireNonNull(other, 'other');
1535
+ requireInstance(other, LocalDate, 'other');
1536
+ return this._compareTo0(other);
1537
+ // return super.compareTo(other); if not instanceof LocalDate
1538
+ }
1539
+
1540
+ /**
1541
+ *
1542
+ * @param {!LocalDate} otherDate
1543
+ * @returns {number}
1544
+ * @private
1545
+ */
1546
+ _compareTo0(otherDate) {
1547
+ let cmp = (this._year - otherDate._year);
1548
+ if (cmp === 0) {
1549
+ cmp = (this._month - otherDate._month);
1550
+ if (cmp === 0) {
1551
+ cmp = (this._day - otherDate._day);
1552
+ }
1553
+ }
1554
+ return cmp;
1555
+ }
1556
+
1557
+ /**
1558
+ * Checks if this date is after the specified date.
1559
+ *
1560
+ * This checks to see if this date represents a point on the
1561
+ * local time-line after the other date.
1562
+ * <pre>
1563
+ * LocalDate a = LocalDate.of(2012, 6, 30);
1564
+ * LocalDate b = LocalDate.of(2012, 7, 1);
1565
+ * a.isAfter(b) == false
1566
+ * a.isAfter(a) == false
1567
+ * b.isAfter(a) == true
1568
+ * </pre>
1569
+ *
1570
+ * This method only considers the position of the two dates on the local time-line.
1571
+ * It does not take into account the chronology, or calendar system.
1572
+ * This is different from the comparison in {@link compareTo},
1573
+ * but is the same approach as {@link DATE_COMPARATOR}.
1574
+ *
1575
+ * @param {!LocalDate} other - the other date to compare to, not null
1576
+ * @return {boolean} true if this date is after the specified date
1577
+ */
1578
+ isAfter(other) {
1579
+ return this.compareTo(other) > 0;
1580
+ // return super.isAfter(other) if not instanceof LocalDate
1581
+ }
1582
+
1583
+ /**
1584
+ * Checks if this date is before the specified date.
1585
+ *
1586
+ * This checks to see if this date represents a point on the
1587
+ * local time-line before the other date.
1588
+ * <pre>
1589
+ * LocalDate a = LocalDate.of(2012, 6, 30);
1590
+ * LocalDate b = LocalDate.of(2012, 7, 1);
1591
+ * a.isBefore(b) == true
1592
+ * a.isBefore(a) == false
1593
+ * b.isBefore(a) == false
1594
+ * </pre>
1595
+ *
1596
+ * This method only considers the position of the two dates on the local time-line.
1597
+ * It does not take into account the chronology, or calendar system.
1598
+ * This is different from the comparison in {@link compareTo},
1599
+ * but is the same approach as {@link DATE_COMPARATOR}.
1600
+ *
1601
+ * @param {!LocalDate} other - the other date to compare to, not null
1602
+ * @return {boolean} true if this date is before the specified date
1603
+ */
1604
+ isBefore(other) {
1605
+ return this.compareTo(other) < 0;
1606
+ // return super.isBefore(other) if not instanceof LocalDate
1607
+ }
1608
+
1609
+ /**
1610
+ * Checks if this date is equal to the specified date.
1611
+ *
1612
+ * This checks to see if this date represents the same point on the
1613
+ * local time-line as the other date.
1614
+ * <pre>
1615
+ * LocalDate a = LocalDate.of(2012, 6, 30);
1616
+ * LocalDate b = LocalDate.of(2012, 7, 1);
1617
+ * a.isEqual(b) == false
1618
+ * a.isEqual(a) == true
1619
+ * b.isEqual(a) == false
1620
+ * </pre>
1621
+ *
1622
+ * This method only considers the position of the two dates on the local time-line.
1623
+ * It does not take into account the chronology, or calendar system.
1624
+ * This is different from the comparison in {@link compareTo}
1625
+ * but is the same approach as {@link DATE_COMPARATOR}.
1626
+ *
1627
+ * @param {!LocalDate} other - the other date to compare to, not null
1628
+ * @return {boolean} true if this date is equal to the specified date
1629
+ */
1630
+ isEqual(other) {
1631
+ return this.compareTo(other) === 0;
1632
+ // return super.isEqual(other) if not instanceof LocalDate
1633
+ }
1634
+
1635
+ /**
1636
+ * Checks if this date is equal to another date.
1637
+ *
1638
+ * Compares this LocalDate with another ensuring that the date is the same.
1639
+ *
1640
+ * Only objects of type LocalDate are compared, other types return false.
1641
+ *
1642
+ * @param {*} other - the object to check, null returns false
1643
+ * @return {boolean} true if this is equal to the other date
1644
+ */
1645
+ equals(other) {
1646
+ if (this === other) {
1647
+ return true;
1648
+ }
1649
+ if (other instanceof LocalDate) {
1650
+ return this._compareTo0(other) === 0;
1651
+ }
1652
+ return false;
1653
+ }
1654
+
1655
+ /**
1656
+ * A hash code for this date.
1657
+ *
1658
+ * @return {number} a suitable hash code
1659
+ */
1660
+ hashCode() {
1661
+ const yearValue = this._year;
1662
+ const monthValue = this._month;
1663
+ const dayValue = this._day;
1664
+ return MathUtil.hash((yearValue & 0xFFFFF800) ^ ((yearValue << 11) + (monthValue << 6) + (dayValue)));
1665
+ }
1666
+
1667
+ /**
1668
+ * Outputs this date as a String, such as 2007-12-03.
1669
+ * The output will be in the ISO-8601 format uuuu-MM-dd.
1670
+ *
1671
+ * @return {string} a string representation of this date, not null
1672
+ */
1673
+ toString() {
1674
+ let dayString, monthString, yearString;
1675
+
1676
+ const yearValue = this._year;
1677
+ const monthValue = this._month;
1678
+ const dayValue = this._day;
1679
+
1680
+ const absYear = Math.abs(yearValue);
1681
+
1682
+ if (absYear < 1000) {
1683
+ if (yearValue < 0) {
1684
+ yearString = '-' + ('' + (yearValue - 10000)).slice(-4);
1685
+ } else {
1686
+ yearString = ('' + (yearValue + 10000)).slice(-4);
1687
+ }
1688
+ } else {
1689
+ if (yearValue > 9999) {
1690
+ yearString = '+' + yearValue;
1691
+ } else {
1692
+ yearString = '' + yearValue;
1693
+ }
1694
+ }
1695
+
1696
+ if (monthValue < 10) {
1697
+ monthString = '-0' + monthValue;
1698
+ } else {
1699
+ monthString = '-' + monthValue;
1700
+ }
1701
+
1702
+ if (dayValue < 10) {
1703
+ dayString = '-0' + dayValue;
1704
+ } else {
1705
+ dayString = '-' + dayValue;
1706
+ }
1707
+
1708
+ return yearString + monthString + dayString;
1709
+ }
1710
+
1711
+ /**
1712
+ *
1713
+ * @return {string} same as {@link LocalDate.toString}
1714
+ */
1715
+ toJSON() {
1716
+ return this.toString();
1717
+ }
1718
+
1719
+ /**
1720
+ * Outputs this date as a string using the formatter.
1721
+ *
1722
+ * @param {DateTimeFormatter} formatter the formatter to use, not null
1723
+ * @return {String} the formatted date string, not null
1724
+ * @throws DateTimeException if an error occurs during printing
1725
+ */
1726
+ format(formatter) {
1727
+ requireNonNull(formatter, 'formatter');
1728
+ requireInstance(formatter, DateTimeFormatter, 'formatter');
1729
+ return super.format(formatter);
1730
+ }
1731
+ }
1732
+
1733
+ export function _init() {
1734
+ /**
1735
+ * The minimum supported {@link LocalDate}
1736
+ * This could be used by an application as a "far past" date.
1737
+ */
1738
+ LocalDate.MIN = LocalDate.of(YearConstants.MIN_VALUE, 1, 1);
1739
+ /**
1740
+ * The maximum supported {@link LocalDate}
1741
+ * This could be used by an application as a "far future" date.
1742
+ */
1743
+ LocalDate.MAX = LocalDate.of(YearConstants.MAX_VALUE, 12, 31);
1744
+ /**
1745
+ * The date at epoch day 0, that is 1970-01-01.
1746
+ */
1747
+ LocalDate.EPOCH_0 = LocalDate.ofEpochDay(0);
1748
+
1749
+ LocalDate.FROM = createTemporalQuery('LocalDate.FROM', (temporal) => {
1750
+ return LocalDate.from(temporal);
1751
+ });
1752
+ }