@openfn/language-mysql 1.1.2 → 1.3.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 (1333) hide show
  1. package/README.md +35 -7
  2. package/ast.json +56 -1
  3. package/configuration-schema.json +44 -0
  4. package/dist/index.cjs +270 -0
  5. package/dist/index.js +243 -0
  6. package/package.json +30 -30
  7. package/types/Adaptor.d.ts +174 -0
  8. package/types/index.d.ts +3 -0
  9. package/lib/Adaptor.js +0 -350
  10. package/lib/Client.js +0 -78
  11. package/lib/index.js +0 -19
  12. package/node_modules/@openfn/language-common/LICENSE +0 -674
  13. package/node_modules/@openfn/language-common/LICENSE.LESSER +0 -165
  14. package/node_modules/@openfn/language-common/README.md +0 -14
  15. package/node_modules/@openfn/language-common/ast.json +0 -1001
  16. package/node_modules/@openfn/language-common/lib/Adaptor.js +0 -569
  17. package/node_modules/@openfn/language-common/lib/beta.js +0 -64
  18. package/node_modules/@openfn/language-common/lib/http.js +0 -233
  19. package/node_modules/@openfn/language-common/lib/index.js +0 -17
  20. package/node_modules/@openfn/language-common/node_modules/axios/CHANGELOG.md +0 -685
  21. package/node_modules/@openfn/language-common/node_modules/axios/LICENSE +0 -19
  22. package/node_modules/@openfn/language-common/node_modules/axios/README.md +0 -800
  23. package/node_modules/@openfn/language-common/node_modules/axios/UPGRADE_GUIDE.md +0 -162
  24. package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.js +0 -1756
  25. package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.map +0 -1
  26. package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.min.js +0 -3
  27. package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.min.map +0 -1
  28. package/node_modules/@openfn/language-common/node_modules/axios/index.d.ts +0 -161
  29. package/node_modules/@openfn/language-common/node_modules/axios/index.js +0 -1
  30. package/node_modules/@openfn/language-common/node_modules/axios/lib/adapters/README.md +0 -37
  31. package/node_modules/@openfn/language-common/node_modules/axios/lib/adapters/http.js +0 -303
  32. package/node_modules/@openfn/language-common/node_modules/axios/lib/adapters/xhr.js +0 -179
  33. package/node_modules/@openfn/language-common/node_modules/axios/lib/axios.js +0 -56
  34. package/node_modules/@openfn/language-common/node_modules/axios/lib/cancel/Cancel.js +0 -19
  35. package/node_modules/@openfn/language-common/node_modules/axios/lib/cancel/CancelToken.js +0 -57
  36. package/node_modules/@openfn/language-common/node_modules/axios/lib/cancel/isCancel.js +0 -5
  37. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/Axios.js +0 -95
  38. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/InterceptorManager.js +0 -52
  39. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/README.md +0 -7
  40. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/buildFullPath.js +0 -20
  41. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/createError.js +0 -18
  42. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/dispatchRequest.js +0 -79
  43. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/enhanceError.js +0 -42
  44. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/mergeConfig.js +0 -87
  45. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/settle.js +0 -25
  46. package/node_modules/@openfn/language-common/node_modules/axios/lib/core/transformData.js +0 -20
  47. package/node_modules/@openfn/language-common/node_modules/axios/lib/defaults.js +0 -98
  48. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/README.md +0 -7
  49. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/bind.js +0 -11
  50. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/buildURL.js +0 -70
  51. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/combineURLs.js +0 -14
  52. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/cookies.js +0 -53
  53. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -24
  54. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -14
  55. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/isAxiosError.js +0 -11
  56. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -68
  57. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -12
  58. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/parseHeaders.js +0 -53
  59. package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/spread.js +0 -27
  60. package/node_modules/@openfn/language-common/node_modules/axios/lib/utils.js +0 -351
  61. package/node_modules/@openfn/language-common/node_modules/axios/package.json +0 -86
  62. package/node_modules/@openfn/language-common/node_modules/follow-redirects/LICENSE +0 -18
  63. package/node_modules/@openfn/language-common/node_modules/follow-redirects/README.md +0 -148
  64. package/node_modules/@openfn/language-common/node_modules/follow-redirects/debug.js +0 -9
  65. package/node_modules/@openfn/language-common/node_modules/follow-redirects/http.js +0 -1
  66. package/node_modules/@openfn/language-common/node_modules/follow-redirects/https.js +0 -1
  67. package/node_modules/@openfn/language-common/node_modules/follow-redirects/index.js +0 -504
  68. package/node_modules/@openfn/language-common/node_modules/follow-redirects/package.json +0 -59
  69. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.babelrc.json +0 -5
  70. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.editorconfig +0 -16
  71. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.eslintignore +0 -5
  72. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.eslintrc.js +0 -93
  73. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/CHANGES.md +0 -252
  74. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/LICENSE-MIT.txt +0 -22
  75. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/README.md +0 -376
  76. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/demo/index.css +0 -19
  77. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/demo/index.html +0 -32
  78. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/demo/index.js +0 -48
  79. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-es.js +0 -1062
  80. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-es.min.js +0 -2
  81. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-es.min.js.map +0 -1
  82. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-umd.js +0 -1072
  83. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-umd.min.js +0 -2
  84. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-umd.min.js.map +0 -1
  85. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/licenseInfo.json +0 -4
  86. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/package.json +0 -138
  87. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/src/jsonpath.d.ts +0 -196
  88. package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/src/jsonpath.js +0 -796
  89. package/node_modules/@openfn/language-common/node_modules/lodash/LICENSE +0 -47
  90. package/node_modules/@openfn/language-common/node_modules/lodash/README.md +0 -39
  91. package/node_modules/@openfn/language-common/node_modules/lodash/_DataView.js +0 -7
  92. package/node_modules/@openfn/language-common/node_modules/lodash/_Hash.js +0 -32
  93. package/node_modules/@openfn/language-common/node_modules/lodash/_LazyWrapper.js +0 -28
  94. package/node_modules/@openfn/language-common/node_modules/lodash/_ListCache.js +0 -32
  95. package/node_modules/@openfn/language-common/node_modules/lodash/_LodashWrapper.js +0 -22
  96. package/node_modules/@openfn/language-common/node_modules/lodash/_Map.js +0 -7
  97. package/node_modules/@openfn/language-common/node_modules/lodash/_MapCache.js +0 -32
  98. package/node_modules/@openfn/language-common/node_modules/lodash/_Promise.js +0 -7
  99. package/node_modules/@openfn/language-common/node_modules/lodash/_Set.js +0 -7
  100. package/node_modules/@openfn/language-common/node_modules/lodash/_SetCache.js +0 -27
  101. package/node_modules/@openfn/language-common/node_modules/lodash/_Stack.js +0 -27
  102. package/node_modules/@openfn/language-common/node_modules/lodash/_Symbol.js +0 -6
  103. package/node_modules/@openfn/language-common/node_modules/lodash/_Uint8Array.js +0 -6
  104. package/node_modules/@openfn/language-common/node_modules/lodash/_WeakMap.js +0 -7
  105. package/node_modules/@openfn/language-common/node_modules/lodash/_apply.js +0 -21
  106. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayAggregator.js +0 -22
  107. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayEach.js +0 -22
  108. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayEachRight.js +0 -21
  109. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayEvery.js +0 -23
  110. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayFilter.js +0 -25
  111. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayIncludes.js +0 -17
  112. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayIncludesWith.js +0 -22
  113. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayLikeKeys.js +0 -49
  114. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayMap.js +0 -21
  115. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayPush.js +0 -20
  116. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayReduce.js +0 -26
  117. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayReduceRight.js +0 -24
  118. package/node_modules/@openfn/language-common/node_modules/lodash/_arraySample.js +0 -15
  119. package/node_modules/@openfn/language-common/node_modules/lodash/_arraySampleSize.js +0 -17
  120. package/node_modules/@openfn/language-common/node_modules/lodash/_arrayShuffle.js +0 -15
  121. package/node_modules/@openfn/language-common/node_modules/lodash/_arraySome.js +0 -23
  122. package/node_modules/@openfn/language-common/node_modules/lodash/_asciiSize.js +0 -12
  123. package/node_modules/@openfn/language-common/node_modules/lodash/_asciiToArray.js +0 -12
  124. package/node_modules/@openfn/language-common/node_modules/lodash/_asciiWords.js +0 -15
  125. package/node_modules/@openfn/language-common/node_modules/lodash/_assignMergeValue.js +0 -20
  126. package/node_modules/@openfn/language-common/node_modules/lodash/_assignValue.js +0 -28
  127. package/node_modules/@openfn/language-common/node_modules/lodash/_assocIndexOf.js +0 -21
  128. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAggregator.js +0 -21
  129. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAssign.js +0 -17
  130. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAssignIn.js +0 -17
  131. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAssignValue.js +0 -25
  132. package/node_modules/@openfn/language-common/node_modules/lodash/_baseAt.js +0 -23
  133. package/node_modules/@openfn/language-common/node_modules/lodash/_baseClamp.js +0 -22
  134. package/node_modules/@openfn/language-common/node_modules/lodash/_baseClone.js +0 -166
  135. package/node_modules/@openfn/language-common/node_modules/lodash/_baseConforms.js +0 -18
  136. package/node_modules/@openfn/language-common/node_modules/lodash/_baseConformsTo.js +0 -27
  137. package/node_modules/@openfn/language-common/node_modules/lodash/_baseCreate.js +0 -30
  138. package/node_modules/@openfn/language-common/node_modules/lodash/_baseDelay.js +0 -21
  139. package/node_modules/@openfn/language-common/node_modules/lodash/_baseDifference.js +0 -67
  140. package/node_modules/@openfn/language-common/node_modules/lodash/_baseEach.js +0 -14
  141. package/node_modules/@openfn/language-common/node_modules/lodash/_baseEachRight.js +0 -14
  142. package/node_modules/@openfn/language-common/node_modules/lodash/_baseEvery.js +0 -21
  143. package/node_modules/@openfn/language-common/node_modules/lodash/_baseExtremum.js +0 -32
  144. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFill.js +0 -32
  145. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFilter.js +0 -21
  146. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFindIndex.js +0 -24
  147. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFindKey.js +0 -23
  148. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFlatten.js +0 -38
  149. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFor.js +0 -16
  150. package/node_modules/@openfn/language-common/node_modules/lodash/_baseForOwn.js +0 -16
  151. package/node_modules/@openfn/language-common/node_modules/lodash/_baseForOwnRight.js +0 -16
  152. package/node_modules/@openfn/language-common/node_modules/lodash/_baseForRight.js +0 -15
  153. package/node_modules/@openfn/language-common/node_modules/lodash/_baseFunctions.js +0 -19
  154. package/node_modules/@openfn/language-common/node_modules/lodash/_baseGet.js +0 -24
  155. package/node_modules/@openfn/language-common/node_modules/lodash/_baseGetAllKeys.js +0 -20
  156. package/node_modules/@openfn/language-common/node_modules/lodash/_baseGetTag.js +0 -28
  157. package/node_modules/@openfn/language-common/node_modules/lodash/_baseGt.js +0 -14
  158. package/node_modules/@openfn/language-common/node_modules/lodash/_baseHas.js +0 -19
  159. package/node_modules/@openfn/language-common/node_modules/lodash/_baseHasIn.js +0 -13
  160. package/node_modules/@openfn/language-common/node_modules/lodash/_baseInRange.js +0 -18
  161. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIndexOf.js +0 -20
  162. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIndexOfWith.js +0 -23
  163. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIntersection.js +0 -74
  164. package/node_modules/@openfn/language-common/node_modules/lodash/_baseInverter.js +0 -21
  165. package/node_modules/@openfn/language-common/node_modules/lodash/_baseInvoke.js +0 -24
  166. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsArguments.js +0 -18
  167. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsArrayBuffer.js +0 -17
  168. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsDate.js +0 -18
  169. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsEqual.js +0 -28
  170. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsEqualDeep.js +0 -83
  171. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsMap.js +0 -18
  172. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsMatch.js +0 -62
  173. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsNaN.js +0 -12
  174. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsNative.js +0 -47
  175. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsRegExp.js +0 -18
  176. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsSet.js +0 -18
  177. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsTypedArray.js +0 -60
  178. package/node_modules/@openfn/language-common/node_modules/lodash/_baseIteratee.js +0 -31
  179. package/node_modules/@openfn/language-common/node_modules/lodash/_baseKeys.js +0 -30
  180. package/node_modules/@openfn/language-common/node_modules/lodash/_baseKeysIn.js +0 -33
  181. package/node_modules/@openfn/language-common/node_modules/lodash/_baseLodash.js +0 -10
  182. package/node_modules/@openfn/language-common/node_modules/lodash/_baseLt.js +0 -14
  183. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMap.js +0 -22
  184. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMatches.js +0 -22
  185. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMatchesProperty.js +0 -33
  186. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMean.js +0 -20
  187. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMerge.js +0 -42
  188. package/node_modules/@openfn/language-common/node_modules/lodash/_baseMergeDeep.js +0 -94
  189. package/node_modules/@openfn/language-common/node_modules/lodash/_baseNth.js +0 -20
  190. package/node_modules/@openfn/language-common/node_modules/lodash/_baseOrderBy.js +0 -49
  191. package/node_modules/@openfn/language-common/node_modules/lodash/_basePick.js +0 -19
  192. package/node_modules/@openfn/language-common/node_modules/lodash/_basePickBy.js +0 -30
  193. package/node_modules/@openfn/language-common/node_modules/lodash/_baseProperty.js +0 -14
  194. package/node_modules/@openfn/language-common/node_modules/lodash/_basePropertyDeep.js +0 -16
  195. package/node_modules/@openfn/language-common/node_modules/lodash/_basePropertyOf.js +0 -14
  196. package/node_modules/@openfn/language-common/node_modules/lodash/_basePullAll.js +0 -51
  197. package/node_modules/@openfn/language-common/node_modules/lodash/_basePullAt.js +0 -37
  198. package/node_modules/@openfn/language-common/node_modules/lodash/_baseRandom.js +0 -18
  199. package/node_modules/@openfn/language-common/node_modules/lodash/_baseRange.js +0 -28
  200. package/node_modules/@openfn/language-common/node_modules/lodash/_baseReduce.js +0 -23
  201. package/node_modules/@openfn/language-common/node_modules/lodash/_baseRepeat.js +0 -35
  202. package/node_modules/@openfn/language-common/node_modules/lodash/_baseRest.js +0 -17
  203. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSample.js +0 -15
  204. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSampleSize.js +0 -18
  205. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSet.js +0 -51
  206. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSetData.js +0 -17
  207. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSetToString.js +0 -22
  208. package/node_modules/@openfn/language-common/node_modules/lodash/_baseShuffle.js +0 -15
  209. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSlice.js +0 -31
  210. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSome.js +0 -22
  211. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortBy.js +0 -21
  212. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortedIndex.js +0 -42
  213. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortedIndexBy.js +0 -67
  214. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortedUniq.js +0 -30
  215. package/node_modules/@openfn/language-common/node_modules/lodash/_baseSum.js +0 -24
  216. package/node_modules/@openfn/language-common/node_modules/lodash/_baseTimes.js +0 -20
  217. package/node_modules/@openfn/language-common/node_modules/lodash/_baseToNumber.js +0 -24
  218. package/node_modules/@openfn/language-common/node_modules/lodash/_baseToPairs.js +0 -18
  219. package/node_modules/@openfn/language-common/node_modules/lodash/_baseToString.js +0 -37
  220. package/node_modules/@openfn/language-common/node_modules/lodash/_baseTrim.js +0 -19
  221. package/node_modules/@openfn/language-common/node_modules/lodash/_baseUnary.js +0 -14
  222. package/node_modules/@openfn/language-common/node_modules/lodash/_baseUniq.js +0 -72
  223. package/node_modules/@openfn/language-common/node_modules/lodash/_baseUnset.js +0 -20
  224. package/node_modules/@openfn/language-common/node_modules/lodash/_baseUpdate.js +0 -18
  225. package/node_modules/@openfn/language-common/node_modules/lodash/_baseValues.js +0 -19
  226. package/node_modules/@openfn/language-common/node_modules/lodash/_baseWhile.js +0 -26
  227. package/node_modules/@openfn/language-common/node_modules/lodash/_baseWrapperValue.js +0 -25
  228. package/node_modules/@openfn/language-common/node_modules/lodash/_baseXor.js +0 -36
  229. package/node_modules/@openfn/language-common/node_modules/lodash/_baseZipObject.js +0 -23
  230. package/node_modules/@openfn/language-common/node_modules/lodash/_cacheHas.js +0 -13
  231. package/node_modules/@openfn/language-common/node_modules/lodash/_castArrayLikeObject.js +0 -14
  232. package/node_modules/@openfn/language-common/node_modules/lodash/_castFunction.js +0 -14
  233. package/node_modules/@openfn/language-common/node_modules/lodash/_castPath.js +0 -21
  234. package/node_modules/@openfn/language-common/node_modules/lodash/_castRest.js +0 -14
  235. package/node_modules/@openfn/language-common/node_modules/lodash/_castSlice.js +0 -18
  236. package/node_modules/@openfn/language-common/node_modules/lodash/_charsEndIndex.js +0 -19
  237. package/node_modules/@openfn/language-common/node_modules/lodash/_charsStartIndex.js +0 -20
  238. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneArrayBuffer.js +0 -16
  239. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneBuffer.js +0 -35
  240. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneDataView.js +0 -16
  241. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneRegExp.js +0 -17
  242. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneSymbol.js +0 -18
  243. package/node_modules/@openfn/language-common/node_modules/lodash/_cloneTypedArray.js +0 -16
  244. package/node_modules/@openfn/language-common/node_modules/lodash/_compareAscending.js +0 -41
  245. package/node_modules/@openfn/language-common/node_modules/lodash/_compareMultiple.js +0 -44
  246. package/node_modules/@openfn/language-common/node_modules/lodash/_composeArgs.js +0 -39
  247. package/node_modules/@openfn/language-common/node_modules/lodash/_composeArgsRight.js +0 -41
  248. package/node_modules/@openfn/language-common/node_modules/lodash/_copyArray.js +0 -20
  249. package/node_modules/@openfn/language-common/node_modules/lodash/_copyObject.js +0 -40
  250. package/node_modules/@openfn/language-common/node_modules/lodash/_copySymbols.js +0 -16
  251. package/node_modules/@openfn/language-common/node_modules/lodash/_copySymbolsIn.js +0 -16
  252. package/node_modules/@openfn/language-common/node_modules/lodash/_coreJsData.js +0 -6
  253. package/node_modules/@openfn/language-common/node_modules/lodash/_countHolders.js +0 -21
  254. package/node_modules/@openfn/language-common/node_modules/lodash/_createAggregator.js +0 -23
  255. package/node_modules/@openfn/language-common/node_modules/lodash/_createAssigner.js +0 -37
  256. package/node_modules/@openfn/language-common/node_modules/lodash/_createBaseEach.js +0 -32
  257. package/node_modules/@openfn/language-common/node_modules/lodash/_createBaseFor.js +0 -25
  258. package/node_modules/@openfn/language-common/node_modules/lodash/_createBind.js +0 -28
  259. package/node_modules/@openfn/language-common/node_modules/lodash/_createCaseFirst.js +0 -33
  260. package/node_modules/@openfn/language-common/node_modules/lodash/_createCompounder.js +0 -24
  261. package/node_modules/@openfn/language-common/node_modules/lodash/_createCtor.js +0 -37
  262. package/node_modules/@openfn/language-common/node_modules/lodash/_createCurry.js +0 -46
  263. package/node_modules/@openfn/language-common/node_modules/lodash/_createFind.js +0 -25
  264. package/node_modules/@openfn/language-common/node_modules/lodash/_createFlow.js +0 -78
  265. package/node_modules/@openfn/language-common/node_modules/lodash/_createHybrid.js +0 -92
  266. package/node_modules/@openfn/language-common/node_modules/lodash/_createInverter.js +0 -17
  267. package/node_modules/@openfn/language-common/node_modules/lodash/_createMathOperation.js +0 -38
  268. package/node_modules/@openfn/language-common/node_modules/lodash/_createOver.js +0 -27
  269. package/node_modules/@openfn/language-common/node_modules/lodash/_createPadding.js +0 -33
  270. package/node_modules/@openfn/language-common/node_modules/lodash/_createPartial.js +0 -43
  271. package/node_modules/@openfn/language-common/node_modules/lodash/_createRange.js +0 -30
  272. package/node_modules/@openfn/language-common/node_modules/lodash/_createRecurry.js +0 -56
  273. package/node_modules/@openfn/language-common/node_modules/lodash/_createRelationalOperation.js +0 -20
  274. package/node_modules/@openfn/language-common/node_modules/lodash/_createRound.js +0 -35
  275. package/node_modules/@openfn/language-common/node_modules/lodash/_createSet.js +0 -19
  276. package/node_modules/@openfn/language-common/node_modules/lodash/_createToPairs.js +0 -30
  277. package/node_modules/@openfn/language-common/node_modules/lodash/_createWrap.js +0 -106
  278. package/node_modules/@openfn/language-common/node_modules/lodash/_customDefaultsAssignIn.js +0 -29
  279. package/node_modules/@openfn/language-common/node_modules/lodash/_customDefaultsMerge.js +0 -28
  280. package/node_modules/@openfn/language-common/node_modules/lodash/_customOmitClone.js +0 -16
  281. package/node_modules/@openfn/language-common/node_modules/lodash/_deburrLetter.js +0 -71
  282. package/node_modules/@openfn/language-common/node_modules/lodash/_defineProperty.js +0 -11
  283. package/node_modules/@openfn/language-common/node_modules/lodash/_equalArrays.js +0 -84
  284. package/node_modules/@openfn/language-common/node_modules/lodash/_equalByTag.js +0 -112
  285. package/node_modules/@openfn/language-common/node_modules/lodash/_equalObjects.js +0 -90
  286. package/node_modules/@openfn/language-common/node_modules/lodash/_escapeHtmlChar.js +0 -21
  287. package/node_modules/@openfn/language-common/node_modules/lodash/_escapeStringChar.js +0 -22
  288. package/node_modules/@openfn/language-common/node_modules/lodash/_flatRest.js +0 -16
  289. package/node_modules/@openfn/language-common/node_modules/lodash/_freeGlobal.js +0 -4
  290. package/node_modules/@openfn/language-common/node_modules/lodash/_getAllKeys.js +0 -16
  291. package/node_modules/@openfn/language-common/node_modules/lodash/_getAllKeysIn.js +0 -17
  292. package/node_modules/@openfn/language-common/node_modules/lodash/_getData.js +0 -15
  293. package/node_modules/@openfn/language-common/node_modules/lodash/_getFuncName.js +0 -31
  294. package/node_modules/@openfn/language-common/node_modules/lodash/_getHolder.js +0 -13
  295. package/node_modules/@openfn/language-common/node_modules/lodash/_getMapData.js +0 -18
  296. package/node_modules/@openfn/language-common/node_modules/lodash/_getMatchData.js +0 -24
  297. package/node_modules/@openfn/language-common/node_modules/lodash/_getNative.js +0 -17
  298. package/node_modules/@openfn/language-common/node_modules/lodash/_getPrototype.js +0 -6
  299. package/node_modules/@openfn/language-common/node_modules/lodash/_getRawTag.js +0 -46
  300. package/node_modules/@openfn/language-common/node_modules/lodash/_getSymbols.js +0 -30
  301. package/node_modules/@openfn/language-common/node_modules/lodash/_getSymbolsIn.js +0 -25
  302. package/node_modules/@openfn/language-common/node_modules/lodash/_getTag.js +0 -58
  303. package/node_modules/@openfn/language-common/node_modules/lodash/_getValue.js +0 -13
  304. package/node_modules/@openfn/language-common/node_modules/lodash/_getView.js +0 -33
  305. package/node_modules/@openfn/language-common/node_modules/lodash/_getWrapDetails.js +0 -17
  306. package/node_modules/@openfn/language-common/node_modules/lodash/_hasPath.js +0 -39
  307. package/node_modules/@openfn/language-common/node_modules/lodash/_hasUnicode.js +0 -26
  308. package/node_modules/@openfn/language-common/node_modules/lodash/_hasUnicodeWord.js +0 -15
  309. package/node_modules/@openfn/language-common/node_modules/lodash/_hashClear.js +0 -15
  310. package/node_modules/@openfn/language-common/node_modules/lodash/_hashDelete.js +0 -17
  311. package/node_modules/@openfn/language-common/node_modules/lodash/_hashGet.js +0 -30
  312. package/node_modules/@openfn/language-common/node_modules/lodash/_hashHas.js +0 -23
  313. package/node_modules/@openfn/language-common/node_modules/lodash/_hashSet.js +0 -23
  314. package/node_modules/@openfn/language-common/node_modules/lodash/_initCloneArray.js +0 -26
  315. package/node_modules/@openfn/language-common/node_modules/lodash/_initCloneByTag.js +0 -77
  316. package/node_modules/@openfn/language-common/node_modules/lodash/_initCloneObject.js +0 -18
  317. package/node_modules/@openfn/language-common/node_modules/lodash/_insertWrapDetails.js +0 -23
  318. package/node_modules/@openfn/language-common/node_modules/lodash/_isFlattenable.js +0 -20
  319. package/node_modules/@openfn/language-common/node_modules/lodash/_isIndex.js +0 -25
  320. package/node_modules/@openfn/language-common/node_modules/lodash/_isIterateeCall.js +0 -30
  321. package/node_modules/@openfn/language-common/node_modules/lodash/_isKey.js +0 -29
  322. package/node_modules/@openfn/language-common/node_modules/lodash/_isKeyable.js +0 -15
  323. package/node_modules/@openfn/language-common/node_modules/lodash/_isLaziable.js +0 -28
  324. package/node_modules/@openfn/language-common/node_modules/lodash/_isMaskable.js +0 -14
  325. package/node_modules/@openfn/language-common/node_modules/lodash/_isMasked.js +0 -20
  326. package/node_modules/@openfn/language-common/node_modules/lodash/_isPrototype.js +0 -18
  327. package/node_modules/@openfn/language-common/node_modules/lodash/_isStrictComparable.js +0 -15
  328. package/node_modules/@openfn/language-common/node_modules/lodash/_iteratorToArray.js +0 -18
  329. package/node_modules/@openfn/language-common/node_modules/lodash/_lazyClone.js +0 -23
  330. package/node_modules/@openfn/language-common/node_modules/lodash/_lazyReverse.js +0 -23
  331. package/node_modules/@openfn/language-common/node_modules/lodash/_lazyValue.js +0 -69
  332. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheClear.js +0 -13
  333. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheDelete.js +0 -35
  334. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheGet.js +0 -19
  335. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheHas.js +0 -16
  336. package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheSet.js +0 -26
  337. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheClear.js +0 -21
  338. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheDelete.js +0 -18
  339. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheGet.js +0 -16
  340. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheHas.js +0 -16
  341. package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheSet.js +0 -22
  342. package/node_modules/@openfn/language-common/node_modules/lodash/_mapToArray.js +0 -18
  343. package/node_modules/@openfn/language-common/node_modules/lodash/_matchesStrictComparable.js +0 -20
  344. package/node_modules/@openfn/language-common/node_modules/lodash/_memoizeCapped.js +0 -26
  345. package/node_modules/@openfn/language-common/node_modules/lodash/_mergeData.js +0 -90
  346. package/node_modules/@openfn/language-common/node_modules/lodash/_metaMap.js +0 -6
  347. package/node_modules/@openfn/language-common/node_modules/lodash/_nativeCreate.js +0 -6
  348. package/node_modules/@openfn/language-common/node_modules/lodash/_nativeKeys.js +0 -6
  349. package/node_modules/@openfn/language-common/node_modules/lodash/_nativeKeysIn.js +0 -20
  350. package/node_modules/@openfn/language-common/node_modules/lodash/_nodeUtil.js +0 -30
  351. package/node_modules/@openfn/language-common/node_modules/lodash/_objectToString.js +0 -22
  352. package/node_modules/@openfn/language-common/node_modules/lodash/_overArg.js +0 -15
  353. package/node_modules/@openfn/language-common/node_modules/lodash/_overRest.js +0 -36
  354. package/node_modules/@openfn/language-common/node_modules/lodash/_parent.js +0 -16
  355. package/node_modules/@openfn/language-common/node_modules/lodash/_reEscape.js +0 -4
  356. package/node_modules/@openfn/language-common/node_modules/lodash/_reEvaluate.js +0 -4
  357. package/node_modules/@openfn/language-common/node_modules/lodash/_reInterpolate.js +0 -4
  358. package/node_modules/@openfn/language-common/node_modules/lodash/_realNames.js +0 -4
  359. package/node_modules/@openfn/language-common/node_modules/lodash/_reorder.js +0 -29
  360. package/node_modules/@openfn/language-common/node_modules/lodash/_replaceHolders.js +0 -29
  361. package/node_modules/@openfn/language-common/node_modules/lodash/_root.js +0 -9
  362. package/node_modules/@openfn/language-common/node_modules/lodash/_safeGet.js +0 -21
  363. package/node_modules/@openfn/language-common/node_modules/lodash/_setCacheAdd.js +0 -19
  364. package/node_modules/@openfn/language-common/node_modules/lodash/_setCacheHas.js +0 -14
  365. package/node_modules/@openfn/language-common/node_modules/lodash/_setData.js +0 -20
  366. package/node_modules/@openfn/language-common/node_modules/lodash/_setToArray.js +0 -18
  367. package/node_modules/@openfn/language-common/node_modules/lodash/_setToPairs.js +0 -18
  368. package/node_modules/@openfn/language-common/node_modules/lodash/_setToString.js +0 -14
  369. package/node_modules/@openfn/language-common/node_modules/lodash/_setWrapToString.js +0 -21
  370. package/node_modules/@openfn/language-common/node_modules/lodash/_shortOut.js +0 -37
  371. package/node_modules/@openfn/language-common/node_modules/lodash/_shuffleSelf.js +0 -28
  372. package/node_modules/@openfn/language-common/node_modules/lodash/_stackClear.js +0 -15
  373. package/node_modules/@openfn/language-common/node_modules/lodash/_stackDelete.js +0 -18
  374. package/node_modules/@openfn/language-common/node_modules/lodash/_stackGet.js +0 -14
  375. package/node_modules/@openfn/language-common/node_modules/lodash/_stackHas.js +0 -14
  376. package/node_modules/@openfn/language-common/node_modules/lodash/_stackSet.js +0 -34
  377. package/node_modules/@openfn/language-common/node_modules/lodash/_strictIndexOf.js +0 -23
  378. package/node_modules/@openfn/language-common/node_modules/lodash/_strictLastIndexOf.js +0 -21
  379. package/node_modules/@openfn/language-common/node_modules/lodash/_stringSize.js +0 -18
  380. package/node_modules/@openfn/language-common/node_modules/lodash/_stringToArray.js +0 -18
  381. package/node_modules/@openfn/language-common/node_modules/lodash/_stringToPath.js +0 -27
  382. package/node_modules/@openfn/language-common/node_modules/lodash/_toKey.js +0 -21
  383. package/node_modules/@openfn/language-common/node_modules/lodash/_toSource.js +0 -26
  384. package/node_modules/@openfn/language-common/node_modules/lodash/_trimmedEndIndex.js +0 -19
  385. package/node_modules/@openfn/language-common/node_modules/lodash/_unescapeHtmlChar.js +0 -21
  386. package/node_modules/@openfn/language-common/node_modules/lodash/_unicodeSize.js +0 -44
  387. package/node_modules/@openfn/language-common/node_modules/lodash/_unicodeToArray.js +0 -40
  388. package/node_modules/@openfn/language-common/node_modules/lodash/_unicodeWords.js +0 -69
  389. package/node_modules/@openfn/language-common/node_modules/lodash/_updateWrapDetails.js +0 -46
  390. package/node_modules/@openfn/language-common/node_modules/lodash/_wrapperClone.js +0 -23
  391. package/node_modules/@openfn/language-common/node_modules/lodash/add.js +0 -22
  392. package/node_modules/@openfn/language-common/node_modules/lodash/after.js +0 -42
  393. package/node_modules/@openfn/language-common/node_modules/lodash/array.js +0 -67
  394. package/node_modules/@openfn/language-common/node_modules/lodash/ary.js +0 -29
  395. package/node_modules/@openfn/language-common/node_modules/lodash/assign.js +0 -58
  396. package/node_modules/@openfn/language-common/node_modules/lodash/assignIn.js +0 -40
  397. package/node_modules/@openfn/language-common/node_modules/lodash/assignInWith.js +0 -38
  398. package/node_modules/@openfn/language-common/node_modules/lodash/assignWith.js +0 -37
  399. package/node_modules/@openfn/language-common/node_modules/lodash/at.js +0 -23
  400. package/node_modules/@openfn/language-common/node_modules/lodash/attempt.js +0 -35
  401. package/node_modules/@openfn/language-common/node_modules/lodash/before.js +0 -40
  402. package/node_modules/@openfn/language-common/node_modules/lodash/bind.js +0 -57
  403. package/node_modules/@openfn/language-common/node_modules/lodash/bindAll.js +0 -41
  404. package/node_modules/@openfn/language-common/node_modules/lodash/bindKey.js +0 -68
  405. package/node_modules/@openfn/language-common/node_modules/lodash/camelCase.js +0 -29
  406. package/node_modules/@openfn/language-common/node_modules/lodash/capitalize.js +0 -23
  407. package/node_modules/@openfn/language-common/node_modules/lodash/castArray.js +0 -44
  408. package/node_modules/@openfn/language-common/node_modules/lodash/ceil.js +0 -26
  409. package/node_modules/@openfn/language-common/node_modules/lodash/chain.js +0 -38
  410. package/node_modules/@openfn/language-common/node_modules/lodash/chunk.js +0 -50
  411. package/node_modules/@openfn/language-common/node_modules/lodash/clamp.js +0 -39
  412. package/node_modules/@openfn/language-common/node_modules/lodash/clone.js +0 -36
  413. package/node_modules/@openfn/language-common/node_modules/lodash/cloneDeep.js +0 -29
  414. package/node_modules/@openfn/language-common/node_modules/lodash/cloneDeepWith.js +0 -40
  415. package/node_modules/@openfn/language-common/node_modules/lodash/cloneWith.js +0 -42
  416. package/node_modules/@openfn/language-common/node_modules/lodash/collection.js +0 -30
  417. package/node_modules/@openfn/language-common/node_modules/lodash/commit.js +0 -33
  418. package/node_modules/@openfn/language-common/node_modules/lodash/compact.js +0 -31
  419. package/node_modules/@openfn/language-common/node_modules/lodash/concat.js +0 -43
  420. package/node_modules/@openfn/language-common/node_modules/lodash/cond.js +0 -60
  421. package/node_modules/@openfn/language-common/node_modules/lodash/conforms.js +0 -35
  422. package/node_modules/@openfn/language-common/node_modules/lodash/conformsTo.js +0 -32
  423. package/node_modules/@openfn/language-common/node_modules/lodash/constant.js +0 -26
  424. package/node_modules/@openfn/language-common/node_modules/lodash/core.js +0 -3877
  425. package/node_modules/@openfn/language-common/node_modules/lodash/core.min.js +0 -29
  426. package/node_modules/@openfn/language-common/node_modules/lodash/countBy.js +0 -40
  427. package/node_modules/@openfn/language-common/node_modules/lodash/create.js +0 -43
  428. package/node_modules/@openfn/language-common/node_modules/lodash/curry.js +0 -57
  429. package/node_modules/@openfn/language-common/node_modules/lodash/curryRight.js +0 -54
  430. package/node_modules/@openfn/language-common/node_modules/lodash/date.js +0 -3
  431. package/node_modules/@openfn/language-common/node_modules/lodash/debounce.js +0 -191
  432. package/node_modules/@openfn/language-common/node_modules/lodash/deburr.js +0 -45
  433. package/node_modules/@openfn/language-common/node_modules/lodash/defaultTo.js +0 -25
  434. package/node_modules/@openfn/language-common/node_modules/lodash/defaults.js +0 -64
  435. package/node_modules/@openfn/language-common/node_modules/lodash/defaultsDeep.js +0 -30
  436. package/node_modules/@openfn/language-common/node_modules/lodash/defer.js +0 -26
  437. package/node_modules/@openfn/language-common/node_modules/lodash/delay.js +0 -28
  438. package/node_modules/@openfn/language-common/node_modules/lodash/difference.js +0 -33
  439. package/node_modules/@openfn/language-common/node_modules/lodash/differenceBy.js +0 -44
  440. package/node_modules/@openfn/language-common/node_modules/lodash/differenceWith.js +0 -40
  441. package/node_modules/@openfn/language-common/node_modules/lodash/divide.js +0 -22
  442. package/node_modules/@openfn/language-common/node_modules/lodash/drop.js +0 -38
  443. package/node_modules/@openfn/language-common/node_modules/lodash/dropRight.js +0 -39
  444. package/node_modules/@openfn/language-common/node_modules/lodash/dropRightWhile.js +0 -45
  445. package/node_modules/@openfn/language-common/node_modules/lodash/dropWhile.js +0 -45
  446. package/node_modules/@openfn/language-common/node_modules/lodash/each.js +0 -1
  447. package/node_modules/@openfn/language-common/node_modules/lodash/eachRight.js +0 -1
  448. package/node_modules/@openfn/language-common/node_modules/lodash/endsWith.js +0 -43
  449. package/node_modules/@openfn/language-common/node_modules/lodash/entries.js +0 -1
  450. package/node_modules/@openfn/language-common/node_modules/lodash/entriesIn.js +0 -1
  451. package/node_modules/@openfn/language-common/node_modules/lodash/eq.js +0 -37
  452. package/node_modules/@openfn/language-common/node_modules/lodash/escape.js +0 -43
  453. package/node_modules/@openfn/language-common/node_modules/lodash/escapeRegExp.js +0 -32
  454. package/node_modules/@openfn/language-common/node_modules/lodash/every.js +0 -56
  455. package/node_modules/@openfn/language-common/node_modules/lodash/extend.js +0 -1
  456. package/node_modules/@openfn/language-common/node_modules/lodash/extendWith.js +0 -1
  457. package/node_modules/@openfn/language-common/node_modules/lodash/fill.js +0 -45
  458. package/node_modules/@openfn/language-common/node_modules/lodash/filter.js +0 -52
  459. package/node_modules/@openfn/language-common/node_modules/lodash/find.js +0 -42
  460. package/node_modules/@openfn/language-common/node_modules/lodash/findIndex.js +0 -55
  461. package/node_modules/@openfn/language-common/node_modules/lodash/findKey.js +0 -44
  462. package/node_modules/@openfn/language-common/node_modules/lodash/findLast.js +0 -25
  463. package/node_modules/@openfn/language-common/node_modules/lodash/findLastIndex.js +0 -59
  464. package/node_modules/@openfn/language-common/node_modules/lodash/findLastKey.js +0 -44
  465. package/node_modules/@openfn/language-common/node_modules/lodash/first.js +0 -1
  466. package/node_modules/@openfn/language-common/node_modules/lodash/flake.lock +0 -40
  467. package/node_modules/@openfn/language-common/node_modules/lodash/flake.nix +0 -20
  468. package/node_modules/@openfn/language-common/node_modules/lodash/flatMap.js +0 -29
  469. package/node_modules/@openfn/language-common/node_modules/lodash/flatMapDeep.js +0 -31
  470. package/node_modules/@openfn/language-common/node_modules/lodash/flatMapDepth.js +0 -31
  471. package/node_modules/@openfn/language-common/node_modules/lodash/flatten.js +0 -22
  472. package/node_modules/@openfn/language-common/node_modules/lodash/flattenDeep.js +0 -25
  473. package/node_modules/@openfn/language-common/node_modules/lodash/flattenDepth.js +0 -33
  474. package/node_modules/@openfn/language-common/node_modules/lodash/flip.js +0 -28
  475. package/node_modules/@openfn/language-common/node_modules/lodash/floor.js +0 -26
  476. package/node_modules/@openfn/language-common/node_modules/lodash/flow.js +0 -27
  477. package/node_modules/@openfn/language-common/node_modules/lodash/flowRight.js +0 -26
  478. package/node_modules/@openfn/language-common/node_modules/lodash/forEach.js +0 -41
  479. package/node_modules/@openfn/language-common/node_modules/lodash/forEachRight.js +0 -31
  480. package/node_modules/@openfn/language-common/node_modules/lodash/forIn.js +0 -39
  481. package/node_modules/@openfn/language-common/node_modules/lodash/forInRight.js +0 -37
  482. package/node_modules/@openfn/language-common/node_modules/lodash/forOwn.js +0 -36
  483. package/node_modules/@openfn/language-common/node_modules/lodash/forOwnRight.js +0 -34
  484. package/node_modules/@openfn/language-common/node_modules/lodash/fp/F.js +0 -1
  485. package/node_modules/@openfn/language-common/node_modules/lodash/fp/T.js +0 -1
  486. package/node_modules/@openfn/language-common/node_modules/lodash/fp/__.js +0 -1
  487. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_baseConvert.js +0 -569
  488. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_convertBrowser.js +0 -18
  489. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_falseOptions.js +0 -7
  490. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_mapping.js +0 -358
  491. package/node_modules/@openfn/language-common/node_modules/lodash/fp/_util.js +0 -16
  492. package/node_modules/@openfn/language-common/node_modules/lodash/fp/add.js +0 -5
  493. package/node_modules/@openfn/language-common/node_modules/lodash/fp/after.js +0 -5
  494. package/node_modules/@openfn/language-common/node_modules/lodash/fp/all.js +0 -1
  495. package/node_modules/@openfn/language-common/node_modules/lodash/fp/allPass.js +0 -1
  496. package/node_modules/@openfn/language-common/node_modules/lodash/fp/always.js +0 -1
  497. package/node_modules/@openfn/language-common/node_modules/lodash/fp/any.js +0 -1
  498. package/node_modules/@openfn/language-common/node_modules/lodash/fp/anyPass.js +0 -1
  499. package/node_modules/@openfn/language-common/node_modules/lodash/fp/apply.js +0 -1
  500. package/node_modules/@openfn/language-common/node_modules/lodash/fp/array.js +0 -2
  501. package/node_modules/@openfn/language-common/node_modules/lodash/fp/ary.js +0 -5
  502. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assign.js +0 -5
  503. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignAll.js +0 -5
  504. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignAllWith.js +0 -5
  505. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignIn.js +0 -5
  506. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignInAll.js +0 -5
  507. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignInAllWith.js +0 -5
  508. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignInWith.js +0 -5
  509. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignWith.js +0 -5
  510. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assoc.js +0 -1
  511. package/node_modules/@openfn/language-common/node_modules/lodash/fp/assocPath.js +0 -1
  512. package/node_modules/@openfn/language-common/node_modules/lodash/fp/at.js +0 -5
  513. package/node_modules/@openfn/language-common/node_modules/lodash/fp/attempt.js +0 -5
  514. package/node_modules/@openfn/language-common/node_modules/lodash/fp/before.js +0 -5
  515. package/node_modules/@openfn/language-common/node_modules/lodash/fp/bind.js +0 -5
  516. package/node_modules/@openfn/language-common/node_modules/lodash/fp/bindAll.js +0 -5
  517. package/node_modules/@openfn/language-common/node_modules/lodash/fp/bindKey.js +0 -5
  518. package/node_modules/@openfn/language-common/node_modules/lodash/fp/camelCase.js +0 -5
  519. package/node_modules/@openfn/language-common/node_modules/lodash/fp/capitalize.js +0 -5
  520. package/node_modules/@openfn/language-common/node_modules/lodash/fp/castArray.js +0 -5
  521. package/node_modules/@openfn/language-common/node_modules/lodash/fp/ceil.js +0 -5
  522. package/node_modules/@openfn/language-common/node_modules/lodash/fp/chain.js +0 -5
  523. package/node_modules/@openfn/language-common/node_modules/lodash/fp/chunk.js +0 -5
  524. package/node_modules/@openfn/language-common/node_modules/lodash/fp/clamp.js +0 -5
  525. package/node_modules/@openfn/language-common/node_modules/lodash/fp/clone.js +0 -5
  526. package/node_modules/@openfn/language-common/node_modules/lodash/fp/cloneDeep.js +0 -5
  527. package/node_modules/@openfn/language-common/node_modules/lodash/fp/cloneDeepWith.js +0 -5
  528. package/node_modules/@openfn/language-common/node_modules/lodash/fp/cloneWith.js +0 -5
  529. package/node_modules/@openfn/language-common/node_modules/lodash/fp/collection.js +0 -2
  530. package/node_modules/@openfn/language-common/node_modules/lodash/fp/commit.js +0 -5
  531. package/node_modules/@openfn/language-common/node_modules/lodash/fp/compact.js +0 -5
  532. package/node_modules/@openfn/language-common/node_modules/lodash/fp/complement.js +0 -1
  533. package/node_modules/@openfn/language-common/node_modules/lodash/fp/compose.js +0 -1
  534. package/node_modules/@openfn/language-common/node_modules/lodash/fp/concat.js +0 -5
  535. package/node_modules/@openfn/language-common/node_modules/lodash/fp/cond.js +0 -5
  536. package/node_modules/@openfn/language-common/node_modules/lodash/fp/conforms.js +0 -1
  537. package/node_modules/@openfn/language-common/node_modules/lodash/fp/conformsTo.js +0 -5
  538. package/node_modules/@openfn/language-common/node_modules/lodash/fp/constant.js +0 -5
  539. package/node_modules/@openfn/language-common/node_modules/lodash/fp/contains.js +0 -1
  540. package/node_modules/@openfn/language-common/node_modules/lodash/fp/convert.js +0 -18
  541. package/node_modules/@openfn/language-common/node_modules/lodash/fp/countBy.js +0 -5
  542. package/node_modules/@openfn/language-common/node_modules/lodash/fp/create.js +0 -5
  543. package/node_modules/@openfn/language-common/node_modules/lodash/fp/curry.js +0 -5
  544. package/node_modules/@openfn/language-common/node_modules/lodash/fp/curryN.js +0 -5
  545. package/node_modules/@openfn/language-common/node_modules/lodash/fp/curryRight.js +0 -5
  546. package/node_modules/@openfn/language-common/node_modules/lodash/fp/curryRightN.js +0 -5
  547. package/node_modules/@openfn/language-common/node_modules/lodash/fp/date.js +0 -2
  548. package/node_modules/@openfn/language-common/node_modules/lodash/fp/debounce.js +0 -5
  549. package/node_modules/@openfn/language-common/node_modules/lodash/fp/deburr.js +0 -5
  550. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultTo.js +0 -5
  551. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaults.js +0 -5
  552. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultsAll.js +0 -5
  553. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultsDeep.js +0 -5
  554. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultsDeepAll.js +0 -5
  555. package/node_modules/@openfn/language-common/node_modules/lodash/fp/defer.js +0 -5
  556. package/node_modules/@openfn/language-common/node_modules/lodash/fp/delay.js +0 -5
  557. package/node_modules/@openfn/language-common/node_modules/lodash/fp/difference.js +0 -5
  558. package/node_modules/@openfn/language-common/node_modules/lodash/fp/differenceBy.js +0 -5
  559. package/node_modules/@openfn/language-common/node_modules/lodash/fp/differenceWith.js +0 -5
  560. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dissoc.js +0 -1
  561. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dissocPath.js +0 -1
  562. package/node_modules/@openfn/language-common/node_modules/lodash/fp/divide.js +0 -5
  563. package/node_modules/@openfn/language-common/node_modules/lodash/fp/drop.js +0 -5
  564. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropLast.js +0 -1
  565. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropLastWhile.js +0 -1
  566. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropRight.js +0 -5
  567. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropRightWhile.js +0 -5
  568. package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropWhile.js +0 -5
  569. package/node_modules/@openfn/language-common/node_modules/lodash/fp/each.js +0 -1
  570. package/node_modules/@openfn/language-common/node_modules/lodash/fp/eachRight.js +0 -1
  571. package/node_modules/@openfn/language-common/node_modules/lodash/fp/endsWith.js +0 -5
  572. package/node_modules/@openfn/language-common/node_modules/lodash/fp/entries.js +0 -1
  573. package/node_modules/@openfn/language-common/node_modules/lodash/fp/entriesIn.js +0 -1
  574. package/node_modules/@openfn/language-common/node_modules/lodash/fp/eq.js +0 -5
  575. package/node_modules/@openfn/language-common/node_modules/lodash/fp/equals.js +0 -1
  576. package/node_modules/@openfn/language-common/node_modules/lodash/fp/escape.js +0 -5
  577. package/node_modules/@openfn/language-common/node_modules/lodash/fp/escapeRegExp.js +0 -5
  578. package/node_modules/@openfn/language-common/node_modules/lodash/fp/every.js +0 -5
  579. package/node_modules/@openfn/language-common/node_modules/lodash/fp/extend.js +0 -1
  580. package/node_modules/@openfn/language-common/node_modules/lodash/fp/extendAll.js +0 -1
  581. package/node_modules/@openfn/language-common/node_modules/lodash/fp/extendAllWith.js +0 -1
  582. package/node_modules/@openfn/language-common/node_modules/lodash/fp/extendWith.js +0 -1
  583. package/node_modules/@openfn/language-common/node_modules/lodash/fp/fill.js +0 -5
  584. package/node_modules/@openfn/language-common/node_modules/lodash/fp/filter.js +0 -5
  585. package/node_modules/@openfn/language-common/node_modules/lodash/fp/find.js +0 -5
  586. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findFrom.js +0 -5
  587. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findIndex.js +0 -5
  588. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findIndexFrom.js +0 -5
  589. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findKey.js +0 -5
  590. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLast.js +0 -5
  591. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastFrom.js +0 -5
  592. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastIndex.js +0 -5
  593. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastIndexFrom.js +0 -5
  594. package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastKey.js +0 -5
  595. package/node_modules/@openfn/language-common/node_modules/lodash/fp/first.js +0 -1
  596. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatMap.js +0 -5
  597. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatMapDeep.js +0 -5
  598. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatMapDepth.js +0 -5
  599. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatten.js +0 -5
  600. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flattenDeep.js +0 -5
  601. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flattenDepth.js +0 -5
  602. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flip.js +0 -5
  603. package/node_modules/@openfn/language-common/node_modules/lodash/fp/floor.js +0 -5
  604. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flow.js +0 -5
  605. package/node_modules/@openfn/language-common/node_modules/lodash/fp/flowRight.js +0 -5
  606. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forEach.js +0 -5
  607. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forEachRight.js +0 -5
  608. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forIn.js +0 -5
  609. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forInRight.js +0 -5
  610. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forOwn.js +0 -5
  611. package/node_modules/@openfn/language-common/node_modules/lodash/fp/forOwnRight.js +0 -5
  612. package/node_modules/@openfn/language-common/node_modules/lodash/fp/fromPairs.js +0 -5
  613. package/node_modules/@openfn/language-common/node_modules/lodash/fp/function.js +0 -2
  614. package/node_modules/@openfn/language-common/node_modules/lodash/fp/functions.js +0 -5
  615. package/node_modules/@openfn/language-common/node_modules/lodash/fp/functionsIn.js +0 -5
  616. package/node_modules/@openfn/language-common/node_modules/lodash/fp/get.js +0 -5
  617. package/node_modules/@openfn/language-common/node_modules/lodash/fp/getOr.js +0 -5
  618. package/node_modules/@openfn/language-common/node_modules/lodash/fp/groupBy.js +0 -5
  619. package/node_modules/@openfn/language-common/node_modules/lodash/fp/gt.js +0 -5
  620. package/node_modules/@openfn/language-common/node_modules/lodash/fp/gte.js +0 -5
  621. package/node_modules/@openfn/language-common/node_modules/lodash/fp/has.js +0 -5
  622. package/node_modules/@openfn/language-common/node_modules/lodash/fp/hasIn.js +0 -5
  623. package/node_modules/@openfn/language-common/node_modules/lodash/fp/head.js +0 -5
  624. package/node_modules/@openfn/language-common/node_modules/lodash/fp/identical.js +0 -1
  625. package/node_modules/@openfn/language-common/node_modules/lodash/fp/identity.js +0 -5
  626. package/node_modules/@openfn/language-common/node_modules/lodash/fp/inRange.js +0 -5
  627. package/node_modules/@openfn/language-common/node_modules/lodash/fp/includes.js +0 -5
  628. package/node_modules/@openfn/language-common/node_modules/lodash/fp/includesFrom.js +0 -5
  629. package/node_modules/@openfn/language-common/node_modules/lodash/fp/indexBy.js +0 -1
  630. package/node_modules/@openfn/language-common/node_modules/lodash/fp/indexOf.js +0 -5
  631. package/node_modules/@openfn/language-common/node_modules/lodash/fp/indexOfFrom.js +0 -5
  632. package/node_modules/@openfn/language-common/node_modules/lodash/fp/init.js +0 -1
  633. package/node_modules/@openfn/language-common/node_modules/lodash/fp/initial.js +0 -5
  634. package/node_modules/@openfn/language-common/node_modules/lodash/fp/intersection.js +0 -5
  635. package/node_modules/@openfn/language-common/node_modules/lodash/fp/intersectionBy.js +0 -5
  636. package/node_modules/@openfn/language-common/node_modules/lodash/fp/intersectionWith.js +0 -5
  637. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invert.js +0 -5
  638. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invertBy.js +0 -5
  639. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invertObj.js +0 -1
  640. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invoke.js +0 -5
  641. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invokeArgs.js +0 -5
  642. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invokeArgsMap.js +0 -5
  643. package/node_modules/@openfn/language-common/node_modules/lodash/fp/invokeMap.js +0 -5
  644. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArguments.js +0 -5
  645. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArray.js +0 -5
  646. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArrayBuffer.js +0 -5
  647. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArrayLike.js +0 -5
  648. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArrayLikeObject.js +0 -5
  649. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isBoolean.js +0 -5
  650. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isBuffer.js +0 -5
  651. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isDate.js +0 -5
  652. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isElement.js +0 -5
  653. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isEmpty.js +0 -5
  654. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isEqual.js +0 -5
  655. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isEqualWith.js +0 -5
  656. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isError.js +0 -5
  657. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isFinite.js +0 -5
  658. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isFunction.js +0 -5
  659. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isInteger.js +0 -5
  660. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isLength.js +0 -5
  661. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isMap.js +0 -5
  662. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isMatch.js +0 -5
  663. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isMatchWith.js +0 -5
  664. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNaN.js +0 -5
  665. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNative.js +0 -5
  666. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNil.js +0 -5
  667. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNull.js +0 -5
  668. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNumber.js +0 -5
  669. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isObject.js +0 -5
  670. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isObjectLike.js +0 -5
  671. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isPlainObject.js +0 -5
  672. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isRegExp.js +0 -5
  673. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isSafeInteger.js +0 -5
  674. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isSet.js +0 -5
  675. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isString.js +0 -5
  676. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isSymbol.js +0 -5
  677. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isTypedArray.js +0 -5
  678. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isUndefined.js +0 -5
  679. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isWeakMap.js +0 -5
  680. package/node_modules/@openfn/language-common/node_modules/lodash/fp/isWeakSet.js +0 -5
  681. package/node_modules/@openfn/language-common/node_modules/lodash/fp/iteratee.js +0 -5
  682. package/node_modules/@openfn/language-common/node_modules/lodash/fp/join.js +0 -5
  683. package/node_modules/@openfn/language-common/node_modules/lodash/fp/juxt.js +0 -1
  684. package/node_modules/@openfn/language-common/node_modules/lodash/fp/kebabCase.js +0 -5
  685. package/node_modules/@openfn/language-common/node_modules/lodash/fp/keyBy.js +0 -5
  686. package/node_modules/@openfn/language-common/node_modules/lodash/fp/keys.js +0 -5
  687. package/node_modules/@openfn/language-common/node_modules/lodash/fp/keysIn.js +0 -5
  688. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lang.js +0 -2
  689. package/node_modules/@openfn/language-common/node_modules/lodash/fp/last.js +0 -5
  690. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lastIndexOf.js +0 -5
  691. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lastIndexOfFrom.js +0 -5
  692. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lowerCase.js +0 -5
  693. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lowerFirst.js +0 -5
  694. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lt.js +0 -5
  695. package/node_modules/@openfn/language-common/node_modules/lodash/fp/lte.js +0 -5
  696. package/node_modules/@openfn/language-common/node_modules/lodash/fp/map.js +0 -5
  697. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mapKeys.js +0 -5
  698. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mapValues.js +0 -5
  699. package/node_modules/@openfn/language-common/node_modules/lodash/fp/matches.js +0 -1
  700. package/node_modules/@openfn/language-common/node_modules/lodash/fp/matchesProperty.js +0 -5
  701. package/node_modules/@openfn/language-common/node_modules/lodash/fp/math.js +0 -2
  702. package/node_modules/@openfn/language-common/node_modules/lodash/fp/max.js +0 -5
  703. package/node_modules/@openfn/language-common/node_modules/lodash/fp/maxBy.js +0 -5
  704. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mean.js +0 -5
  705. package/node_modules/@openfn/language-common/node_modules/lodash/fp/meanBy.js +0 -5
  706. package/node_modules/@openfn/language-common/node_modules/lodash/fp/memoize.js +0 -5
  707. package/node_modules/@openfn/language-common/node_modules/lodash/fp/merge.js +0 -5
  708. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mergeAll.js +0 -5
  709. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mergeAllWith.js +0 -5
  710. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mergeWith.js +0 -5
  711. package/node_modules/@openfn/language-common/node_modules/lodash/fp/method.js +0 -5
  712. package/node_modules/@openfn/language-common/node_modules/lodash/fp/methodOf.js +0 -5
  713. package/node_modules/@openfn/language-common/node_modules/lodash/fp/min.js +0 -5
  714. package/node_modules/@openfn/language-common/node_modules/lodash/fp/minBy.js +0 -5
  715. package/node_modules/@openfn/language-common/node_modules/lodash/fp/mixin.js +0 -5
  716. package/node_modules/@openfn/language-common/node_modules/lodash/fp/multiply.js +0 -5
  717. package/node_modules/@openfn/language-common/node_modules/lodash/fp/nAry.js +0 -1
  718. package/node_modules/@openfn/language-common/node_modules/lodash/fp/negate.js +0 -5
  719. package/node_modules/@openfn/language-common/node_modules/lodash/fp/next.js +0 -5
  720. package/node_modules/@openfn/language-common/node_modules/lodash/fp/noop.js +0 -5
  721. package/node_modules/@openfn/language-common/node_modules/lodash/fp/now.js +0 -5
  722. package/node_modules/@openfn/language-common/node_modules/lodash/fp/nth.js +0 -5
  723. package/node_modules/@openfn/language-common/node_modules/lodash/fp/nthArg.js +0 -5
  724. package/node_modules/@openfn/language-common/node_modules/lodash/fp/number.js +0 -2
  725. package/node_modules/@openfn/language-common/node_modules/lodash/fp/object.js +0 -2
  726. package/node_modules/@openfn/language-common/node_modules/lodash/fp/omit.js +0 -5
  727. package/node_modules/@openfn/language-common/node_modules/lodash/fp/omitAll.js +0 -1
  728. package/node_modules/@openfn/language-common/node_modules/lodash/fp/omitBy.js +0 -5
  729. package/node_modules/@openfn/language-common/node_modules/lodash/fp/once.js +0 -5
  730. package/node_modules/@openfn/language-common/node_modules/lodash/fp/orderBy.js +0 -5
  731. package/node_modules/@openfn/language-common/node_modules/lodash/fp/over.js +0 -5
  732. package/node_modules/@openfn/language-common/node_modules/lodash/fp/overArgs.js +0 -5
  733. package/node_modules/@openfn/language-common/node_modules/lodash/fp/overEvery.js +0 -5
  734. package/node_modules/@openfn/language-common/node_modules/lodash/fp/overSome.js +0 -5
  735. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pad.js +0 -5
  736. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padChars.js +0 -5
  737. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padCharsEnd.js +0 -5
  738. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padCharsStart.js +0 -5
  739. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padEnd.js +0 -5
  740. package/node_modules/@openfn/language-common/node_modules/lodash/fp/padStart.js +0 -5
  741. package/node_modules/@openfn/language-common/node_modules/lodash/fp/parseInt.js +0 -5
  742. package/node_modules/@openfn/language-common/node_modules/lodash/fp/partial.js +0 -5
  743. package/node_modules/@openfn/language-common/node_modules/lodash/fp/partialRight.js +0 -5
  744. package/node_modules/@openfn/language-common/node_modules/lodash/fp/partition.js +0 -5
  745. package/node_modules/@openfn/language-common/node_modules/lodash/fp/path.js +0 -1
  746. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pathEq.js +0 -1
  747. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pathOr.js +0 -1
  748. package/node_modules/@openfn/language-common/node_modules/lodash/fp/paths.js +0 -1
  749. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pick.js +0 -5
  750. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pickAll.js +0 -1
  751. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pickBy.js +0 -5
  752. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pipe.js +0 -1
  753. package/node_modules/@openfn/language-common/node_modules/lodash/fp/placeholder.js +0 -6
  754. package/node_modules/@openfn/language-common/node_modules/lodash/fp/plant.js +0 -5
  755. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pluck.js +0 -1
  756. package/node_modules/@openfn/language-common/node_modules/lodash/fp/prop.js +0 -1
  757. package/node_modules/@openfn/language-common/node_modules/lodash/fp/propEq.js +0 -1
  758. package/node_modules/@openfn/language-common/node_modules/lodash/fp/propOr.js +0 -1
  759. package/node_modules/@openfn/language-common/node_modules/lodash/fp/property.js +0 -1
  760. package/node_modules/@openfn/language-common/node_modules/lodash/fp/propertyOf.js +0 -5
  761. package/node_modules/@openfn/language-common/node_modules/lodash/fp/props.js +0 -1
  762. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pull.js +0 -5
  763. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAll.js +0 -5
  764. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAllBy.js +0 -5
  765. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAllWith.js +0 -5
  766. package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAt.js +0 -5
  767. package/node_modules/@openfn/language-common/node_modules/lodash/fp/random.js +0 -5
  768. package/node_modules/@openfn/language-common/node_modules/lodash/fp/range.js +0 -5
  769. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rangeRight.js +0 -5
  770. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rangeStep.js +0 -5
  771. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rangeStepRight.js +0 -5
  772. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rearg.js +0 -5
  773. package/node_modules/@openfn/language-common/node_modules/lodash/fp/reduce.js +0 -5
  774. package/node_modules/@openfn/language-common/node_modules/lodash/fp/reduceRight.js +0 -5
  775. package/node_modules/@openfn/language-common/node_modules/lodash/fp/reject.js +0 -5
  776. package/node_modules/@openfn/language-common/node_modules/lodash/fp/remove.js +0 -5
  777. package/node_modules/@openfn/language-common/node_modules/lodash/fp/repeat.js +0 -5
  778. package/node_modules/@openfn/language-common/node_modules/lodash/fp/replace.js +0 -5
  779. package/node_modules/@openfn/language-common/node_modules/lodash/fp/rest.js +0 -5
  780. package/node_modules/@openfn/language-common/node_modules/lodash/fp/restFrom.js +0 -5
  781. package/node_modules/@openfn/language-common/node_modules/lodash/fp/result.js +0 -5
  782. package/node_modules/@openfn/language-common/node_modules/lodash/fp/reverse.js +0 -5
  783. package/node_modules/@openfn/language-common/node_modules/lodash/fp/round.js +0 -5
  784. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sample.js +0 -5
  785. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sampleSize.js +0 -5
  786. package/node_modules/@openfn/language-common/node_modules/lodash/fp/seq.js +0 -2
  787. package/node_modules/@openfn/language-common/node_modules/lodash/fp/set.js +0 -5
  788. package/node_modules/@openfn/language-common/node_modules/lodash/fp/setWith.js +0 -5
  789. package/node_modules/@openfn/language-common/node_modules/lodash/fp/shuffle.js +0 -5
  790. package/node_modules/@openfn/language-common/node_modules/lodash/fp/size.js +0 -5
  791. package/node_modules/@openfn/language-common/node_modules/lodash/fp/slice.js +0 -5
  792. package/node_modules/@openfn/language-common/node_modules/lodash/fp/snakeCase.js +0 -5
  793. package/node_modules/@openfn/language-common/node_modules/lodash/fp/some.js +0 -5
  794. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortBy.js +0 -5
  795. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedIndex.js +0 -5
  796. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedIndexBy.js +0 -5
  797. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedIndexOf.js +0 -5
  798. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedLastIndex.js +0 -5
  799. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedLastIndexBy.js +0 -5
  800. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedLastIndexOf.js +0 -5
  801. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedUniq.js +0 -5
  802. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedUniqBy.js +0 -5
  803. package/node_modules/@openfn/language-common/node_modules/lodash/fp/split.js +0 -5
  804. package/node_modules/@openfn/language-common/node_modules/lodash/fp/spread.js +0 -5
  805. package/node_modules/@openfn/language-common/node_modules/lodash/fp/spreadFrom.js +0 -5
  806. package/node_modules/@openfn/language-common/node_modules/lodash/fp/startCase.js +0 -5
  807. package/node_modules/@openfn/language-common/node_modules/lodash/fp/startsWith.js +0 -5
  808. package/node_modules/@openfn/language-common/node_modules/lodash/fp/string.js +0 -2
  809. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubArray.js +0 -5
  810. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubFalse.js +0 -5
  811. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubObject.js +0 -5
  812. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubString.js +0 -5
  813. package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubTrue.js +0 -5
  814. package/node_modules/@openfn/language-common/node_modules/lodash/fp/subtract.js +0 -5
  815. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sum.js +0 -5
  816. package/node_modules/@openfn/language-common/node_modules/lodash/fp/sumBy.js +0 -5
  817. package/node_modules/@openfn/language-common/node_modules/lodash/fp/symmetricDifference.js +0 -1
  818. package/node_modules/@openfn/language-common/node_modules/lodash/fp/symmetricDifferenceBy.js +0 -1
  819. package/node_modules/@openfn/language-common/node_modules/lodash/fp/symmetricDifferenceWith.js +0 -1
  820. package/node_modules/@openfn/language-common/node_modules/lodash/fp/tail.js +0 -5
  821. package/node_modules/@openfn/language-common/node_modules/lodash/fp/take.js +0 -5
  822. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeLast.js +0 -1
  823. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeLastWhile.js +0 -1
  824. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeRight.js +0 -5
  825. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeRightWhile.js +0 -5
  826. package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeWhile.js +0 -5
  827. package/node_modules/@openfn/language-common/node_modules/lodash/fp/tap.js +0 -5
  828. package/node_modules/@openfn/language-common/node_modules/lodash/fp/template.js +0 -5
  829. package/node_modules/@openfn/language-common/node_modules/lodash/fp/templateSettings.js +0 -5
  830. package/node_modules/@openfn/language-common/node_modules/lodash/fp/throttle.js +0 -5
  831. package/node_modules/@openfn/language-common/node_modules/lodash/fp/thru.js +0 -5
  832. package/node_modules/@openfn/language-common/node_modules/lodash/fp/times.js +0 -5
  833. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toArray.js +0 -5
  834. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toFinite.js +0 -5
  835. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toInteger.js +0 -5
  836. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toIterator.js +0 -5
  837. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toJSON.js +0 -5
  838. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toLength.js +0 -5
  839. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toLower.js +0 -5
  840. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toNumber.js +0 -5
  841. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPairs.js +0 -5
  842. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPairsIn.js +0 -5
  843. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPath.js +0 -5
  844. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPlainObject.js +0 -5
  845. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toSafeInteger.js +0 -5
  846. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toString.js +0 -5
  847. package/node_modules/@openfn/language-common/node_modules/lodash/fp/toUpper.js +0 -5
  848. package/node_modules/@openfn/language-common/node_modules/lodash/fp/transform.js +0 -5
  849. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trim.js +0 -5
  850. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimChars.js +0 -5
  851. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimCharsEnd.js +0 -5
  852. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimCharsStart.js +0 -5
  853. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimEnd.js +0 -5
  854. package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimStart.js +0 -5
  855. package/node_modules/@openfn/language-common/node_modules/lodash/fp/truncate.js +0 -5
  856. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unapply.js +0 -1
  857. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unary.js +0 -5
  858. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unescape.js +0 -5
  859. package/node_modules/@openfn/language-common/node_modules/lodash/fp/union.js +0 -5
  860. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unionBy.js +0 -5
  861. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unionWith.js +0 -5
  862. package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniq.js +0 -5
  863. package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniqBy.js +0 -5
  864. package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniqWith.js +0 -5
  865. package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniqueId.js +0 -5
  866. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unnest.js +0 -1
  867. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unset.js +0 -5
  868. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unzip.js +0 -5
  869. package/node_modules/@openfn/language-common/node_modules/lodash/fp/unzipWith.js +0 -5
  870. package/node_modules/@openfn/language-common/node_modules/lodash/fp/update.js +0 -5
  871. package/node_modules/@openfn/language-common/node_modules/lodash/fp/updateWith.js +0 -5
  872. package/node_modules/@openfn/language-common/node_modules/lodash/fp/upperCase.js +0 -5
  873. package/node_modules/@openfn/language-common/node_modules/lodash/fp/upperFirst.js +0 -5
  874. package/node_modules/@openfn/language-common/node_modules/lodash/fp/useWith.js +0 -1
  875. package/node_modules/@openfn/language-common/node_modules/lodash/fp/util.js +0 -2
  876. package/node_modules/@openfn/language-common/node_modules/lodash/fp/value.js +0 -5
  877. package/node_modules/@openfn/language-common/node_modules/lodash/fp/valueOf.js +0 -5
  878. package/node_modules/@openfn/language-common/node_modules/lodash/fp/values.js +0 -5
  879. package/node_modules/@openfn/language-common/node_modules/lodash/fp/valuesIn.js +0 -5
  880. package/node_modules/@openfn/language-common/node_modules/lodash/fp/where.js +0 -1
  881. package/node_modules/@openfn/language-common/node_modules/lodash/fp/whereEq.js +0 -1
  882. package/node_modules/@openfn/language-common/node_modules/lodash/fp/without.js +0 -5
  883. package/node_modules/@openfn/language-common/node_modules/lodash/fp/words.js +0 -5
  884. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrap.js +0 -5
  885. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperAt.js +0 -5
  886. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperChain.js +0 -5
  887. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperLodash.js +0 -5
  888. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperReverse.js +0 -5
  889. package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperValue.js +0 -5
  890. package/node_modules/@openfn/language-common/node_modules/lodash/fp/xor.js +0 -5
  891. package/node_modules/@openfn/language-common/node_modules/lodash/fp/xorBy.js +0 -5
  892. package/node_modules/@openfn/language-common/node_modules/lodash/fp/xorWith.js +0 -5
  893. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zip.js +0 -5
  894. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipAll.js +0 -5
  895. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipObj.js +0 -1
  896. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipObject.js +0 -5
  897. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipObjectDeep.js +0 -5
  898. package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipWith.js +0 -5
  899. package/node_modules/@openfn/language-common/node_modules/lodash/fp.js +0 -2
  900. package/node_modules/@openfn/language-common/node_modules/lodash/fromPairs.js +0 -28
  901. package/node_modules/@openfn/language-common/node_modules/lodash/function.js +0 -25
  902. package/node_modules/@openfn/language-common/node_modules/lodash/functions.js +0 -31
  903. package/node_modules/@openfn/language-common/node_modules/lodash/functionsIn.js +0 -31
  904. package/node_modules/@openfn/language-common/node_modules/lodash/get.js +0 -33
  905. package/node_modules/@openfn/language-common/node_modules/lodash/groupBy.js +0 -41
  906. package/node_modules/@openfn/language-common/node_modules/lodash/gt.js +0 -29
  907. package/node_modules/@openfn/language-common/node_modules/lodash/gte.js +0 -30
  908. package/node_modules/@openfn/language-common/node_modules/lodash/has.js +0 -35
  909. package/node_modules/@openfn/language-common/node_modules/lodash/hasIn.js +0 -34
  910. package/node_modules/@openfn/language-common/node_modules/lodash/head.js +0 -23
  911. package/node_modules/@openfn/language-common/node_modules/lodash/identity.js +0 -21
  912. package/node_modules/@openfn/language-common/node_modules/lodash/inRange.js +0 -55
  913. package/node_modules/@openfn/language-common/node_modules/lodash/includes.js +0 -53
  914. package/node_modules/@openfn/language-common/node_modules/lodash/index.js +0 -1
  915. package/node_modules/@openfn/language-common/node_modules/lodash/indexOf.js +0 -42
  916. package/node_modules/@openfn/language-common/node_modules/lodash/initial.js +0 -22
  917. package/node_modules/@openfn/language-common/node_modules/lodash/intersection.js +0 -30
  918. package/node_modules/@openfn/language-common/node_modules/lodash/intersectionBy.js +0 -45
  919. package/node_modules/@openfn/language-common/node_modules/lodash/intersectionWith.js +0 -41
  920. package/node_modules/@openfn/language-common/node_modules/lodash/invert.js +0 -42
  921. package/node_modules/@openfn/language-common/node_modules/lodash/invertBy.js +0 -56
  922. package/node_modules/@openfn/language-common/node_modules/lodash/invoke.js +0 -24
  923. package/node_modules/@openfn/language-common/node_modules/lodash/invokeMap.js +0 -41
  924. package/node_modules/@openfn/language-common/node_modules/lodash/isArguments.js +0 -36
  925. package/node_modules/@openfn/language-common/node_modules/lodash/isArray.js +0 -26
  926. package/node_modules/@openfn/language-common/node_modules/lodash/isArrayBuffer.js +0 -27
  927. package/node_modules/@openfn/language-common/node_modules/lodash/isArrayLike.js +0 -33
  928. package/node_modules/@openfn/language-common/node_modules/lodash/isArrayLikeObject.js +0 -33
  929. package/node_modules/@openfn/language-common/node_modules/lodash/isBoolean.js +0 -29
  930. package/node_modules/@openfn/language-common/node_modules/lodash/isBuffer.js +0 -38
  931. package/node_modules/@openfn/language-common/node_modules/lodash/isDate.js +0 -27
  932. package/node_modules/@openfn/language-common/node_modules/lodash/isElement.js +0 -25
  933. package/node_modules/@openfn/language-common/node_modules/lodash/isEmpty.js +0 -77
  934. package/node_modules/@openfn/language-common/node_modules/lodash/isEqual.js +0 -35
  935. package/node_modules/@openfn/language-common/node_modules/lodash/isEqualWith.js +0 -41
  936. package/node_modules/@openfn/language-common/node_modules/lodash/isError.js +0 -36
  937. package/node_modules/@openfn/language-common/node_modules/lodash/isFinite.js +0 -36
  938. package/node_modules/@openfn/language-common/node_modules/lodash/isFunction.js +0 -37
  939. package/node_modules/@openfn/language-common/node_modules/lodash/isInteger.js +0 -33
  940. package/node_modules/@openfn/language-common/node_modules/lodash/isLength.js +0 -35
  941. package/node_modules/@openfn/language-common/node_modules/lodash/isMap.js +0 -27
  942. package/node_modules/@openfn/language-common/node_modules/lodash/isMatch.js +0 -36
  943. package/node_modules/@openfn/language-common/node_modules/lodash/isMatchWith.js +0 -41
  944. package/node_modules/@openfn/language-common/node_modules/lodash/isNaN.js +0 -38
  945. package/node_modules/@openfn/language-common/node_modules/lodash/isNative.js +0 -40
  946. package/node_modules/@openfn/language-common/node_modules/lodash/isNil.js +0 -25
  947. package/node_modules/@openfn/language-common/node_modules/lodash/isNull.js +0 -22
  948. package/node_modules/@openfn/language-common/node_modules/lodash/isNumber.js +0 -38
  949. package/node_modules/@openfn/language-common/node_modules/lodash/isObject.js +0 -31
  950. package/node_modules/@openfn/language-common/node_modules/lodash/isObjectLike.js +0 -29
  951. package/node_modules/@openfn/language-common/node_modules/lodash/isPlainObject.js +0 -62
  952. package/node_modules/@openfn/language-common/node_modules/lodash/isRegExp.js +0 -27
  953. package/node_modules/@openfn/language-common/node_modules/lodash/isSafeInteger.js +0 -37
  954. package/node_modules/@openfn/language-common/node_modules/lodash/isSet.js +0 -27
  955. package/node_modules/@openfn/language-common/node_modules/lodash/isString.js +0 -30
  956. package/node_modules/@openfn/language-common/node_modules/lodash/isSymbol.js +0 -29
  957. package/node_modules/@openfn/language-common/node_modules/lodash/isTypedArray.js +0 -27
  958. package/node_modules/@openfn/language-common/node_modules/lodash/isUndefined.js +0 -22
  959. package/node_modules/@openfn/language-common/node_modules/lodash/isWeakMap.js +0 -28
  960. package/node_modules/@openfn/language-common/node_modules/lodash/isWeakSet.js +0 -28
  961. package/node_modules/@openfn/language-common/node_modules/lodash/iteratee.js +0 -53
  962. package/node_modules/@openfn/language-common/node_modules/lodash/join.js +0 -26
  963. package/node_modules/@openfn/language-common/node_modules/lodash/kebabCase.js +0 -28
  964. package/node_modules/@openfn/language-common/node_modules/lodash/keyBy.js +0 -36
  965. package/node_modules/@openfn/language-common/node_modules/lodash/keys.js +0 -37
  966. package/node_modules/@openfn/language-common/node_modules/lodash/keysIn.js +0 -32
  967. package/node_modules/@openfn/language-common/node_modules/lodash/lang.js +0 -58
  968. package/node_modules/@openfn/language-common/node_modules/lodash/last.js +0 -20
  969. package/node_modules/@openfn/language-common/node_modules/lodash/lastIndexOf.js +0 -46
  970. package/node_modules/@openfn/language-common/node_modules/lodash/lodash.js +0 -17209
  971. package/node_modules/@openfn/language-common/node_modules/lodash/lodash.min.js +0 -140
  972. package/node_modules/@openfn/language-common/node_modules/lodash/lowerCase.js +0 -27
  973. package/node_modules/@openfn/language-common/node_modules/lodash/lowerFirst.js +0 -22
  974. package/node_modules/@openfn/language-common/node_modules/lodash/lt.js +0 -29
  975. package/node_modules/@openfn/language-common/node_modules/lodash/lte.js +0 -30
  976. package/node_modules/@openfn/language-common/node_modules/lodash/map.js +0 -53
  977. package/node_modules/@openfn/language-common/node_modules/lodash/mapKeys.js +0 -36
  978. package/node_modules/@openfn/language-common/node_modules/lodash/mapValues.js +0 -43
  979. package/node_modules/@openfn/language-common/node_modules/lodash/matches.js +0 -46
  980. package/node_modules/@openfn/language-common/node_modules/lodash/matchesProperty.js +0 -44
  981. package/node_modules/@openfn/language-common/node_modules/lodash/math.js +0 -17
  982. package/node_modules/@openfn/language-common/node_modules/lodash/max.js +0 -29
  983. package/node_modules/@openfn/language-common/node_modules/lodash/maxBy.js +0 -34
  984. package/node_modules/@openfn/language-common/node_modules/lodash/mean.js +0 -22
  985. package/node_modules/@openfn/language-common/node_modules/lodash/meanBy.js +0 -31
  986. package/node_modules/@openfn/language-common/node_modules/lodash/memoize.js +0 -73
  987. package/node_modules/@openfn/language-common/node_modules/lodash/merge.js +0 -39
  988. package/node_modules/@openfn/language-common/node_modules/lodash/mergeWith.js +0 -39
  989. package/node_modules/@openfn/language-common/node_modules/lodash/method.js +0 -34
  990. package/node_modules/@openfn/language-common/node_modules/lodash/methodOf.js +0 -33
  991. package/node_modules/@openfn/language-common/node_modules/lodash/min.js +0 -29
  992. package/node_modules/@openfn/language-common/node_modules/lodash/minBy.js +0 -34
  993. package/node_modules/@openfn/language-common/node_modules/lodash/mixin.js +0 -74
  994. package/node_modules/@openfn/language-common/node_modules/lodash/multiply.js +0 -22
  995. package/node_modules/@openfn/language-common/node_modules/lodash/negate.js +0 -40
  996. package/node_modules/@openfn/language-common/node_modules/lodash/next.js +0 -35
  997. package/node_modules/@openfn/language-common/node_modules/lodash/noop.js +0 -17
  998. package/node_modules/@openfn/language-common/node_modules/lodash/now.js +0 -23
  999. package/node_modules/@openfn/language-common/node_modules/lodash/nth.js +0 -29
  1000. package/node_modules/@openfn/language-common/node_modules/lodash/nthArg.js +0 -32
  1001. package/node_modules/@openfn/language-common/node_modules/lodash/number.js +0 -5
  1002. package/node_modules/@openfn/language-common/node_modules/lodash/object.js +0 -49
  1003. package/node_modules/@openfn/language-common/node_modules/lodash/omit.js +0 -57
  1004. package/node_modules/@openfn/language-common/node_modules/lodash/omitBy.js +0 -29
  1005. package/node_modules/@openfn/language-common/node_modules/lodash/once.js +0 -25
  1006. package/node_modules/@openfn/language-common/node_modules/lodash/orderBy.js +0 -47
  1007. package/node_modules/@openfn/language-common/node_modules/lodash/over.js +0 -24
  1008. package/node_modules/@openfn/language-common/node_modules/lodash/overArgs.js +0 -61
  1009. package/node_modules/@openfn/language-common/node_modules/lodash/overEvery.js +0 -34
  1010. package/node_modules/@openfn/language-common/node_modules/lodash/overSome.js +0 -37
  1011. package/node_modules/@openfn/language-common/node_modules/lodash/package.json +0 -17
  1012. package/node_modules/@openfn/language-common/node_modules/lodash/pad.js +0 -49
  1013. package/node_modules/@openfn/language-common/node_modules/lodash/padEnd.js +0 -39
  1014. package/node_modules/@openfn/language-common/node_modules/lodash/padStart.js +0 -39
  1015. package/node_modules/@openfn/language-common/node_modules/lodash/parseInt.js +0 -43
  1016. package/node_modules/@openfn/language-common/node_modules/lodash/partial.js +0 -50
  1017. package/node_modules/@openfn/language-common/node_modules/lodash/partialRight.js +0 -49
  1018. package/node_modules/@openfn/language-common/node_modules/lodash/partition.js +0 -43
  1019. package/node_modules/@openfn/language-common/node_modules/lodash/pick.js +0 -25
  1020. package/node_modules/@openfn/language-common/node_modules/lodash/pickBy.js +0 -37
  1021. package/node_modules/@openfn/language-common/node_modules/lodash/plant.js +0 -48
  1022. package/node_modules/@openfn/language-common/node_modules/lodash/property.js +0 -32
  1023. package/node_modules/@openfn/language-common/node_modules/lodash/propertyOf.js +0 -30
  1024. package/node_modules/@openfn/language-common/node_modules/lodash/pull.js +0 -29
  1025. package/node_modules/@openfn/language-common/node_modules/lodash/pullAll.js +0 -29
  1026. package/node_modules/@openfn/language-common/node_modules/lodash/pullAllBy.js +0 -33
  1027. package/node_modules/@openfn/language-common/node_modules/lodash/pullAllWith.js +0 -32
  1028. package/node_modules/@openfn/language-common/node_modules/lodash/pullAt.js +0 -43
  1029. package/node_modules/@openfn/language-common/node_modules/lodash/random.js +0 -82
  1030. package/node_modules/@openfn/language-common/node_modules/lodash/range.js +0 -46
  1031. package/node_modules/@openfn/language-common/node_modules/lodash/rangeRight.js +0 -41
  1032. package/node_modules/@openfn/language-common/node_modules/lodash/rearg.js +0 -33
  1033. package/node_modules/@openfn/language-common/node_modules/lodash/reduce.js +0 -51
  1034. package/node_modules/@openfn/language-common/node_modules/lodash/reduceRight.js +0 -36
  1035. package/node_modules/@openfn/language-common/node_modules/lodash/reject.js +0 -46
  1036. package/node_modules/@openfn/language-common/node_modules/lodash/release.md +0 -48
  1037. package/node_modules/@openfn/language-common/node_modules/lodash/remove.js +0 -53
  1038. package/node_modules/@openfn/language-common/node_modules/lodash/repeat.js +0 -37
  1039. package/node_modules/@openfn/language-common/node_modules/lodash/replace.js +0 -29
  1040. package/node_modules/@openfn/language-common/node_modules/lodash/rest.js +0 -40
  1041. package/node_modules/@openfn/language-common/node_modules/lodash/result.js +0 -56
  1042. package/node_modules/@openfn/language-common/node_modules/lodash/reverse.js +0 -34
  1043. package/node_modules/@openfn/language-common/node_modules/lodash/round.js +0 -26
  1044. package/node_modules/@openfn/language-common/node_modules/lodash/sample.js +0 -24
  1045. package/node_modules/@openfn/language-common/node_modules/lodash/sampleSize.js +0 -37
  1046. package/node_modules/@openfn/language-common/node_modules/lodash/seq.js +0 -16
  1047. package/node_modules/@openfn/language-common/node_modules/lodash/set.js +0 -35
  1048. package/node_modules/@openfn/language-common/node_modules/lodash/setWith.js +0 -32
  1049. package/node_modules/@openfn/language-common/node_modules/lodash/shuffle.js +0 -25
  1050. package/node_modules/@openfn/language-common/node_modules/lodash/size.js +0 -46
  1051. package/node_modules/@openfn/language-common/node_modules/lodash/slice.js +0 -37
  1052. package/node_modules/@openfn/language-common/node_modules/lodash/snakeCase.js +0 -28
  1053. package/node_modules/@openfn/language-common/node_modules/lodash/some.js +0 -51
  1054. package/node_modules/@openfn/language-common/node_modules/lodash/sortBy.js +0 -48
  1055. package/node_modules/@openfn/language-common/node_modules/lodash/sortedIndex.js +0 -24
  1056. package/node_modules/@openfn/language-common/node_modules/lodash/sortedIndexBy.js +0 -33
  1057. package/node_modules/@openfn/language-common/node_modules/lodash/sortedIndexOf.js +0 -31
  1058. package/node_modules/@openfn/language-common/node_modules/lodash/sortedLastIndex.js +0 -25
  1059. package/node_modules/@openfn/language-common/node_modules/lodash/sortedLastIndexBy.js +0 -33
  1060. package/node_modules/@openfn/language-common/node_modules/lodash/sortedLastIndexOf.js +0 -31
  1061. package/node_modules/@openfn/language-common/node_modules/lodash/sortedUniq.js +0 -24
  1062. package/node_modules/@openfn/language-common/node_modules/lodash/sortedUniqBy.js +0 -26
  1063. package/node_modules/@openfn/language-common/node_modules/lodash/split.js +0 -52
  1064. package/node_modules/@openfn/language-common/node_modules/lodash/spread.js +0 -63
  1065. package/node_modules/@openfn/language-common/node_modules/lodash/startCase.js +0 -29
  1066. package/node_modules/@openfn/language-common/node_modules/lodash/startsWith.js +0 -39
  1067. package/node_modules/@openfn/language-common/node_modules/lodash/string.js +0 -33
  1068. package/node_modules/@openfn/language-common/node_modules/lodash/stubArray.js +0 -23
  1069. package/node_modules/@openfn/language-common/node_modules/lodash/stubFalse.js +0 -18
  1070. package/node_modules/@openfn/language-common/node_modules/lodash/stubObject.js +0 -23
  1071. package/node_modules/@openfn/language-common/node_modules/lodash/stubString.js +0 -18
  1072. package/node_modules/@openfn/language-common/node_modules/lodash/stubTrue.js +0 -18
  1073. package/node_modules/@openfn/language-common/node_modules/lodash/subtract.js +0 -22
  1074. package/node_modules/@openfn/language-common/node_modules/lodash/sum.js +0 -24
  1075. package/node_modules/@openfn/language-common/node_modules/lodash/sumBy.js +0 -33
  1076. package/node_modules/@openfn/language-common/node_modules/lodash/tail.js +0 -22
  1077. package/node_modules/@openfn/language-common/node_modules/lodash/take.js +0 -37
  1078. package/node_modules/@openfn/language-common/node_modules/lodash/takeRight.js +0 -39
  1079. package/node_modules/@openfn/language-common/node_modules/lodash/takeRightWhile.js +0 -45
  1080. package/node_modules/@openfn/language-common/node_modules/lodash/takeWhile.js +0 -45
  1081. package/node_modules/@openfn/language-common/node_modules/lodash/tap.js +0 -29
  1082. package/node_modules/@openfn/language-common/node_modules/lodash/template.js +0 -272
  1083. package/node_modules/@openfn/language-common/node_modules/lodash/templateSettings.js +0 -67
  1084. package/node_modules/@openfn/language-common/node_modules/lodash/throttle.js +0 -69
  1085. package/node_modules/@openfn/language-common/node_modules/lodash/thru.js +0 -28
  1086. package/node_modules/@openfn/language-common/node_modules/lodash/times.js +0 -51
  1087. package/node_modules/@openfn/language-common/node_modules/lodash/toArray.js +0 -58
  1088. package/node_modules/@openfn/language-common/node_modules/lodash/toFinite.js +0 -42
  1089. package/node_modules/@openfn/language-common/node_modules/lodash/toInteger.js +0 -36
  1090. package/node_modules/@openfn/language-common/node_modules/lodash/toIterator.js +0 -23
  1091. package/node_modules/@openfn/language-common/node_modules/lodash/toJSON.js +0 -1
  1092. package/node_modules/@openfn/language-common/node_modules/lodash/toLength.js +0 -38
  1093. package/node_modules/@openfn/language-common/node_modules/lodash/toLower.js +0 -28
  1094. package/node_modules/@openfn/language-common/node_modules/lodash/toNumber.js +0 -64
  1095. package/node_modules/@openfn/language-common/node_modules/lodash/toPairs.js +0 -30
  1096. package/node_modules/@openfn/language-common/node_modules/lodash/toPairsIn.js +0 -30
  1097. package/node_modules/@openfn/language-common/node_modules/lodash/toPath.js +0 -33
  1098. package/node_modules/@openfn/language-common/node_modules/lodash/toPlainObject.js +0 -32
  1099. package/node_modules/@openfn/language-common/node_modules/lodash/toSafeInteger.js +0 -37
  1100. package/node_modules/@openfn/language-common/node_modules/lodash/toString.js +0 -28
  1101. package/node_modules/@openfn/language-common/node_modules/lodash/toUpper.js +0 -28
  1102. package/node_modules/@openfn/language-common/node_modules/lodash/transform.js +0 -65
  1103. package/node_modules/@openfn/language-common/node_modules/lodash/trim.js +0 -47
  1104. package/node_modules/@openfn/language-common/node_modules/lodash/trimEnd.js +0 -41
  1105. package/node_modules/@openfn/language-common/node_modules/lodash/trimStart.js +0 -43
  1106. package/node_modules/@openfn/language-common/node_modules/lodash/truncate.js +0 -111
  1107. package/node_modules/@openfn/language-common/node_modules/lodash/unary.js +0 -22
  1108. package/node_modules/@openfn/language-common/node_modules/lodash/unescape.js +0 -34
  1109. package/node_modules/@openfn/language-common/node_modules/lodash/union.js +0 -26
  1110. package/node_modules/@openfn/language-common/node_modules/lodash/unionBy.js +0 -39
  1111. package/node_modules/@openfn/language-common/node_modules/lodash/unionWith.js +0 -34
  1112. package/node_modules/@openfn/language-common/node_modules/lodash/uniq.js +0 -25
  1113. package/node_modules/@openfn/language-common/node_modules/lodash/uniqBy.js +0 -31
  1114. package/node_modules/@openfn/language-common/node_modules/lodash/uniqWith.js +0 -28
  1115. package/node_modules/@openfn/language-common/node_modules/lodash/uniqueId.js +0 -28
  1116. package/node_modules/@openfn/language-common/node_modules/lodash/unset.js +0 -34
  1117. package/node_modules/@openfn/language-common/node_modules/lodash/unzip.js +0 -45
  1118. package/node_modules/@openfn/language-common/node_modules/lodash/unzipWith.js +0 -39
  1119. package/node_modules/@openfn/language-common/node_modules/lodash/update.js +0 -35
  1120. package/node_modules/@openfn/language-common/node_modules/lodash/updateWith.js +0 -33
  1121. package/node_modules/@openfn/language-common/node_modules/lodash/upperCase.js +0 -27
  1122. package/node_modules/@openfn/language-common/node_modules/lodash/upperFirst.js +0 -22
  1123. package/node_modules/@openfn/language-common/node_modules/lodash/util.js +0 -34
  1124. package/node_modules/@openfn/language-common/node_modules/lodash/value.js +0 -1
  1125. package/node_modules/@openfn/language-common/node_modules/lodash/valueOf.js +0 -1
  1126. package/node_modules/@openfn/language-common/node_modules/lodash/values.js +0 -34
  1127. package/node_modules/@openfn/language-common/node_modules/lodash/valuesIn.js +0 -32
  1128. package/node_modules/@openfn/language-common/node_modules/lodash/without.js +0 -31
  1129. package/node_modules/@openfn/language-common/node_modules/lodash/words.js +0 -35
  1130. package/node_modules/@openfn/language-common/node_modules/lodash/wrap.js +0 -30
  1131. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperAt.js +0 -48
  1132. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperChain.js +0 -34
  1133. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperLodash.js +0 -147
  1134. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperReverse.js +0 -44
  1135. package/node_modules/@openfn/language-common/node_modules/lodash/wrapperValue.js +0 -21
  1136. package/node_modules/@openfn/language-common/node_modules/lodash/xor.js +0 -28
  1137. package/node_modules/@openfn/language-common/node_modules/lodash/xorBy.js +0 -39
  1138. package/node_modules/@openfn/language-common/node_modules/lodash/xorWith.js +0 -34
  1139. package/node_modules/@openfn/language-common/node_modules/lodash/zip.js +0 -22
  1140. package/node_modules/@openfn/language-common/node_modules/lodash/zipObject.js +0 -24
  1141. package/node_modules/@openfn/language-common/node_modules/lodash/zipObjectDeep.js +0 -23
  1142. package/node_modules/@openfn/language-common/node_modules/lodash/zipWith.js +0 -32
  1143. package/node_modules/@openfn/language-common/package.json +0 -55
  1144. package/node_modules/bignumber.js/CHANGELOG.md +0 -266
  1145. package/node_modules/bignumber.js/LICENCE +0 -23
  1146. package/node_modules/bignumber.js/README.md +0 -268
  1147. package/node_modules/bignumber.js/bignumber.d.ts +0 -1829
  1148. package/node_modules/bignumber.js/bignumber.js +0 -2902
  1149. package/node_modules/bignumber.js/bignumber.min.js +0 -1
  1150. package/node_modules/bignumber.js/bignumber.min.js.map +0 -1
  1151. package/node_modules/bignumber.js/bignumber.mjs +0 -2888
  1152. package/node_modules/bignumber.js/doc/API.html +0 -2237
  1153. package/node_modules/bignumber.js/package.json +0 -40
  1154. package/node_modules/core-util-is/LICENSE +0 -19
  1155. package/node_modules/core-util-is/README.md +0 -3
  1156. package/node_modules/core-util-is/float.patch +0 -604
  1157. package/node_modules/core-util-is/lib/util.js +0 -107
  1158. package/node_modules/core-util-is/package.json +0 -32
  1159. package/node_modules/core-util-is/test.js +0 -68
  1160. package/node_modules/inherits/LICENSE +0 -16
  1161. package/node_modules/inherits/README.md +0 -42
  1162. package/node_modules/inherits/inherits.js +0 -9
  1163. package/node_modules/inherits/inherits_browser.js +0 -27
  1164. package/node_modules/inherits/package.json +0 -29
  1165. package/node_modules/isarray/.npmignore +0 -1
  1166. package/node_modules/isarray/.travis.yml +0 -4
  1167. package/node_modules/isarray/Makefile +0 -6
  1168. package/node_modules/isarray/README.md +0 -60
  1169. package/node_modules/isarray/component.json +0 -19
  1170. package/node_modules/isarray/index.js +0 -5
  1171. package/node_modules/isarray/package.json +0 -45
  1172. package/node_modules/isarray/test.js +0 -20
  1173. package/node_modules/json-sql/.jshintrc +0 -19
  1174. package/node_modules/json-sql/.npmignore +0 -5
  1175. package/node_modules/json-sql/LICENSE +0 -22
  1176. package/node_modules/json-sql/README.md +0 -147
  1177. package/node_modules/json-sql/lib/builder.js +0 -127
  1178. package/node_modules/json-sql/lib/dialects/base/blocks.js +0 -430
  1179. package/node_modules/json-sql/lib/dialects/base/index.js +0 -353
  1180. package/node_modules/json-sql/lib/dialects/base/modifiers.js +0 -27
  1181. package/node_modules/json-sql/lib/dialects/base/operators/comparison.js +0 -245
  1182. package/node_modules/json-sql/lib/dialects/base/operators/fetching.js +0 -79
  1183. package/node_modules/json-sql/lib/dialects/base/operators/index.js +0 -13
  1184. package/node_modules/json-sql/lib/dialects/base/operators/logical.js +0 -36
  1185. package/node_modules/json-sql/lib/dialects/base/operators/state.js +0 -15
  1186. package/node_modules/json-sql/lib/dialects/base/templates.js +0 -243
  1187. package/node_modules/json-sql/lib/dialects/mssql/index.js +0 -13
  1188. package/node_modules/json-sql/lib/dialects/mysql/index.js +0 -16
  1189. package/node_modules/json-sql/lib/dialects/postgresql/blocks.js +0 -63
  1190. package/node_modules/json-sql/lib/dialects/postgresql/index.js +0 -44
  1191. package/node_modules/json-sql/lib/dialects/postgresql/operators/comparison.js +0 -58
  1192. package/node_modules/json-sql/lib/dialects/postgresql/operators/fetching.js +0 -10
  1193. package/node_modules/json-sql/lib/dialects/postgresql/operators/index.js +0 -9
  1194. package/node_modules/json-sql/lib/dialects/postgresql/templates.js +0 -49
  1195. package/node_modules/json-sql/lib/dialects/sqlite/blocks.js +0 -15
  1196. package/node_modules/json-sql/lib/dialects/sqlite/index.js +0 -17
  1197. package/node_modules/json-sql/lib/index.js +0 -8
  1198. package/node_modules/json-sql/lib/utils/object.js +0 -27
  1199. package/node_modules/json-sql/lib/utils/templateChecks.js +0 -72
  1200. package/node_modules/json-sql/lib/utils/valuesStore.js +0 -24
  1201. package/node_modules/json-sql/node_modules/underscore/LICENSE +0 -23
  1202. package/node_modules/json-sql/node_modules/underscore/README.md +0 -22
  1203. package/node_modules/json-sql/node_modules/underscore/package.json +0 -42
  1204. package/node_modules/json-sql/node_modules/underscore/underscore-min.js +0 -6
  1205. package/node_modules/json-sql/node_modules/underscore/underscore-min.map +0 -1
  1206. package/node_modules/json-sql/node_modules/underscore/underscore.js +0 -1536
  1207. package/node_modules/json-sql/package.json +0 -31
  1208. package/node_modules/mysql/Changes.md +0 -569
  1209. package/node_modules/mysql/License +0 -19
  1210. package/node_modules/mysql/Readme.md +0 -1548
  1211. package/node_modules/mysql/index.js +0 -161
  1212. package/node_modules/mysql/lib/Connection.js +0 -529
  1213. package/node_modules/mysql/lib/ConnectionConfig.js +0 -209
  1214. package/node_modules/mysql/lib/Pool.js +0 -294
  1215. package/node_modules/mysql/lib/PoolCluster.js +0 -288
  1216. package/node_modules/mysql/lib/PoolConfig.js +0 -32
  1217. package/node_modules/mysql/lib/PoolConnection.js +0 -65
  1218. package/node_modules/mysql/lib/PoolNamespace.js +0 -136
  1219. package/node_modules/mysql/lib/PoolSelector.js +0 -31
  1220. package/node_modules/mysql/lib/protocol/Auth.js +0 -168
  1221. package/node_modules/mysql/lib/protocol/BufferList.js +0 -25
  1222. package/node_modules/mysql/lib/protocol/PacketHeader.js +0 -5
  1223. package/node_modules/mysql/lib/protocol/PacketWriter.js +0 -211
  1224. package/node_modules/mysql/lib/protocol/Parser.js +0 -491
  1225. package/node_modules/mysql/lib/protocol/Protocol.js +0 -463
  1226. package/node_modules/mysql/lib/protocol/ResultSet.js +0 -7
  1227. package/node_modules/mysql/lib/protocol/SqlString.js +0 -1
  1228. package/node_modules/mysql/lib/protocol/Timer.js +0 -33
  1229. package/node_modules/mysql/lib/protocol/constants/charsets.js +0 -262
  1230. package/node_modules/mysql/lib/protocol/constants/client.js +0 -26
  1231. package/node_modules/mysql/lib/protocol/constants/errors.js +0 -2476
  1232. package/node_modules/mysql/lib/protocol/constants/field_flags.js +0 -18
  1233. package/node_modules/mysql/lib/protocol/constants/server_status.js +0 -39
  1234. package/node_modules/mysql/lib/protocol/constants/ssl_profiles.js +0 -1480
  1235. package/node_modules/mysql/lib/protocol/constants/types.js +0 -72
  1236. package/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js +0 -20
  1237. package/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js +0 -14
  1238. package/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js +0 -54
  1239. package/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js +0 -26
  1240. package/node_modules/mysql/lib/protocol/packets/ComPingPacket.js +0 -12
  1241. package/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js +0 -15
  1242. package/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js +0 -12
  1243. package/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js +0 -12
  1244. package/node_modules/mysql/lib/protocol/packets/EmptyPacket.js +0 -9
  1245. package/node_modules/mysql/lib/protocol/packets/EofPacket.js +0 -25
  1246. package/node_modules/mysql/lib/protocol/packets/ErrorPacket.js +0 -35
  1247. package/node_modules/mysql/lib/protocol/packets/Field.js +0 -26
  1248. package/node_modules/mysql/lib/protocol/packets/FieldPacket.js +0 -93
  1249. package/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js +0 -103
  1250. package/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js +0 -15
  1251. package/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js +0 -21
  1252. package/node_modules/mysql/lib/protocol/packets/OkPacket.js +0 -44
  1253. package/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js +0 -14
  1254. package/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js +0 -14
  1255. package/node_modules/mysql/lib/protocol/packets/RowDataPacket.js +0 -130
  1256. package/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js +0 -27
  1257. package/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js +0 -20
  1258. package/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js +0 -14
  1259. package/node_modules/mysql/lib/protocol/packets/index.js +0 -23
  1260. package/node_modules/mysql/lib/protocol/sequences/ChangeUser.js +0 -67
  1261. package/node_modules/mysql/lib/protocol/sequences/Handshake.js +0 -126
  1262. package/node_modules/mysql/lib/protocol/sequences/Ping.js +0 -19
  1263. package/node_modules/mysql/lib/protocol/sequences/Query.js +0 -228
  1264. package/node_modules/mysql/lib/protocol/sequences/Quit.js +0 -40
  1265. package/node_modules/mysql/lib/protocol/sequences/Sequence.js +0 -125
  1266. package/node_modules/mysql/lib/protocol/sequences/Statistics.js +0 -30
  1267. package/node_modules/mysql/lib/protocol/sequences/index.js +0 -7
  1268. package/node_modules/mysql/package.json +0 -46
  1269. package/node_modules/process-nextick-args/index.js +0 -45
  1270. package/node_modules/process-nextick-args/license.md +0 -19
  1271. package/node_modules/process-nextick-args/package.json +0 -25
  1272. package/node_modules/process-nextick-args/readme.md +0 -18
  1273. package/node_modules/readable-stream/.travis.yml +0 -34
  1274. package/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  1275. package/node_modules/readable-stream/GOVERNANCE.md +0 -136
  1276. package/node_modules/readable-stream/LICENSE +0 -47
  1277. package/node_modules/readable-stream/README.md +0 -58
  1278. package/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  1279. package/node_modules/readable-stream/duplex-browser.js +0 -1
  1280. package/node_modules/readable-stream/duplex.js +0 -1
  1281. package/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
  1282. package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
  1283. package/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
  1284. package/node_modules/readable-stream/lib/_stream_transform.js +0 -214
  1285. package/node_modules/readable-stream/lib/_stream_writable.js +0 -687
  1286. package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -79
  1287. package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -74
  1288. package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  1289. package/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  1290. package/node_modules/readable-stream/package.json +0 -52
  1291. package/node_modules/readable-stream/passthrough.js +0 -1
  1292. package/node_modules/readable-stream/readable-browser.js +0 -7
  1293. package/node_modules/readable-stream/readable.js +0 -19
  1294. package/node_modules/readable-stream/transform.js +0 -1
  1295. package/node_modules/readable-stream/writable-browser.js +0 -1
  1296. package/node_modules/readable-stream/writable.js +0 -8
  1297. package/node_modules/safe-buffer/LICENSE +0 -21
  1298. package/node_modules/safe-buffer/README.md +0 -584
  1299. package/node_modules/safe-buffer/index.d.ts +0 -187
  1300. package/node_modules/safe-buffer/index.js +0 -62
  1301. package/node_modules/safe-buffer/package.json +0 -37
  1302. package/node_modules/sqlstring/HISTORY.md +0 -43
  1303. package/node_modules/sqlstring/LICENSE +0 -19
  1304. package/node_modules/sqlstring/README.md +0 -206
  1305. package/node_modules/sqlstring/index.js +0 -1
  1306. package/node_modules/sqlstring/lib/SqlString.js +0 -237
  1307. package/node_modules/sqlstring/package.json +0 -47
  1308. package/node_modules/squel/CHANGELOG.md +0 -218
  1309. package/node_modules/squel/CONTRIBUTING.md +0 -28
  1310. package/node_modules/squel/LICENSE.md +0 -27
  1311. package/node_modules/squel/README.md +0 -382
  1312. package/node_modules/squel/RELEASE.md +0 -13
  1313. package/node_modules/squel/dist/squel-basic.js +0 -3067
  1314. package/node_modules/squel/dist/squel-basic.min.js +0 -2
  1315. package/node_modules/squel/dist/squel.d.ts +0 -1750
  1316. package/node_modules/squel/dist/squel.js +0 -3982
  1317. package/node_modules/squel/dist/squel.min.js +0 -2
  1318. package/node_modules/squel/gulpfile.js +0 -117
  1319. package/node_modules/squel/package.json +0 -56
  1320. package/node_modules/squel/performance/select.js +0 -22
  1321. package/node_modules/string-escape/README.md +0 -352
  1322. package/node_modules/string-escape/package.json +0 -32
  1323. package/node_modules/string_decoder/.travis.yml +0 -50
  1324. package/node_modules/string_decoder/LICENSE +0 -48
  1325. package/node_modules/string_decoder/README.md +0 -47
  1326. package/node_modules/string_decoder/lib/string_decoder.js +0 -296
  1327. package/node_modules/string_decoder/package.json +0 -31
  1328. package/node_modules/util-deprecate/History.md +0 -16
  1329. package/node_modules/util-deprecate/LICENSE +0 -24
  1330. package/node_modules/util-deprecate/README.md +0 -53
  1331. package/node_modules/util-deprecate/browser.js +0 -67
  1332. package/node_modules/util-deprecate/node.js +0 -6
  1333. package/node_modules/util-deprecate/package.json +0 -27
