@dbmx/confy 0.0.77 → 0.0.84

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 (275) hide show
  1. package/esm/_virtual/browser.js +4 -0
  2. package/esm/_virtual/browser.js.map +1 -0
  3. package/esm/_virtual/index15.js +4 -0
  4. package/esm/_virtual/index15.js.map +1 -0
  5. package/esm/_virtual/index16.js +4 -0
  6. package/esm/_virtual/index16.js.map +1 -0
  7. package/esm/_virtual/index17.js +4 -0
  8. package/esm/_virtual/index17.js.map +1 -0
  9. package/esm/_virtual/index18.js +4 -0
  10. package/esm/_virtual/index18.js.map +1 -0
  11. package/esm/_virtual/node.js +4 -0
  12. package/esm/_virtual/node.js.map +1 -0
  13. package/esm/_virtual/serialOrdered.js +4 -0
  14. package/esm/_virtual/serialOrdered.js.map +1 -0
  15. package/esm/components/Confy/index.js +1 -1
  16. package/esm/components/Confy/index.js.map +1 -1
  17. package/esm/node_modules/@dbmx/semver/dist/index.esm.js +4 -2
  18. package/esm/node_modules/@dbmx/semver/dist/index.esm.js.map +1 -1
  19. package/esm/node_modules/@dbmx/users/esm/roles.js +5 -0
  20. package/esm/node_modules/@dbmx/users/esm/roles.js.map +1 -1
  21. package/esm/node_modules/asynckit/index.js +13 -0
  22. package/esm/node_modules/asynckit/index.js.map +1 -0
  23. package/esm/node_modules/asynckit/lib/abort.js +32 -0
  24. package/esm/node_modules/asynckit/lib/abort.js.map +1 -0
  25. package/esm/node_modules/asynckit/lib/async.js +39 -0
  26. package/esm/node_modules/asynckit/lib/async.js.map +1 -0
  27. package/esm/node_modules/asynckit/lib/defer.js +29 -0
  28. package/esm/node_modules/asynckit/lib/defer.js.map +1 -0
  29. package/esm/node_modules/asynckit/lib/iterate.js +81 -0
  30. package/esm/node_modules/asynckit/lib/iterate.js.map +1 -0
  31. package/esm/node_modules/asynckit/lib/state.js +40 -0
  32. package/esm/node_modules/asynckit/lib/state.js.map +1 -0
  33. package/esm/node_modules/asynckit/lib/terminator.js +35 -0
  34. package/esm/node_modules/asynckit/lib/terminator.js.map +1 -0
  35. package/esm/node_modules/asynckit/parallel.js +50 -0
  36. package/esm/node_modules/asynckit/parallel.js.map +1 -0
  37. package/esm/node_modules/asynckit/serial.js +22 -0
  38. package/esm/node_modules/asynckit/serial.js.map +1 -0
  39. package/esm/node_modules/asynckit/serialOrdered.js +85 -0
  40. package/esm/node_modules/asynckit/serialOrdered.js.map +1 -0
  41. package/esm/node_modules/axios/index.js +26 -0
  42. package/esm/node_modules/axios/index.js.map +1 -0
  43. package/esm/node_modules/axios/lib/adapters/adapters.js +133 -0
  44. package/esm/node_modules/axios/lib/adapters/adapters.js.map +1 -0
  45. package/esm/node_modules/axios/lib/adapters/fetch.js +331 -0
  46. package/esm/node_modules/axios/lib/adapters/fetch.js.map +1 -0
  47. package/esm/node_modules/axios/lib/adapters/http.js +945 -0
  48. package/esm/node_modules/axios/lib/adapters/http.js.map +1 -0
  49. package/esm/node_modules/axios/lib/adapters/xhr.js +225 -0
  50. package/esm/node_modules/axios/lib/adapters/xhr.js.map +1 -0
  51. package/esm/node_modules/axios/lib/axios.js +87 -0
  52. package/esm/node_modules/axios/lib/axios.js.map +1 -0
  53. package/esm/node_modules/axios/lib/cancel/CancelToken.js +134 -0
  54. package/esm/node_modules/axios/lib/cancel/CancelToken.js.map +1 -0
  55. package/esm/node_modules/axios/lib/cancel/CanceledError.js +21 -0
  56. package/esm/node_modules/axios/lib/cancel/CanceledError.js.map +1 -0
  57. package/esm/node_modules/axios/lib/cancel/isCancel.js +6 -0
  58. package/esm/node_modules/axios/lib/cancel/isCancel.js.map +1 -0
  59. package/esm/node_modules/axios/lib/core/Axios.js +260 -0
  60. package/esm/node_modules/axios/lib/core/Axios.js.map +1 -0
  61. package/esm/node_modules/axios/lib/core/AxiosError.js +89 -0
  62. package/esm/node_modules/axios/lib/core/AxiosError.js.map +1 -0
  63. package/esm/node_modules/axios/lib/core/AxiosHeaders.js +343 -0
  64. package/esm/node_modules/axios/lib/core/AxiosHeaders.js.map +1 -0
  65. package/esm/node_modules/axios/lib/core/InterceptorManager.js +71 -0
  66. package/esm/node_modules/axios/lib/core/InterceptorManager.js.map +1 -0
  67. package/esm/node_modules/axios/lib/core/buildFullPath.js +23 -0
  68. package/esm/node_modules/axios/lib/core/buildFullPath.js.map +1 -0
  69. package/esm/node_modules/axios/lib/core/dispatchRequest.js +78 -0
  70. package/esm/node_modules/axios/lib/core/dispatchRequest.js.map +1 -0
  71. package/esm/node_modules/axios/lib/core/mergeConfig.js +108 -0
  72. package/esm/node_modules/axios/lib/core/mergeConfig.js.map +1 -0
  73. package/esm/node_modules/axios/lib/core/settle.js +32 -0
  74. package/esm/node_modules/axios/lib/core/settle.js.map +1 -0
  75. package/esm/node_modules/axios/lib/core/transformData.js +29 -0
  76. package/esm/node_modules/axios/lib/core/transformData.js.map +1 -0
  77. package/esm/node_modules/axios/lib/defaults/index.js +171 -0
  78. package/esm/node_modules/axios/lib/defaults/index.js.map +1 -0
  79. package/esm/node_modules/axios/lib/defaults/transitional.js +9 -0
  80. package/esm/node_modules/axios/lib/defaults/transitional.js.map +1 -0
  81. package/esm/node_modules/axios/lib/env/data.js +4 -0
  82. package/esm/node_modules/axios/lib/env/data.js.map +1 -0
  83. package/esm/node_modules/axios/lib/helpers/AxiosTransformStream.js +155 -0
  84. package/esm/node_modules/axios/lib/helpers/AxiosTransformStream.js.map +1 -0
  85. package/esm/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +61 -0
  86. package/esm/node_modules/axios/lib/helpers/AxiosURLSearchParams.js.map +1 -0
  87. package/esm/node_modules/axios/lib/helpers/HttpStatusCode.js +78 -0
  88. package/esm/node_modules/axios/lib/helpers/HttpStatusCode.js.map +1 -0
  89. package/esm/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
  90. package/esm/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js.map +1 -0
  91. package/esm/node_modules/axios/lib/helpers/bind.js +15 -0
  92. package/esm/node_modules/axios/lib/helpers/bind.js.map +1 -0
  93. package/esm/node_modules/axios/lib/helpers/buildURL.js +67 -0
  94. package/esm/node_modules/axios/lib/helpers/buildURL.js.map +1 -0
  95. package/esm/node_modules/axios/lib/helpers/callbackify.js +19 -0
  96. package/esm/node_modules/axios/lib/helpers/callbackify.js.map +1 -0
  97. package/esm/node_modules/axios/lib/helpers/combineURLs.js +16 -0
  98. package/esm/node_modules/axios/lib/helpers/combineURLs.js.map +1 -0
  99. package/esm/node_modules/axios/lib/helpers/composeSignals.js +57 -0
  100. package/esm/node_modules/axios/lib/helpers/composeSignals.js.map +1 -0
  101. package/esm/node_modules/axios/lib/helpers/cookies.js +51 -0
  102. package/esm/node_modules/axios/lib/helpers/cookies.js.map +1 -0
  103. package/esm/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +76 -0
  104. package/esm/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js.map +1 -0
  105. package/esm/node_modules/axios/lib/helpers/formDataToJSON.js +94 -0
  106. package/esm/node_modules/axios/lib/helpers/formDataToJSON.js.map +1 -0
  107. package/esm/node_modules/axios/lib/helpers/formDataToStream.js +119 -0
  108. package/esm/node_modules/axios/lib/helpers/formDataToStream.js.map +1 -0
  109. package/esm/node_modules/axios/lib/helpers/fromDataURI.js +54 -0
  110. package/esm/node_modules/axios/lib/helpers/fromDataURI.js.map +1 -0
  111. package/esm/node_modules/axios/lib/helpers/isAbsoluteURL.js +20 -0
  112. package/esm/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +1 -0
  113. package/esm/node_modules/axios/lib/helpers/isAxiosError.js +15 -0
  114. package/esm/node_modules/axios/lib/helpers/isAxiosError.js.map +1 -0
  115. package/esm/node_modules/axios/lib/helpers/isURLSameOrigin.js +19 -0
  116. package/esm/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +1 -0
  117. package/esm/node_modules/axios/lib/helpers/parseHeaders.js +70 -0
  118. package/esm/node_modules/axios/lib/helpers/parseHeaders.js.map +1 -0
  119. package/esm/node_modules/axios/lib/helpers/parseProtocol.js +7 -0
  120. package/esm/node_modules/axios/lib/helpers/parseProtocol.js.map +1 -0
  121. package/esm/node_modules/axios/lib/helpers/progressEventReducer.js +54 -0
  122. package/esm/node_modules/axios/lib/helpers/progressEventReducer.js.map +1 -0
  123. package/esm/node_modules/axios/lib/helpers/readBlob.js +16 -0
  124. package/esm/node_modules/axios/lib/helpers/readBlob.js.map +1 -0
  125. package/esm/node_modules/axios/lib/helpers/resolveConfig.js +73 -0
  126. package/esm/node_modules/axios/lib/helpers/resolveConfig.js.map +1 -0
  127. package/esm/node_modules/axios/lib/helpers/speedometer.js +54 -0
  128. package/esm/node_modules/axios/lib/helpers/speedometer.js.map +1 -0
  129. package/esm/node_modules/axios/lib/helpers/spread.js +29 -0
  130. package/esm/node_modules/axios/lib/helpers/spread.js.map +1 -0
  131. package/esm/node_modules/axios/lib/helpers/throttle.js +45 -0
  132. package/esm/node_modules/axios/lib/helpers/throttle.js.map +1 -0
  133. package/esm/node_modules/axios/lib/helpers/toFormData.js +239 -0
  134. package/esm/node_modules/axios/lib/helpers/toFormData.js.map +1 -0
  135. package/esm/node_modules/axios/lib/helpers/toURLEncodedForm.js +20 -0
  136. package/esm/node_modules/axios/lib/helpers/toURLEncodedForm.js.map +1 -0
  137. package/esm/node_modules/axios/lib/helpers/trackStream.js +92 -0
  138. package/esm/node_modules/axios/lib/helpers/trackStream.js.map +1 -0
  139. package/esm/node_modules/axios/lib/helpers/validator.js +111 -0
  140. package/esm/node_modules/axios/lib/helpers/validator.js.map +1 -0
  141. package/esm/node_modules/axios/lib/platform/common/utils.js +47 -0
  142. package/esm/node_modules/axios/lib/platform/common/utils.js.map +1 -0
  143. package/esm/node_modules/axios/lib/platform/index.js +10 -0
  144. package/esm/node_modules/axios/lib/platform/index.js.map +1 -0
  145. package/esm/node_modules/axios/lib/platform/node/classes/FormData.js +6 -0
  146. package/esm/node_modules/axios/lib/platform/node/classes/FormData.js.map +1 -0
  147. package/esm/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +6 -0
  148. package/esm/node_modules/axios/lib/platform/node/classes/URLSearchParams.js.map +1 -0
  149. package/esm/node_modules/axios/lib/platform/node/index.js +40 -0
  150. package/esm/node_modules/axios/lib/platform/node/index.js.map +1 -0
  151. package/esm/node_modules/axios/lib/utils.js +920 -0
  152. package/esm/node_modules/axios/lib/utils.js.map +1 -0
  153. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/implementation.js +66 -0
  154. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/implementation.js.map +1 -0
  155. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/index.js +7 -0
  156. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/index.js.map +1 -0
  157. package/esm/node_modules/combined-stream/lib/combined_stream.js +215 -0
  158. package/esm/node_modules/combined-stream/lib/combined_stream.js.map +1 -0
  159. package/esm/node_modules/debug/src/browser.js +287 -0
  160. package/esm/node_modules/debug/src/browser.js.map +1 -0
  161. package/esm/node_modules/debug/src/common.js +304 -0
  162. package/esm/node_modules/debug/src/common.js.map +1 -0
  163. package/esm/node_modules/debug/src/index.js +24 -0
  164. package/esm/node_modules/debug/src/index.js.map +1 -0
  165. package/esm/node_modules/debug/src/node.js +281 -0
  166. package/esm/node_modules/debug/src/node.js.map +1 -0
  167. package/esm/node_modules/deep-equal/node_modules/has-symbols/index.js +22 -0
  168. package/esm/node_modules/deep-equal/node_modules/has-symbols/index.js.map +1 -0
  169. package/esm/node_modules/deep-equal/node_modules/has-symbols/shams.js +58 -0
  170. package/esm/node_modules/deep-equal/node_modules/has-symbols/shams.js.map +1 -0
  171. package/esm/node_modules/deep-equal/node_modules/has-tostringtag/shams.js +9 -0
  172. package/esm/node_modules/deep-equal/node_modules/has-tostringtag/shams.js.map +1 -0
  173. package/esm/node_modules/deep-equal/node_modules/is-regex/index.js +53 -0
  174. package/esm/node_modules/deep-equal/node_modules/is-regex/index.js.map +1 -0
  175. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/callBound.js +16 -0
  176. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/callBound.js.map +1 -0
  177. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/index.js +53 -0
  178. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/index.js.map +1 -0
  179. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js +307 -0
  180. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js.map +1 -0
  181. package/esm/node_modules/delayed-stream/lib/delayed_stream.js +113 -0
  182. package/esm/node_modules/delayed-stream/lib/delayed_stream.js.map +1 -0
  183. package/esm/node_modules/es-set-tostringtag/index.js +41 -0
  184. package/esm/node_modules/es-set-tostringtag/index.js.map +1 -0
  185. package/esm/node_modules/follow-redirects/debug.js +20 -0
  186. package/esm/node_modules/follow-redirects/debug.js.map +1 -0
  187. package/esm/node_modules/follow-redirects/index.js +701 -0
  188. package/esm/node_modules/follow-redirects/index.js.map +1 -0
  189. package/esm/node_modules/form-data/lib/form_data.js +514 -0
  190. package/esm/node_modules/form-data/lib/form_data.js.map +1 -0
  191. package/esm/node_modules/form-data/lib/populate.js +11 -0
  192. package/esm/node_modules/form-data/lib/populate.js.map +1 -0
  193. package/esm/node_modules/get-intrinsic/node_modules/function-bind/implementation.js +75 -0
  194. package/esm/node_modules/get-intrinsic/node_modules/function-bind/implementation.js.map +1 -0
  195. package/esm/node_modules/get-intrinsic/node_modules/function-bind/index.js +16 -0
  196. package/esm/node_modules/get-intrinsic/node_modules/function-bind/index.js.map +1 -0
  197. package/esm/node_modules/has/src/index.js +7 -0
  198. package/esm/node_modules/has/src/index.js.map +1 -0
  199. package/esm/node_modules/has-flag/index.js +18 -0
  200. package/esm/node_modules/has-flag/index.js.map +1 -0
  201. package/esm/node_modules/hasown/node_modules/function-bind/implementation.js +75 -0
  202. package/esm/node_modules/hasown/node_modules/function-bind/implementation.js.map +1 -0
  203. package/esm/node_modules/hasown/node_modules/function-bind/index.js +16 -0
  204. package/esm/node_modules/hasown/node_modules/function-bind/index.js.map +1 -0
  205. package/esm/node_modules/is-boolean-object/node_modules/call-bind/callBound.js +16 -0
  206. package/esm/node_modules/is-boolean-object/node_modules/call-bind/callBound.js.map +1 -0
  207. package/esm/node_modules/is-boolean-object/node_modules/call-bind/index.js +53 -0
  208. package/esm/node_modules/is-boolean-object/node_modules/call-bind/index.js.map +1 -0
  209. package/esm/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js +307 -0
  210. package/esm/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js.map +1 -0
  211. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/index.js +22 -0
  212. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/index.js.map +1 -0
  213. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/shams.js +67 -0
  214. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/shams.js.map +1 -0
  215. package/esm/node_modules/is-boolean-object/node_modules/has-tostringtag/shams.js +18 -0
  216. package/esm/node_modules/is-boolean-object/node_modules/has-tostringtag/shams.js.map +1 -0
  217. package/esm/node_modules/is-number-object/node_modules/has-symbols/shams.js +58 -0
  218. package/esm/node_modules/is-number-object/node_modules/has-symbols/shams.js.map +1 -0
  219. package/esm/node_modules/is-number-object/node_modules/has-tostringtag/shams.js +9 -0
  220. package/esm/node_modules/is-number-object/node_modules/has-tostringtag/shams.js.map +1 -0
  221. package/esm/node_modules/is-string/node_modules/has-symbols/shams.js +58 -0
  222. package/esm/node_modules/is-string/node_modules/has-symbols/shams.js.map +1 -0
  223. package/esm/node_modules/is-string/node_modules/has-tostringtag/shams.js +9 -0
  224. package/esm/node_modules/is-string/node_modules/has-tostringtag/shams.js.map +1 -0
  225. package/esm/node_modules/is-symbol/node_modules/has-symbols/index.js +22 -0
  226. package/esm/node_modules/is-symbol/node_modules/has-symbols/index.js.map +1 -0
  227. package/esm/node_modules/is-symbol/node_modules/has-symbols/shams.js +58 -0
  228. package/esm/node_modules/is-symbol/node_modules/has-symbols/shams.js.map +1 -0
  229. package/esm/node_modules/mime-db/db.json.js +10705 -0
  230. package/esm/node_modules/mime-db/db.json.js.map +1 -0
  231. package/esm/node_modules/mime-db/index.js +17 -0
  232. package/esm/node_modules/mime-db/index.js.map +1 -0
  233. package/esm/node_modules/mime-types/index.js +194 -0
  234. package/esm/node_modules/mime-types/index.js.map +1 -0
  235. package/esm/node_modules/ms/index.js +173 -0
  236. package/esm/node_modules/ms/index.js.map +1 -0
  237. package/esm/node_modules/proxy-from-env/index.js +112 -0
  238. package/esm/node_modules/proxy-from-env/index.js.map +1 -0
  239. package/esm/node_modules/side-channel/node_modules/call-bind/callBound.js +16 -0
  240. package/esm/node_modules/side-channel/node_modules/call-bind/callBound.js.map +1 -0
  241. package/esm/node_modules/side-channel/node_modules/call-bind/index.js +53 -0
  242. package/esm/node_modules/side-channel/node_modules/call-bind/index.js.map +1 -0
  243. package/esm/node_modules/side-channel/node_modules/get-intrinsic/index.js +307 -0
  244. package/esm/node_modules/side-channel/node_modules/get-intrinsic/index.js.map +1 -0
  245. package/esm/node_modules/side-channel/node_modules/has-symbols/index.js +22 -0
  246. package/esm/node_modules/side-channel/node_modules/has-symbols/index.js.map +1 -0
  247. package/esm/node_modules/side-channel/node_modules/has-symbols/shams.js +58 -0
  248. package/esm/node_modules/side-channel/node_modules/has-symbols/shams.js.map +1 -0
  249. package/esm/node_modules/side-channel/node_modules/object-inspect/index.js +469 -0
  250. package/esm/node_modules/side-channel/node_modules/object-inspect/index.js.map +1 -0
  251. package/esm/node_modules/side-channel/node_modules/object-inspect/util.inspect.js +6 -0
  252. package/esm/node_modules/side-channel/node_modules/object-inspect/util.inspect.js.map +1 -0
  253. package/esm/node_modules/supports-color/index.js +149 -0
  254. package/esm/node_modules/supports-color/index.js.map +1 -0
  255. package/package.json +3 -3
  256. package/esm/lib/api/apiKeys.js +0 -51
  257. package/esm/lib/api/apiKeys.js.map +0 -1
  258. package/esm/lib/api/dataBuckets.js +0 -18
  259. package/esm/lib/api/dataBuckets.js.map +0 -1
  260. package/esm/lib/api/jobs.js +0 -56
  261. package/esm/lib/api/jobs.js.map +0 -1
  262. package/esm/lib/api/members.js +0 -33
  263. package/esm/lib/api/members.js.map +0 -1
  264. package/esm/lib/api/people.js +0 -50
  265. package/esm/lib/api/people.js.map +0 -1
  266. package/esm/lib/api/roles.js +0 -17
  267. package/esm/lib/api/roles.js.map +0 -1
  268. package/esm/lib/api/routes.js +0 -43
  269. package/esm/lib/api/routes.js.map +0 -1
  270. package/esm/lib/api/servicesMap.js +0 -17
  271. package/esm/lib/api/servicesMap.js.map +0 -1
  272. package/esm/lib/api/spaces.js +0 -32
  273. package/esm/lib/api/spaces.js.map +0 -1
  274. package/esm/lib/api/storage.js +0 -94
  275. package/esm/lib/api/storage.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"async.js","sources":["../../../../node_modules/asynckit/lib/async.js"],"sourcesContent":["var defer = require('./defer.js');\n\n// API\nmodule.exports = async;\n\n/**\n * Runs provided callback asynchronously\n * even if callback itself is not\n *\n * @param {function} callback - callback to invoke\n * @returns {function} - augmented callback\n */\nfunction async(callback)\n{\n var isAsync = false;\n\n // check if async happened\n defer(function() { isAsync = true; });\n\n return function async_callback(err, result)\n {\n if (isAsync)\n {\n callback(err, result);\n }\n else\n {\n defer(function nextTick_callback()\n {\n callback(err, result);\n });\n }\n };\n}\n"],"names":["require$$0"],"mappings":";;AAAA,IAAI,KAAK,GAAGA,OAAqB;;AAEjC;AACA,IAAA,OAAc,GAAG;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,KAAK,CAAC,QAAQ;AACvB;AACA,EAAE,IAAI,OAAO,GAAG,KAAK;;AAErB;AACA,EAAE,KAAK,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC,CAAA,CAAE,CAAC;;AAEvC,EAAE,OAAO,SAAS,cAAc,CAAC,GAAG,EAAE,MAAM;AAC5C,EAAE;AACF,IAAI,IAAI,OAAO;AACf,IAAI;AACJ,MAAM,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;AAC3B,IAAA;AACA;AACA,IAAI;AACJ,MAAM,KAAK,CAAC,SAAS,iBAAiB;AACtC,MAAM;AACN,QAAQ,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;AAC7B,MAAA,CAAO,CAAC;AACR,IAAA;AACA,EAAA,CAAG;AACH;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,29 @@
