@openfn/language-mssql 2.6.11 → 3.1.0

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