@@ -1,1548 +0,0 @@
1
- # mysql
2
-
3
- [![NPM Version][npm-version-image]][npm-url]
4
- [![NPM Downloads][npm-downloads-image]][npm-url]
5
- [![Node.js Version][node-image]][node-url]
6
- [![Linux Build][travis-image]][travis-url]
7
- [![Windows Build][appveyor-image]][appveyor-url]
8
- [![Test Coverage][coveralls-image]][coveralls-url]
9
-
10
- ## Table of Contents
11
-
12
- - [Install](#install)
13
- - [Introduction](#introduction)
14
- - [Contributors](#contributors)
15
- - [Sponsors](#sponsors)
16
- - [Community](#community)
17
- - [Establishing connections](#establishing-connections)
18
- - [Connection options](#connection-options)
19
- - [SSL options](#ssl-options)
20
- - [Connection flags](#connection-flags)
21
- - [Terminating connections](#terminating-connections)
22
- - [Pooling connections](#pooling-connections)
23
- - [Pool options](#pool-options)
24
- - [Pool events](#pool-events)
25
- - [acquire](#acquire)
26
- - [connection](#connection)
27
- - [enqueue](#enqueue)
28
- - [release](#release)
29
- - [Closing all the connections in a pool](#closing-all-the-connections-in-a-pool)
30
- - [PoolCluster](#poolcluster)
31
- - [PoolCluster options](#poolcluster-options)
32
- - [Switching users and altering connection state](#switching-users-and-altering-connection-state)
33
- - [Server disconnects](#server-disconnects)
34
- - [Performing queries](#performing-queries)
35
- - [Escaping query values](#escaping-query-values)
36
- - [Escaping query identifiers](#escaping-query-identifiers)
37
- - [Preparing Queries](#preparing-queries)
38
- - [Custom format](#custom-format)
39
- - [Getting the id of an inserted row](#getting-the-id-of-an-inserted-row)
40
- - [Getting the number of affected rows](#getting-the-number-of-affected-rows)
41
- - [Getting the number of changed rows](#getting-the-number-of-changed-rows)
42
- - [Getting the connection ID](#getting-the-connection-id)
43
- - [Executing queries in parallel](#executing-queries-in-parallel)
44
- - [Streaming query rows](#streaming-query-rows)
45
- - [Piping results with Streams](#piping-results-with-streams)
46
- - [Multiple statement queries](#multiple-statement-queries)
47
- - [Stored procedures](#stored-procedures)
48
- - [Joins with overlapping column names](#joins-with-overlapping-column-names)
49
- - [Transactions](#transactions)
50
- - [Ping](#ping)
51
- - [Timeouts](#timeouts)
52
- - [Error handling](#error-handling)
53
- - [Exception Safety](#exception-safety)
54
- - [Type casting](#type-casting)
55
- - [Number](#number)
56
- - [Date](#date)
57
- - [Buffer](#buffer)
58
- - [String](#string)
59
- - [Custom type casting](#custom-type-casting)
60
- - [Debugging and reporting problems](#debugging-and-reporting-problems)
61
- - [Security issues](#security-issues)
62
- - [Contributing](#contributing)
63
- - [Running tests](#running-tests)
64
- - [Running unit tests](#running-unit-tests)
65
- - [Running integration tests](#running-integration-tests)
66
- - [Todo](#todo)
67
-
68
- ## Install
69
-
70
- This is a [Node.js](https://nodejs.org/en/) module available through the
71
- [npm registry](https://www.npmjs.com/).
72
-
73
- Before installing, [download and install Node.js](https://nodejs.org/en/download/).
74
- Node.js 0.6 or higher is required.
75
-
76
- Installation is done using the
77
- [`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
78
-
79
- ```sh
80
- $ npm install mysql
81
- ```
82
-
83
- For information about the previous 0.9.x releases, visit the [v0.9 branch][].
84
-
85
- Sometimes I may also ask you to install the latest version from Github to check
86
- if a bugfix is working. In this case, please do:
87
-
88
- ```sh
89
- $ npm install mysqljs/mysql
90
- ```
91
-
92
- [v0.9 branch]: https://github.com/mysqljs/mysql/tree/v0.9
93
-
94
- ## Introduction
95
-
96
- This is a node.js driver for mysql. It is written in JavaScript, does not
97
- require compiling, and is 100% MIT licensed.
98
-
99
- Here is an example on how to use it:
100
-
101
- ```js
102
- var mysql = require('mysql');
103
- var connection = mysql.createConnection({
104
- host : 'localhost',
105
- user : 'me',
106
- password : 'secret',
107
- database : 'my_db'
108
- });
109
-
110
- connection.connect();
111
-
112
- connection.query('SELECT 1 + 1 AS solution', function (error, results, fields) {
113
- if (error) throw error;
114
- console.log('The solution is: ', results[0].solution);
115
- });
116
-
117
- connection.end();
118
- ```
119
-
120
- From this example, you can learn the following:
121
-
122
- * Every method you invoke on a connection is queued and executed in sequence.
123
- * Closing the connection is done using `end()` which makes sure all remaining
124
- queries are executed before sending a quit packet to the mysql server.
125
-
126
- ## Contributors
127
-
128
- Thanks goes to the people who have contributed code to this module, see the
129
- [GitHub Contributors page][].
130
-
131
- [GitHub Contributors page]: https://github.com/mysqljs/mysql/graphs/contributors
132
-
133
- Additionally I'd like to thank the following people:
134
-
135
- * [Andrey Hristov][] (Oracle) - for helping me with protocol questions.
136
- * [Ulf Wendel][] (Oracle) - for helping me with protocol questions.
137
-
138
- [Ulf Wendel]: http://blog.ulf-wendel.de/
139
- [Andrey Hristov]: http://andrey.hristov.com/
140
-
141
- ## Sponsors
142
-
143
- The following companies have supported this project financially, allowing me to
144
- spend more time on it (ordered by time of contribution):
145
-
146
- * [Transloadit](http://transloadit.com) (my startup, we do file uploading &
147
- video encoding as a service, check it out)
148
- * [Joyent](http://www.joyent.com/)
149
- * [pinkbike.com](http://pinkbike.com/)
150
- * [Holiday Extras](http://www.holidayextras.co.uk/) (they are [hiring](http://join.holidayextras.co.uk/))
151
- * [Newscope](http://newscope.com/) (they are [hiring](https://newscope.com/unternehmen/jobs/))
152
-
153
- ## Community
154
-
155
- If you'd like to discuss this module, or ask questions about it, please use one
156
- of the following:
157
-
158
- * **Mailing list**: https://groups.google.com/forum/#!forum/node-mysql
159
- * **IRC Channel**: #node.js (on freenode.net, I pay attention to any message
160
- including the term `mysql`)
161
-
162
- ## Establishing connections
163
-
164
- The recommended way to establish a connection is this:
165
-
166
- ```js
167
- var mysql = require('mysql');
168
- var connection = mysql.createConnection({
169
- host : 'example.org',
170
- user : 'bob',
171
- password : 'secret'
172
- });
173
-
174
- connection.connect(function(err) {
175
- if (err) {
176
- console.error('error connecting: ' + err.stack);
177
- return;
178
- }
179
-
180
- console.log('connected as id ' + connection.threadId);
181
- });
182
- ```
183
-
184
- However, a connection can also be implicitly established by invoking a query:
185
-
186
- ```js
187
- var mysql = require('mysql');
188
- var connection = mysql.createConnection(...);
189
-
190
- connection.query('SELECT 1', function (error, results, fields) {
191
- if (error) throw error;
192
- // connected!
193
- });
194
- ```
195
-
196
- Depending on how you like to handle your errors, either method may be
197
- appropriate. Any type of connection error (handshake or network) is considered
198
- a fatal error, see the [Error Handling](#error-handling) section for more
199
- information.
200
-
201
- ## Connection options
202
-
203
- When establishing a connection, you can set the following options:
204
-
205
- * `host`: The hostname of the database you are connecting to. (Default:
206
- `localhost`)
207
- * `port`: The port number to connect to. (Default: `3306`)
208
- * `localAddress`: The source IP address to use for TCP connection. (Optional)
209
- * `socketPath`: The path to a unix domain socket to connect to. When used `host`
210
- and `port` are ignored.
211
- * `user`: The MySQL user to authenticate as.
212
- * `password`: The password of that MySQL user.
213
- * `database`: Name of the database to use for this connection (Optional).
214
- * `charset`: The charset for the connection. This is called "collation" in the SQL-level
215
- of MySQL (like `utf8_general_ci`). If a SQL-level charset is specified (like `utf8mb4`)
216
- then the default collation for that charset is used. (Default: `'UTF8_GENERAL_CI'`)
217
- * `timezone`: The timezone configured on the MySQL server. This is used to type cast server date/time values to JavaScript `Date` object and vice versa. This can be `'local'`, `'Z'`, or an offset in the form `+HH:MM` or `-HH:MM`. (Default: `'local'`)
218
- * `connectTimeout`: The milliseconds before a timeout occurs during the initial connection
219
- to the MySQL server. (Default: `10000`)
220
- * `stringifyObjects`: Stringify objects instead of converting to values. See
221
- issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`)
222
- * `insecureAuth`: Allow connecting to MySQL instances that ask for the old
223
- (insecure) authentication method. (Default: `false`)
224
- * `typeCast`: Determines if column values should be converted to native
225
- JavaScript types. (Default: `true`)
226
- * `queryFormat`: A custom query format function. See [Custom format](#custom-format).
227
- * `supportBigNumbers`: When dealing with big numbers (BIGINT and DECIMAL columns) in the database,
228
- you should enable this option (Default: `false`).
229
- * `bigNumberStrings`: Enabling both `supportBigNumbers` and `bigNumberStrings` forces big numbers
230
- (BIGINT and DECIMAL columns) to be always returned as JavaScript String objects (Default: `false`).
231
- Enabling `supportBigNumbers` but leaving `bigNumberStrings` disabled will return big numbers as String
232
- objects only when they cannot be accurately represented with [JavaScript Number objects] (http://ecma262-5.com/ELS5_HTML.htm#Section_8.5)
233
- (which happens when they exceed the [-2^53, +2^53] range), otherwise they will be returned as
234
- Number objects. This option is ignored if `supportBigNumbers` is disabled.
235
- * `dateStrings`: Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather than
236
- inflated into JavaScript Date objects. Can be `true`/`false` or an array of type names to keep as
237
- strings. (Default: `false`)
238
- * `debug`: Prints protocol details to stdout. Can be `true`/`false` or an array of packet type names
239
- that should be printed. (Default: `false`)
240
- * `trace`: Generates stack traces on `Error` to include call site of library
241
- entrance ("long stack traces"). Slight performance penalty for most calls.
242
- (Default: `true`)
243
- * `localInfile`: Allow `LOAD DATA INFILE` to use the `LOCAL` modifier. (Default: `true`)
244
- * `multipleStatements`: Allow multiple mysql statements per query. Be careful
245
- with this, it could increase the scope of SQL injection attacks. (Default: `false`)
246
- * `flags`: List of connection flags to use other than the default ones. It is
247
- also possible to blacklist default ones. For more information, check
248
- [Connection Flags](#connection-flags).
249
- * `ssl`: object with ssl parameters or a string containing name of ssl profile. See [SSL options](#ssl-options).
250
-
251
-
252
- In addition to passing these options as an object, you can also use a url
253
- string. For example:
254
-
255
- ```js
256
- var connection = mysql.createConnection('mysql://user:pass@host/db?debug=true&charset=BIG5_CHINESE_CI&timezone=-0700');
257
- ```
258
-
259
- Note: The query values are first attempted to be parsed as JSON, and if that
260
- fails assumed to be plaintext strings.
261
-
262
- ### SSL options
263
-
264
- The `ssl` option in the connection options takes a string or an object. When given a string,
265
- it uses one of the predefined SSL profiles included. The following profiles are included:
266
-
267
- * `"Amazon RDS"`: this profile is for connecting to an Amazon RDS server and contains the
268
- certificates from https://rds.amazonaws.com/doc/rds-ssl-ca-cert.pem and
269
- https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem
270
-
271
- When connecting to other servers, you will need to provide an object of options, in the
272
- same format as [tls.createSecureContext](https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options).
273
- Please note the arguments expect a string of the certificate, not a file name to the
274
- certificate. Here is a simple example:
275
-
276
- ```js
277
- var connection = mysql.createConnection({
278
- host : 'localhost',
279
- ssl : {
280
- ca : fs.readFileSync(__dirname + '/mysql-ca.crt')
281
- }
282
- });
283
- ```
284
-
285
- You can also connect to a MySQL server without properly providing the appropriate
286
- CA to trust. _You should not do this_.
287
-
288
- ```js
289
- var connection = mysql.createConnection({
290
- host : 'localhost',
291
- ssl : {
292
- // DO NOT DO THIS
293
- // set up your ca correctly to trust the connection
294
- rejectUnauthorized: false
295
- }
296
- });
297
- ```
298
-
299
- ### Connection flags
300
-
301
- If, for any reason, you would like to change the default connection flags, you
302
- can use the connection option `flags`. Pass a string with a comma separated list
303
- of items to add to the default flags. If you don't want a default flag to be used
304
- prepend the flag with a minus sign. To add a flag that is not in the default list,
305
- just write the flag name, or prefix it with a plus (case insensitive).
306
-
307
- ```js
308
- var connection = mysql.createConnection({
309
- // disable FOUND_ROWS flag, enable IGNORE_SPACE flag
310
- flags: '-FOUND_ROWS,IGNORE_SPACE'
311
- });
312
- ```
313
-
314
- The following flags are available:
315
-
316
- - `COMPRESS` - Enable protocol compression. This feature is not currently supported
317
- by the Node.js implementation so cannot be turned on. (Default off)
318
- - `CONNECT_WITH_DB` - Ability to specify the database on connection. (Default on)
319
- - `FOUND_ROWS` - Send the found rows instead of the affected rows as `affectedRows`.
320
- (Default on)
321
- - `IGNORE_SIGPIPE` - Don't issue SIGPIPE if network failures. This flag has no effect
322
- on this Node.js implementation. (Default on)
323
- - `IGNORE_SPACE` - Let the parser ignore spaces before the `(` in queries. (Default on)
324
- - `INTERACTIVE` - Indicates to the MySQL server this is an "interactive" client. This
325
- will use the interactive timeouts on the MySQL server and report as interactive in
326
- the process list. (Default off)
327
- - `LOCAL_FILES` - Can use `LOAD DATA LOCAL`. This flag is controlled by the connection
328
- option `localInfile`. (Default on)
329
- - `LONG_FLAG` - Longer flags in Protocol::ColumnDefinition320. (Default on)
330
- - `LONG_PASSWORD` - Use the improved version of Old Password Authentication.
331
- (Default on)
332
- - `MULTI_RESULTS` - Can handle multiple resultsets for queries. (Default on)
333
- - `MULTI_STATEMENTS` - The client may send multiple statement per query or
334
- statement prepare (separated by `;`). This flag is controlled by the connection
335
- option `multipleStatements`. (Default off)
336
- - `NO_SCHEMA`
337
- - `ODBC` Special handling of ODBC behaviour. This flag has no effect on this Node.js
338
- implementation. (Default on)
339
- - `PLUGIN_AUTH` - Uses the plugin authentication mechanism when connecting to the
340
- MySQL server. This feature is not currently supported by the Node.js implementation
341
- so cannot be turned on. (Default off)
342
- - `PROTOCOL_41` - Uses the 4.1 protocol. (Default on)
343
- - `PS_MULTI_RESULTS` - Can handle multiple resultsets for execute. (Default on)
344
- - `REMEMBER_OPTIONS` - This is specific to the C client, and has no effect on this
345
- Node.js implementation. (Default off)
346
- - `RESERVED` - Old flag for the 4.1 protocol. (Default on)
347
- - `SECURE_CONNECTION` - Support native 4.1 authentication. (Default on)
348
- - `SSL` - Use SSL after handshake to encrypt data in transport. This feature is
349
- controlled though the `ssl` connection option, so the flag has no effect.
350
- (Default off)
351
- - `SSL_VERIFY_SERVER_CERT` - Verify the server certificate during SSL set up. This
352
- feature is controlled though the `ssl.rejectUnauthorized` connection option, so
353
- the flag has no effect. (Default off)
354
- - `TRANSACTIONS` - Asks for the transaction status flags. (Default on)
355
-
356
- ## Terminating connections
357
-
358
- There are two ways to end a connection. Terminating a connection gracefully is
359
- done by calling the `end()` method:
360
-
361
- ```js
362
- connection.end(function(err) {
363
- // The connection is terminated now
364
- });
365
- ```
366
-
367
- This will make sure all previously enqueued queries are still before sending a
368
- `COM_QUIT` packet to the MySQL server. If a fatal error occurs before the
369
- `COM_QUIT` packet can be sent, an `err` argument will be provided to the
370
- callback, but the connection will be terminated regardless of that.
371
-
372
- An alternative way to end the connection is to call the `destroy()` method.
373
- This will cause an immediate termination of the underlying socket.
374
- Additionally `destroy()` guarantees that no more events or callbacks will be
375
- triggered for the connection.
376
-
377
- ```js
378
- connection.destroy();
379
- ```
380
-
381
- Unlike `end()` the `destroy()` method does not take a callback argument.
382
-
383
- ## Pooling connections
384
-
385
- Rather than creating and managing connections one-by-one, this module also
386
- provides built-in connection pooling using `mysql.createPool(config)`.
387
- [Read more about connection pooling](https://en.wikipedia.org/wiki/Connection_pool).
388
-
389
- Create a pool and use it directly:
390
-
391
- ```js
392
- var mysql = require('mysql');
393
- var pool = mysql.createPool({
394
- connectionLimit : 10,
395
- host : 'example.org',
396
- user : 'bob',
397
- password : 'secret',
398
- database : 'my_db'
399
- });
400
-
401
- pool.query('SELECT 1 + 1 AS solution', function (error, results, fields) {
402
- if (error) throw error;
403
- console.log('The solution is: ', results[0].solution);
404
- });
405
- ```
406
-
407
- This is a shortcut for the `pool.getConnection()` -> `connection.query()` ->
408
- `connection.release()` code flow. Using `pool.getConnection()` is useful to
409
- share connection state for subsequent queries. This is because two calls to
410
- `pool.query()` may use two different connections and run in parallel. This is
411
- the basic structure:
412
-
413
- ```js
414
- var mysql = require('mysql');
415
- var pool = mysql.createPool(...);
416
-
417
- pool.getConnection(function(err, connection) {
418
- if (err) throw err; // not connected!
419
-
420
- // Use the connection
421
- connection.query('SELECT something FROM sometable', function (error, results, fields) {
422
- // When done with the connection, release it.
423
- connection.release();
424
-
425
- // Handle error after the release.
426
- if (error) throw error;
427
-
428
- // Don't use the connection here, it has been returned to the pool.
429
- });
430
- });
431
- ```
432
-
433
- If you would like to close the connection and remove it from the pool, use
434
- `connection.destroy()` instead. The pool will create a new connection the next
435
- time one is needed.
436
-
437
- Connections are lazily created by the pool. If you configure the pool to allow
438
- up to 100 connections, but only ever use 5 simultaneously, only 5 connections
439
- will be made. Connections are also cycled round-robin style, with connections
440
- being taken from the top of the pool and returning to the bottom.
441
-
442
- When a previous connection is retrieved from the pool, a ping packet is sent
443
- to the server to check if the connection is still good.
444
-
445
- ## Pool options
446
-
447
- Pools accept all the same [options as a connection](#connection-options).
448
- When creating a new connection, the options are simply passed to the connection
449
- constructor. In addition to those options pools accept a few extras:
450
-
451
- * `acquireTimeout`: The milliseconds before a timeout occurs during the connection
452
- acquisition. This is slightly different from `connectTimeout`, because acquiring
453
- a pool connection does not always involve making a connection. If a connection
454
- request is queued, the time the request spends in the queue does not count
455
- towards this timeout. (Default: `10000`)
456
- * `waitForConnections`: Determines the pool's action when no connections are
457
- available and the limit has been reached. If `true`, the pool will queue the
458
- connection request and call it when one becomes available. If `false`, the
459
- pool will immediately call back with an error. (Default: `true`)
460
- * `connectionLimit`: The maximum number of connections to create at once.
461
- (Default: `10`)
462
- * `queueLimit`: The maximum number of connection requests the pool will queue
463
- before returning an error from `getConnection`. If set to `0`, there is no
464
- limit to the number of queued connection requests. (Default: `0`)
465
-
466
- ## Pool events
467
-
468
- ### acquire
469
-
470
- The pool will emit an `acquire` event when a connection is acquired from the pool.
471
- This is called after all acquiring activity has been performed on the connection,
472
- right before the connection is handed to the callback of the acquiring code.
473
-
474
- ```js
475
- pool.on('acquire', function (connection) {
476
- console.log('Connection %d acquired', connection.threadId);
477
- });
478
- ```
479
-
480
- ### connection
481
-
482
- The pool will emit a `connection` event when a new connection is made within the pool.
483
- If you need to set session variables on the connection before it gets used, you can
484
- listen to the `connection` event.
485
-
486
- ```js
487
- pool.on('connection', function (connection) {
488
- connection.query('SET SESSION auto_increment_increment=1')
489
- });
490
- ```
491
-
492
- ### enqueue
493
-
494
- The pool will emit an `enqueue` event when a callback has been queued to wait for
495
- an available connection.
496
-
497
- ```js
498
- pool.on('enqueue', function () {
499
- console.log('Waiting for available connection slot');
500
- });
501
- ```
502
-
503
- ### release
504
-
505
- The pool will emit a `release` event when a connection is released back to the
506
- pool. This is called after all release activity has been performed on the connection,
507
- so the connection will be listed as free at the time of the event.
508
-
509
- ```js
510
- pool.on('release', function (connection) {
511
- console.log('Connection %d released', connection.threadId);
512
- });
513
- ```
514
-
515
- ## Closing all the connections in a pool
516
-
517
- When you are done using the pool, you have to end all the connections or the
518
- Node.js event loop will stay active until the connections are closed by the
519
- MySQL server. This is typically done if the pool is used in a script or when
520
- trying to gracefully shutdown a server. To end all the connections in the
521
- pool, use the `end` method on the pool:
522
-
523
- ```js
524
- pool.end(function (err) {
525
- // all connections in the pool have ended
526
- });
527
- ```
528
-
529
- The `end` method takes an _optional_ callback that you can use to know when
530
- all the connections are ended.
531
-
532
- **Once `pool.end` is called, `pool.getConnection` and other operations
533
- can no longer be performed.** Wait until all connections in the pool are
534
- released before calling `pool.end`. If you use the shortcut method
535
- `pool.query`, in place of `pool.getConnection` → `connection.query` →
536
- `connection.release`, wait until it completes.
537
-
538
- `pool.end` calls `connection.end` on every active connection in the pool.
539
- This queues a `QUIT` packet on the connection and sets a flag to prevent
540
- `pool.getConnection` from creating new connections. All commands / queries
541
- already in progress will complete, but new commands won't execute.
542
-
543
- ## PoolCluster
544
-
545
- PoolCluster provides multiple hosts connection. (group & retry & selector)
546
-
547
- ```js
548
- // create
549
- var poolCluster = mysql.createPoolCluster();
550
-
551
- // add configurations (the config is a pool config object)
552
- poolCluster.add(config); // add configuration with automatic name
553
- poolCluster.add('MASTER', masterConfig); // add a named configuration
554
- poolCluster.add('SLAVE1', slave1Config);
555
- poolCluster.add('SLAVE2', slave2Config);
556
-
557
- // remove configurations
558
- poolCluster.remove('SLAVE2'); // By nodeId
559
- poolCluster.remove('SLAVE*'); // By target group : SLAVE1-2
560
-
561
- // Target Group : ALL(anonymous, MASTER, SLAVE1-2), Selector : round-robin(default)
562
- poolCluster.getConnection(function (err, connection) {});
563
-
564
- // Target Group : MASTER, Selector : round-robin
565
- poolCluster.getConnection('MASTER', function (err, connection) {});
566
-
567
- // Target Group : SLAVE1-2, Selector : order
568
- // If can't connect to SLAVE1, return SLAVE2. (remove SLAVE1 in the cluster)
569
- poolCluster.on('remove', function (nodeId) {
570
- console.log('REMOVED NODE : ' + nodeId); // nodeId = SLAVE1
571
- });
572
-
573
- // A pattern can be passed with * as wildcard
574
- poolCluster.getConnection('SLAVE*', 'ORDER', function (err, connection) {});
575
-
576
- // The pattern can also be a regular expression
577
- poolCluster.getConnection(/^SLAVE[12]$/, function (err, connection) {});
578
-
579
- // of namespace : of(pattern, selector)
580
- poolCluster.of('*').getConnection(function (err, connection) {});
581
-
582
- var pool = poolCluster.of('SLAVE*', 'RANDOM');
583
- pool.getConnection(function (err, connection) {});
584
- pool.getConnection(function (err, connection) {});
585
- pool.query(function (error, results, fields) {});
586
-
587
- // close all connections
588
- poolCluster.end(function (err) {
589
- // all connections in the pool cluster have ended
590
- });
591
- ```
592
-
593
- ### PoolCluster options
594
-
595
- * `canRetry`: If `true`, `PoolCluster` will attempt to reconnect when connection fails. (Default: `true`)
596
- * `removeNodeErrorCount`: If connection fails, node's `errorCount` increases.
597
- When `errorCount` is greater than `removeNodeErrorCount`, remove a node in the `PoolCluster`. (Default: `5`)
598
- * `restoreNodeTimeout`: If connection fails, specifies the number of milliseconds
599
- before another connection attempt will be made. If set to `0`, then node will be
600
- removed instead and never re-used. (Default: `0`)
601
- * `defaultSelector`: The default selector. (Default: `RR`)
602
- * `RR`: Select one alternately. (Round-Robin)
603
- * `RANDOM`: Select the node by random function.
604
- * `ORDER`: Select the first node available unconditionally.
605
-
606
- ```js
607
- var clusterConfig = {
608
- removeNodeErrorCount: 1, // Remove the node immediately when connection fails.
609
- defaultSelector: 'ORDER'
610
- };
611
-
612
- var poolCluster = mysql.createPoolCluster(clusterConfig);
613
- ```
614
-
615
- ## Switching users and altering connection state
616
-
617
- MySQL offers a changeUser command that allows you to alter the current user and
618
- other aspects of the connection without shutting down the underlying socket:
619
-
620
- ```js
621
- connection.changeUser({user : 'john'}, function(err) {
622
- if (err) throw err;
623
- });
624
- ```
625
-
626
- The available options for this feature are:
627
-
628
- * `user`: The name of the new user (defaults to the previous one).
629
- * `password`: The password of the new user (defaults to the previous one).
630
- * `charset`: The new charset (defaults to the previous one).
631
- * `database`: The new database (defaults to the previous one).
632
-
633
- A sometimes useful side effect of this functionality is that this function also
634
- resets any connection state (variables, transactions, etc.).
635
-
636
- Errors encountered during this operation are treated as fatal connection errors
637
- by this module.
638
-
639
- ## Server disconnects
640
-
641
- You may lose the connection to a MySQL server due to network problems, the
642
- server timing you out, the server being restarted, or crashing. All of these
643
- events are considered fatal errors, and will have the `err.code =
644
- 'PROTOCOL_CONNECTION_LOST'`. See the [Error Handling](#error-handling) section
645
- for more information.
646
-
647
- Re-connecting a connection is done by establishing a new connection. Once
648
- terminated, an existing connection object cannot be re-connected by design.
649
-
650
- With Pool, disconnected connections will be removed from the pool freeing up
651
- space for a new connection to be created on the next getConnection call.
652
-
653
- With PoolCluster, disconnected connections will count as errors against the
654
- related node, incrementing the error code for that node. Once there are more than
655
- `removeNodeErrorCount` errors on a given node, it is removed from the cluster.
656
- When this occurs, the PoolCluster may emit a `POOL_NONEONLINE` error if there are
657
- no longer any matching nodes for the pattern. The `restoreNodeTimeout` config can
658
- be set to restore offline nodes after a given timeout.
659
-
660
- ## Performing queries
661
-
662
- The most basic way to perform a query is to call the `.query()` method on an object
663
- (like a `Connection`, `Pool`, or `PoolNamespace` instance).
664
-
665
- The simplest form of .`query()` is `.query(sqlString, callback)`, where a SQL string
666
- is the first argument and the second is a callback:
667
-
668
- ```js
669
- connection.query('SELECT * FROM `books` WHERE `author` = "David"', function (error, results, fields) {
670
- // error will be an Error if one occurred during the query
671
- // results will contain the results of the query
672
- // fields will contain information about the returned results fields (if any)
673
- });
674
- ```
675
-
676
- The second form `.query(sqlString, values, callback)` comes when using
677
- placeholder values (see [escaping query values](#escaping-query-values)):
678
-
679
- ```js
680
- connection.query('SELECT * FROM `books` WHERE `author` = ?', ['David'], function (error, results, fields) {
681
- // error will be an Error if one occurred during the query
682
- // results will contain the results of the query
683
- // fields will contain information about the returned results fields (if any)
684
- });
685
- ```
686
-
687
- The third form `.query(options, callback)` comes when using various advanced
688
- options on the query, like [escaping query values](#escaping-query-values),
689
- [joins with overlapping column names](#joins-with-overlapping-column-names),
690
- [timeouts](#timeout), and [type casting](#type-casting).
691
-
692
- ```js
693
- connection.query({
694
- sql: 'SELECT * FROM `books` WHERE `author` = ?',
695
- timeout: 40000, // 40s
696
- values: ['David']
697
- }, function (error, results, fields) {
698
- // error will be an Error if one occurred during the query
699
- // results will contain the results of the query
700
- // fields will contain information about the returned results fields (if any)
701
- });
702
- ```
703
-
704
- Note that a combination of the second and third forms can be used where the
705
- placeholder values are passed as an argument and not in the options object.
706
- The `values` argument will override the `values` in the option object.
707
-
708
- ```js
709
- connection.query({
710
- sql: 'SELECT * FROM `books` WHERE `author` = ?',
711
- timeout: 40000, // 40s
712
- },
713
- ['David'],
714
- function (error, results, fields) {
715
- // error will be an Error if one occurred during the query
716
- // results will contain the results of the query
717
- // fields will contain information about the returned results fields (if any)
718
- }
719
- );
720
- ```
721
-
722
- If the query only has a single replacement character (`?`), and the value is
723
- not `null`, `undefined`, or an array, it can be passed directly as the second
724
- argument to `.query`:
725
-
726
- ```js
727
- connection.query(
728
- 'SELECT * FROM `books` WHERE `author` = ?',
729
- 'David',
730
- function (error, results, fields) {
731
- // error will be an Error if one occurred during the query
732
- // results will contain the results of the query
733
- // fields will contain information about the returned results fields (if any)
734
- }
735
- );
736
- ```
737
-
738
- ## Escaping query values
739
-
740
- **Caution** These methods of escaping values only works when the
741
- [NO_BACKSLASH_ESCAPES](https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_no_backslash_escapes)
742
- SQL mode is disabled (which is the default state for MySQL servers).
743
-
744
- In order to avoid SQL Injection attacks, you should always escape any user
745
- provided data before using it inside a SQL query. You can do so using the
746
- `mysql.escape()`, `connection.escape()` or `pool.escape()` methods:
747
-
748
- ```js
749
- var userId = 'some user provided value';
750
- var sql = 'SELECT * FROM users WHERE id = ' + connection.escape(userId);
751
- connection.query(sql, function (error, results, fields) {
752
- if (error) throw error;
753
- // ...
754
- });
755
- ```
756
-
757
- Alternatively, you can use `?` characters as placeholders for values you would
758
- like to have escaped like this:
759
-
760
- ```js
761
- connection.query('SELECT * FROM users WHERE id = ?', [userId], function (error, results, fields) {
762
- if (error) throw error;
763
- // ...
764
- });
765
- ```
766
-
767
- Multiple placeholders are mapped to values in the same order as passed. For example,
768
- in the following query `foo` equals `a`, `bar` equals `b`, `baz` equals `c`, and
769
- `id` will be `userId`:
770
-
771
- ```js
772
- connection.query('UPDATE users SET foo = ?, bar = ?, baz = ? WHERE id = ?', ['a', 'b', 'c', userId], function (error, results, fields) {
773
- if (error) throw error;
774
- // ...
775
- });
776
- ```
777
-
778
- This looks similar to prepared statements in MySQL, however it really just uses
779
- the same `connection.escape()` method internally.
780
-
781
- **Caution** This also differs from prepared statements in that all `?` are
782
- replaced, even those contained in comments and strings.
783
-
784
- Different value types are escaped differently, here is how:
785
-
786
- * Numbers are left untouched
787
- * Booleans are converted to `true` / `false`
788
- * Date objects are converted to `'YYYY-mm-dd HH:ii:ss'` strings
789
- * Buffers are converted to hex strings, e.g. `X'0fa5'`
790
- * Strings are safely escaped
791
- * Arrays are turned into list, e.g. `['a', 'b']` turns into `'a', 'b'`
792
- * Nested arrays are turned into grouped lists (for bulk inserts), e.g. `[['a',
793
- 'b'], ['c', 'd']]` turns into `('a', 'b'), ('c', 'd')`
794
- * Objects that have a `toSqlString` method will have `.toSqlString()` called
795
- and the returned value is used as the raw SQL.
796
- * Objects are turned into `key = 'val'` pairs for each enumerable property on
797
- the object. If the property's value is a function, it is skipped; if the
798
- property's value is an object, toString() is called on it and the returned
799
- value is used.
800
- * `undefined` / `null` are converted to `NULL`
801
- * `NaN` / `Infinity` are left as-is. MySQL does not support these, and trying
802
- to insert them as values will trigger MySQL errors until they implement
803
- support.
804
-
805
- This escaping allows you to do neat things like this:
806
-
807
- ```js
808
- var post = {id: 1, title: 'Hello MySQL'};
809
- var query = connection.query('INSERT INTO posts SET ?', post, function (error, results, fields) {
810
- if (error) throw error;
811
- // Neat!
812
- });
813
- console.log(query.sql); // INSERT INTO posts SET `id` = 1, `title` = 'Hello MySQL'
814
- ```
815
-
816
- And the `toSqlString` method allows you to form complex queries with functions:
817
-
818
- ```js
819
- var CURRENT_TIMESTAMP = { toSqlString: function() { return 'CURRENT_TIMESTAMP()'; } };
820
- var sql = mysql.format('UPDATE posts SET modified = ? WHERE id = ?', [CURRENT_TIMESTAMP, 42]);
821
- console.log(sql); // UPDATE posts SET modified = CURRENT_TIMESTAMP() WHERE id = 42
822
- ```
823
-
824
- To generate objects with a `toSqlString` method, the `mysql.raw()` method can
825
- be used. This creates an object that will be left un-touched when using in a `?`
826
- placeholder, useful for using functions as dynamic values:
827
-
828
- **Caution** The string provided to `mysql.raw()` will skip all escaping
829
- functions when used, so be careful when passing in unvalidated input.
830
-
831
- ```js
832
- var CURRENT_TIMESTAMP = mysql.raw('CURRENT_TIMESTAMP()');
833
- var sql = mysql.format('UPDATE posts SET modified = ? WHERE id = ?', [CURRENT_TIMESTAMP, 42]);
834
- console.log(sql); // UPDATE posts SET modified = CURRENT_TIMESTAMP() WHERE id = 42
835
- ```
836
-
837
- If you feel the need to escape queries by yourself, you can also use the escaping
838
- function directly:
839
-
840
- ```js
841
- var query = "SELECT * FROM posts WHERE title=" + mysql.escape("Hello MySQL");
842
-
843
- console.log(query); // SELECT * FROM posts WHERE title='Hello MySQL'
844
- ```
845
-
846
- ## Escaping query identifiers
847
-
848
- If you can't trust an SQL identifier (database / table / column name) because it is
849
- provided by a user, you should escape it with `mysql.escapeId(identifier)`,
850
- `connection.escapeId(identifier)` or `pool.escapeId(identifier)` like this:
851
-
852
- ```js
853
- var sorter = 'date';
854
- var sql = 'SELECT * FROM posts ORDER BY ' + connection.escapeId(sorter);
855
- connection.query(sql, function (error, results, fields) {
856
- if (error) throw error;
857
- // ...
858
- });
859
- ```
860
-
861
- It also supports adding qualified identifiers. It will escape both parts.
862
-
863
- ```js
864
- var sorter = 'date';
865
- var sql = 'SELECT * FROM posts ORDER BY ' + connection.escapeId('posts.' + sorter);
866
- // -> SELECT * FROM posts ORDER BY `posts`.`date`
867
- ```
868
-
869
- If you do not want to treat `.` as qualified identifiers, you can set the second
870
- argument to `true` in order to keep the string as a literal identifier:
871
-
872
- ```js
873
- var sorter = 'date.2';
874
- var sql = 'SELECT * FROM posts ORDER BY ' + connection.escapeId(sorter, true);
875
- // -> SELECT * FROM posts ORDER BY `date.2`
876
- ```
877
-
878
- Alternatively, you can use `??` characters as placeholders for identifiers you would
879
- like to have escaped like this:
880
-
881
- ```js
882
- var userId = 1;
883
- var columns = ['username', 'email'];
884
- var query = connection.query('SELECT ?? FROM ?? WHERE id = ?', [columns, 'users', userId], function (error, results, fields) {
885
- if (error) throw error;
886
- // ...
887
- });
888
-
889
- console.log(query.sql); // SELECT `username`, `email` FROM `users` WHERE id = 1
890
- ```
891
- **Please note that this last character sequence is experimental and syntax might change**
892
-
893
- When you pass an Object to `.escape()` or `.query()`, `.escapeId()` is used to avoid SQL injection in object keys.
894
-
895
- ### Preparing Queries
896
-
897
- You can use mysql.format to prepare a query with multiple insertion points, utilizing the proper escaping for ids and values. A simple example of this follows:
898
-
899
- ```js
900
- var sql = "SELECT * FROM ?? WHERE ?? = ?";
901
- var inserts = ['users', 'id', userId];
902
- sql = mysql.format(sql, inserts);
903
- ```
904
-
905
- Following this you then have a valid, escaped query that you can then send to the database safely. This is useful if you are looking to prepare the query before actually sending it to the database. As mysql.format is exposed from SqlString.format you also have the option (but are not required) to pass in stringifyObject and timezone, allowing you provide a custom means of turning objects into strings, as well as a location-specific/timezone-aware Date.
906
-
907
- ### Custom format
908
-
909
- If you prefer to have another type of query escape format, there's a connection configuration option you can use to define a custom format function. You can access the connection object if you want to use the built-in `.escape()` or any other connection function.
910
-
911
- Here's an example of how to implement another format:
912
-
913
- ```js
914
- connection.config.queryFormat = function (query, values) {
915
- if (!values) return query;
916
- return query.replace(/\:(\w+)/g, function (txt, key) {
917
- if (values.hasOwnProperty(key)) {
918
- return this.escape(values[key]);
919
- }
920
- return txt;
921
- }.bind(this));
922
- };
923
-
924
- connection.query("UPDATE posts SET title = :title", { title: "Hello MySQL" });
925
- ```
926
-
927
- ## Getting the id of an inserted row
928
-
929
- If you are inserting a row into a table with an auto increment primary key, you
930
- can retrieve the insert id like this:
931
-
932
- ```js
933
- connection.query('INSERT INTO posts SET ?', {title: 'test'}, function (error, results, fields) {
934
- if (error) throw error;
935
- console.log(results.insertId);
936
- });
937
- ```
938
-
939
- When dealing with big numbers (above JavaScript Number precision limit), you should
940
- consider enabling `supportBigNumbers` option to be able to read the insert id as a
941
- string, otherwise it will throw an error.
942
-
943
- This option is also required when fetching big numbers from the database, otherwise
944
- you will get values rounded to hundreds or thousands due to the precision limit.
945
-
946
- ## Getting the number of affected rows
947
-
948
- You can get the number of affected rows from an insert, update or delete statement.
949
-
950
- ```js
951
- connection.query('DELETE FROM posts WHERE title = "wrong"', function (error, results, fields) {
952
- if (error) throw error;
953
- console.log('deleted ' + results.affectedRows + ' rows');
954
- })
955
- ```
956
-
957
- ## Getting the number of changed rows
958
-
959
- You can get the number of changed rows from an update statement.
960
-
961
- "changedRows" differs from "affectedRows" in that it does not count updated rows
962
- whose values were not changed.
963
-
964
- ```js
965
- connection.query('UPDATE posts SET ...', function (error, results, fields) {
966
- if (error) throw error;
967
- console.log('changed ' + results.changedRows + ' rows');
968
- })
969
- ```
970
-
971
- ## Getting the connection ID
972
-
973
- You can get the MySQL connection ID ("thread ID") of a given connection using the `threadId`
974
- property.
975
-
976
- ```js
977
- connection.connect(function(err) {
978
- if (err) throw err;
979
- console.log('connected as id ' + connection.threadId);
980
- });
981
- ```
982
-
983
- ## Executing queries in parallel
984
-
985
- The MySQL protocol is sequential, this means that you need multiple connections
986
- to execute queries in parallel. You can use a Pool to manage connections, one
987
- simple approach is to create one connection per incoming http request.
988
-
989
- ## Streaming query rows
990
-
991
- Sometimes you may want to select large quantities of rows and process each of
992
- them as they are received. This can be done like this:
993
-
994
- ```js
995
- var query = connection.query('SELECT * FROM posts');
996
- query
997
- .on('error', function(err) {
998
- // Handle error, an 'end' event will be emitted after this as well
999
- })
1000
- .on('fields', function(fields) {
1001
- // the field packets for the rows to follow
1002
- })
1003
- .on('result', function(row) {
1004
- // Pausing the connnection is useful if your processing involves I/O
1005
- connection.pause();
1006
-
1007
- processRow(row, function() {
1008
- connection.resume();
1009
- });
1010
- })
1011
- .on('end', function() {
1012
- // all rows have been received
1013
- });
1014
- ```
1015
-
1016
- Please note a few things about the example above:
1017
-
1018
- * Usually you will want to receive a certain amount of rows before starting to
1019
- throttle the connection using `pause()`. This number will depend on the
1020
- amount and size of your rows.
1021
- * `pause()` / `resume()` operate on the underlying socket and parser. You are
1022
- guaranteed that no more `'result'` events will fire after calling `pause()`.
1023
- * You MUST NOT provide a callback to the `query()` method when streaming rows.
1024
- * The `'result'` event will fire for both rows as well as OK packets
1025
- confirming the success of a INSERT/UPDATE query.
1026
- * It is very important not to leave the result paused too long, or you may
1027
- encounter `Error: Connection lost: The server closed the connection.`
1028
- The time limit for this is determined by the
1029
- [net_write_timeout setting](https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_net_write_timeout)
1030
- on your MySQL server.
1031
-
1032
- Additionally you may be interested to know that it is currently not possible to
1033
- stream individual row columns, they will always be buffered up entirely. If you
1034
- have a good use case for streaming large fields to and from MySQL, I'd love to
1035
- get your thoughts and contributions on this.
1036
-
1037
- ### Piping results with Streams
1038
-
1039
- The query object provides a convenience method `.stream([options])` that wraps
1040
- query events into a [Readable Stream](http://nodejs.org/api/stream.html#stream_class_stream_readable)
1041
- object. This stream can easily be piped downstream and provides automatic
1042
- pause/resume, based on downstream congestion and the optional `highWaterMark`.
1043
- The `objectMode` parameter of the stream is set to `true` and cannot be changed
1044
- (if you need a byte stream, you will need to use a transform stream, like
1045
- [objstream](https://www.npmjs.com/package/objstream) for example).
1046
-
1047
- For example, piping query results into another stream (with a max buffer of 5
1048
- objects) is simply:
1049
-
1050
- ```js
1051
- connection.query('SELECT * FROM posts')
1052
- .stream({highWaterMark: 5})
1053
- .pipe(...);
1054
- ```
1055
-
1056
- ## Multiple statement queries
1057
-
1058
- Support for multiple statements is disabled for security reasons (it allows for
1059
- SQL injection attacks if values are not properly escaped). To use this feature
1060
- you have to enable it for your connection:
1061
-
1062
- ```js
1063
- var connection = mysql.createConnection({multipleStatements: true});
1064
- ```
1065
-
1066
- Once enabled, you can execute multiple statement queries like any other query:
1067
-
1068
- ```js
1069
- connection.query('SELECT 1; SELECT 2', function (error, results, fields) {
1070
- if (error) throw error;
1071
- // `results` is an array with one element for every statement in the query:
1072
- console.log(results[0]); // [{1: 1}]
1073
- console.log(results[1]); // [{2: 2}]
1074
- });
1075
- ```
1076
-
1077
- Additionally you can also stream the results of multiple statement queries:
1078
-
1079
- ```js
1080
- var query = connection.query('SELECT 1; SELECT 2');
1081
-
1082
- query
1083
- .on('fields', function(fields, index) {
1084
- // the fields for the result rows that follow
1085
- })
1086
- .on('result', function(row, index) {
1087
- // index refers to the statement this result belongs to (starts at 0)
1088
- });
1089
- ```
1090
-
1091
- If one of the statements in your query causes an error, the resulting Error
1092
- object contains a `err.index` property which tells you which statement caused
1093
- it. MySQL will also stop executing any remaining statements when an error
1094
- occurs.
1095
-
1096
- Please note that the interface for streaming multiple statement queries is
1097
- experimental and I am looking forward to feedback on it.
1098
-
1099
- ## Stored procedures
1100
-
1101
- You can call stored procedures from your queries as with any other mysql driver.
1102
- If the stored procedure produces several result sets, they are exposed to you
1103
- the same way as the results for multiple statement queries.
1104
-
1105
- ## Joins with overlapping column names
1106
-
1107
- When executing joins, you are likely to get result sets with overlapping column
1108
- names.
1109
-
1110
- By default, node-mysql will overwrite colliding column names in the
1111
- order the columns are received from MySQL, causing some of the received values
1112
- to be unavailable.
1113
-
1114
- However, you can also specify that you want your columns to be nested below
1115
- the table name like this:
1116
-
1117
- ```js
1118
- var options = {sql: '...', nestTables: true};
1119
- connection.query(options, function (error, results, fields) {
1120
- if (error) throw error;
1121
- /* results will be an array like this now:
1122
- [{
1123
- table1: {
1124
- fieldA: '...',
1125
- fieldB: '...',
1126
- },
1127
- table2: {
1128
- fieldA: '...',
1129
- fieldB: '...',
1130
- },
1131
- }, ...]
1132
- */
1133
- });
1134
- ```
1135
-
1136
- Or use a string separator to have your results merged.
1137
-
1138
- ```js
1139
- var options = {sql: '...', nestTables: '_'};
1140
- connection.query(options, function (error, results, fields) {
1141
- if (error) throw error;
1142
- /* results will be an array like this now:
1143
- [{
1144
- table1_fieldA: '...',
1145
- table1_fieldB: '...',
1146
- table2_fieldA: '...',
1147
- table2_fieldB: '...',
1148
- }, ...]
1149
- */
1150
- });
1151
- ```
1152
-
1153
- ## Transactions
1154
-
1155
- Simple transaction support is available at the connection level:
1156
-
1157
- ```js
1158
- connection.beginTransaction(function(err) {
1159
- if (err) { throw err; }
1160
- connection.query('INSERT INTO posts SET title=?', title, function (error, results, fields) {
1161
- if (error) {
1162
- return connection.rollback(function() {
1163
- throw error;
1164
- });
1165
- }
1166
-
1167
- var log = 'Post ' + results.insertId + ' added';
1168
-
1169
- connection.query('INSERT INTO log SET data=?', log, function (error, results, fields) {
1170
- if (error) {
1171
- return connection.rollback(function() {
1172
- throw error;
1173
- });
1174
- }
1175
- connection.commit(function(err) {
1176
- if (err) {
1177
- return connection.rollback(function() {
1178
- throw err;
1179
- });
1180
- }
1181
- console.log('success!');
1182
- });
1183
- });
1184
- });
1185
- });
1186
- ```
1187
- Please note that beginTransaction(), commit() and rollback() are simply convenience
1188
- functions that execute the START TRANSACTION, COMMIT, and ROLLBACK commands respectively.
1189
- It is important to understand that many commands in MySQL can cause an implicit commit,
1190
- as described [in the MySQL documentation](http://dev.mysql.com/doc/refman/5.5/en/implicit-commit.html)
1191
-
1192
- ## Ping
1193
-
1194
- A ping packet can be sent over a connection using the `connection.ping` method. This
1195
- method will send a ping packet to the server and when the server responds, the callback
1196
- will fire. If an error occurred, the callback will fire with an error argument.
1197
-
1198
- ```js
1199
- connection.ping(function (err) {
1200
- if (err) throw err;
1201
- console.log('Server responded to ping');
1202
- })
1203
- ```
1204
-
1205
- ## Timeouts
1206
-
1207
- Every operation takes an optional inactivity timeout option. This allows you to
1208
- specify appropriate timeouts for operations. It is important to note that these
1209
- timeouts are not part of the MySQL protocol, and rather timeout operations through
1210
- the client. This means that when a timeout is reached, the connection it occurred
1211
- on will be destroyed and no further operations can be performed.
1212
-
1213
- ```js
1214
- // Kill query after 60s
1215
- connection.query({sql: 'SELECT COUNT(*) AS count FROM big_table', timeout: 60000}, function (error, results, fields) {
1216
- if (error && error.code === 'PROTOCOL_SEQUENCE_TIMEOUT') {
1217
- throw new Error('too long to count table rows!');
1218
- }
1219
-
1220
- if (error) {
1221
- throw error;
1222
- }
1223
-
1224
- console.log(results[0].count + ' rows');
1225
- });
1226
- ```
1227
-
1228
- ## Error handling
1229
-
1230
- This module comes with a consistent approach to error handling that you should
1231
- review carefully in order to write solid applications.
1232
-
1233
- Most errors created by this module are instances of the JavaScript [Error][]
1234
- object. Additionally they typically come with two extra properties:
1235
-
1236
- * `err.code`: String, contains the MySQL server error symbol if the error is
1237
- a [MySQL server error][] (e.g. `'ER_ACCESS_DENIED_ERROR'`), a Node.js error
1238
- code if it is a Node.js error (e.g. `'ECONNREFUSED'`), or an internal error
1239
- code (e.g. `'PROTOCOL_CONNECTION_LOST'`).
1240
- * `err.errno`: Number, contains the MySQL server error number. Only populated
1241
- from [MySQL server error][].
1242
- * `err.fatal`: Boolean, indicating if this error is terminal to the connection
1243
- object. If the error is not from a MySQL protocol operation, this property
1244
- will not be defined.
1245
- * `err.sql`: String, contains the full SQL of the failed query. This can be
1246
- useful when using a higher level interface like an ORM that is generating
1247
- the queries.
1248
- * `err.sqlState`: String, contains the five-character SQLSTATE value. Only populated from [MySQL server error][].
1249
- * `err.sqlMessage`: String, contains the message string that provides a
1250
- textual description of the error. Only populated from [MySQL server error][].
1251
-
1252
- [Error]: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error
1253
- [MySQL server error]: https://dev.mysql.com/doc/refman/5.5/en/server-error-reference.html
1254
-
1255
- Fatal errors are propagated to *all* pending callbacks. In the example below, a
1256
- fatal error is triggered by trying to connect to an invalid port. Therefore the
1257
- error object is propagated to both pending callbacks:
1258
-
1259
- ```js
1260
- var connection = require('mysql').createConnection({
1261
- port: 84943, // WRONG PORT
1262
- });
1263
-
1264
- connection.connect(function(err) {
1265
- console.log(err.code); // 'ECONNREFUSED'
1266
- console.log(err.fatal); // true
1267
- });
1268
-
1269
- connection.query('SELECT 1', function (error, results, fields) {
1270
- console.log(error.code); // 'ECONNREFUSED'
1271
- console.log(error.fatal); // true
1272
- });
1273
- ```
1274
-
1275
- Normal errors however are only delegated to the callback they belong to. So in
1276
- the example below, only the first callback receives an error, the second query
1277
- works as expected:
1278
-
1279
- ```js
1280
- connection.query('USE name_of_db_that_does_not_exist', function (error, results, fields) {
1281
- console.log(error.code); // 'ER_BAD_DB_ERROR'
1282
- });
1283
-
1284
- connection.query('SELECT 1', function (error, results, fields) {
1285
- console.log(error); // null
1286
- console.log(results.length); // 1
1287
- });
1288
- ```
1289
-
1290
- Last but not least: If a fatal errors occurs and there are no pending
1291
- callbacks, or a normal error occurs which has no callback belonging to it, the
1292
- error is emitted as an `'error'` event on the connection object. This is
1293
- demonstrated in the example below:
1294
-
1295
- ```js
1296
- connection.on('error', function(err) {
1297
- console.log(err.code); // 'ER_BAD_DB_ERROR'
1298
- });
1299
-
1300
- connection.query('USE name_of_db_that_does_not_exist');
1301
- ```
1302
-
1303
- Note: `'error'` events are special in node. If they occur without an attached
1304
- listener, a stack trace is printed and your process is killed.
1305
-
1306
- **tl;dr:** This module does not want you to deal with silent failures. You
1307
- should always provide callbacks to your method calls. If you want to ignore
1308
- this advice and suppress unhandled errors, you can do this:
1309
-
1310
- ```js
1311
- // I am Chuck Norris:
1312
- connection.on('error', function() {});
1313
- ```
1314
-
1315
- ## Exception Safety
1316
-
1317
- This module is exception safe. That means you can continue to use it, even if
1318
- one of your callback functions throws an error which you're catching using
1319
- 'uncaughtException' or a domain.
1320
-
1321
- ## Type casting
1322
-
1323
- For your convenience, this driver will cast mysql types into native JavaScript
1324
- types by default. The following mappings exist:
1325
-
1326
- ### Number
1327
-
1328
- * TINYINT
1329
- * SMALLINT
1330
- * INT
1331
- * MEDIUMINT
1332
- * YEAR
1333
- * FLOAT
1334
- * DOUBLE
1335
-
1336
- ### Date
1337
-
1338
- * TIMESTAMP
1339
- * DATE
1340
- * DATETIME
1341
-
1342
- ### Buffer
1343
-
1344
- * TINYBLOB
1345
- * MEDIUMBLOB
1346
- * LONGBLOB
1347
- * BLOB
1348
- * BINARY
1349
- * VARBINARY
1350
- * BIT (last byte will be filled with 0 bits as necessary)
1351
-
1352
- ### String
1353
-
1354
- **Note** text in the binary character set is returned as `Buffer`, rather
1355
- than a string.
1356
-
1357
- * CHAR
1358
- * VARCHAR
1359
- * TINYTEXT
1360
- * MEDIUMTEXT
1361
- * LONGTEXT
1362
- * TEXT
1363
- * ENUM
1364
- * SET
1365
- * DECIMAL (may exceed float precision)
1366
- * BIGINT (may exceed float precision)
1367
- * TIME (could be mapped to Date, but what date would be set?)
1368
- * GEOMETRY (never used those, get in touch if you do)
1369
-
1370
- It is not recommended (and may go away / change in the future) to disable type
1371
- casting, but you can currently do so on either the connection:
1372
-
1373
- ```js
1374
- var connection = require('mysql').createConnection({typeCast: false});
1375
- ```
1376
-
1377
- Or on the query level:
1378
-
1379
- ```js
1380
- var options = {sql: '...', typeCast: false};
1381
- var query = connection.query(options, function (error, results, fields) {
1382
- if (error) throw error;
1383
- // ...
1384
- });
1385
- ```
1386
-
1387
- ### Custom type casting
1388
-
1389
- You can also pass a function and handle type casting yourself. You're given some
1390
- column information like database, table and name and also type and length. If you
1391
- just want to apply a custom type casting to a specific type you can do it and then
1392
- fallback to the default.
1393
-
1394
- The function is provided two arguments `field` and `next` and is expected to
1395
- return the value for the given field by invoking the parser functions through
1396
- the `field` object.
1397
-
1398
- The `field` argument is a `Field` object and contains data about the field that
1399
- need to be parsed. The following are some of the properties on a `Field` object:
1400
-
1401
- * `db` - a string of the database the field came from.
1402
- * `table` - a string of the table the field came from.
1403
- * `name` - a string of the field name.
1404
- * `type` - a string of the field type in all caps.
1405
- * `length` - a number of the field length, as given by the database.
1406
-
1407
- The `next` argument is a `function` that, when called, will return the default
1408
- type conversion for the given field.
1409
-
1410
- When getting the field data, the following helper methods are present on the
1411
- `field` object:
1412
-
1413
- * `.string()` - parse the field into a string.
1414
- * `.buffer()` - parse the field into a `Buffer`.
1415
- * `.geometry()` - parse the field as a geometry value.
1416
-
1417
- The MySQL protocol is a text-based protocol. This means that over the wire, all
1418
- field types are represented as a string, which is why only string-like functions
1419
- are available on the `field` object. Based on the type information (like `INT`),
1420
- the type cast should convert the string field into a different JavaScript type
1421
- (like a `number`).
1422
-
1423
- Here's an example of converting `TINYINT(1)` to boolean:
1424
-
1425
- ```js
1426
- connection = mysql.createConnection({
1427
- typeCast: function (field, next) {
1428
- if (field.type === 'TINY' && field.length === 1) {
1429
- return (field.string() === '1'); // 1 = true, 0 = false
1430
- } else {
1431
- return next();
1432
- }
1433
- }
1434
- });
1435
- ```
1436
-
1437
- __WARNING: YOU MUST INVOKE the parser using one of these three field functions
1438
- in your custom typeCast callback. They can only be called once.__
1439
-
1440
- ## Debugging and reporting problems
1441
-
1442
- If you are running into problems, one thing that may help is enabling the
1443
- `debug` mode for the connection:
1444
-
1445
- ```js
1446
- var connection = mysql.createConnection({debug: true});
1447
- ```
1448
-
1449
- This will print all incoming and outgoing packets on stdout. You can also restrict debugging to
1450
- packet types by passing an array of types to debug:
1451
-
1452
- ```js
1453
- var connection = mysql.createConnection({debug: ['ComQueryPacket', 'RowDataPacket']});
1454
- ```
1455
-
1456
- to restrict debugging to the query and data packets.
1457
-
1458
- If that does not help, feel free to open a GitHub issue. A good GitHub issue
1459
- will have:
1460
-
1461
- * The minimal amount of code required to reproduce the problem (if possible)
1462
- * As much debugging output and information about your environment (mysql
1463
- version, node version, os, etc.) as you can gather.
1464
-
1465
- ## Security issues
1466
-
1467
- Security issues should not be first reported through GitHub or another public
1468
- forum, but kept private in order for the collaborators to assess the report
1469
- and either (a) devise a fix and plan a release date or (b) assert that it is
1470
- not a security issue (in which case it can be posted in a public forum, like
1471
- a GitHub issue).
1472
-
1473
- The primary private forum is email, either by emailing the module's author or
1474
- opening a GitHub issue simply asking to whom a security issues should be
1475
- addressed to without disclosing the issue or type of issue.
1476
-
1477
- An ideal report would include a clear indication of what the security issue is
1478
- and how it would be exploited, ideally with an accompanying proof of concept
1479
- ("PoC") for collaborators to work against and validate potentional fixes against.
1480
-
1481
- ## Contributing
1482
-
1483
- This project welcomes contributions from the community. Contributions are
1484
- accepted using GitHub pull requests. If you're not familiar with making
1485
- GitHub pull requests, please refer to the
1486
- [GitHub documentation "Creating a pull request"](https://help.github.com/articles/creating-a-pull-request/).
1487
-
1488
- For a good pull request, we ask you provide the following:
1489
-
1490
- 1. Try to include a clear description of your pull request in the description.
1491
- It should include the basic "what" and "why"s for the request.
1492
- 2. The tests should pass as best as you can. See the [Running tests](#running-tests)
1493
- section on how to run the different tests. GitHub will automatically run
1494
- the tests as well, to act as a safety net.
1495
- 3. The pull request should include tests for the change. A new feature should
1496
- have tests for the new feature and bug fixes should include a test that fails
1497
- without the corresponding code change and passes after they are applied.
1498
- The command `npm run test-cov` will generate a `coverage/` folder that
1499
- contains HTML pages of the code coverage, to better understand if everything
1500
- you're adding is being tested.
1501
- 4. If the pull request is a new feature, please be sure to include all
1502
- appropriate documentation additions in the `Readme.md` file as well.
1503
- 5. To help ensure that your code is similar in style to the existing code,
1504
- run the command `npm run lint` and fix any displayed issues.
1505
-
1506
- ## Running tests
1507
-
1508
- The test suite is split into two parts: unit tests and integration tests.
1509
- The unit tests run on any machine while the integration tests require a
1510
- MySQL server instance to be setup.
1511
-
1512
- ### Running unit tests
1513
-
1514
- ```sh
1515
- $ FILTER=unit npm test
1516
- ```
1517
-
1518
- ### Running integration tests
1519
-
1520
- Set the environment variables `MYSQL_DATABASE`, `MYSQL_HOST`, `MYSQL_PORT`,
1521
- `MYSQL_USER` and `MYSQL_PASSWORD`. `MYSQL_SOCKET` can also be used in place
1522
- of `MYSQL_HOST` and `MYSQL_PORT` to connect over a UNIX socket. Then run
1523
- `npm test`.
1524
-
1525
- For example, if you have an installation of mysql running on localhost:3306
1526
- and no password set for the `root` user, run:
1527
-
1528
- ```sh
1529
- $ mysql -u root -e "CREATE DATABASE IF NOT EXISTS node_mysql_test"
1530
- $ MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_DATABASE=node_mysql_test MYSQL_USER=root MYSQL_PASSWORD= FILTER=integration npm test
1531
- ```
1532
-
1533
- ## Todo
1534
-
1535
- * Prepared statements
1536
- * Support for encodings other than UTF-8 / ASCII
1537
-
1538
- [appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/node-mysql/master?label=windows
1539
- [appveyor-url]: https://ci.appveyor.com/project/dougwilson/node-mysql
1540
- [coveralls-image]: https://badgen.net/coveralls/c/github/mysqljs/mysql/master
1541
- [coveralls-url]: https://coveralls.io/r/mysqljs/mysql?branch=master
1542
- [node-image]: https://badgen.net/npm/node/mysql
1543
- [node-url]: https://nodejs.org/en/download
1544
- [npm-downloads-image]: https://badgen.net/npm/dm/mysql
1545
- [npm-url]: https://npmjs.org/package/mysql
1546
- [npm-version-image]: https://badgen.net/npm/v/mysql
1547
- [travis-image]: https://badgen.net/travis/mysqljs/mysql/master
1548
- [travis-url]: https://travis-ci.org/mysqljs/mysql