1
+ var defer_1 = defer;
2
+
3
+ /**
4
+ * Runs provided function on next iteration of the event loop
5
+ *
6
+ * @param {function} fn - function to run
7
+ */
8
+ function defer(fn)
9
+ {
10
+ var nextTick = typeof setImmediate == 'function'
11
+ ? setImmediate
12
+ : (
13
+ typeof process == 'object' && typeof process.nextTick == 'function'
14
+ ? process.nextTick
15
+ : null
16
+ );
17
+
18
+ if (nextTick)
19
+ {
20
+ nextTick(fn);
21
+ }
22
+ else
23
+ {
24
+ setTimeout(fn, 0);
25
+ }
26
+ }
27
+
28
+ export { defer_1 as d };
29
+ //# sourceMappingURL=defer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defer.js","sources":["../../../../node_modules/asynckit/lib/defer.js"],"sourcesContent":["module.exports = defer;\n\n/**\n * Runs provided function on next iteration of the event loop\n *\n * @param {function} fn - function to run\n */\nfunction defer(fn)\n{\n var nextTick = typeof setImmediate == 'function'\n ? setImmediate\n : (\n typeof process == 'object' && typeof process.nextTick == 'function'\n ? process.nextTick\n : null\n );\n\n if (nextTick)\n {\n nextTick(fn);\n }\n else\n {\n setTimeout(fn, 0);\n }\n}\n"],"names":[],"mappings":"AAAA,IAAA,OAAc,GAAG;;AAEjB;AACA;AACA;AACA;AACA;AACA,SAAS,KAAK,CAAC,EAAE;AACjB;AACA,EAAE,IAAI,QAAQ,GAAG,OAAO,YAAY,IAAI;AACxC,MAAM;AACN;AACA,MAAM,OAAO,OAAO,IAAI,QAAQ,IAAI,OAAO,OAAO,CAAC,QAAQ,IAAI;AAC/D,QAAQ,OAAO,CAAC;AAChB,QAAQ;AACR,KAAK;;AAEL,EAAE,IAAI,QAAQ;AACd,EAAE;AACF,IAAI,QAAQ,CAAC,EAAE,CAAC;AAChB,EAAA;AACA;AACA,EAAE;AACF,IAAI,UAAU,CAAC,EAAE,EAAE,CAAC,CAAC;AACrB,EAAA;AACA;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,81 @@
1
+ import { a as async_1 } from './async.js';
2
+ import { a as abort_1 } from './abort.js';
3
+
4
+ var async = async_1
5
+ , abort = abort_1
6
+ ;
7
+
8
+ // API
9
+ var iterate_1 = iterate;
10
+
11
+ /**
12
+ * Iterates over each job object
13
+ *
14
+ * @param {array|object} list - array or object (named list) to iterate over
15
+ * @param {function} iterator - iterator to run
16
+ * @param {object} state - current job status
17
+ * @param {function} callback - invoked when all elements processed
18
+ */
19
+ function iterate(list, iterator, state, callback)
20
+ {
21
+ // store current index
22
+ var key = state['keyedList'] ? state['keyedList'][state.index] : state.index;
23
+
24
+ state.jobs[key] = runJob(iterator, key, list[key], function(error, output)
25
+ {
26
+ // don't repeat yourself
27
+ // skip secondary callbacks
28
+ if (!(key in state.jobs))
29
+ {
30
+ return;
31
+ }
32
+
33
+ // clean up jobs
34
+ delete state.jobs[key];
35
+
36
+ if (error)
37
+ {
38
+ // don't process rest of the results
39
+ // stop still active jobs
40
+ // and reset the list
41
+ abort(state);
42
+ }
43
+ else
44
+ {
45
+ state.results[key] = output;
46
+ }
47
+
48
+ // return salvaged results
49
+ callback(error, state.results);
50
+ });
51
+ }
52
+
53
+ /**
54
+ * Runs iterator over provided job element
55
+ *
56
+ * @param {function} iterator - iterator to invoke
57
+ * @param {string|number} key - key/index of the element in the list of jobs
58
+ * @param {mixed} item - job description
59
+ * @param {function} callback - invoked after iterator is done with the job
60
+ * @returns {function|mixed} - job abort function or something else
61
+ */
62
+ function runJob(iterator, key, item, callback)
63
+ {
64
+ var aborter;
65
+
66
+ // allow shortcut if iterator expects only two arguments
67
+ if (iterator.length == 2)
68
+ {
69
+ aborter = iterator(item, async(callback));
70
+ }
71
+ // otherwise go with full three arguments
72
+ else
73
+ {
74
+ aborter = iterator(item, key, async(callback));
75
+ }
76
+
77
+ return aborter;
78
+ }
79
+
80
+ export { iterate_1 as i };
81
+ //# sourceMappingURL=iterate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iterate.js","sources":["../../../../node_modules/asynckit/lib/iterate.js"],"sourcesContent":["var async = require('./async.js')\n , abort = require('./abort.js')\n ;\n\n// API\nmodule.exports = iterate;\n\n/**\n * Iterates over each job object\n *\n * @param {array|object} list - array or object (named list) to iterate over\n * @param {function} iterator - iterator to run\n * @param {object} state - current job status\n * @param {function} callback - invoked when all elements processed\n */\nfunction iterate(list, iterator, state, callback)\n{\n // store current index\n var key = state['keyedList'] ? state['keyedList'][state.index] : state.index;\n\n state.jobs[key] = runJob(iterator, key, list[key], function(error, output)\n {\n // don't repeat yourself\n // skip secondary callbacks\n if (!(key in state.jobs))\n {\n return;\n }\n\n // clean up jobs\n delete state.jobs[key];\n\n if (error)\n {\n // don't process rest of the results\n // stop still active jobs\n // and reset the list\n abort(state);\n }\n else\n {\n state.results[key] = output;\n }\n\n // return salvaged results\n callback(error, state.results);\n });\n}\n\n/**\n * Runs iterator over provided job element\n *\n * @param {function} iterator - iterator to invoke\n * @param {string|number} key - key/index of the element in the list of jobs\n * @param {mixed} item - job description\n * @param {function} callback - invoked after iterator is done with the job\n * @returns {function|mixed} - job abort function or something else\n */\nfunction runJob(iterator, key, item, callback)\n{\n var aborter;\n\n // allow shortcut if iterator expects only two arguments\n if (iterator.length == 2)\n {\n aborter = iterator(item, async(callback));\n }\n // otherwise go with full three arguments\n else\n {\n aborter = iterator(item, key, async(callback));\n }\n\n return aborter;\n}\n"],"names":["require$$0","require$$1"],"mappings":";;;AAAA,IAAI,KAAK,GAAGA;AACZ,IAAI,KAAK,GAAGC;AACZ;;AAEA;AACA,IAAA,SAAc,GAAG;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ;AAChD;AACA;AACA,EAAE,IAAI,GAAG,GAAG,KAAK,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,KAAK;;AAE9E,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,QAAQ,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,SAAS,KAAK,EAAE,MAAM;AAC3E,EAAE;AACF;AACA;AACA,IAAI,IAAI,EAAE,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC;AAC5B,IAAI;AACJ,MAAM;AACN,IAAA;;AAEA;AACA,IAAI,OAAO,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC;;AAE1B,IAAI,IAAI,KAAK;AACb,IAAI;AACJ;AACA;AACA;AACA,MAAM,KAAK,CAAC,KAAK,CAAC;AAClB,IAAA;AACA;AACA,IAAI;AACJ,MAAM,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,MAAM;AACjC,IAAA;;AAEA;AACA,IAAI,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC;AAClC,EAAA,CAAG,CAAC;AACJ;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,MAAM,CAAC,QAAQ,EAAE,GAAG,EAAE,IAAI,EAAE,QAAQ;AAC7C;AACA,EAAE,IAAI,OAAO;;AAEb;AACA,EAAE,IAAI,QAAQ,CAAC,MAAM,IAAI,CAAC;AAC1B,EAAE;AACF,IAAI,OAAO,GAAG,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;AAC7C,EAAA;AACA;AACA;AACA,EAAE;AACF,IAAI,OAAO,GAAG,QAAQ,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;AAClD,EAAA;;AAEA,EAAE,OAAO,OAAO;AAChB;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,40 @@
1
+ // API
2
+ var state_1 = state;
3
+
4
+ /**
5
+ * Creates initial state object
6
+ * for iteration over list
7
+ *
8
+ * @param {array|object} list - list to iterate over
9
+ * @param {function|null} sortMethod - function to use for keys sort,
10
+ * or `null` to keep them as is
11
+ * @returns {object} - initial state object
12
+ */
13
+ function state(list, sortMethod)
14
+ {
15
+ var isNamedList = !Array.isArray(list)
16
+ , initState =
17
+ {
18
+ index : 0,
19
+ keyedList: isNamedList || sortMethod ? Object.keys(list) : null,
20
+ jobs : {},
21
+ results : isNamedList ? {} : [],
22
+ size : isNamedList ? Object.keys(list).length : list.length
23
+ }
24
+ ;
25
+
26
+ if (sortMethod)
27
+ {
28
+ // sort array keys based on it's values
29
+ // sort object's keys just on own merit
30
+ initState.keyedList.sort(isNamedList ? sortMethod : function(a, b)
31
+ {
32
+ return sortMethod(list[a], list[b]);
33
+ });
34
+ }
35
+
36
+ return initState;
37
+ }
38
+
39
+ export { state_1 as s };
40
+ //# sourceMappingURL=state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.js","sources":["../../../../node_modules/asynckit/lib/state.js"],"sourcesContent":["// API\nmodule.exports = state;\n\n/**\n * Creates initial state object\n * for iteration over list\n *\n * @param {array|object} list - list to iterate over\n * @param {function|null} sortMethod - function to use for keys sort,\n * or `null` to keep them as is\n * @returns {object} - initial state object\n */\nfunction state(list, sortMethod)\n{\n var isNamedList = !Array.isArray(list)\n , initState =\n {\n index : 0,\n keyedList: isNamedList || sortMethod ? Object.keys(list) : null,\n jobs : {},\n results : isNamedList ? {} : [],\n size : isNamedList ? Object.keys(list).length : list.length\n }\n ;\n\n if (sortMethod)\n {\n // sort array keys based on it's values\n // sort object's keys just on own merit\n initState.keyedList.sort(isNamedList ? sortMethod : function(a, b)\n {\n return sortMethod(list[a], list[b]);\n });\n }\n\n return initState;\n}\n"],"names":[],"mappings":"AAAA;AACA,IAAA,OAAc,GAAG;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,KAAK,CAAC,IAAI,EAAE,UAAU;AAC/B;AACA,EAAE,IAAI,WAAW,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI;AACvC,MAAM,SAAS;AACf,IAAI;AACJ,MAAM,KAAK,MAAM,CAAC;AAClB,MAAM,SAAS,EAAE,WAAW,IAAI,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI;AACrE,MAAM,IAAI,OAAO,EAAE;AACnB,MAAM,OAAO,IAAI,WAAW,GAAG,EAAE,GAAG,EAAE;AACtC,MAAM,IAAI,OAAO,WAAW,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,GAAG,IAAI,CAAC;AAC/D;AACA;;AAEA,EAAE,IAAI,UAAU;AAChB,EAAE;AACF;AACA;AACA,IAAI,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,WAAW,GAAG,UAAU,GAAG,SAAS,CAAC,EAAE,CAAC;AACrE,IAAI;AACJ,MAAM,OAAO,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AACzC,IAAA,CAAK,CAAC;AACN,EAAA;;AAEA,EAAE,OAAO,SAAS;AAClB;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,35 @@
1
+ import { a as abort_1 } from './abort.js';
2
+ import { a as async_1 } from './async.js';
3
+
4
+ var abort = abort_1
5
+ , async = async_1
6
+ ;
7
+
8
+ // API
9
+ var terminator_1 = terminator;
10
+
11
+ /**
12
+ * Terminates jobs in the attached state context
13
+ *
14
+ * @this AsyncKitState#
15
+ * @param {function} callback - final callback to invoke after termination
16
+ */
17
+ function terminator(callback)
18
+ {
19
+ if (!Object.keys(this.jobs).length)
20
+ {
21
+ return;
22
+ }
23
+
24
+ // fast forward iteration index
25
+ this.index = this.size;
26
+
27
+ // abort jobs
28
+ abort(this);
29
+
30
+ // send back results we have so far
31
+ async(callback)(null, this.results);
32
+ }
33
+
34
+ export { terminator_1 as t };
35
+ //# sourceMappingURL=terminator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"terminator.js","sources":["../../../../node_modules/asynckit/lib/terminator.js"],"sourcesContent":["var abort = require('./abort.js')\n , async = require('./async.js')\n ;\n\n// API\nmodule.exports = terminator;\n\n/**\n * Terminates jobs in the attached state context\n *\n * @this AsyncKitState#\n * @param {function} callback - final callback to invoke after termination\n */\nfunction terminator(callback)\n{\n if (!Object.keys(this.jobs).length)\n {\n return;\n }\n\n // fast forward iteration index\n this.index = this.size;\n\n // abort jobs\n abort(this);\n\n // send back results we have so far\n async(callback)(null, this.results);\n}\n"],"names":["require$$0","require$$1"],"mappings":";;;AAAA,IAAI,KAAK,GAAGA;AACZ,IAAI,KAAK,GAAGC;AACZ;;AAEA;AACA,IAAA,YAAc,GAAG;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,UAAU,CAAC,QAAQ;AAC5B;AACA,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM;AACpC,EAAE;AACF,IAAI;AACJ,EAAA;;AAEA;AACA,EAAE,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI;;AAExB;AACA,EAAE,KAAK,CAAC,IAAI,CAAC;;AAEb;AACA,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC;AACrC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,50 @@
1
+ import { i as iterate_1 } from './lib/iterate.js';
2
+ import { s as state_1 } from './lib/state.js';
3
+ import { t as terminator_1 } from './lib/terminator.js';
4
+
5
+ var iterate = iterate_1
6
+ , initState = state_1
7
+ , terminator = terminator_1
8
+ ;
9
+
10
+ // Public API
11
+ var parallel_1 = parallel;
12
+
13
+ /**
14
+ * Runs iterator over provided array elements in parallel
15
+ *
16
+ * @param {array|object} list - array or object (named list) to iterate over
17
+ * @param {function} iterator - iterator to run
18
+ * @param {function} callback - invoked when all elements processed
19
+ * @returns {function} - jobs terminator
20
+ */
21
+ function parallel(list, iterator, callback)
22
+ {
23
+ var state = initState(list);
24
+
25
+ while (state.index < (state['keyedList'] || list).length)
26
+ {
27
+ iterate(list, iterator, state, function(error, result)
28
+ {
29
+ if (error)
30
+ {
31
+ callback(error, result);
32
+ return;
33
+ }
34
+
35
+ // looks like it's the last one
36
+ if (Object.keys(state.jobs).length === 0)
37
+ {
38
+ callback(null, state.results);
39
+ return;
40
+ }
41
+ });
42
+
43
+ state.index++;
44
+ }
45
+
46
+ return terminator.bind(state, callback);
47
+ }
48
+
49
+ export { parallel_1 as p };
50
+ //# sourceMappingURL=parallel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parallel.js","sources":["../../../node_modules/asynckit/parallel.js"],"sourcesContent":["var iterate = require('./lib/iterate.js')\n , initState = require('./lib/state.js')\n , terminator = require('./lib/terminator.js')\n ;\n\n// Public API\nmodule.exports = parallel;\n\n/**\n * Runs iterator over provided array elements in parallel\n *\n * @param {array|object} list - array or object (named list) to iterate over\n * @param {function} iterator - iterator to run\n * @param {function} callback - invoked when all elements processed\n * @returns {function} - jobs terminator\n */\nfunction parallel(list, iterator, callback)\n{\n var state = initState(list);\n\n while (state.index < (state['keyedList'] || list).length)\n {\n iterate(list, iterator, state, function(error, result)\n {\n if (error)\n {\n callback(error, result);\n return;\n }\n\n // looks like it's the last one\n if (Object.keys(state.jobs).length === 0)\n {\n callback(null, state.results);\n return;\n }\n });\n\n state.index++;\n }\n\n return terminator.bind(state, callback);\n}\n"],"names":["require$$0","require$$1","require$$2"],"mappings":";;;;AAAA,IAAI,OAAO,MAAMA;AACjB,IAAI,SAAS,IAAIC;AACjB,IAAI,UAAU,GAAGC;AACjB;;AAEA;AACA,IAAA,UAAc,GAAG;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,QAAQ,CAAC,IAAI,EAAE,QAAQ,EAAE,QAAQ;AAC1C;AACA,EAAE,IAAI,KAAK,GAAG,SAAS,CAAC,IAAI,CAAC;;AAE7B,EAAE,OAAO,KAAK,CAAC,KAAK,GAAG,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,EAAE,MAAM;AAC1D,EAAE;AACF,IAAI,OAAO,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,KAAK,EAAE,MAAM;AACzD,IAAI;AACJ,MAAM,IAAI,KAAK;AACf,MAAM;AACN,QAAQ,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;AAC/B,QAAQ;AACR,MAAA;;AAEA;AACA,MAAM,IAAI,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC;AAC9C,MAAM;AACN,QAAQ,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC;AACrC,QAAQ;AACR,MAAA;AACA,IAAA,CAAK,CAAC;;AAEN,IAAI,KAAK,CAAC,KAAK,EAAE;AACjB,EAAA;;AAEA,EAAE,OAAO,UAAU,CAAC,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC;AACzC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,22 @@
1
+ import { s as serialOrderedExports } from './serialOrdered.js';
2
+
3
+ var serialOrdered = serialOrderedExports;
4
+
5
+ // Public API
6
+ var serial_1 = serial;
7
+
8
+ /**
9
+ * Runs iterator over provided array elements in series
10
+ *
11
+ * @param {array|object} list - array or object (named list) to iterate over
12
+ * @param {function} iterator - iterator to run
13
+ * @param {function} callback - invoked when all elements processed
14
+ * @returns {function} - jobs terminator
15
+ */
16
+ function serial(list, iterator, callback)
17
+ {
18
+ return serialOrdered(list, iterator, null, callback);
19
+ }
20
+
21
+ export { serial_1 as s };
22
+ //# sourceMappingURL=serial.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serial.js","sources":["../../../node_modules/asynckit/serial.js"],"sourcesContent":["var serialOrdered = require('./serialOrdered.js');\n\n// Public API\nmodule.exports = serial;\n\n/**\n * Runs iterator over provided array elements in series\n *\n * @param {array|object} list - array or object (named list) to iterate over\n * @param {function} iterator - iterator to run\n * @param {function} callback - invoked when all elements processed\n * @returns {function} - jobs terminator\n */\nfunction serial(list, iterator, callback)\n{\n return serialOrdered(list, iterator, null, callback);\n}\n"],"names":["require$$0"],"mappings":";;AAAA,IAAI,aAAa,GAAGA,oBAA6B;;AAEjD;AACA,IAAA,QAAc,GAAG;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,MAAM,CAAC,IAAI,EAAE,QAAQ,EAAE,QAAQ;AACxC;AACA,EAAE,OAAO,aAAa,CAAC,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,CAAC;AACtD;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,85 @@
1
+ import { __module as serialOrdered$1 } from '../../_virtual/serialOrdered.js';
2
+ import { i as iterate_1 } from './lib/iterate.js';
3
+ import { s as state_1 } from './lib/state.js';
4
+ import { t as terminator_1 } from './lib/terminator.js';
5
+
6
+ var iterate = iterate_1
7
+ , initState = state_1
8
+ , terminator = terminator_1
9
+ ;
10
+
11
+ // Public API
12
+ serialOrdered$1.exports = serialOrdered;
13
+ // sorting helpers
14
+ serialOrdered$1.exports.ascending = ascending;
15
+ serialOrdered$1.exports.descending = descending;
16
+
17
+ /**
18
+ * Runs iterator over provided sorted array elements in series
19
+ *
20
+ * @param {array|object} list - array or object (named list) to iterate over
21
+ * @param {function} iterator - iterator to run
22
+ * @param {function} sortMethod - custom sort function
23
+ * @param {function} callback - invoked when all elements processed
24
+ * @returns {function} - jobs terminator
25
+ */
26
+ function serialOrdered(list, iterator, sortMethod, callback)
27
+ {
28
+ var state = initState(list, sortMethod);
29
+
30
+ iterate(list, iterator, state, function iteratorHandler(error, result)
31
+ {
32
+ if (error)
33
+ {
34
+ callback(error, result);
35
+ return;
36
+ }
37
+
38
+ state.index++;
39
+
40
+ // are we there yet?
41
+ if (state.index < (state['keyedList'] || list).length)
42
+ {
43
+ iterate(list, iterator, state, iteratorHandler);
44
+ return;
45
+ }
46
+
47
+ // done here
48
+ callback(null, state.results);
49
+ });
50
+
51
+ return terminator.bind(state, callback);
52
+ }
53
+
54
+ /*
55
+ * -- Sort methods
56
+ */
57
+
58
+ /**
59
+ * sort helper to sort array elements in ascending order
60
+ *
61
+ * @param {mixed} a - an item to compare
62
+ * @param {mixed} b - an item to compare
63
+ * @returns {number} - comparison result
64
+ */
65
+ function ascending(a, b)
66
+ {
67
+ return a < b ? -1 : a > b ? 1 : 0;
68
+ }
69
+
70
+ /**
71
+ * sort helper to sort array elements in descending order
72
+ *
73
+ * @param {mixed} a - an item to compare
74
+ * @param {mixed} b - an item to compare
75
+ * @returns {number} - comparison result
76
+ */
77
+ function descending(a, b)
78
+ {
79
+ return -1 * ascending(a, b);
80
+ }
81
+
82
+ var serialOrderedExports = serialOrdered$1.exports;
83
+
84
+ export { serialOrderedExports as s };
85
+ //# sourceMappingURL=serialOrdered.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serialOrdered.js","sources":["../../../node_modules/asynckit/serialOrdered.js"],"sourcesContent":["var iterate = require('./lib/iterate.js')\n , initState = require('./lib/state.js')\n , terminator = require('./lib/terminator.js')\n ;\n\n// Public API\nmodule.exports = serialOrdered;\n// sorting helpers\nmodule.exports.ascending = ascending;\nmodule.exports.descending = descending;\n\n/**\n * Runs iterator over provided sorted array elements in series\n *\n * @param {array|object} list - array or object (named list) to iterate over\n * @param {function} iterator - iterator to run\n * @param {function} sortMethod - custom sort function\n * @param {function} callback - invoked when all elements processed\n * @returns {function} - jobs terminator\n */\nfunction serialOrdered(list, iterator, sortMethod, callback)\n{\n var state = initState(list, sortMethod);\n\n iterate(list, iterator, state, function iteratorHandler(error, result)\n {\n if (error)\n {\n callback(error, result);\n return;\n }\n\n state.index++;\n\n // are we there yet?\n if (state.index < (state['keyedList'] || list).length)\n {\n iterate(list, iterator, state, iteratorHandler);\n return;\n }\n\n // done here\n callback(null, state.results);\n });\n\n return terminator.bind(state, callback);\n}\n\n/*\n * -- Sort methods\n */\n\n/**\n * sort helper to sort array elements in ascending order\n *\n * @param {mixed} a - an item to compare\n * @param {mixed} b - an item to compare\n * @returns {number} - comparison result\n */\nfunction ascending(a, b)\n{\n return a < b ? -1 : a > b ? 1 : 0;\n}\n\n/**\n * sort helper to sort array elements in descending order\n *\n * @param {mixed} a - an item to compare\n * @param {mixed} b - an item to compare\n * @returns {number} - comparison result\n */\nfunction descending(a, b)\n{\n return -1 * ascending(a, b);\n}\n"],"names":["require$$0","require$$1","require$$2","serialOrderedModule"],"mappings":";;;;;AAAA,IAAI,OAAO,MAAMA;AACjB,IAAI,SAAS,IAAIC;AACjB,IAAI,UAAU,GAAGC;AACjB;;AAEA;AACAC,eAAA,CAAA,OAAc,GAAG,aAAa;AAC9B;AACAA,eAAA,CAAA,OAAA,CAAA,SAAwB,IAAI;AAC5BA,eAAA,CAAA,OAAA,CAAA,UAAyB,GAAG;;AAE5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,aAAa,CAAC,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ;AAC3D;AACA,EAAE,IAAI,KAAK,GAAG,SAAS,CAAC,IAAI,EAAE,UAAU,CAAC;;AAEzC,EAAE,OAAO,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,eAAe,CAAC,KAAK,EAAE,MAAM;AACvE,EAAE;AACF,IAAI,IAAI,KAAK;AACb,IAAI;AACJ,MAAM,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;AAC7B,MAAM;AACN,IAAA;;AAEA,IAAI,KAAK,CAAC,KAAK,EAAE;;AAEjB;AACA,IAAI,IAAI,KAAK,CAAC,KAAK,GAAG,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,EAAE,MAAM;AACzD,IAAI;AACJ,MAAM,OAAO,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC;AACrD,MAAM;AACN,IAAA;;AAEA;AACA,IAAI,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC;AACjC,EAAA,CAAG,CAAC;;AAEJ,EAAE,OAAO,UAAU,CAAC,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC;AACzC;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,SAAS,CAAC,CAAC,EAAE,CAAC;AACvB;AACA,EAAE,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC;AACnC;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,UAAU,CAAC,CAAC,EAAE,CAAC;AACxB;AACA,EAAE,OAAO,EAAE,GAAG,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC;AAC7B;;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,26 @@
1
+ import axios from './lib/axios.js';
2
+
3
+ // This module is intended to unwrap Axios default export as named.
4
+ // Keep top-level export same with static properties
5
+ // so that it can keep same with es module or cjs
6
+ const {
7
+ Axios,
8
+ AxiosError,
9
+ CanceledError,
10
+ isCancel,
11
+ CancelToken,
12
+ VERSION,
13
+ all,
14
+ Cancel,
15
+ isAxiosError,
16
+ spread,
17
+ toFormData,
18
+ AxiosHeaders,
19
+ HttpStatusCode,
20
+ formToJSON,
21
+ getAdapter,
22
+ mergeConfig,
23
+ } = axios;
24
+
25
+ export { Axios, AxiosError, AxiosHeaders, Cancel, CancelToken, CanceledError, HttpStatusCode, VERSION, all, axios as default, formToJSON, getAdapter, isAxiosError, isCancel, mergeConfig, spread, toFormData };
26
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../node_modules/axios/index.js"],"sourcesContent":["import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig,\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig,\n};\n"],"names":[],"mappings":";;AAEA;AACA;AACA;AACK,MAAC;AACN,EAAE,KAAK;AACP,EAAE,UAAU;AACZ,EAAE,aAAa;AACf,EAAE,QAAQ;AACV,EAAE,WAAW;AACb,EAAE,OAAO;AACT,EAAE,GAAG;AACL,EAAE,MAAM;AACR,EAAE,YAAY;AACd,EAAE,MAAM;AACR,EAAE,UAAU;AACZ,EAAE,YAAY;AACd,EAAE,cAAc;AAChB,EAAE,UAAU;AACZ,EAAE,UAAU;AACZ,EAAE,WAAW;AACb,CAAC,GAAG;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,133 @@
1
+ import utils from '../utils.js';
2
+ import httpAdapter from './http.js';
3
+ import xhrAdapter from './xhr.js';
4
+ import { getFetch } from './fetch.js';
5
+ import AxiosError from '../core/AxiosError.js';
6
+
7
+ /**
8
+ * Known adapters mapping.
9
+ * Provides environment-specific adapters for Axios:
10
+ * - `http` for Node.js
11
+ * - `xhr` for browsers
12
+ * - `fetch` for fetch API-based requests
13
+ *
14
+ * @type {Object<string, Function|Object>}
15
+ */
16
+ const knownAdapters = {
17
+ http: httpAdapter,
18
+ xhr: xhrAdapter,
19
+ fetch: {
20
+ get: getFetch,
21
+ },
22
+ };
23
+
24
+ // Assign adapter names for easier debugging and identification
25
+ utils.forEach(knownAdapters, (fn, value) => {
26
+ if (fn) {
27
+ try {
28
+ Object.defineProperty(fn, 'name', { value });
29
+ } catch (e) {
30
+ // eslint-disable-next-line no-empty
31
+ }
32
+ Object.defineProperty(fn, 'adapterName', { value });
33
+ }
34
+ });
35
+
36
+ /**
37
+ * Render a rejection reason string for unknown or unsupported adapters
38
+ *
39
+ * @param {string} reason
40
+ * @returns {string}
41
+ */
42
+ const renderReason = (reason) => `- ${reason}`;
43
+
44
+ /**
45
+ * Check if the adapter is resolved (function, null, or false)
46
+ *
47
+ * @param {Function|null|false} adapter
48
+ * @returns {boolean}
49
+ */
50
+ const isResolvedHandle = (adapter) =>
51
+ utils.isFunction(adapter) || adapter === null || adapter === false;
52
+
53
+ /**
54
+ * Get the first suitable adapter from the provided list.
55
+ * Tries each adapter in order until a supported one is found.
56
+ * Throws an AxiosError if no adapter is suitable.
57
+ *
58
+ * @param {Array<string|Function>|string|Function} adapters - Adapter(s) by name or function.
59
+ * @param {Object} config - Axios request configuration
60
+ * @throws {AxiosError} If no suitable adapter is available
61
+ * @returns {Function} The resolved adapter function
62
+ */
63
+ function getAdapter(adapters, config) {
64
+ adapters = utils.isArray(adapters) ? adapters : [adapters];
65
+
66
+ const { length } = adapters;
67
+ let nameOrAdapter;
68
+ let adapter;
69
+
70
+ const rejectedReasons = {};
71
+
72
+ for (let i = 0; i < length; i++) {
73
+ nameOrAdapter = adapters[i];
74
+ let id;
75
+
76
+ adapter = nameOrAdapter;
77
+
78
+ if (!isResolvedHandle(nameOrAdapter)) {
79
+ adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
80
+
81
+ if (adapter === undefined) {
82
+ throw new AxiosError(`Unknown adapter '${id}'`);
83
+ }
84
+ }
85
+
86
+ if (adapter && (utils.isFunction(adapter) || (adapter = adapter.get(config)))) {
87
+ break;
88
+ }
89
+
90
+ rejectedReasons[id || '#' + i] = adapter;
91
+ }
92
+
93
+ if (!adapter) {
94
+ const reasons = Object.entries(rejectedReasons).map(
95
+ ([id, state]) =>
96
+ `adapter ${id} ` +
97
+ (state === false ? 'is not supported by the environment' : 'is not available in the build')
98
+ );
99
+
100
+ let s = length
101
+ ? reasons.length > 1
102
+ ? 'since :\n' + reasons.map(renderReason).join('\n')
103
+ : ' ' + renderReason(reasons[0])
104
+ : 'as no adapter specified';
105
+
106
+ throw new AxiosError(
107
+ `There is no suitable adapter to dispatch the request ` + s,
108
+ 'ERR_NOT_SUPPORT'
109
+ );
110
+ }
111
+
112
+ return adapter;
113
+ }
114
+
115
+ /**
116
+ * Exports Axios adapters and utility to resolve an adapter
117
+ */
118
+ var adapters = {
119
+ /**
120
+ * Resolve an adapter from a list of adapter names or functions.
121
+ * @type {Function}
122
+ */
123
+ getAdapter,
124
+
125
+ /**
126
+ * Exposes all known adapters
127
+ * @type {Object<string, Function|Object>}
128
+ */
129
+ adapters: knownAdapters,
130
+ };
131
+
132
+ export { adapters as default };
133
+ //# sourceMappingURL=adapters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adapters.js","sources":["../../../../../node_modules/axios/lib/adapters/adapters.js"],"sourcesContent":["import utils from '../utils.js';\nimport httpAdapter from './http.js';\nimport xhrAdapter from './xhr.js';\nimport * as fetchAdapter from './fetch.js';\nimport AxiosError from '../core/AxiosError.js';\n\n/**\n * Known adapters mapping.\n * Provides environment-specific adapters for Axios:\n * - `http` for Node.js\n * - `xhr` for browsers\n * - `fetch` for fetch API-based requests\n *\n * @type {Object<string, Function|Object>}\n */\nconst knownAdapters = {\n http: httpAdapter,\n xhr: xhrAdapter,\n fetch: {\n get: fetchAdapter.getFetch,\n },\n};\n\n// Assign adapter names for easier debugging and identification\nutils.forEach(knownAdapters, (fn, value) => {\n if (fn) {\n try {\n Object.defineProperty(fn, 'name', { value });\n } catch (e) {\n // eslint-disable-next-line no-empty\n }\n Object.defineProperty(fn, 'adapterName', { value });\n }\n});\n\n/**\n * Render a rejection reason string for unknown or unsupported adapters\n *\n * @param {string} reason\n * @returns {string}\n */\nconst renderReason = (reason) => `- ${reason}`;\n\n/**\n * Check if the adapter is resolved (function, null, or false)\n *\n * @param {Function|null|false} adapter\n * @returns {boolean}\n */\nconst isResolvedHandle = (adapter) =>\n utils.isFunction(adapter) || adapter === null || adapter === false;\n\n/**\n * Get the first suitable adapter from the provided list.\n * Tries each adapter in order until a supported one is found.\n * Throws an AxiosError if no adapter is suitable.\n *\n * @param {Array<string|Function>|string|Function} adapters - Adapter(s) by name or function.\n * @param {Object} config - Axios request configuration\n * @throws {AxiosError} If no suitable adapter is available\n * @returns {Function} The resolved adapter function\n */\nfunction getAdapter(adapters, config) {\n adapters = utils.isArray(adapters) ? adapters : [adapters];\n\n const { length } = adapters;\n let nameOrAdapter;\n let adapter;\n\n const rejectedReasons = {};\n\n for (let i = 0; i < length; i++) {\n nameOrAdapter = adapters[i];\n let id;\n\n adapter = nameOrAdapter;\n\n if (!isResolvedHandle(nameOrAdapter)) {\n adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];\n\n if (adapter === undefined) {\n throw new AxiosError(`Unknown adapter '${id}'`);\n }\n }\n\n if (adapter && (utils.isFunction(adapter) || (adapter = adapter.get(config)))) {\n break;\n }\n\n rejectedReasons[id || '#' + i] = adapter;\n }\n\n if (!adapter) {\n const reasons = Object.entries(rejectedReasons).map(\n ([id, state]) =>\n `adapter ${id} ` +\n (state === false ? 'is not supported by the environment' : 'is not available in the build')\n );\n\n let s = length\n ? reasons.length > 1\n ? 'since :\\n' + reasons.map(renderReason).join('\\n')\n : ' ' + renderReason(reasons[0])\n : 'as no adapter specified';\n\n throw new AxiosError(\n `There is no suitable adapter to dispatch the request ` + s,\n 'ERR_NOT_SUPPORT'\n );\n }\n\n return adapter;\n}\n\n/**\n * Exports Axios adapters and utility to resolve an adapter\n */\nexport default {\n /**\n * Resolve an adapter from a list of adapter names or functions.\n * @type {Function}\n */\n getAdapter,\n\n /**\n * Exposes all known adapters\n * @type {Object<string, Function|Object>}\n */\n adapters: knownAdapters,\n};\n"],"names":["fetchAdapter.getFetch"],"mappings":"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","x_google_ignoreList":[0]}