cloudstructs 0.1.39 → 0.2.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 (349) hide show
  1. package/.gitattributes +19 -19
  2. package/.jsii +2743 -1551
  3. package/API.md +71 -71
  4. package/README.md +2 -0
  5. package/lib/codecommit-mirror/index.d.ts +6 -6
  6. package/lib/codecommit-mirror/index.js +13 -12
  7. package/lib/ecs-service-roller/index.d.ts +5 -5
  8. package/lib/ecs-service-roller/index.js +10 -9
  9. package/lib/email-receiver/receiver.d.ts +5 -5
  10. package/lib/email-receiver/receiver.js +15 -14
  11. package/lib/saml-identity-provider/index.d.ts +4 -4
  12. package/lib/saml-identity-provider/index.js +10 -9
  13. package/lib/slack-events/index.d.ts +5 -4
  14. package/lib/slack-events/index.js +13 -14
  15. package/lib/slack-textract/index.d.ts +6 -5
  16. package/lib/slack-textract/index.js +12 -11
  17. package/lib/state-machine-cr-provider/index.d.ts +2 -1
  18. package/lib/state-machine-cr-provider/index.js +14 -13
  19. package/lib/static-website/index.d.ts +6 -6
  20. package/lib/static-website/index.js +16 -15
  21. package/lib/url-shortener/index.d.ts +8 -7
  22. package/lib/url-shortener/index.handler.js +2 -1
  23. package/lib/url-shortener/index.js +19 -18
  24. package/node_modules/@sindresorhus/is/dist/index.d.ts +9 -4
  25. package/node_modules/@sindresorhus/is/dist/index.js +9 -0
  26. package/node_modules/@sindresorhus/is/package.json +1 -1
  27. package/node_modules/@sindresorhus/is/readme.md +26 -0
  28. package/node_modules/@slack/logger/node_modules/@types/node/README.md +3 -3
  29. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1 -1
  30. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +1 -1
  31. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +4 -4
  32. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +31 -20
  33. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
  34. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +6 -1
  35. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +106 -23
  36. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +10 -10
  37. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
  38. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +12 -1
  39. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +13 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  41. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +2 -2
  42. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +107 -13
  43. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +107 -46
  44. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +18 -7
  46. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2 -2
  47. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  48. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +4 -4
  49. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +9 -2
  50. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +3 -3
  51. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +5 -5
  52. package/node_modules/@slack/logger/node_modules/@types/node/package.json +13 -13
  53. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  54. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +3 -3
  55. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +8 -4
  56. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +3 -3
  57. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +9 -9
  58. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +2 -1
  59. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +1 -1
  60. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +385 -0
  61. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +75 -7
  62. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  63. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  64. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +6 -6
  65. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +2 -2
  66. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +2 -4
  67. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +26 -3
  68. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +49 -11
  69. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +2 -2
  70. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +6 -3
  71. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +9 -4
  72. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +4 -4
  73. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
  74. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +3 -3
  75. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +1 -1
  76. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +1 -1
  77. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +4 -4
  78. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +31 -20
  79. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
  80. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +6 -1
  81. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +106 -23
  82. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +10 -10
  83. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
  84. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +12 -1
  85. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +13 -2
  86. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  87. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +2 -2
  88. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +107 -13
  89. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +107 -46
  90. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +0 -1
  91. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +18 -7
  92. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +2 -2
  93. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  94. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +4 -4
  95. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +9 -2
  96. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +3 -3
  97. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +5 -5
  98. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +13 -13
  99. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  100. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +3 -3
  101. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +8 -4
  102. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +3 -3
  103. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +9 -9
  104. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +2 -1
  105. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +1 -1
  106. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +385 -0
  107. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +75 -7
  108. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  109. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  110. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +6 -6
  111. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +2 -2
  112. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +2 -4
  113. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +26 -3
  114. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +49 -11
  115. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +2 -2
  116. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +6 -3
  117. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +9 -4
  118. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +4 -4
  119. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +3 -3
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +1 -1
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +1 -1
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +4 -4
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +31 -20
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +6 -1
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +106 -23
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +10 -10
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +12 -1
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +13 -2
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +2 -2
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +107 -13
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +107 -46
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +0 -1
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +18 -7
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +2 -2
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +4 -4
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +9 -2
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +3 -3
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +5 -5
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +13 -13
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +3 -3
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +8 -4
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +3 -3
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +9 -9
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +2 -1
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +1 -1
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +385 -0
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +75 -7
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +6 -6
  157. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +2 -2
  158. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +2 -4
  159. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +26 -3
  160. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +49 -11
  161. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +2 -2
  162. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +6 -3
  163. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +9 -4
  164. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +4 -4
  165. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
  166. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +3 -3
  167. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +1 -1
  168. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +1 -1
  169. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +4 -4
  170. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +31 -20
  171. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
  172. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +6 -1
  173. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +106 -23
  174. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +10 -10
  175. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
  176. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +12 -1
  177. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +13 -2
  178. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +1 -1
  179. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +2 -2
  180. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +107 -13
  181. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +107 -46
  182. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +0 -1
  183. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +18 -7
  184. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +2 -2
  185. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +1 -1
  186. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +4 -4
  187. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +9 -2
  188. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +3 -3
  189. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +5 -5
  190. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +13 -13
  191. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
  192. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +3 -3
  193. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +8 -4
  194. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +3 -3
  195. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +9 -9
  196. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +2 -1
  197. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +1 -1
  198. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +385 -0
  199. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +75 -7
  200. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
  201. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +1 -1
  202. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +6 -6
  203. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +2 -2
  204. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +2 -4
  205. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +26 -3
  206. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +49 -11
  207. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +2 -2
  208. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +6 -3
  209. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +9 -4
  210. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +4 -4
  211. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
  212. package/node_modules/@types/keyv/README.md +1 -1
  213. package/node_modules/@types/keyv/index.d.ts +10 -3
  214. package/node_modules/@types/keyv/node_modules/@types/node/README.md +3 -3
  215. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +1 -1
  216. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +1 -1
  217. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +4 -4
  218. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +31 -20
  219. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
  220. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +6 -1
  221. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +106 -23
  222. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +10 -10
  223. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
  224. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +12 -1
  225. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +13 -2
  226. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  227. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +2 -2
  228. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +107 -13
  229. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +107 -46
  230. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +0 -1
  231. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +18 -7
  232. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +2 -2
  233. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  234. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +4 -4
  235. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +9 -2
  236. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +3 -3
  237. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +5 -5
  238. package/node_modules/@types/keyv/node_modules/@types/node/package.json +13 -13
  239. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  240. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +3 -3
  241. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +8 -4
  242. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +3 -3
  243. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +9 -9
  244. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +2 -1
  245. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +1 -1
  246. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +385 -0
  247. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +75 -7
  248. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  249. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  250. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +6 -6
  251. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +2 -2
  252. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +2 -4
  253. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +26 -3
  254. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +49 -11
  255. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +2 -2
  256. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +6 -3
  257. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +9 -4
  258. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +4 -4
  259. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
  260. package/node_modules/@types/keyv/package.json +3 -3
  261. package/node_modules/@types/responselike/node_modules/@types/node/README.md +3 -3
  262. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +1 -1
  263. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +1 -1
  264. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +4 -4
  265. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +31 -20
  266. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
  267. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +6 -1
  268. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +106 -23
  269. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +10 -10
  270. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
  271. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +12 -1
  272. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +13 -2
  273. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  274. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +2 -2
  275. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +107 -13
  276. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +107 -46
  277. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +0 -1
  278. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +18 -7
  279. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +2 -2
  280. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  281. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +4 -4
  282. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +9 -2
  283. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +3 -3
  284. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +5 -5
  285. package/node_modules/@types/responselike/node_modules/@types/node/package.json +13 -13
  286. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  287. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +3 -3
  288. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +8 -4
  289. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +3 -3
  290. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +9 -9
  291. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +2 -1
  292. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +1 -1
  293. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +385 -0
  294. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +75 -7
  295. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  296. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  297. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +6 -6
  298. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +2 -2
  299. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +2 -4
  300. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +26 -3
  301. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +49 -11
  302. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +2 -2
  303. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +6 -3
  304. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +9 -4
  305. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +4 -4
  306. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
  307. package/node_modules/axios/CHANGELOG.md +98 -8
  308. package/node_modules/axios/README.md +74 -6
  309. package/node_modules/axios/SECURITY.md +5 -0
  310. package/node_modules/axios/dist/axios.js +2028 -1591
  311. package/node_modules/axios/dist/axios.map +1 -1
  312. package/node_modules/axios/dist/axios.min.js +2 -2
  313. package/node_modules/axios/dist/axios.min.map +1 -1
  314. package/node_modules/axios/index.d.ts +8 -1
  315. package/node_modules/axios/lib/adapters/http.js +33 -5
  316. package/node_modules/axios/lib/adapters/xhr.js +35 -25
  317. package/node_modules/axios/lib/core/Axios.js +60 -7
  318. package/node_modules/axios/lib/core/InterceptorManager.js +4 -2
  319. package/node_modules/axios/lib/core/README.md +1 -0
  320. package/node_modules/axios/lib/core/dispatchRequest.js +6 -3
  321. package/node_modules/axios/lib/core/transformData.js +3 -1
  322. package/node_modules/axios/lib/defaults.js +43 -7
  323. package/node_modules/axios/lib/helpers/validator.js +105 -0
  324. package/node_modules/axios/lib/utils.js +1 -3
  325. package/node_modules/axios/package.json +19 -21
  326. package/node_modules/follow-redirects/index.js +59 -21
  327. package/node_modules/follow-redirects/package.json +1 -1
  328. package/node_modules/got/dist/source/as-promise/parse-body.d.ts +1 -1
  329. package/node_modules/got/dist/source/as-promise/types.js +2 -0
  330. package/node_modules/got/dist/source/core/index.d.ts +1 -1
  331. package/node_modules/got/dist/source/core/index.js +9 -3
  332. package/node_modules/got/dist/source/types.d.ts +14 -12
  333. package/node_modules/got/package.json +2 -2
  334. package/node_modules/got/readme.md +11 -10
  335. package/node_modules/keyv/LICENSE +1 -1
  336. package/node_modules/keyv/README.md +12 -10
  337. package/node_modules/keyv/package.json +17 -12
  338. package/node_modules/keyv/src/index.js +14 -16
  339. package/node_modules/mime-db/HISTORY.md +13 -0
  340. package/node_modules/mime-db/db.json +54 -0
  341. package/node_modules/mime-db/package.json +7 -7
  342. package/node_modules/mime-types/HISTORY.md +13 -3
  343. package/node_modules/mime-types/package.json +7 -7
  344. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/index.d.ts +0 -0
  345. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/index.js +0 -0
  346. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/license +0 -0
  347. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/package.json +0 -0
  348. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/readme.md +0 -0
  349. package/package.json +33 -84
@@ -1,4 +1,4 @@
1
- /* axios v0.21.1 | (c) 2020 by Matt Zabriskie */
1
+ /* axios v0.21.4 | (c) 2021 by Matt Zabriskie */
2
2
  (function webpackUniversalModuleDefinition(root, factory) {
3
3
  if(typeof exports === 'object' && typeof module === 'object')
4
4
  module.exports = factory();
@@ -8,7 +8,7 @@
8
8
  exports["axios"] = factory();
9
9
  else
10
10
  root["axios"] = factory();
11
- })(this, function() {
11
+ })(window, function() {
12
12
  return /******/ (function(modules) { // webpackBootstrap
13
13
  /******/ // The module cache
14
14
  /******/ var installedModules = {};
@@ -17,21 +17,21 @@ return /******/ (function(modules) { // webpackBootstrap
17
17
  /******/ function __webpack_require__(moduleId) {
18
18
  /******/
19
19
  /******/ // Check if module is in cache
20
- /******/ if(installedModules[moduleId])
20
+ /******/ if(installedModules[moduleId]) {
21
21
  /******/ return installedModules[moduleId].exports;
22
- /******/
22
+ /******/ }
23
23
  /******/ // Create a new module (and put it into the cache)
24
24
  /******/ var module = installedModules[moduleId] = {
25
- /******/ exports: {},
26
- /******/ id: moduleId,
27
- /******/ loaded: false
25
+ /******/ i: moduleId,
26
+ /******/ l: false,
27
+ /******/ exports: {}
28
28
  /******/ };
29
29
  /******/
30
30
  /******/ // Execute the module function
31
31
  /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
32
32
  /******/
33
33
  /******/ // Flag the module as loaded
34
- /******/ module.loaded = true;
34
+ /******/ module.l = true;
35
35
  /******/
36
36
  /******/ // Return the exports of the module
37
37
  /******/ return module.exports;
@@ -44,1713 +44,2150 @@ return /******/ (function(modules) { // webpackBootstrap
44
44
  /******/ // expose the module cache
45
45
  /******/ __webpack_require__.c = installedModules;
46
46
  /******/
47
+ /******/ // define getter function for harmony exports
48
+ /******/ __webpack_require__.d = function(exports, name, getter) {
49
+ /******/ if(!__webpack_require__.o(exports, name)) {
50
+ /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
51
+ /******/ }
52
+ /******/ };
53
+ /******/
54
+ /******/ // define __esModule on exports
55
+ /******/ __webpack_require__.r = function(exports) {
56
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
57
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
58
+ /******/ }
59
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
60
+ /******/ };
61
+ /******/
62
+ /******/ // create a fake namespace object
63
+ /******/ // mode & 1: value is a module id, require it
64
+ /******/ // mode & 2: merge all properties of value into the ns
65
+ /******/ // mode & 4: return value when already ns object
66
+ /******/ // mode & 8|1: behave like require
67
+ /******/ __webpack_require__.t = function(value, mode) {
68
+ /******/ if(mode & 1) value = __webpack_require__(value);
69
+ /******/ if(mode & 8) return value;
70
+ /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
71
+ /******/ var ns = Object.create(null);
72
+ /******/ __webpack_require__.r(ns);
73
+ /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
74
+ /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
75
+ /******/ return ns;
76
+ /******/ };
77
+ /******/
78
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
79
+ /******/ __webpack_require__.n = function(module) {
80
+ /******/ var getter = module && module.__esModule ?
81
+ /******/ function getDefault() { return module['default']; } :
82
+ /******/ function getModuleExports() { return module; };
83
+ /******/ __webpack_require__.d(getter, 'a', getter);
84
+ /******/ return getter;
85
+ /******/ };
86
+ /******/
87
+ /******/ // Object.prototype.hasOwnProperty.call
88
+ /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
89
+ /******/
47
90
  /******/ // __webpack_public_path__
48
91
  /******/ __webpack_require__.p = "";
49
92
  /******/
93
+ /******/
50
94
  /******/ // Load entry module and return exports
51
- /******/ return __webpack_require__(0);
95
+ /******/ return __webpack_require__(__webpack_require__.s = "./index.js");
52
96
  /******/ })
53
97
  /************************************************************************/
54
- /******/ ([
55
- /* 0 */
98
+ /******/ ({
99
+
100
+ /***/ "./index.js":
101
+ /*!******************!*\
102
+ !*** ./index.js ***!
103
+ \******************/
104
+ /*! no static exports found */
105
+ /***/ (function(module, exports, __webpack_require__) {
106
+
107
+ module.exports = __webpack_require__(/*! ./lib/axios */ "./lib/axios.js");
108
+
109
+ /***/ }),
110
+
111
+ /***/ "./lib/adapters/xhr.js":
112
+ /*!*****************************!*\
113
+ !*** ./lib/adapters/xhr.js ***!
114
+ \*****************************/
115
+ /*! no static exports found */
116
+ /***/ (function(module, exports, __webpack_require__) {
117
+
118
+ "use strict";
119
+
120
+
121
+ var utils = __webpack_require__(/*! ./../utils */ "./lib/utils.js");
122
+ var settle = __webpack_require__(/*! ./../core/settle */ "./lib/core/settle.js");
123
+ var cookies = __webpack_require__(/*! ./../helpers/cookies */ "./lib/helpers/cookies.js");
124
+ var buildURL = __webpack_require__(/*! ./../helpers/buildURL */ "./lib/helpers/buildURL.js");
125
+ var buildFullPath = __webpack_require__(/*! ../core/buildFullPath */ "./lib/core/buildFullPath.js");
126
+ var parseHeaders = __webpack_require__(/*! ./../helpers/parseHeaders */ "./lib/helpers/parseHeaders.js");
127
+ var isURLSameOrigin = __webpack_require__(/*! ./../helpers/isURLSameOrigin */ "./lib/helpers/isURLSameOrigin.js");
128
+ var createError = __webpack_require__(/*! ../core/createError */ "./lib/core/createError.js");
129
+
130
+ module.exports = function xhrAdapter(config) {
131
+ return new Promise(function dispatchXhrRequest(resolve, reject) {
132
+ var requestData = config.data;
133
+ var requestHeaders = config.headers;
134
+ var responseType = config.responseType;
135
+
136
+ if (utils.isFormData(requestData)) {
137
+ delete requestHeaders['Content-Type']; // Let the browser set it
138
+ }
139
+
140
+ var request = new XMLHttpRequest();
141
+
142
+ // HTTP basic authentication
143
+ if (config.auth) {
144
+ var username = config.auth.username || '';
145
+ var password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : '';
146
+ requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);
147
+ }
148
+
149
+ var fullPath = buildFullPath(config.baseURL, config.url);
150
+ request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);
151
+
152
+ // Set the request timeout in MS
153
+ request.timeout = config.timeout;
154
+
155
+ function onloadend() {
156
+ if (!request) {
157
+ return;
158
+ }
159
+ // Prepare the response
160
+ var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;
161
+ var responseData = !responseType || responseType === 'text' || responseType === 'json' ?
162
+ request.responseText : request.response;
163
+ var response = {
164
+ data: responseData,
165
+ status: request.status,
166
+ statusText: request.statusText,
167
+ headers: responseHeaders,
168
+ config: config,
169
+ request: request
170
+ };
171
+
172
+ settle(resolve, reject, response);
173
+
174
+ // Clean up request
175
+ request = null;
176
+ }
177
+
178
+ if ('onloadend' in request) {
179
+ // Use onloadend if available
180
+ request.onloadend = onloadend;
181
+ } else {
182
+ // Listen for ready state to emulate onloadend
183
+ request.onreadystatechange = function handleLoad() {
184
+ if (!request || request.readyState !== 4) {
185
+ return;
186
+ }
187
+
188
+ // The request errored out and we didn't get a response, this will be
189
+ // handled by onerror instead
190
+ // With one exception: request that using file: protocol, most browsers
191
+ // will return status as 0 even though it's a successful request
192
+ if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
193
+ return;
194
+ }
195
+ // readystate handler is calling before onerror or ontimeout handlers,
196
+ // so we should call onloadend on the next 'tick'
197
+ setTimeout(onloadend);
198
+ };
199
+ }
200
+
201
+ // Handle browser request cancellation (as opposed to a manual cancellation)
202
+ request.onabort = function handleAbort() {
203
+ if (!request) {
204
+ return;
205
+ }
206
+
207
+ reject(createError('Request aborted', config, 'ECONNABORTED', request));
208
+
209
+ // Clean up request
210
+ request = null;
211
+ };
212
+
213
+ // Handle low level network errors
214
+ request.onerror = function handleError() {
215
+ // Real errors are hidden from us by the browser
216
+ // onerror should only fire if it's a network error
217
+ reject(createError('Network Error', config, null, request));
218
+
219
+ // Clean up request
220
+ request = null;
221
+ };
222
+
223
+ // Handle timeout
224
+ request.ontimeout = function handleTimeout() {
225
+ var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';
226
+ if (config.timeoutErrorMessage) {
227
+ timeoutErrorMessage = config.timeoutErrorMessage;
228
+ }
229
+ reject(createError(
230
+ timeoutErrorMessage,
231
+ config,
232
+ config.transitional && config.transitional.clarifyTimeoutError ? 'ETIMEDOUT' : 'ECONNABORTED',
233
+ request));
234
+
235
+ // Clean up request
236
+ request = null;
237
+ };
238
+
239
+ // Add xsrf header
240
+ // This is only done if running in a standard browser environment.
241
+ // Specifically not if we're in a web worker, or react-native.
242
+ if (utils.isStandardBrowserEnv()) {
243
+ // Add xsrf header
244
+ var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?
245
+ cookies.read(config.xsrfCookieName) :
246
+ undefined;
247
+
248
+ if (xsrfValue) {
249
+ requestHeaders[config.xsrfHeaderName] = xsrfValue;
250
+ }
251
+ }
252
+
253
+ // Add headers to the request
254
+ if ('setRequestHeader' in request) {
255
+ utils.forEach(requestHeaders, function setRequestHeader(val, key) {
256
+ if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {
257
+ // Remove Content-Type if data is undefined
258
+ delete requestHeaders[key];
259
+ } else {
260
+ // Otherwise add header to the request
261
+ request.setRequestHeader(key, val);
262
+ }
263
+ });
264
+ }
265
+
266
+ // Add withCredentials to request if needed
267
+ if (!utils.isUndefined(config.withCredentials)) {
268
+ request.withCredentials = !!config.withCredentials;
269
+ }
270
+
271
+ // Add responseType to request if needed
272
+ if (responseType && responseType !== 'json') {
273
+ request.responseType = config.responseType;
274
+ }
275
+
276
+ // Handle progress if needed
277
+ if (typeof config.onDownloadProgress === 'function') {
278
+ request.addEventListener('progress', config.onDownloadProgress);
279
+ }
280
+
281
+ // Not all browsers support upload events
282
+ if (typeof config.onUploadProgress === 'function' && request.upload) {
283
+ request.upload.addEventListener('progress', config.onUploadProgress);
284
+ }
285
+
286
+ if (config.cancelToken) {
287
+ // Handle cancellation
288
+ config.cancelToken.promise.then(function onCanceled(cancel) {
289
+ if (!request) {
290
+ return;
291
+ }
292
+
293
+ request.abort();
294
+ reject(cancel);
295
+ // Clean up request
296
+ request = null;
297
+ });
298
+ }
299
+
300
+ if (!requestData) {
301
+ requestData = null;
302
+ }
303
+
304
+ // Send the request
305
+ request.send(requestData);
306
+ });
307
+ };
308
+
309
+
310
+ /***/ }),
311
+
312
+ /***/ "./lib/axios.js":
313
+ /*!**********************!*\
314
+ !*** ./lib/axios.js ***!
315
+ \**********************/
316
+ /*! no static exports found */
56
317
  /***/ (function(module, exports, __webpack_require__) {
57
318
 
58
- module.exports = __webpack_require__(1);
319
+ "use strict";
320
+
321
+
322
+ var utils = __webpack_require__(/*! ./utils */ "./lib/utils.js");
323
+ var bind = __webpack_require__(/*! ./helpers/bind */ "./lib/helpers/bind.js");
324
+ var Axios = __webpack_require__(/*! ./core/Axios */ "./lib/core/Axios.js");
325
+ var mergeConfig = __webpack_require__(/*! ./core/mergeConfig */ "./lib/core/mergeConfig.js");
326
+ var defaults = __webpack_require__(/*! ./defaults */ "./lib/defaults.js");
327
+
328
+ /**
329
+ * Create an instance of Axios
330
+ *
331
+ * @param {Object} defaultConfig The default config for the instance
332
+ * @return {Axios} A new instance of Axios
333
+ */
334
+ function createInstance(defaultConfig) {
335
+ var context = new Axios(defaultConfig);
336
+ var instance = bind(Axios.prototype.request, context);
337
+
338
+ // Copy axios.prototype to instance
339
+ utils.extend(instance, Axios.prototype, context);
340
+
341
+ // Copy context to instance
342
+ utils.extend(instance, context);
343
+
344
+ return instance;
345
+ }
346
+
347
+ // Create the default instance to be exported
348
+ var axios = createInstance(defaults);
349
+
350
+ // Expose Axios class to allow class inheritance
351
+ axios.Axios = Axios;
352
+
353
+ // Factory for creating new instances
354
+ axios.create = function create(instanceConfig) {
355
+ return createInstance(mergeConfig(axios.defaults, instanceConfig));
356
+ };
357
+
358
+ // Expose Cancel & CancelToken
359
+ axios.Cancel = __webpack_require__(/*! ./cancel/Cancel */ "./lib/cancel/Cancel.js");
360
+ axios.CancelToken = __webpack_require__(/*! ./cancel/CancelToken */ "./lib/cancel/CancelToken.js");
361
+ axios.isCancel = __webpack_require__(/*! ./cancel/isCancel */ "./lib/cancel/isCancel.js");
362
+
363
+ // Expose all/spread
364
+ axios.all = function all(promises) {
365
+ return Promise.all(promises);
366
+ };
367
+ axios.spread = __webpack_require__(/*! ./helpers/spread */ "./lib/helpers/spread.js");
368
+
369
+ // Expose isAxiosError
370
+ axios.isAxiosError = __webpack_require__(/*! ./helpers/isAxiosError */ "./lib/helpers/isAxiosError.js");
371
+
372
+ module.exports = axios;
373
+
374
+ // Allow use of default import syntax in TypeScript
375
+ module.exports.default = axios;
376
+
59
377
 
60
378
  /***/ }),
61
- /* 1 */
379
+
380
+ /***/ "./lib/cancel/Cancel.js":
381
+ /*!******************************!*\
382
+ !*** ./lib/cancel/Cancel.js ***!
383
+ \******************************/
384
+ /*! no static exports found */
62
385
  /***/ (function(module, exports, __webpack_require__) {
63
386
 
64
- 'use strict';
65
-
66
- var utils = __webpack_require__(2);
67
- var bind = __webpack_require__(3);
68
- var Axios = __webpack_require__(4);
69
- var mergeConfig = __webpack_require__(22);
70
- var defaults = __webpack_require__(10);
71
-
72
- /**
73
- * Create an instance of Axios
74
- *
75
- * @param {Object} defaultConfig The default config for the instance
76
- * @return {Axios} A new instance of Axios
77
- */
78
- function createInstance(defaultConfig) {
79
- var context = new Axios(defaultConfig);
80
- var instance = bind(Axios.prototype.request, context);
81
-
82
- // Copy axios.prototype to instance
83
- utils.extend(instance, Axios.prototype, context);
84
-
85
- // Copy context to instance
86
- utils.extend(instance, context);
87
-
88
- return instance;
89
- }
90
-
91
- // Create the default instance to be exported
92
- var axios = createInstance(defaults);
93
-
94
- // Expose Axios class to allow class inheritance
95
- axios.Axios = Axios;
96
-
97
- // Factory for creating new instances
98
- axios.create = function create(instanceConfig) {
99
- return createInstance(mergeConfig(axios.defaults, instanceConfig));
100
- };
101
-
102
- // Expose Cancel & CancelToken
103
- axios.Cancel = __webpack_require__(23);
104
- axios.CancelToken = __webpack_require__(24);
105
- axios.isCancel = __webpack_require__(9);
106
-
107
- // Expose all/spread
108
- axios.all = function all(promises) {
109
- return Promise.all(promises);
110
- };
111
- axios.spread = __webpack_require__(25);
112
-
113
- // Expose isAxiosError
114
- axios.isAxiosError = __webpack_require__(26);
115
-
116
- module.exports = axios;
117
-
118
- // Allow use of default import syntax in TypeScript
119
- module.exports.default = axios;
387
+ "use strict";
388
+
389
+
390
+ /**
391
+ * A `Cancel` is an object that is thrown when an operation is canceled.
392
+ *
393
+ * @class
394
+ * @param {string=} message The message.
395
+ */
396
+ function Cancel(message) {
397
+ this.message = message;
398
+ }
399
+
400
+ Cancel.prototype.toString = function toString() {
401
+ return 'Cancel' + (this.message ? ': ' + this.message : '');
402
+ };
403
+
404
+ Cancel.prototype.__CANCEL__ = true;
405
+
406
+ module.exports = Cancel;
120
407
 
121
408
 
122
409
  /***/ }),
123
- /* 2 */
410
+
411
+ /***/ "./lib/cancel/CancelToken.js":
412
+ /*!***********************************!*\
413
+ !*** ./lib/cancel/CancelToken.js ***!
414
+ \***********************************/
415
+ /*! no static exports found */
124
416
  /***/ (function(module, exports, __webpack_require__) {
125
417
 
126
- 'use strict';
127
-
128
- var bind = __webpack_require__(3);
129
-
130
- /*global toString:true*/
131
-
132
- // utils is a library of generic helper functions non-specific to axios
133
-
134
- var toString = Object.prototype.toString;
135
-
136
- /**
137
- * Determine if a value is an Array
138
- *
139
- * @param {Object} val The value to test
140
- * @returns {boolean} True if value is an Array, otherwise false
141
- */
142
- function isArray(val) {
143
- return toString.call(val) === '[object Array]';
144
- }
145
-
146
- /**
147
- * Determine if a value is undefined
148
- *
149
- * @param {Object} val The value to test
150
- * @returns {boolean} True if the value is undefined, otherwise false
151
- */
152
- function isUndefined(val) {
153
- return typeof val === 'undefined';
154
- }
155
-
156
- /**
157
- * Determine if a value is a Buffer
158
- *
159
- * @param {Object} val The value to test
160
- * @returns {boolean} True if value is a Buffer, otherwise false
161
- */
162
- function isBuffer(val) {
163
- return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)
164
- && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);
165
- }
166
-
167
- /**
168
- * Determine if a value is an ArrayBuffer
169
- *
170
- * @param {Object} val The value to test
171
- * @returns {boolean} True if value is an ArrayBuffer, otherwise false
172
- */
173
- function isArrayBuffer(val) {
174
- return toString.call(val) === '[object ArrayBuffer]';
175
- }
176
-
177
- /**
178
- * Determine if a value is a FormData
179
- *
180
- * @param {Object} val The value to test
181
- * @returns {boolean} True if value is an FormData, otherwise false
182
- */
183
- function isFormData(val) {
184
- return (typeof FormData !== 'undefined') && (val instanceof FormData);
185
- }
186
-
187
- /**
188
- * Determine if a value is a view on an ArrayBuffer
189
- *
190
- * @param {Object} val The value to test
191
- * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false
192
- */
193
- function isArrayBufferView(val) {
194
- var result;
195
- if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {
196
- result = ArrayBuffer.isView(val);
197
- } else {
198
- result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);
199
- }
200
- return result;
201
- }
202
-
203
- /**
204
- * Determine if a value is a String
205
- *
206
- * @param {Object} val The value to test
207
- * @returns {boolean} True if value is a String, otherwise false
208
- */
209
- function isString(val) {
210
- return typeof val === 'string';
211
- }
212
-
213
- /**
214
- * Determine if a value is a Number
215
- *
216
- * @param {Object} val The value to test
217
- * @returns {boolean} True if value is a Number, otherwise false
218
- */
219
- function isNumber(val) {
220
- return typeof val === 'number';
221
- }
222
-
223
- /**
224
- * Determine if a value is an Object
225
- *
226
- * @param {Object} val The value to test
227
- * @returns {boolean} True if value is an Object, otherwise false
228
- */
229
- function isObject(val) {
230
- return val !== null && typeof val === 'object';
231
- }
232
-
233
- /**
234
- * Determine if a value is a plain Object
235
- *
236
- * @param {Object} val The value to test
237
- * @return {boolean} True if value is a plain Object, otherwise false
238
- */
239
- function isPlainObject(val) {
240
- if (toString.call(val) !== '[object Object]') {
241
- return false;
242
- }
243
-
244
- var prototype = Object.getPrototypeOf(val);
245
- return prototype === null || prototype === Object.prototype;
246
- }
247
-
248
- /**
249
- * Determine if a value is a Date
250
- *
251
- * @param {Object} val The value to test
252
- * @returns {boolean} True if value is a Date, otherwise false
253
- */
254
- function isDate(val) {
255
- return toString.call(val) === '[object Date]';
256
- }
257
-
258
- /**
259
- * Determine if a value is a File
260
- *
261
- * @param {Object} val The value to test
262
- * @returns {boolean} True if value is a File, otherwise false
263
- */
264
- function isFile(val) {
265
- return toString.call(val) === '[object File]';
266
- }
267
-
268
- /**
269
- * Determine if a value is a Blob
270
- *
271
- * @param {Object} val The value to test
272
- * @returns {boolean} True if value is a Blob, otherwise false
273
- */
274
- function isBlob(val) {
275
- return toString.call(val) === '[object Blob]';
276
- }
277
-
278
- /**
279
- * Determine if a value is a Function
280
- *
281
- * @param {Object} val The value to test
282
- * @returns {boolean} True if value is a Function, otherwise false
283
- */
284
- function isFunction(val) {
285
- return toString.call(val) === '[object Function]';
286
- }
287
-
288
- /**
289
- * Determine if a value is a Stream
290
- *
291
- * @param {Object} val The value to test
292
- * @returns {boolean} True if value is a Stream, otherwise false
293
- */
294
- function isStream(val) {
295
- return isObject(val) && isFunction(val.pipe);
296
- }
297
-
298
- /**
299
- * Determine if a value is a URLSearchParams object
300
- *
301
- * @param {Object} val The value to test
302
- * @returns {boolean} True if value is a URLSearchParams object, otherwise false
303
- */
304
- function isURLSearchParams(val) {
305
- return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;
306
- }
307
-
308
- /**
309
- * Trim excess whitespace off the beginning and end of a string
310
- *
311
- * @param {String} str The String to trim
312
- * @returns {String} The String freed of excess whitespace
313
- */
314
- function trim(str) {
315
- return str.replace(/^\s*/, '').replace(/\s*$/, '');
316
- }
317
-
318
- /**
319
- * Determine if we're running in a standard browser environment
320
- *
321
- * This allows axios to run in a web worker, and react-native.
322
- * Both environments support XMLHttpRequest, but not fully standard globals.
323
- *
324
- * web workers:
325
- * typeof window -> undefined
326
- * typeof document -> undefined
327
- *
328
- * react-native:
329
- * navigator.product -> 'ReactNative'
330
- * nativescript
331
- * navigator.product -> 'NativeScript' or 'NS'
332
- */
333
- function isStandardBrowserEnv() {
334
- if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||
335
- navigator.product === 'NativeScript' ||
336
- navigator.product === 'NS')) {
337
- return false;
338
- }
339
- return (
340
- typeof window !== 'undefined' &&
341
- typeof document !== 'undefined'
342
- );
343
- }
344
-
345
- /**
346
- * Iterate over an Array or an Object invoking a function for each item.
347
- *
348
- * If `obj` is an Array callback will be called passing
349
- * the value, index, and complete array for each item.
350
- *
351
- * If 'obj' is an Object callback will be called passing
352
- * the value, key, and complete object for each property.
353
- *
354
- * @param {Object|Array} obj The object to iterate
355
- * @param {Function} fn The callback to invoke for each item
356
- */
357
- function forEach(obj, fn) {
358
- // Don't bother if no value provided
359
- if (obj === null || typeof obj === 'undefined') {
360
- return;
361
- }
362
-
363
- // Force an array if not already something iterable
364
- if (typeof obj !== 'object') {
365
- /*eslint no-param-reassign:0*/
366
- obj = [obj];
367
- }
368
-
369
- if (isArray(obj)) {
370
- // Iterate over array values
371
- for (var i = 0, l = obj.length; i < l; i++) {
372
- fn.call(null, obj[i], i, obj);
373
- }
374
- } else {
375
- // Iterate over object keys
376
- for (var key in obj) {
377
- if (Object.prototype.hasOwnProperty.call(obj, key)) {
378
- fn.call(null, obj[key], key, obj);
379
- }
380
- }
381
- }
382
- }
383
-
384
- /**
385
- * Accepts varargs expecting each argument to be an object, then
386
- * immutably merges the properties of each object and returns result.
387
- *
388
- * When multiple objects contain the same key the later object in
389
- * the arguments list will take precedence.
390
- *
391
- * Example:
392
- *
393
- * ```js
394
- * var result = merge({foo: 123}, {foo: 456});
395
- * console.log(result.foo); // outputs 456
396
- * ```
397
- *
398
- * @param {Object} obj1 Object to merge
399
- * @returns {Object} Result of all merge properties
400
- */
401
- function merge(/* obj1, obj2, obj3, ... */) {
402
- var result = {};
403
- function assignValue(val, key) {
404
- if (isPlainObject(result[key]) && isPlainObject(val)) {
405
- result[key] = merge(result[key], val);
406
- } else if (isPlainObject(val)) {
407
- result[key] = merge({}, val);
408
- } else if (isArray(val)) {
409
- result[key] = val.slice();
410
- } else {
411
- result[key] = val;
412
- }
413
- }
414
-
415
- for (var i = 0, l = arguments.length; i < l; i++) {
416
- forEach(arguments[i], assignValue);
417
- }
418
- return result;
419
- }
420
-
421
- /**
422
- * Extends object a by mutably adding to it the properties of object b.
423
- *
424
- * @param {Object} a The object to be extended
425
- * @param {Object} b The object to copy properties from
426
- * @param {Object} thisArg The object to bind function to
427
- * @return {Object} The resulting value of object a
428
- */
429
- function extend(a, b, thisArg) {
430
- forEach(b, function assignValue(val, key) {
431
- if (thisArg && typeof val === 'function') {
432
- a[key] = bind(val, thisArg);
433
- } else {
434
- a[key] = val;
435
- }
436
- });
437
- return a;
438
- }
439
-
440
- /**
441
- * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)
442
- *
443
- * @param {string} content with BOM
444
- * @return {string} content value without BOM
445
- */
446
- function stripBOM(content) {
447
- if (content.charCodeAt(0) === 0xFEFF) {
448
- content = content.slice(1);
449
- }
450
- return content;
451
- }
452
-
453
- module.exports = {
454
- isArray: isArray,
455
- isArrayBuffer: isArrayBuffer,
456
- isBuffer: isBuffer,
457
- isFormData: isFormData,
458
- isArrayBufferView: isArrayBufferView,
459
- isString: isString,
460
- isNumber: isNumber,
461
- isObject: isObject,
462
- isPlainObject: isPlainObject,
463
- isUndefined: isUndefined,
464
- isDate: isDate,
465
- isFile: isFile,
466
- isBlob: isBlob,
467
- isFunction: isFunction,
468
- isStream: isStream,
469
- isURLSearchParams: isURLSearchParams,
470
- isStandardBrowserEnv: isStandardBrowserEnv,
471
- forEach: forEach,
472
- merge: merge,
473
- extend: extend,
474
- trim: trim,
475
- stripBOM: stripBOM
476
- };
418
+ "use strict";
419
+
420
+
421
+ var Cancel = __webpack_require__(/*! ./Cancel */ "./lib/cancel/Cancel.js");
422
+
423
+ /**
424
+ * A `CancelToken` is an object that can be used to request cancellation of an operation.
425
+ *
426
+ * @class
427
+ * @param {Function} executor The executor function.
428
+ */
429
+ function CancelToken(executor) {
430
+ if (typeof executor !== 'function') {
431
+ throw new TypeError('executor must be a function.');
432
+ }
433
+
434
+ var resolvePromise;
435
+ this.promise = new Promise(function promiseExecutor(resolve) {
436
+ resolvePromise = resolve;
437
+ });
438
+
439
+ var token = this;
440
+ executor(function cancel(message) {
441
+ if (token.reason) {
442
+ // Cancellation has already been requested
443
+ return;
444
+ }
445
+
446
+ token.reason = new Cancel(message);
447
+ resolvePromise(token.reason);
448
+ });
449
+ }
450
+
451
+ /**
452
+ * Throws a `Cancel` if cancellation has been requested.
453
+ */
454
+ CancelToken.prototype.throwIfRequested = function throwIfRequested() {
455
+ if (this.reason) {
456
+ throw this.reason;
457
+ }
458
+ };
459
+
460
+ /**
461
+ * Returns an object that contains a new `CancelToken` and a function that, when called,
462
+ * cancels the `CancelToken`.
463
+ */
464
+ CancelToken.source = function source() {
465
+ var cancel;
466
+ var token = new CancelToken(function executor(c) {
467
+ cancel = c;
468
+ });
469
+ return {
470
+ token: token,
471
+ cancel: cancel
472
+ };
473
+ };
474
+
475
+ module.exports = CancelToken;
477
476
 
478
477
 
479
478
  /***/ }),
480
- /* 3 */
481
- /***/ (function(module, exports) {
482
-
483
- 'use strict';
484
-
485
- module.exports = function bind(fn, thisArg) {
486
- return function wrap() {
487
- var args = new Array(arguments.length);
488
- for (var i = 0; i < args.length; i++) {
489
- args[i] = arguments[i];
490
- }
491
- return fn.apply(thisArg, args);
492
- };
493
- };
479
+
480
+ /***/ "./lib/cancel/isCancel.js":
481
+ /*!********************************!*\
482
+ !*** ./lib/cancel/isCancel.js ***!
483
+ \********************************/
484
+ /*! no static exports found */
485
+ /***/ (function(module, exports, __webpack_require__) {
486
+
487
+ "use strict";
488
+
489
+
490
+ module.exports = function isCancel(value) {
491
+ return !!(value && value.__CANCEL__);
492
+ };
494
493
 
495
494
 
496
495
  /***/ }),
497
- /* 4 */
496
+
497
+ /***/ "./lib/core/Axios.js":
498
+ /*!***************************!*\
499
+ !*** ./lib/core/Axios.js ***!
500
+ \***************************/
501
+ /*! no static exports found */
498
502
  /***/ (function(module, exports, __webpack_require__) {
499
503
 
500
- 'use strict';
501
-
502
- var utils = __webpack_require__(2);
503
- var buildURL = __webpack_require__(5);
504
- var InterceptorManager = __webpack_require__(6);
505
- var dispatchRequest = __webpack_require__(7);
506
- var mergeConfig = __webpack_require__(22);
507
-
508
- /**
509
- * Create a new instance of Axios
510
- *
511
- * @param {Object} instanceConfig The default config for the instance
512
- */
513
- function Axios(instanceConfig) {
514
- this.defaults = instanceConfig;
515
- this.interceptors = {
516
- request: new InterceptorManager(),
517
- response: new InterceptorManager()
518
- };
519
- }
520
-
521
- /**
522
- * Dispatch a request
523
- *
524
- * @param {Object} config The config specific for this request (merged with this.defaults)
525
- */
526
- Axios.prototype.request = function request(config) {
527
- /*eslint no-param-reassign:0*/
528
- // Allow for axios('example/url'[, config]) a la fetch API
529
- if (typeof config === 'string') {
530
- config = arguments[1] || {};
531
- config.url = arguments[0];
532
- } else {
533
- config = config || {};
534
- }
535
-
536
- config = mergeConfig(this.defaults, config);
537
-
538
- // Set config.method
539
- if (config.method) {
540
- config.method = config.method.toLowerCase();
541
- } else if (this.defaults.method) {
542
- config.method = this.defaults.method.toLowerCase();
543
- } else {
544
- config.method = 'get';
545
- }
546
-
547
- // Hook up interceptors middleware
548
- var chain = [dispatchRequest, undefined];
549
- var promise = Promise.resolve(config);
550
-
551
- this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
552
- chain.unshift(interceptor.fulfilled, interceptor.rejected);
553
- });
554
-
555
- this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {
556
- chain.push(interceptor.fulfilled, interceptor.rejected);
557
- });
558
-
559
- while (chain.length) {
560
- promise = promise.then(chain.shift(), chain.shift());
561
- }
562
-
563
- return promise;
564
- };
565
-
566
- Axios.prototype.getUri = function getUri(config) {
567
- config = mergeConfig(this.defaults, config);
568
- return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\?/, '');
569
- };
570
-
571
- // Provide aliases for supported request methods
572
- utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
573
- /*eslint func-names:0*/
574
- Axios.prototype[method] = function(url, config) {
575
- return this.request(mergeConfig(config || {}, {
576
- method: method,
577
- url: url,
578
- data: (config || {}).data
579
- }));
580
- };
581
- });
582
-
583
- utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
584
- /*eslint func-names:0*/
585
- Axios.prototype[method] = function(url, data, config) {
586
- return this.request(mergeConfig(config || {}, {
587
- method: method,
588
- url: url,
589
- data: data
590
- }));
591
- };
592
- });
593
-
594
- module.exports = Axios;
504
+ "use strict";
505
+
506
+
507
+ var utils = __webpack_require__(/*! ./../utils */ "./lib/utils.js");
508
+ var buildURL = __webpack_require__(/*! ../helpers/buildURL */ "./lib/helpers/buildURL.js");
509
+ var InterceptorManager = __webpack_require__(/*! ./InterceptorManager */ "./lib/core/InterceptorManager.js");
510
+ var dispatchRequest = __webpack_require__(/*! ./dispatchRequest */ "./lib/core/dispatchRequest.js");
511
+ var mergeConfig = __webpack_require__(/*! ./mergeConfig */ "./lib/core/mergeConfig.js");
512
+ var validator = __webpack_require__(/*! ../helpers/validator */ "./lib/helpers/validator.js");
513
+
514
+ var validators = validator.validators;
515
+ /**
516
+ * Create a new instance of Axios
517
+ *
518
+ * @param {Object} instanceConfig The default config for the instance
519
+ */
520
+ function Axios(instanceConfig) {
521
+ this.defaults = instanceConfig;
522
+ this.interceptors = {
523
+ request: new InterceptorManager(),
524
+ response: new InterceptorManager()
525
+ };
526
+ }
527
+
528
+ /**
529
+ * Dispatch a request
530
+ *
531
+ * @param {Object} config The config specific for this request (merged with this.defaults)
532
+ */
533
+ Axios.prototype.request = function request(config) {
534
+ /*eslint no-param-reassign:0*/
535
+ // Allow for axios('example/url'[, config]) a la fetch API
536
+ if (typeof config === 'string') {
537
+ config = arguments[1] || {};
538
+ config.url = arguments[0];
539
+ } else {
540
+ config = config || {};
541
+ }
542
+
543
+ config = mergeConfig(this.defaults, config);
544
+
545
+ // Set config.method
546
+ if (config.method) {
547
+ config.method = config.method.toLowerCase();
548
+ } else if (this.defaults.method) {
549
+ config.method = this.defaults.method.toLowerCase();
550
+ } else {
551
+ config.method = 'get';
552
+ }
553
+
554
+ var transitional = config.transitional;
555
+
556
+ if (transitional !== undefined) {
557
+ validator.assertOptions(transitional, {
558
+ silentJSONParsing: validators.transitional(validators.boolean, '1.0.0'),
559
+ forcedJSONParsing: validators.transitional(validators.boolean, '1.0.0'),
560
+ clarifyTimeoutError: validators.transitional(validators.boolean, '1.0.0')
561
+ }, false);
562
+ }
563
+
564
+ // filter out skipped interceptors
565
+ var requestInterceptorChain = [];
566
+ var synchronousRequestInterceptors = true;
567
+ this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
568
+ if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {
569
+ return;
570
+ }
571
+
572
+ synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
573
+
574
+ requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
575
+ });
576
+
577
+ var responseInterceptorChain = [];
578
+ this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {
579
+ responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
580
+ });
581
+
582
+ var promise;
583
+
584
+ if (!synchronousRequestInterceptors) {
585
+ var chain = [dispatchRequest, undefined];
586
+
587
+ Array.prototype.unshift.apply(chain, requestInterceptorChain);
588
+ chain = chain.concat(responseInterceptorChain);
589
+
590
+ promise = Promise.resolve(config);
591
+ while (chain.length) {
592
+ promise = promise.then(chain.shift(), chain.shift());
593
+ }
594
+
595
+ return promise;
596
+ }
597
+
598
+
599
+ var newConfig = config;
600
+ while (requestInterceptorChain.length) {
601
+ var onFulfilled = requestInterceptorChain.shift();
602
+ var onRejected = requestInterceptorChain.shift();
603
+ try {
604
+ newConfig = onFulfilled(newConfig);
605
+ } catch (error) {
606
+ onRejected(error);
607
+ break;
608
+ }
609
+ }
610
+
611
+ try {
612
+ promise = dispatchRequest(newConfig);
613
+ } catch (error) {
614
+ return Promise.reject(error);
615
+ }
616
+
617
+ while (responseInterceptorChain.length) {
618
+ promise = promise.then(responseInterceptorChain.shift(), responseInterceptorChain.shift());
619
+ }
620
+
621
+ return promise;
622
+ };
623
+
624
+ Axios.prototype.getUri = function getUri(config) {
625
+ config = mergeConfig(this.defaults, config);
626
+ return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\?/, '');
627
+ };
628
+
629
+ // Provide aliases for supported request methods
630
+ utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
631
+ /*eslint func-names:0*/
632
+ Axios.prototype[method] = function(url, config) {
633
+ return this.request(mergeConfig(config || {}, {
634
+ method: method,
635
+ url: url,
636
+ data: (config || {}).data
637
+ }));
638
+ };
639
+ });
640
+
641
+ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
642
+ /*eslint func-names:0*/
643
+ Axios.prototype[method] = function(url, data, config) {
644
+ return this.request(mergeConfig(config || {}, {
645
+ method: method,
646
+ url: url,
647
+ data: data
648
+ }));
649
+ };
650
+ });
651
+
652
+ module.exports = Axios;
595
653
 
596
654
 
597
655
  /***/ }),
598
- /* 5 */
656
+
657
+ /***/ "./lib/core/InterceptorManager.js":
658
+ /*!****************************************!*\
659
+ !*** ./lib/core/InterceptorManager.js ***!
660
+ \****************************************/
661
+ /*! no static exports found */
599
662
  /***/ (function(module, exports, __webpack_require__) {
600
663
 
601
- 'use strict';
602
-
603
- var utils = __webpack_require__(2);
604
-
605
- function encode(val) {
606
- return encodeURIComponent(val).
607
- replace(/%3A/gi, ':').
608
- replace(/%24/g, '$').
609
- replace(/%2C/gi, ',').
610
- replace(/%20/g, '+').
611
- replace(/%5B/gi, '[').
612
- replace(/%5D/gi, ']');
613
- }
614
-
615
- /**
616
- * Build a URL by appending params to the end
617
- *
618
- * @param {string} url The base of the url (e.g., http://www.google.com)
619
- * @param {object} [params] The params to be appended
620
- * @returns {string} The formatted url
621
- */
622
- module.exports = function buildURL(url, params, paramsSerializer) {
623
- /*eslint no-param-reassign:0*/
624
- if (!params) {
625
- return url;
626
- }
627
-
628
- var serializedParams;
629
- if (paramsSerializer) {
630
- serializedParams = paramsSerializer(params);
631
- } else if (utils.isURLSearchParams(params)) {
632
- serializedParams = params.toString();
633
- } else {
634
- var parts = [];
635
-
636
- utils.forEach(params, function serialize(val, key) {
637
- if (val === null || typeof val === 'undefined') {
638
- return;
639
- }
640
-
641
- if (utils.isArray(val)) {
642
- key = key + '[]';
643
- } else {
644
- val = [val];
645
- }
646
-
647
- utils.forEach(val, function parseValue(v) {
648
- if (utils.isDate(v)) {
649
- v = v.toISOString();
650
- } else if (utils.isObject(v)) {
651
- v = JSON.stringify(v);
652
- }
653
- parts.push(encode(key) + '=' + encode(v));
654
- });
655
- });
656
-
657
- serializedParams = parts.join('&');
658
- }
659
-
660
- if (serializedParams) {
661
- var hashmarkIndex = url.indexOf('#');
662
- if (hashmarkIndex !== -1) {
663
- url = url.slice(0, hashmarkIndex);
664
- }
665
-
666
- url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;
667
- }
668
-
669
- return url;
670
- };
664
+ "use strict";
665
+
666
+
667
+ var utils = __webpack_require__(/*! ./../utils */ "./lib/utils.js");
668
+
669
+ function InterceptorManager() {
670
+ this.handlers = [];
671
+ }
672
+
673
+ /**
674
+ * Add a new interceptor to the stack
675
+ *
676
+ * @param {Function} fulfilled The function to handle `then` for a `Promise`
677
+ * @param {Function} rejected The function to handle `reject` for a `Promise`
678
+ *
679
+ * @return {Number} An ID used to remove interceptor later
680
+ */
681
+ InterceptorManager.prototype.use = function use(fulfilled, rejected, options) {
682
+ this.handlers.push({
683
+ fulfilled: fulfilled,
684
+ rejected: rejected,
685
+ synchronous: options ? options.synchronous : false,
686
+ runWhen: options ? options.runWhen : null
687
+ });
688
+ return this.handlers.length - 1;
689
+ };
690
+
691
+ /**
692
+ * Remove an interceptor from the stack
693
+ *
694
+ * @param {Number} id The ID that was returned by `use`
695
+ */
696
+ InterceptorManager.prototype.eject = function eject(id) {
697
+ if (this.handlers[id]) {
698
+ this.handlers[id] = null;
699
+ }
700
+ };
701
+
702
+ /**
703
+ * Iterate over all the registered interceptors
704
+ *
705
+ * This method is particularly useful for skipping over any
706
+ * interceptors that may have become `null` calling `eject`.
707
+ *
708
+ * @param {Function} fn The function to call for each interceptor
709
+ */
710
+ InterceptorManager.prototype.forEach = function forEach(fn) {
711
+ utils.forEach(this.handlers, function forEachHandler(h) {
712
+ if (h !== null) {
713
+ fn(h);
714
+ }
715
+ });
716
+ };
717
+
718
+ module.exports = InterceptorManager;
671
719
 
672
720
 
673
721
  /***/ }),
674
- /* 6 */
722
+
723
+ /***/ "./lib/core/buildFullPath.js":
724
+ /*!***********************************!*\
725
+ !*** ./lib/core/buildFullPath.js ***!
726
+ \***********************************/
727
+ /*! no static exports found */
675
728
  /***/ (function(module, exports, __webpack_require__) {
676
729
 
677
- 'use strict';
678
-
679
- var utils = __webpack_require__(2);
680
-
681
- function InterceptorManager() {
682
- this.handlers = [];
683
- }
684
-
685
- /**
686
- * Add a new interceptor to the stack
687
- *
688
- * @param {Function} fulfilled The function to handle `then` for a `Promise`
689
- * @param {Function} rejected The function to handle `reject` for a `Promise`
690
- *
691
- * @return {Number} An ID used to remove interceptor later
692
- */
693
- InterceptorManager.prototype.use = function use(fulfilled, rejected) {
694
- this.handlers.push({
695
- fulfilled: fulfilled,
696
- rejected: rejected
697
- });
698
- return this.handlers.length - 1;
699
- };
700
-
701
- /**
702
- * Remove an interceptor from the stack
703
- *
704
- * @param {Number} id The ID that was returned by `use`
705
- */
706
- InterceptorManager.prototype.eject = function eject(id) {
707
- if (this.handlers[id]) {
708
- this.handlers[id] = null;
709
- }
710
- };
711
-
712
- /**
713
- * Iterate over all the registered interceptors
714
- *
715
- * This method is particularly useful for skipping over any
716
- * interceptors that may have become `null` calling `eject`.
717
- *
718
- * @param {Function} fn The function to call for each interceptor
719
- */
720
- InterceptorManager.prototype.forEach = function forEach(fn) {
721
- utils.forEach(this.handlers, function forEachHandler(h) {
722
- if (h !== null) {
723
- fn(h);
724
- }
725
- });
726
- };
727
-
728
- module.exports = InterceptorManager;
730
+ "use strict";
731
+
732
+
733
+ var isAbsoluteURL = __webpack_require__(/*! ../helpers/isAbsoluteURL */ "./lib/helpers/isAbsoluteURL.js");
734
+ var combineURLs = __webpack_require__(/*! ../helpers/combineURLs */ "./lib/helpers/combineURLs.js");
735
+
736
+ /**
737
+ * Creates a new URL by combining the baseURL with the requestedURL,
738
+ * only when the requestedURL is not already an absolute URL.
739
+ * If the requestURL is absolute, this function returns the requestedURL untouched.
740
+ *
741
+ * @param {string} baseURL The base URL
742
+ * @param {string} requestedURL Absolute or relative URL to combine
743
+ * @returns {string} The combined full path
744
+ */
745
+ module.exports = function buildFullPath(baseURL, requestedURL) {
746
+ if (baseURL && !isAbsoluteURL(requestedURL)) {
747
+ return combineURLs(baseURL, requestedURL);
748
+ }
749
+ return requestedURL;
750
+ };
729
751
 
730
752
 
731
753
  /***/ }),
732
- /* 7 */
754
+
755
+ /***/ "./lib/core/createError.js":
756
+ /*!*********************************!*\
757
+ !*** ./lib/core/createError.js ***!
758
+ \*********************************/
759
+ /*! no static exports found */
733
760
  /***/ (function(module, exports, __webpack_require__) {
734
761
 
735
- 'use strict';
736
-
737
- var utils = __webpack_require__(2);
738
- var transformData = __webpack_require__(8);
739
- var isCancel = __webpack_require__(9);
740
- var defaults = __webpack_require__(10);
741
-
742
- /**
743
- * Throws a `Cancel` if cancellation has been requested.
744
- */
745
- function throwIfCancellationRequested(config) {
746
- if (config.cancelToken) {
747
- config.cancelToken.throwIfRequested();
748
- }
749
- }
750
-
751
- /**
752
- * Dispatch a request to the server using the configured adapter.
753
- *
754
- * @param {object} config The config that is to be used for the request
755
- * @returns {Promise} The Promise to be fulfilled
756
- */
757
- module.exports = function dispatchRequest(config) {
758
- throwIfCancellationRequested(config);
759
-
760
- // Ensure headers exist
761
- config.headers = config.headers || {};
762
-
763
- // Transform request data
764
- config.data = transformData(
765
- config.data,
766
- config.headers,
767
- config.transformRequest
768
- );
769
-
770
- // Flatten headers
771
- config.headers = utils.merge(
772
- config.headers.common || {},
773
- config.headers[config.method] || {},
774
- config.headers
775
- );
776
-
777
- utils.forEach(
778
- ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
779
- function cleanHeaderConfig(method) {
780
- delete config.headers[method];
781
- }
782
- );
783
-
784
- var adapter = config.adapter || defaults.adapter;
785
-
786
- return adapter(config).then(function onAdapterResolution(response) {
787
- throwIfCancellationRequested(config);
788
-
789
- // Transform response data
790
- response.data = transformData(
791
- response.data,
792
- response.headers,
793
- config.transformResponse
794
- );
795
-
796
- return response;
797
- }, function onAdapterRejection(reason) {
798
- if (!isCancel(reason)) {
799
- throwIfCancellationRequested(config);
800
-
801
- // Transform response data
802
- if (reason && reason.response) {
803
- reason.response.data = transformData(
804
- reason.response.data,
805
- reason.response.headers,
806
- config.transformResponse
807
- );
808
- }
809
- }
810
-
811
- return Promise.reject(reason);
812
- });
813
- };
762
+ "use strict";
763
+
764
+
765
+ var enhanceError = __webpack_require__(/*! ./enhanceError */ "./lib/core/enhanceError.js");
766
+
767
+ /**
768
+ * Create an Error with the specified message, config, error code, request and response.
769
+ *
770
+ * @param {string} message The error message.
771
+ * @param {Object} config The config.
772
+ * @param {string} [code] The error code (for example, 'ECONNABORTED').
773
+ * @param {Object} [request] The request.
774
+ * @param {Object} [response] The response.
775
+ * @returns {Error} The created error.
776
+ */
777
+ module.exports = function createError(message, config, code, request, response) {
778
+ var error = new Error(message);
779
+ return enhanceError(error, config, code, request, response);
780
+ };
814
781
 
815
782
 
816
783
  /***/ }),
817
- /* 8 */
784
+
785
+ /***/ "./lib/core/dispatchRequest.js":
786
+ /*!*************************************!*\
787
+ !*** ./lib/core/dispatchRequest.js ***!
788
+ \*************************************/
789
+ /*! no static exports found */
818
790
  /***/ (function(module, exports, __webpack_require__) {
819
791
 
820
- 'use strict';
821
-
822
- var utils = __webpack_require__(2);
823
-
824
- /**
825
- * Transform the data for a request or a response
826
- *
827
- * @param {Object|String} data The data to be transformed
828
- * @param {Array} headers The headers for the request or response
829
- * @param {Array|Function} fns A single function or Array of functions
830
- * @returns {*} The resulting transformed data
831
- */
832
- module.exports = function transformData(data, headers, fns) {
833
- /*eslint no-param-reassign:0*/
834
- utils.forEach(fns, function transform(fn) {
835
- data = fn(data, headers);
836
- });
837
-
838
- return data;
839
- };
792
+ "use strict";
793
+
794
+
795
+ var utils = __webpack_require__(/*! ./../utils */ "./lib/utils.js");
796
+ var transformData = __webpack_require__(/*! ./transformData */ "./lib/core/transformData.js");
797
+ var isCancel = __webpack_require__(/*! ../cancel/isCancel */ "./lib/cancel/isCancel.js");
798
+ var defaults = __webpack_require__(/*! ../defaults */ "./lib/defaults.js");
799
+
800
+ /**
801
+ * Throws a `Cancel` if cancellation has been requested.
802
+ */
803
+ function throwIfCancellationRequested(config) {
804
+ if (config.cancelToken) {
805
+ config.cancelToken.throwIfRequested();
806
+ }
807
+ }
808
+
809
+ /**
810
+ * Dispatch a request to the server using the configured adapter.
811
+ *
812
+ * @param {object} config The config that is to be used for the request
813
+ * @returns {Promise} The Promise to be fulfilled
814
+ */
815
+ module.exports = function dispatchRequest(config) {
816
+ throwIfCancellationRequested(config);
817
+
818
+ // Ensure headers exist
819
+ config.headers = config.headers || {};
820
+
821
+ // Transform request data
822
+ config.data = transformData.call(
823
+ config,
824
+ config.data,
825
+ config.headers,
826
+ config.transformRequest
827
+ );
828
+
829
+ // Flatten headers
830
+ config.headers = utils.merge(
831
+ config.headers.common || {},
832
+ config.headers[config.method] || {},
833
+ config.headers
834
+ );
835
+
836
+ utils.forEach(
837
+ ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
838
+ function cleanHeaderConfig(method) {
839
+ delete config.headers[method];
840
+ }
841
+ );
842
+
843
+ var adapter = config.adapter || defaults.adapter;
844
+
845
+ return adapter(config).then(function onAdapterResolution(response) {
846
+ throwIfCancellationRequested(config);
847
+
848
+ // Transform response data
849
+ response.data = transformData.call(
850
+ config,
851
+ response.data,
852
+ response.headers,
853
+ config.transformResponse
854
+ );
855
+
856
+ return response;
857
+ }, function onAdapterRejection(reason) {
858
+ if (!isCancel(reason)) {
859
+ throwIfCancellationRequested(config);
860
+
861
+ // Transform response data
862
+ if (reason && reason.response) {
863
+ reason.response.data = transformData.call(
864
+ config,
865
+ reason.response.data,
866
+ reason.response.headers,
867
+ config.transformResponse
868
+ );
869
+ }
870
+ }
871
+
872
+ return Promise.reject(reason);
873
+ });
874
+ };
840
875
 
841
876
 
842
877
  /***/ }),
843
- /* 9 */
844
- /***/ (function(module, exports) {
845
878
 
846
- 'use strict';
847
-
848
- module.exports = function isCancel(value) {
849
- return !!(value && value.__CANCEL__);
850
- };
879
+ /***/ "./lib/core/enhanceError.js":
880
+ /*!**********************************!*\
881
+ !*** ./lib/core/enhanceError.js ***!
882
+ \**********************************/
883
+ /*! no static exports found */
884
+ /***/ (function(module, exports, __webpack_require__) {
885
+
886
+ "use strict";
887
+
888
+
889
+ /**
890
+ * Update an Error with the specified config, error code, and response.
891
+ *
892
+ * @param {Error} error The error to update.
893
+ * @param {Object} config The config.
894
+ * @param {string} [code] The error code (for example, 'ECONNABORTED').
895
+ * @param {Object} [request] The request.
896
+ * @param {Object} [response] The response.
897
+ * @returns {Error} The error.
898
+ */
899
+ module.exports = function enhanceError(error, config, code, request, response) {
900
+ error.config = config;
901
+ if (code) {
902
+ error.code = code;
903
+ }
904
+
905
+ error.request = request;
906
+ error.response = response;
907
+ error.isAxiosError = true;
908
+
909
+ error.toJSON = function toJSON() {
910
+ return {
911
+ // Standard
912
+ message: this.message,
913
+ name: this.name,
914
+ // Microsoft
915
+ description: this.description,
916
+ number: this.number,
917
+ // Mozilla
918
+ fileName: this.fileName,
919
+ lineNumber: this.lineNumber,
920
+ columnNumber: this.columnNumber,
921
+ stack: this.stack,
922
+ // Axios
923
+ config: this.config,
924
+ code: this.code
925
+ };
926
+ };
927
+ return error;
928
+ };
851
929
 
852
930
 
853
931
  /***/ }),
854
- /* 10 */
932
+
933
+ /***/ "./lib/core/mergeConfig.js":
934
+ /*!*********************************!*\
935
+ !*** ./lib/core/mergeConfig.js ***!
936
+ \*********************************/
937
+ /*! no static exports found */
855
938
  /***/ (function(module, exports, __webpack_require__) {
856
939
 
857
- 'use strict';
858
-
859
- var utils = __webpack_require__(2);
860
- var normalizeHeaderName = __webpack_require__(11);
861
-
862
- var DEFAULT_CONTENT_TYPE = {
863
- 'Content-Type': 'application/x-www-form-urlencoded'
864
- };
865
-
866
- function setContentTypeIfUnset(headers, value) {
867
- if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {
868
- headers['Content-Type'] = value;
869
- }
870
- }
871
-
872
- function getDefaultAdapter() {
873
- var adapter;
874
- if (typeof XMLHttpRequest !== 'undefined') {
875
- // For browsers use XHR adapter
876
- adapter = __webpack_require__(12);
877
- } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
878
- // For node use HTTP adapter
879
- adapter = __webpack_require__(12);
880
- }
881
- return adapter;
882
- }
883
-
884
- var defaults = {
885
- adapter: getDefaultAdapter(),
886
-
887
- transformRequest: [function transformRequest(data, headers) {
888
- normalizeHeaderName(headers, 'Accept');
889
- normalizeHeaderName(headers, 'Content-Type');
890
- if (utils.isFormData(data) ||
891
- utils.isArrayBuffer(data) ||
892
- utils.isBuffer(data) ||
893
- utils.isStream(data) ||
894
- utils.isFile(data) ||
895
- utils.isBlob(data)
896
- ) {
897
- return data;
898
- }
899
- if (utils.isArrayBufferView(data)) {
900
- return data.buffer;
901
- }
902
- if (utils.isURLSearchParams(data)) {
903
- setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');
904
- return data.toString();
905
- }
906
- if (utils.isObject(data)) {
907
- setContentTypeIfUnset(headers, 'application/json;charset=utf-8');
908
- return JSON.stringify(data);
909
- }
910
- return data;
911
- }],
912
-
913
- transformResponse: [function transformResponse(data) {
914
- /*eslint no-param-reassign:0*/
915
- if (typeof data === 'string') {
916
- try {
917
- data = JSON.parse(data);
918
- } catch (e) { /* Ignore */ }
919
- }
920
- return data;
921
- }],
922
-
923
- /**
924
- * A timeout in milliseconds to abort a request. If set to 0 (default) a
925
- * timeout is not created.
926
- */
927
- timeout: 0,
928
-
929
- xsrfCookieName: 'XSRF-TOKEN',
930
- xsrfHeaderName: 'X-XSRF-TOKEN',
931
-
932
- maxContentLength: -1,
933
- maxBodyLength: -1,
934
-
935
- validateStatus: function validateStatus(status) {
936
- return status >= 200 && status < 300;
937
- }
938
- };
939
-
940
- defaults.headers = {
941
- common: {
942
- 'Accept': 'application/json, text/plain, */*'
943
- }
944
- };
945
-
946
- utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {
947
- defaults.headers[method] = {};
948
- });
949
-
950
- utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
951
- defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);
952
- });
953
-
954
- module.exports = defaults;
940
+ "use strict";
941
+
942
+
943
+ var utils = __webpack_require__(/*! ../utils */ "./lib/utils.js");
944
+
945
+ /**
946
+ * Config-specific merge-function which creates a new config-object
947
+ * by merging two configuration objects together.
948
+ *
949
+ * @param {Object} config1
950
+ * @param {Object} config2
951
+ * @returns {Object} New object resulting from merging config2 to config1
952
+ */
953
+ module.exports = function mergeConfig(config1, config2) {
954
+ // eslint-disable-next-line no-param-reassign
955
+ config2 = config2 || {};
956
+ var config = {};
957
+
958
+ var valueFromConfig2Keys = ['url', 'method', 'data'];
959
+ var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy', 'params'];
960
+ var defaultToConfig2Keys = [
961
+ 'baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer',
962
+ 'timeout', 'timeoutMessage', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',
963
+ 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'decompress',
964
+ 'maxContentLength', 'maxBodyLength', 'maxRedirects', 'transport', 'httpAgent',
965
+ 'httpsAgent', 'cancelToken', 'socketPath', 'responseEncoding'
966
+ ];
967
+ var directMergeKeys = ['validateStatus'];
968
+
969
+ function getMergedValue(target, source) {
970
+ if (utils.isPlainObject(target) && utils.isPlainObject(source)) {
971
+ return utils.merge(target, source);
972
+ } else if (utils.isPlainObject(source)) {
973
+ return utils.merge({}, source);
974
+ } else if (utils.isArray(source)) {
975
+ return source.slice();
976
+ }
977
+ return source;
978
+ }
979
+
980
+ function mergeDeepProperties(prop) {
981
+ if (!utils.isUndefined(config2[prop])) {
982
+ config[prop] = getMergedValue(config1[prop], config2[prop]);
983
+ } else if (!utils.isUndefined(config1[prop])) {
984
+ config[prop] = getMergedValue(undefined, config1[prop]);
985
+ }
986
+ }
987
+
988
+ utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {
989
+ if (!utils.isUndefined(config2[prop])) {
990
+ config[prop] = getMergedValue(undefined, config2[prop]);
991
+ }
992
+ });
993
+
994
+ utils.forEach(mergeDeepPropertiesKeys, mergeDeepProperties);
995
+
996
+ utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {
997
+ if (!utils.isUndefined(config2[prop])) {
998
+ config[prop] = getMergedValue(undefined, config2[prop]);
999
+ } else if (!utils.isUndefined(config1[prop])) {
1000
+ config[prop] = getMergedValue(undefined, config1[prop]);
1001
+ }
1002
+ });
1003
+
1004
+ utils.forEach(directMergeKeys, function merge(prop) {
1005
+ if (prop in config2) {
1006
+ config[prop] = getMergedValue(config1[prop], config2[prop]);
1007
+ } else if (prop in config1) {
1008
+ config[prop] = getMergedValue(undefined, config1[prop]);
1009
+ }
1010
+ });
1011
+
1012
+ var axiosKeys = valueFromConfig2Keys
1013
+ .concat(mergeDeepPropertiesKeys)
1014
+ .concat(defaultToConfig2Keys)
1015
+ .concat(directMergeKeys);
1016
+
1017
+ var otherKeys = Object
1018
+ .keys(config1)
1019
+ .concat(Object.keys(config2))
1020
+ .filter(function filterAxiosKeys(key) {
1021
+ return axiosKeys.indexOf(key) === -1;
1022
+ });
1023
+
1024
+ utils.forEach(otherKeys, mergeDeepProperties);
1025
+
1026
+ return config;
1027
+ };
955
1028
 
956
1029
 
957
1030
  /***/ }),
958
- /* 11 */
1031
+
1032
+ /***/ "./lib/core/settle.js":
1033
+ /*!****************************!*\
1034
+ !*** ./lib/core/settle.js ***!
1035
+ \****************************/
1036
+ /*! no static exports found */
959
1037
  /***/ (function(module, exports, __webpack_require__) {
960
1038
 
961
- 'use strict';
962
-
963
- var utils = __webpack_require__(2);
964
-
965
- module.exports = function normalizeHeaderName(headers, normalizedName) {
966
- utils.forEach(headers, function processHeader(value, name) {
967
- if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {
968
- headers[normalizedName] = value;
969
- delete headers[name];
970
- }
971
- });
972
- };
1039
+ "use strict";
1040
+
1041
+
1042
+ var createError = __webpack_require__(/*! ./createError */ "./lib/core/createError.js");
1043
+
1044
+ /**
1045
+ * Resolve or reject a Promise based on response status.
1046
+ *
1047
+ * @param {Function} resolve A function that resolves the promise.
1048
+ * @param {Function} reject A function that rejects the promise.
1049
+ * @param {object} response The response.
1050
+ */
1051
+ module.exports = function settle(resolve, reject, response) {
1052
+ var validateStatus = response.config.validateStatus;
1053
+ if (!response.status || !validateStatus || validateStatus(response.status)) {
1054
+ resolve(response);
1055
+ } else {
1056
+ reject(createError(
1057
+ 'Request failed with status code ' + response.status,
1058
+ response.config,
1059
+ null,
1060
+ response.request,
1061
+ response
1062
+ ));
1063
+ }
1064
+ };
973
1065
 
974
1066
 
975
1067
  /***/ }),
976
- /* 12 */
1068
+
1069
+ /***/ "./lib/core/transformData.js":
1070
+ /*!***********************************!*\
1071
+ !*** ./lib/core/transformData.js ***!
1072
+ \***********************************/
1073
+ /*! no static exports found */
977
1074
  /***/ (function(module, exports, __webpack_require__) {
978
1075
 
979
- 'use strict';
980
-
981
- var utils = __webpack_require__(2);
982
- var settle = __webpack_require__(13);
983
- var cookies = __webpack_require__(16);
984
- var buildURL = __webpack_require__(5);
985
- var buildFullPath = __webpack_require__(17);
986
- var parseHeaders = __webpack_require__(20);
987
- var isURLSameOrigin = __webpack_require__(21);
988
- var createError = __webpack_require__(14);
989
-
990
- module.exports = function xhrAdapter(config) {
991
- return new Promise(function dispatchXhrRequest(resolve, reject) {
992
- var requestData = config.data;
993
- var requestHeaders = config.headers;
994
-
995
- if (utils.isFormData(requestData)) {
996
- delete requestHeaders['Content-Type']; // Let the browser set it
997
- }
998
-
999
- var request = new XMLHttpRequest();
1000
-
1001
- // HTTP basic authentication
1002
- if (config.auth) {
1003
- var username = config.auth.username || '';
1004
- var password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : '';
1005
- requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);
1006
- }
1007
-
1008
- var fullPath = buildFullPath(config.baseURL, config.url);
1009
- request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);
1010
-
1011
- // Set the request timeout in MS
1012
- request.timeout = config.timeout;
1013
-
1014
- // Listen for ready state
1015
- request.onreadystatechange = function handleLoad() {
1016
- if (!request || request.readyState !== 4) {
1017
- return;
1018
- }
1019
-
1020
- // The request errored out and we didn't get a response, this will be
1021
- // handled by onerror instead
1022
- // With one exception: request that using file: protocol, most browsers
1023
- // will return status as 0 even though it's a successful request
1024
- if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
1025
- return;
1026
- }
1027
-
1028
- // Prepare the response
1029
- var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;
1030
- var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;
1031
- var response = {
1032
- data: responseData,
1033
- status: request.status,
1034
- statusText: request.statusText,
1035
- headers: responseHeaders,
1036
- config: config,
1037
- request: request
1038
- };
1039
-
1040
- settle(resolve, reject, response);
1041
-
1042
- // Clean up request
1043
- request = null;
1044
- };
1045
-
1046
- // Handle browser request cancellation (as opposed to a manual cancellation)
1047
- request.onabort = function handleAbort() {
1048
- if (!request) {
1049
- return;
1050
- }
1051
-
1052
- reject(createError('Request aborted', config, 'ECONNABORTED', request));
1053
-
1054
- // Clean up request
1055
- request = null;
1056
- };
1057
-
1058
- // Handle low level network errors
1059
- request.onerror = function handleError() {
1060
- // Real errors are hidden from us by the browser
1061
- // onerror should only fire if it's a network error
1062
- reject(createError('Network Error', config, null, request));
1063
-
1064
- // Clean up request
1065
- request = null;
1066
- };
1067
-
1068
- // Handle timeout
1069
- request.ontimeout = function handleTimeout() {
1070
- var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';
1071
- if (config.timeoutErrorMessage) {
1072
- timeoutErrorMessage = config.timeoutErrorMessage;
1073
- }
1074
- reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',
1075
- request));
1076
-
1077
- // Clean up request
1078
- request = null;
1079
- };
1080
-
1081
- // Add xsrf header
1082
- // This is only done if running in a standard browser environment.
1083
- // Specifically not if we're in a web worker, or react-native.
1084
- if (utils.isStandardBrowserEnv()) {
1085
- // Add xsrf header
1086
- var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?
1087
- cookies.read(config.xsrfCookieName) :
1088
- undefined;
1089
-
1090
- if (xsrfValue) {
1091
- requestHeaders[config.xsrfHeaderName] = xsrfValue;
1092
- }
1093
- }
1094
-
1095
- // Add headers to the request
1096
- if ('setRequestHeader' in request) {
1097
- utils.forEach(requestHeaders, function setRequestHeader(val, key) {
1098
- if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {
1099
- // Remove Content-Type if data is undefined
1100
- delete requestHeaders[key];
1101
- } else {
1102
- // Otherwise add header to the request
1103
- request.setRequestHeader(key, val);
1104
- }
1105
- });
1106
- }
1107
-
1108
- // Add withCredentials to request if needed
1109
- if (!utils.isUndefined(config.withCredentials)) {
1110
- request.withCredentials = !!config.withCredentials;
1111
- }
1112
-
1113
- // Add responseType to request if needed
1114
- if (config.responseType) {
1115
- try {
1116
- request.responseType = config.responseType;
1117
- } catch (e) {
1118
- // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.
1119
- // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.
1120
- if (config.responseType !== 'json') {
1121
- throw e;
1122
- }
1123
- }
1124
- }
1125
-
1126
- // Handle progress if needed
1127
- if (typeof config.onDownloadProgress === 'function') {
1128
- request.addEventListener('progress', config.onDownloadProgress);
1129
- }
1130
-
1131
- // Not all browsers support upload events
1132
- if (typeof config.onUploadProgress === 'function' && request.upload) {
1133
- request.upload.addEventListener('progress', config.onUploadProgress);
1134
- }
1135
-
1136
- if (config.cancelToken) {
1137
- // Handle cancellation
1138
- config.cancelToken.promise.then(function onCanceled(cancel) {
1139
- if (!request) {
1140
- return;
1141
- }
1142
-
1143
- request.abort();
1144
- reject(cancel);
1145
- // Clean up request
1146
- request = null;
1147
- });
1148
- }
1149
-
1150
- if (!requestData) {
1151
- requestData = null;
1152
- }
1153
-
1154
- // Send the request
1155
- request.send(requestData);
1156
- });
1157
- };
1076
+ "use strict";
1077
+
1078
+
1079
+ var utils = __webpack_require__(/*! ./../utils */ "./lib/utils.js");
1080
+ var defaults = __webpack_require__(/*! ./../defaults */ "./lib/defaults.js");
1081
+
1082
+ /**
1083
+ * Transform the data for a request or a response
1084
+ *
1085
+ * @param {Object|String} data The data to be transformed
1086
+ * @param {Array} headers The headers for the request or response
1087
+ * @param {Array|Function} fns A single function or Array of functions
1088
+ * @returns {*} The resulting transformed data
1089
+ */
1090
+ module.exports = function transformData(data, headers, fns) {
1091
+ var context = this || defaults;
1092
+ /*eslint no-param-reassign:0*/
1093
+ utils.forEach(fns, function transform(fn) {
1094
+ data = fn.call(context, data, headers);
1095
+ });
1096
+
1097
+ return data;
1098
+ };
1158
1099
 
1159
1100
 
1160
1101
  /***/ }),
1161
- /* 13 */
1102
+
1103
+ /***/ "./lib/defaults.js":
1104
+ /*!*************************!*\
1105
+ !*** ./lib/defaults.js ***!
1106
+ \*************************/
1107
+ /*! no static exports found */
1162
1108
  /***/ (function(module, exports, __webpack_require__) {
1163
1109
 
1164
- 'use strict';
1165
-
1166
- var createError = __webpack_require__(14);
1167
-
1168
- /**
1169
- * Resolve or reject a Promise based on response status.
1170
- *
1171
- * @param {Function} resolve A function that resolves the promise.
1172
- * @param {Function} reject A function that rejects the promise.
1173
- * @param {object} response The response.
1174
- */
1175
- module.exports = function settle(resolve, reject, response) {
1176
- var validateStatus = response.config.validateStatus;
1177
- if (!response.status || !validateStatus || validateStatus(response.status)) {
1178
- resolve(response);
1179
- } else {
1180
- reject(createError(
1181
- 'Request failed with status code ' + response.status,
1182
- response.config,
1183
- null,
1184
- response.request,
1185
- response
1186
- ));
1187
- }
1188
- };
1110
+ "use strict";
1111
+
1112
+
1113
+ var utils = __webpack_require__(/*! ./utils */ "./lib/utils.js");
1114
+ var normalizeHeaderName = __webpack_require__(/*! ./helpers/normalizeHeaderName */ "./lib/helpers/normalizeHeaderName.js");
1115
+ var enhanceError = __webpack_require__(/*! ./core/enhanceError */ "./lib/core/enhanceError.js");
1116
+
1117
+ var DEFAULT_CONTENT_TYPE = {
1118
+ 'Content-Type': 'application/x-www-form-urlencoded'
1119
+ };
1120
+
1121
+ function setContentTypeIfUnset(headers, value) {
1122
+ if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {
1123
+ headers['Content-Type'] = value;
1124
+ }
1125
+ }
1126
+
1127
+ function getDefaultAdapter() {
1128
+ var adapter;
1129
+ if (typeof XMLHttpRequest !== 'undefined') {
1130
+ // For browsers use XHR adapter
1131
+ adapter = __webpack_require__(/*! ./adapters/xhr */ "./lib/adapters/xhr.js");
1132
+ } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
1133
+ // For node use HTTP adapter
1134
+ adapter = __webpack_require__(/*! ./adapters/http */ "./lib/adapters/xhr.js");
1135
+ }
1136
+ return adapter;
1137
+ }
1138
+
1139
+ function stringifySafely(rawValue, parser, encoder) {
1140
+ if (utils.isString(rawValue)) {
1141
+ try {
1142
+ (parser || JSON.parse)(rawValue);
1143
+ return utils.trim(rawValue);
1144
+ } catch (e) {
1145
+ if (e.name !== 'SyntaxError') {
1146
+ throw e;
1147
+ }
1148
+ }
1149
+ }
1150
+
1151
+ return (encoder || JSON.stringify)(rawValue);
1152
+ }
1153
+
1154
+ var defaults = {
1155
+
1156
+ transitional: {
1157
+ silentJSONParsing: true,
1158
+ forcedJSONParsing: true,
1159
+ clarifyTimeoutError: false
1160
+ },
1161
+
1162
+ adapter: getDefaultAdapter(),
1163
+
1164
+ transformRequest: [function transformRequest(data, headers) {
1165
+ normalizeHeaderName(headers, 'Accept');
1166
+ normalizeHeaderName(headers, 'Content-Type');
1167
+
1168
+ if (utils.isFormData(data) ||
1169
+ utils.isArrayBuffer(data) ||
1170
+ utils.isBuffer(data) ||
1171
+ utils.isStream(data) ||
1172
+ utils.isFile(data) ||
1173
+ utils.isBlob(data)
1174
+ ) {
1175
+ return data;
1176
+ }
1177
+ if (utils.isArrayBufferView(data)) {
1178
+ return data.buffer;
1179
+ }
1180
+ if (utils.isURLSearchParams(data)) {
1181
+ setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');
1182
+ return data.toString();
1183
+ }
1184
+ if (utils.isObject(data) || (headers && headers['Content-Type'] === 'application/json')) {
1185
+ setContentTypeIfUnset(headers, 'application/json');
1186
+ return stringifySafely(data);
1187
+ }
1188
+ return data;
1189
+ }],
1190
+
1191
+ transformResponse: [function transformResponse(data) {
1192
+ var transitional = this.transitional;
1193
+ var silentJSONParsing = transitional && transitional.silentJSONParsing;
1194
+ var forcedJSONParsing = transitional && transitional.forcedJSONParsing;
1195
+ var strictJSONParsing = !silentJSONParsing && this.responseType === 'json';
1196
+
1197
+ if (strictJSONParsing || (forcedJSONParsing && utils.isString(data) && data.length)) {
1198
+ try {
1199
+ return JSON.parse(data);
1200
+ } catch (e) {
1201
+ if (strictJSONParsing) {
1202
+ if (e.name === 'SyntaxError') {
1203
+ throw enhanceError(e, this, 'E_JSON_PARSE');
1204
+ }
1205
+ throw e;
1206
+ }
1207
+ }
1208
+ }
1209
+
1210
+ return data;
1211
+ }],
1212
+
1213
+ /**
1214
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
1215
+ * timeout is not created.
1216
+ */
1217
+ timeout: 0,
1218
+
1219
+ xsrfCookieName: 'XSRF-TOKEN',
1220
+ xsrfHeaderName: 'X-XSRF-TOKEN',
1221
+
1222
+ maxContentLength: -1,
1223
+ maxBodyLength: -1,
1224
+
1225
+ validateStatus: function validateStatus(status) {
1226
+ return status >= 200 && status < 300;
1227
+ }
1228
+ };
1229
+
1230
+ defaults.headers = {
1231
+ common: {
1232
+ 'Accept': 'application/json, text/plain, */*'
1233
+ }
1234
+ };
1235
+
1236
+ utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {
1237
+ defaults.headers[method] = {};
1238
+ });
1239
+
1240
+ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
1241
+ defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);
1242
+ });
1243
+
1244
+ module.exports = defaults;
1189
1245
 
1190
1246
 
1191
1247
  /***/ }),
1192
- /* 14 */
1248
+
1249
+ /***/ "./lib/helpers/bind.js":
1250
+ /*!*****************************!*\
1251
+ !*** ./lib/helpers/bind.js ***!
1252
+ \*****************************/
1253
+ /*! no static exports found */
1193
1254
  /***/ (function(module, exports, __webpack_require__) {
1194
1255
 
1195
- 'use strict';
1196
-
1197
- var enhanceError = __webpack_require__(15);
1198
-
1199
- /**
1200
- * Create an Error with the specified message, config, error code, request and response.
1201
- *
1202
- * @param {string} message The error message.
1203
- * @param {Object} config The config.
1204
- * @param {string} [code] The error code (for example, 'ECONNABORTED').
1205
- * @param {Object} [request] The request.
1206
- * @param {Object} [response] The response.
1207
- * @returns {Error} The created error.
1208
- */
1209
- module.exports = function createError(message, config, code, request, response) {
1210
- var error = new Error(message);
1211
- return enhanceError(error, config, code, request, response);
1212
- };
1256
+ "use strict";
1257
+
1258
+
1259
+ module.exports = function bind(fn, thisArg) {
1260
+ return function wrap() {
1261
+ var args = new Array(arguments.length);
1262
+ for (var i = 0; i < args.length; i++) {
1263
+ args[i] = arguments[i];
1264
+ }
1265
+ return fn.apply(thisArg, args);
1266
+ };
1267
+ };
1213
1268
 
1214
1269
 
1215
1270
  /***/ }),
1216
- /* 15 */
1217
- /***/ (function(module, exports) {
1218
-
1219
- 'use strict';
1220
-
1221
- /**
1222
- * Update an Error with the specified config, error code, and response.
1223
- *
1224
- * @param {Error} error The error to update.
1225
- * @param {Object} config The config.
1226
- * @param {string} [code] The error code (for example, 'ECONNABORTED').
1227
- * @param {Object} [request] The request.
1228
- * @param {Object} [response] The response.
1229
- * @returns {Error} The error.
1230
- */
1231
- module.exports = function enhanceError(error, config, code, request, response) {
1232
- error.config = config;
1233
- if (code) {
1234
- error.code = code;
1235
- }
1236
-
1237
- error.request = request;
1238
- error.response = response;
1239
- error.isAxiosError = true;
1240
-
1241
- error.toJSON = function toJSON() {
1242
- return {
1243
- // Standard
1244
- message: this.message,
1245
- name: this.name,
1246
- // Microsoft
1247
- description: this.description,
1248
- number: this.number,
1249
- // Mozilla
1250
- fileName: this.fileName,
1251
- lineNumber: this.lineNumber,
1252
- columnNumber: this.columnNumber,
1253
- stack: this.stack,
1254
- // Axios
1255
- config: this.config,
1256
- code: this.code
1257
- };
1258
- };
1259
- return error;
1260
- };
1271
+
1272
+ /***/ "./lib/helpers/buildURL.js":
1273
+ /*!*********************************!*\
1274
+ !*** ./lib/helpers/buildURL.js ***!
1275
+ \*********************************/
1276
+ /*! no static exports found */
1277
+ /***/ (function(module, exports, __webpack_require__) {
1278
+
1279
+ "use strict";
1280
+
1281
+
1282
+ var utils = __webpack_require__(/*! ./../utils */ "./lib/utils.js");
1283
+
1284
+ function encode(val) {
1285
+ return encodeURIComponent(val).
1286
+ replace(/%3A/gi, ':').
1287
+ replace(/%24/g, '$').
1288
+ replace(/%2C/gi, ',').
1289
+ replace(/%20/g, '+').
1290
+ replace(/%5B/gi, '[').
1291
+ replace(/%5D/gi, ']');
1292
+ }
1293
+
1294
+ /**
1295
+ * Build a URL by appending params to the end
1296
+ *
1297
+ * @param {string} url The base of the url (e.g., http://www.google.com)
1298
+ * @param {object} [params] The params to be appended
1299
+ * @returns {string} The formatted url
1300
+ */
1301
+ module.exports = function buildURL(url, params, paramsSerializer) {
1302
+ /*eslint no-param-reassign:0*/
1303
+ if (!params) {
1304
+ return url;
1305
+ }
1306
+
1307
+ var serializedParams;
1308
+ if (paramsSerializer) {
1309
+ serializedParams = paramsSerializer(params);
1310
+ } else if (utils.isURLSearchParams(params)) {
1311
+ serializedParams = params.toString();
1312
+ } else {
1313
+ var parts = [];
1314
+
1315
+ utils.forEach(params, function serialize(val, key) {
1316
+ if (val === null || typeof val === 'undefined') {
1317
+ return;
1318
+ }
1319
+
1320
+ if (utils.isArray(val)) {
1321
+ key = key + '[]';
1322
+ } else {
1323
+ val = [val];
1324
+ }
1325
+
1326
+ utils.forEach(val, function parseValue(v) {
1327
+ if (utils.isDate(v)) {
1328
+ v = v.toISOString();
1329
+ } else if (utils.isObject(v)) {
1330
+ v = JSON.stringify(v);
1331
+ }
1332
+ parts.push(encode(key) + '=' + encode(v));
1333
+ });
1334
+ });
1335
+
1336
+ serializedParams = parts.join('&');
1337
+ }
1338
+
1339
+ if (serializedParams) {
1340
+ var hashmarkIndex = url.indexOf('#');
1341
+ if (hashmarkIndex !== -1) {
1342
+ url = url.slice(0, hashmarkIndex);
1343
+ }
1344
+
1345
+ url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;
1346
+ }
1347
+
1348
+ return url;
1349
+ };
1261
1350
 
1262
1351
 
1263
1352
  /***/ }),
1264
- /* 16 */
1353
+
1354
+ /***/ "./lib/helpers/combineURLs.js":
1355
+ /*!************************************!*\
1356
+ !*** ./lib/helpers/combineURLs.js ***!
1357
+ \************************************/
1358
+ /*! no static exports found */
1265
1359
  /***/ (function(module, exports, __webpack_require__) {
1266
1360
 
1267
- 'use strict';
1268
-
1269
- var utils = __webpack_require__(2);
1270
-
1271
- module.exports = (
1272
- utils.isStandardBrowserEnv() ?
1273
-
1274
- // Standard browser envs support document.cookie
1275
- (function standardBrowserEnv() {
1276
- return {
1277
- write: function write(name, value, expires, path, domain, secure) {
1278
- var cookie = [];
1279
- cookie.push(name + '=' + encodeURIComponent(value));
1280
-
1281
- if (utils.isNumber(expires)) {
1282
- cookie.push('expires=' + new Date(expires).toGMTString());
1283
- }
1284
-
1285
- if (utils.isString(path)) {
1286
- cookie.push('path=' + path);
1287
- }
1288
-
1289
- if (utils.isString(domain)) {
1290
- cookie.push('domain=' + domain);
1291
- }
1292
-
1293
- if (secure === true) {
1294
- cookie.push('secure');
1295
- }
1296
-
1297
- document.cookie = cookie.join('; ');
1298
- },
1299
-
1300
- read: function read(name) {
1301
- var match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)'));
1302
- return (match ? decodeURIComponent(match[3]) : null);
1303
- },
1304
-
1305
- remove: function remove(name) {
1306
- this.write(name, '', Date.now() - 86400000);
1307
- }
1308
- };
1309
- })() :
1310
-
1311
- // Non standard browser env (web workers, react-native) lack needed support.
1312
- (function nonStandardBrowserEnv() {
1313
- return {
1314
- write: function write() {},
1315
- read: function read() { return null; },
1316
- remove: function remove() {}
1317
- };
1318
- })()
1319
- );
1361
+ "use strict";
1362
+
1363
+
1364
+ /**
1365
+ * Creates a new URL by combining the specified URLs
1366
+ *
1367
+ * @param {string} baseURL The base URL
1368
+ * @param {string} relativeURL The relative URL
1369
+ * @returns {string} The combined URL
1370
+ */
1371
+ module.exports = function combineURLs(baseURL, relativeURL) {
1372
+ return relativeURL
1373
+ ? baseURL.replace(/\/+$/, '') + '/' + relativeURL.replace(/^\/+/, '')
1374
+ : baseURL;
1375
+ };
1320
1376
 
1321
1377
 
1322
1378
  /***/ }),
1323
- /* 17 */
1379
+
1380
+ /***/ "./lib/helpers/cookies.js":
1381
+ /*!********************************!*\
1382
+ !*** ./lib/helpers/cookies.js ***!
1383
+ \********************************/
1384
+ /*! no static exports found */
1324
1385
  /***/ (function(module, exports, __webpack_require__) {
1325
1386
 
1326
- 'use strict';
1327
-
1328
- var isAbsoluteURL = __webpack_require__(18);
1329
- var combineURLs = __webpack_require__(19);
1330
-
1331
- /**
1332
- * Creates a new URL by combining the baseURL with the requestedURL,
1333
- * only when the requestedURL is not already an absolute URL.
1334
- * If the requestURL is absolute, this function returns the requestedURL untouched.
1335
- *
1336
- * @param {string} baseURL The base URL
1337
- * @param {string} requestedURL Absolute or relative URL to combine
1338
- * @returns {string} The combined full path
1339
- */
1340
- module.exports = function buildFullPath(baseURL, requestedURL) {
1341
- if (baseURL && !isAbsoluteURL(requestedURL)) {
1342
- return combineURLs(baseURL, requestedURL);
1343
- }
1344
- return requestedURL;
1345
- };
1387
+ "use strict";
1388
+
1389
+
1390
+ var utils = __webpack_require__(/*! ./../utils */ "./lib/utils.js");
1391
+
1392
+ module.exports = (
1393
+ utils.isStandardBrowserEnv() ?
1394
+
1395
+ // Standard browser envs support document.cookie
1396
+ (function standardBrowserEnv() {
1397
+ return {
1398
+ write: function write(name, value, expires, path, domain, secure) {
1399
+ var cookie = [];
1400
+ cookie.push(name + '=' + encodeURIComponent(value));
1401
+
1402
+ if (utils.isNumber(expires)) {
1403
+ cookie.push('expires=' + new Date(expires).toGMTString());
1404
+ }
1405
+
1406
+ if (utils.isString(path)) {
1407
+ cookie.push('path=' + path);
1408
+ }
1409
+
1410
+ if (utils.isString(domain)) {
1411
+ cookie.push('domain=' + domain);
1412
+ }
1413
+
1414
+ if (secure === true) {
1415
+ cookie.push('secure');
1416
+ }
1417
+
1418
+ document.cookie = cookie.join('; ');
1419
+ },
1420
+
1421
+ read: function read(name) {
1422
+ var match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)'));
1423
+ return (match ? decodeURIComponent(match[3]) : null);
1424
+ },
1425
+
1426
+ remove: function remove(name) {
1427
+ this.write(name, '', Date.now() - 86400000);
1428
+ }
1429
+ };
1430
+ })() :
1431
+
1432
+ // Non standard browser env (web workers, react-native) lack needed support.
1433
+ (function nonStandardBrowserEnv() {
1434
+ return {
1435
+ write: function write() {},
1436
+ read: function read() { return null; },
1437
+ remove: function remove() {}
1438
+ };
1439
+ })()
1440
+ );
1346
1441
 
1347
1442
 
1348
1443
  /***/ }),
1349
- /* 18 */
1350
- /***/ (function(module, exports) {
1351
-
1352
- 'use strict';
1353
-
1354
- /**
1355
- * Determines whether the specified URL is absolute
1356
- *
1357
- * @param {string} url The URL to test
1358
- * @returns {boolean} True if the specified URL is absolute, otherwise false
1359
- */
1360
- module.exports = function isAbsoluteURL(url) {
1361
- // A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
1362
- // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
1363
- // by any combination of letters, digits, plus, period, or hyphen.
1364
- return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(url);
1365
- };
1444
+
1445
+ /***/ "./lib/helpers/isAbsoluteURL.js":
1446
+ /*!**************************************!*\
1447
+ !*** ./lib/helpers/isAbsoluteURL.js ***!
1448
+ \**************************************/
1449
+ /*! no static exports found */
1450
+ /***/ (function(module, exports, __webpack_require__) {
1451
+
1452
+ "use strict";
1453
+
1454
+
1455
+ /**
1456
+ * Determines whether the specified URL is absolute
1457
+ *
1458
+ * @param {string} url The URL to test
1459
+ * @returns {boolean} True if the specified URL is absolute, otherwise false
1460
+ */
1461
+ module.exports = function isAbsoluteURL(url) {
1462
+ // A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
1463
+ // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
1464
+ // by any combination of letters, digits, plus, period, or hyphen.
1465
+ return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(url);
1466
+ };
1366
1467
 
1367
1468
 
1368
1469
  /***/ }),
1369
- /* 19 */
1370
- /***/ (function(module, exports) {
1371
-
1372
- 'use strict';
1373
-
1374
- /**
1375
- * Creates a new URL by combining the specified URLs
1376
- *
1377
- * @param {string} baseURL The base URL
1378
- * @param {string} relativeURL The relative URL
1379
- * @returns {string} The combined URL
1380
- */
1381
- module.exports = function combineURLs(baseURL, relativeURL) {
1382
- return relativeURL
1383
- ? baseURL.replace(/\/+$/, '') + '/' + relativeURL.replace(/^\/+/, '')
1384
- : baseURL;
1385
- };
1470
+
1471
+ /***/ "./lib/helpers/isAxiosError.js":
1472
+ /*!*************************************!*\
1473
+ !*** ./lib/helpers/isAxiosError.js ***!
1474
+ \*************************************/
1475
+ /*! no static exports found */
1476
+ /***/ (function(module, exports, __webpack_require__) {
1477
+
1478
+ "use strict";
1479
+
1480
+
1481
+ /**
1482
+ * Determines whether the payload is an error thrown by Axios
1483
+ *
1484
+ * @param {*} payload The value to test
1485
+ * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
1486
+ */
1487
+ module.exports = function isAxiosError(payload) {
1488
+ return (typeof payload === 'object') && (payload.isAxiosError === true);
1489
+ };
1386
1490
 
1387
1491
 
1388
1492
  /***/ }),
1389
- /* 20 */
1493
+
1494
+ /***/ "./lib/helpers/isURLSameOrigin.js":
1495
+ /*!****************************************!*\
1496
+ !*** ./lib/helpers/isURLSameOrigin.js ***!
1497
+ \****************************************/
1498
+ /*! no static exports found */
1390
1499
  /***/ (function(module, exports, __webpack_require__) {
1391
1500
 
1392
- 'use strict';
1393
-
1394
- var utils = __webpack_require__(2);
1395
-
1396
- // Headers whose duplicates are ignored by node
1397
- // c.f. https://nodejs.org/api/http.html#http_message_headers
1398
- var ignoreDuplicateOf = [
1399
- 'age', 'authorization', 'content-length', 'content-type', 'etag',
1400
- 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',
1401
- 'last-modified', 'location', 'max-forwards', 'proxy-authorization',
1402
- 'referer', 'retry-after', 'user-agent'
1403
- ];
1404
-
1405
- /**
1406
- * Parse headers into an object
1407
- *
1408
- * ```
1409
- * Date: Wed, 27 Aug 2014 08:58:49 GMT
1410
- * Content-Type: application/json
1411
- * Connection: keep-alive
1412
- * Transfer-Encoding: chunked
1413
- * ```
1414
- *
1415
- * @param {String} headers Headers needing to be parsed
1416
- * @returns {Object} Headers parsed into an object
1417
- */
1418
- module.exports = function parseHeaders(headers) {
1419
- var parsed = {};
1420
- var key;
1421
- var val;
1422
- var i;
1423
-
1424
- if (!headers) { return parsed; }
1425
-
1426
- utils.forEach(headers.split('\n'), function parser(line) {
1427
- i = line.indexOf(':');
1428
- key = utils.trim(line.substr(0, i)).toLowerCase();
1429
- val = utils.trim(line.substr(i + 1));
1430
-
1431
- if (key) {
1432
- if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {
1433
- return;
1434
- }
1435
- if (key === 'set-cookie') {
1436
- parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);
1437
- } else {
1438
- parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
1439
- }
1440
- }
1441
- });
1442
-
1443
- return parsed;
1444
- };
1501
+ "use strict";
1502
+
1503
+
1504
+ var utils = __webpack_require__(/*! ./../utils */ "./lib/utils.js");
1505
+
1506
+ module.exports = (
1507
+ utils.isStandardBrowserEnv() ?
1508
+
1509
+ // Standard browser envs have full support of the APIs needed to test
1510
+ // whether the request URL is of the same origin as current location.
1511
+ (function standardBrowserEnv() {
1512
+ var msie = /(msie|trident)/i.test(navigator.userAgent);
1513
+ var urlParsingNode = document.createElement('a');
1514
+ var originURL;
1515
+
1516
+ /**
1517
+ * Parse a URL to discover it's components
1518
+ *
1519
+ * @param {String} url The URL to be parsed
1520
+ * @returns {Object}
1521
+ */
1522
+ function resolveURL(url) {
1523
+ var href = url;
1524
+
1525
+ if (msie) {
1526
+ // IE needs attribute set twice to normalize properties
1527
+ urlParsingNode.setAttribute('href', href);
1528
+ href = urlParsingNode.href;
1529
+ }
1530
+
1531
+ urlParsingNode.setAttribute('href', href);
1532
+
1533
+ // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils
1534
+ return {
1535
+ href: urlParsingNode.href,
1536
+ protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',
1537
+ host: urlParsingNode.host,
1538
+ search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '',
1539
+ hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',
1540
+ hostname: urlParsingNode.hostname,
1541
+ port: urlParsingNode.port,
1542
+ pathname: (urlParsingNode.pathname.charAt(0) === '/') ?
1543
+ urlParsingNode.pathname :
1544
+ '/' + urlParsingNode.pathname
1545
+ };
1546
+ }
1547
+
1548
+ originURL = resolveURL(window.location.href);
1549
+
1550
+ /**
1551
+ * Determine if a URL shares the same origin as the current location
1552
+ *
1553
+ * @param {String} requestURL The URL to test
1554
+ * @returns {boolean} True if URL shares the same origin, otherwise false
1555
+ */
1556
+ return function isURLSameOrigin(requestURL) {
1557
+ var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;
1558
+ return (parsed.protocol === originURL.protocol &&
1559
+ parsed.host === originURL.host);
1560
+ };
1561
+ })() :
1562
+
1563
+ // Non standard browser envs (web workers, react-native) lack needed support.
1564
+ (function nonStandardBrowserEnv() {
1565
+ return function isURLSameOrigin() {
1566
+ return true;
1567
+ };
1568
+ })()
1569
+ );
1445
1570
 
1446
1571
 
1447
1572
  /***/ }),
1448
- /* 21 */
1573
+
1574
+ /***/ "./lib/helpers/normalizeHeaderName.js":
1575
+ /*!********************************************!*\
1576
+ !*** ./lib/helpers/normalizeHeaderName.js ***!
1577
+ \********************************************/
1578
+ /*! no static exports found */
1449
1579
  /***/ (function(module, exports, __webpack_require__) {
1450
1580
 
1451
- 'use strict';
1452
-
1453
- var utils = __webpack_require__(2);
1454
-
1455
- module.exports = (
1456
- utils.isStandardBrowserEnv() ?
1457
-
1458
- // Standard browser envs have full support of the APIs needed to test
1459
- // whether the request URL is of the same origin as current location.
1460
- (function standardBrowserEnv() {
1461
- var msie = /(msie|trident)/i.test(navigator.userAgent);
1462
- var urlParsingNode = document.createElement('a');
1463
- var originURL;
1464
-
1465
- /**
1466
- * Parse a URL to discover it's components
1467
- *
1468
- * @param {String} url The URL to be parsed
1469
- * @returns {Object}
1470
- */
1471
- function resolveURL(url) {
1472
- var href = url;
1473
-
1474
- if (msie) {
1475
- // IE needs attribute set twice to normalize properties
1476
- urlParsingNode.setAttribute('href', href);
1477
- href = urlParsingNode.href;
1478
- }
1479
-
1480
- urlParsingNode.setAttribute('href', href);
1481
-
1482
- // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils
1483
- return {
1484
- href: urlParsingNode.href,
1485
- protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',
1486
- host: urlParsingNode.host,
1487
- search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '',
1488
- hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',
1489
- hostname: urlParsingNode.hostname,
1490
- port: urlParsingNode.port,
1491
- pathname: (urlParsingNode.pathname.charAt(0) === '/') ?
1492
- urlParsingNode.pathname :
1493
- '/' + urlParsingNode.pathname
1494
- };
1495
- }
1496
-
1497
- originURL = resolveURL(window.location.href);
1498
-
1499
- /**
1500
- * Determine if a URL shares the same origin as the current location
1501
- *
1502
- * @param {String} requestURL The URL to test
1503
- * @returns {boolean} True if URL shares the same origin, otherwise false
1504
- */
1505
- return function isURLSameOrigin(requestURL) {
1506
- var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;
1507
- return (parsed.protocol === originURL.protocol &&
1508
- parsed.host === originURL.host);
1509
- };
1510
- })() :
1511
-
1512
- // Non standard browser envs (web workers, react-native) lack needed support.
1513
- (function nonStandardBrowserEnv() {
1514
- return function isURLSameOrigin() {
1515
- return true;
1516
- };
1517
- })()
1518
- );
1581
+ "use strict";
1582
+
1583
+
1584
+ var utils = __webpack_require__(/*! ../utils */ "./lib/utils.js");
1585
+
1586
+ module.exports = function normalizeHeaderName(headers, normalizedName) {
1587
+ utils.forEach(headers, function processHeader(value, name) {
1588
+ if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {
1589
+ headers[normalizedName] = value;
1590
+ delete headers[name];
1591
+ }
1592
+ });
1593
+ };
1519
1594
 
1520
1595
 
1521
1596
  /***/ }),
1522
- /* 22 */
1597
+
1598
+ /***/ "./lib/helpers/parseHeaders.js":
1599
+ /*!*************************************!*\
1600
+ !*** ./lib/helpers/parseHeaders.js ***!
1601
+ \*************************************/
1602
+ /*! no static exports found */
1523
1603
  /***/ (function(module, exports, __webpack_require__) {
1524
1604
 
1525
- 'use strict';
1526
-
1527
- var utils = __webpack_require__(2);
1528
-
1529
- /**
1530
- * Config-specific merge-function which creates a new config-object
1531
- * by merging two configuration objects together.
1532
- *
1533
- * @param {Object} config1
1534
- * @param {Object} config2
1535
- * @returns {Object} New object resulting from merging config2 to config1
1536
- */
1537
- module.exports = function mergeConfig(config1, config2) {
1538
- // eslint-disable-next-line no-param-reassign
1539
- config2 = config2 || {};
1540
- var config = {};
1541
-
1542
- var valueFromConfig2Keys = ['url', 'method', 'data'];
1543
- var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy', 'params'];
1544
- var defaultToConfig2Keys = [
1545
- 'baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer',
1546
- 'timeout', 'timeoutMessage', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',
1547
- 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'decompress',
1548
- 'maxContentLength', 'maxBodyLength', 'maxRedirects', 'transport', 'httpAgent',
1549
- 'httpsAgent', 'cancelToken', 'socketPath', 'responseEncoding'
1550
- ];
1551
- var directMergeKeys = ['validateStatus'];
1552
-
1553
- function getMergedValue(target, source) {
1554
- if (utils.isPlainObject(target) && utils.isPlainObject(source)) {
1555
- return utils.merge(target, source);
1556
- } else if (utils.isPlainObject(source)) {
1557
- return utils.merge({}, source);
1558
- } else if (utils.isArray(source)) {
1559
- return source.slice();
1560
- }
1561
- return source;
1562
- }
1563
-
1564
- function mergeDeepProperties(prop) {
1565
- if (!utils.isUndefined(config2[prop])) {
1566
- config[prop] = getMergedValue(config1[prop], config2[prop]);
1567
- } else if (!utils.isUndefined(config1[prop])) {
1568
- config[prop] = getMergedValue(undefined, config1[prop]);
1569
- }
1570
- }
1571
-
1572
- utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {
1573
- if (!utils.isUndefined(config2[prop])) {
1574
- config[prop] = getMergedValue(undefined, config2[prop]);
1575
- }
1576
- });
1577
-
1578
- utils.forEach(mergeDeepPropertiesKeys, mergeDeepProperties);
1579
-
1580
- utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {
1581
- if (!utils.isUndefined(config2[prop])) {
1582
- config[prop] = getMergedValue(undefined, config2[prop]);
1583
- } else if (!utils.isUndefined(config1[prop])) {
1584
- config[prop] = getMergedValue(undefined, config1[prop]);
1585
- }
1586
- });
1587
-
1588
- utils.forEach(directMergeKeys, function merge(prop) {
1589
- if (prop in config2) {
1590
- config[prop] = getMergedValue(config1[prop], config2[prop]);
1591
- } else if (prop in config1) {
1592
- config[prop] = getMergedValue(undefined, config1[prop]);
1593
- }
1594
- });
1595
-
1596
- var axiosKeys = valueFromConfig2Keys
1597
- .concat(mergeDeepPropertiesKeys)
1598
- .concat(defaultToConfig2Keys)
1599
- .concat(directMergeKeys);
1600
-
1601
- var otherKeys = Object
1602
- .keys(config1)
1603
- .concat(Object.keys(config2))
1604
- .filter(function filterAxiosKeys(key) {
1605
- return axiosKeys.indexOf(key) === -1;
1606
- });
1607
-
1608
- utils.forEach(otherKeys, mergeDeepProperties);
1609
-
1610
- return config;
1611
- };
1605
+ "use strict";
1606
+
1607
+
1608
+ var utils = __webpack_require__(/*! ./../utils */ "./lib/utils.js");
1609
+
1610
+ // Headers whose duplicates are ignored by node
1611
+ // c.f. https://nodejs.org/api/http.html#http_message_headers
1612
+ var ignoreDuplicateOf = [
1613
+ 'age', 'authorization', 'content-length', 'content-type', 'etag',
1614
+ 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',
1615
+ 'last-modified', 'location', 'max-forwards', 'proxy-authorization',
1616
+ 'referer', 'retry-after', 'user-agent'
1617
+ ];
1618
+
1619
+ /**
1620
+ * Parse headers into an object
1621
+ *
1622
+ * ```
1623
+ * Date: Wed, 27 Aug 2014 08:58:49 GMT
1624
+ * Content-Type: application/json
1625
+ * Connection: keep-alive
1626
+ * Transfer-Encoding: chunked
1627
+ * ```
1628
+ *
1629
+ * @param {String} headers Headers needing to be parsed
1630
+ * @returns {Object} Headers parsed into an object
1631
+ */
1632
+ module.exports = function parseHeaders(headers) {
1633
+ var parsed = {};
1634
+ var key;
1635
+ var val;
1636
+ var i;
1637
+
1638
+ if (!headers) { return parsed; }
1639
+
1640
+ utils.forEach(headers.split('\n'), function parser(line) {
1641
+ i = line.indexOf(':');
1642
+ key = utils.trim(line.substr(0, i)).toLowerCase();
1643
+ val = utils.trim(line.substr(i + 1));
1644
+
1645
+ if (key) {
1646
+ if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {
1647
+ return;
1648
+ }
1649
+ if (key === 'set-cookie') {
1650
+ parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);
1651
+ } else {
1652
+ parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
1653
+ }
1654
+ }
1655
+ });
1656
+
1657
+ return parsed;
1658
+ };
1612
1659
 
1613
1660
 
1614
1661
  /***/ }),
1615
- /* 23 */
1616
- /***/ (function(module, exports) {
1617
-
1618
- 'use strict';
1619
-
1620
- /**
1621
- * A `Cancel` is an object that is thrown when an operation is canceled.
1622
- *
1623
- * @class
1624
- * @param {string=} message The message.
1625
- */
1626
- function Cancel(message) {
1627
- this.message = message;
1628
- }
1629
-
1630
- Cancel.prototype.toString = function toString() {
1631
- return 'Cancel' + (this.message ? ': ' + this.message : '');
1632
- };
1633
-
1634
- Cancel.prototype.__CANCEL__ = true;
1635
-
1636
- module.exports = Cancel;
1662
+
1663
+ /***/ "./lib/helpers/spread.js":
1664
+ /*!*******************************!*\
1665
+ !*** ./lib/helpers/spread.js ***!
1666
+ \*******************************/
1667
+ /*! no static exports found */
1668
+ /***/ (function(module, exports, __webpack_require__) {
1669
+
1670
+ "use strict";
1671
+
1672
+
1673
+ /**
1674
+ * Syntactic sugar for invoking a function and expanding an array for arguments.
1675
+ *
1676
+ * Common use case would be to use `Function.prototype.apply`.
1677
+ *
1678
+ * ```js
1679
+ * function f(x, y, z) {}
1680
+ * var args = [1, 2, 3];
1681
+ * f.apply(null, args);
1682
+ * ```
1683
+ *
1684
+ * With `spread` this example can be re-written.
1685
+ *
1686
+ * ```js
1687
+ * spread(function(x, y, z) {})([1, 2, 3]);
1688
+ * ```
1689
+ *
1690
+ * @param {Function} callback
1691
+ * @returns {Function}
1692
+ */
1693
+ module.exports = function spread(callback) {
1694
+ return function wrap(arr) {
1695
+ return callback.apply(null, arr);
1696
+ };
1697
+ };
1637
1698
 
1638
1699
 
1639
1700
  /***/ }),
1640
- /* 24 */
1701
+
1702
+ /***/ "./lib/helpers/validator.js":
1703
+ /*!**********************************!*\
1704
+ !*** ./lib/helpers/validator.js ***!
1705
+ \**********************************/
1706
+ /*! no static exports found */
1641
1707
  /***/ (function(module, exports, __webpack_require__) {
1642
1708
 
1643
- 'use strict';
1644
-
1645
- var Cancel = __webpack_require__(23);
1646
-
1647
- /**
1648
- * A `CancelToken` is an object that can be used to request cancellation of an operation.
1649
- *
1650
- * @class
1651
- * @param {Function} executor The executor function.
1652
- */
1653
- function CancelToken(executor) {
1654
- if (typeof executor !== 'function') {
1655
- throw new TypeError('executor must be a function.');
1656
- }
1657
-
1658
- var resolvePromise;
1659
- this.promise = new Promise(function promiseExecutor(resolve) {
1660
- resolvePromise = resolve;
1661
- });
1662
-
1663
- var token = this;
1664
- executor(function cancel(message) {
1665
- if (token.reason) {
1666
- // Cancellation has already been requested
1667
- return;
1668
- }
1669
-
1670
- token.reason = new Cancel(message);
1671
- resolvePromise(token.reason);
1672
- });
1673
- }
1674
-
1675
- /**
1676
- * Throws a `Cancel` if cancellation has been requested.
1677
- */
1678
- CancelToken.prototype.throwIfRequested = function throwIfRequested() {
1679
- if (this.reason) {
1680
- throw this.reason;
1681
- }
1682
- };
1683
-
1684
- /**
1685
- * Returns an object that contains a new `CancelToken` and a function that, when called,
1686
- * cancels the `CancelToken`.
1687
- */
1688
- CancelToken.source = function source() {
1689
- var cancel;
1690
- var token = new CancelToken(function executor(c) {
1691
- cancel = c;
1692
- });
1693
- return {
1694
- token: token,
1695
- cancel: cancel
1696
- };
1697
- };
1698
-
1699
- module.exports = CancelToken;
1709
+ "use strict";
1710
+
1711
+
1712
+ var pkg = __webpack_require__(/*! ./../../package.json */ "./package.json");
1713
+
1714
+ var validators = {};
1715
+
1716
+ // eslint-disable-next-line func-names
1717
+ ['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach(function(type, i) {
1718
+ validators[type] = function validator(thing) {
1719
+ return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;
1720
+ };
1721
+ });
1722
+
1723
+ var deprecatedWarnings = {};
1724
+ var currentVerArr = pkg.version.split('.');
1725
+
1726
+ /**
1727
+ * Compare package versions
1728
+ * @param {string} version
1729
+ * @param {string?} thanVersion
1730
+ * @returns {boolean}
1731
+ */
1732
+ function isOlderVersion(version, thanVersion) {
1733
+ var pkgVersionArr = thanVersion ? thanVersion.split('.') : currentVerArr;
1734
+ var destVer = version.split('.');
1735
+ for (var i = 0; i < 3; i++) {
1736
+ if (pkgVersionArr[i] > destVer[i]) {
1737
+ return true;
1738
+ } else if (pkgVersionArr[i] < destVer[i]) {
1739
+ return false;
1740
+ }
1741
+ }
1742
+ return false;
1743
+ }
1744
+
1745
+ /**
1746
+ * Transitional option validator
1747
+ * @param {function|boolean?} validator
1748
+ * @param {string?} version
1749
+ * @param {string} message
1750
+ * @returns {function}
1751
+ */
1752
+ validators.transitional = function transitional(validator, version, message) {
1753
+ var isDeprecated = version && isOlderVersion(version);
1754
+
1755
+ function formatMessage(opt, desc) {
1756
+ return '[Axios v' + pkg.version + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : '');
1757
+ }
1758
+
1759
+ // eslint-disable-next-line func-names
1760
+ return function(value, opt, opts) {
1761
+ if (validator === false) {
1762
+ throw new Error(formatMessage(opt, ' has been removed in ' + version));
1763
+ }
1764
+
1765
+ if (isDeprecated && !deprecatedWarnings[opt]) {
1766
+ deprecatedWarnings[opt] = true;
1767
+ // eslint-disable-next-line no-console
1768
+ console.warn(
1769
+ formatMessage(
1770
+ opt,
1771
+ ' has been deprecated since v' + version + ' and will be removed in the near future'
1772
+ )
1773
+ );
1774
+ }
1775
+
1776
+ return validator ? validator(value, opt, opts) : true;
1777
+ };
1778
+ };
1779
+
1780
+ /**
1781
+ * Assert object's properties type
1782
+ * @param {object} options
1783
+ * @param {object} schema
1784
+ * @param {boolean?} allowUnknown
1785
+ */
1786
+
1787
+ function assertOptions(options, schema, allowUnknown) {
1788
+ if (typeof options !== 'object') {
1789
+ throw new TypeError('options must be an object');
1790
+ }
1791
+ var keys = Object.keys(options);
1792
+ var i = keys.length;
1793
+ while (i-- > 0) {
1794
+ var opt = keys[i];
1795
+ var validator = schema[opt];
1796
+ if (validator) {
1797
+ var value = options[opt];
1798
+ var result = value === undefined || validator(value, opt, options);
1799
+ if (result !== true) {
1800
+ throw new TypeError('option ' + opt + ' must be ' + result);
1801
+ }
1802
+ continue;
1803
+ }
1804
+ if (allowUnknown !== true) {
1805
+ throw Error('Unknown option ' + opt);
1806
+ }
1807
+ }
1808
+ }
1809
+
1810
+ module.exports = {
1811
+ isOlderVersion: isOlderVersion,
1812
+ assertOptions: assertOptions,
1813
+ validators: validators
1814
+ };
1700
1815
 
1701
1816
 
1702
1817
  /***/ }),
1703
- /* 25 */
1704
- /***/ (function(module, exports) {
1705
-
1706
- 'use strict';
1707
-
1708
- /**
1709
- * Syntactic sugar for invoking a function and expanding an array for arguments.
1710
- *
1711
- * Common use case would be to use `Function.prototype.apply`.
1712
- *
1713
- * ```js
1714
- * function f(x, y, z) {}
1715
- * var args = [1, 2, 3];
1716
- * f.apply(null, args);
1717
- * ```
1718
- *
1719
- * With `spread` this example can be re-written.
1720
- *
1721
- * ```js
1722
- * spread(function(x, y, z) {})([1, 2, 3]);
1723
- * ```
1724
- *
1725
- * @param {Function} callback
1726
- * @returns {Function}
1727
- */
1728
- module.exports = function spread(callback) {
1729
- return function wrap(arr) {
1730
- return callback.apply(null, arr);
1731
- };
1732
- };
1818
+
1819
+ /***/ "./lib/utils.js":
1820
+ /*!**********************!*\
1821
+ !*** ./lib/utils.js ***!
1822
+ \**********************/
1823
+ /*! no static exports found */
1824
+ /***/ (function(module, exports, __webpack_require__) {
1825
+
1826
+ "use strict";
1827
+
1828
+
1829
+ var bind = __webpack_require__(/*! ./helpers/bind */ "./lib/helpers/bind.js");
1830
+
1831
+ // utils is a library of generic helper functions non-specific to axios
1832
+
1833
+ var toString = Object.prototype.toString;
1834
+
1835
+ /**
1836
+ * Determine if a value is an Array
1837
+ *
1838
+ * @param {Object} val The value to test
1839
+ * @returns {boolean} True if value is an Array, otherwise false
1840
+ */
1841
+ function isArray(val) {
1842
+ return toString.call(val) === '[object Array]';
1843
+ }
1844
+
1845
+ /**
1846
+ * Determine if a value is undefined
1847
+ *
1848
+ * @param {Object} val The value to test
1849
+ * @returns {boolean} True if the value is undefined, otherwise false
1850
+ */
1851
+ function isUndefined(val) {
1852
+ return typeof val === 'undefined';
1853
+ }
1854
+
1855
+ /**
1856
+ * Determine if a value is a Buffer
1857
+ *
1858
+ * @param {Object} val The value to test
1859
+ * @returns {boolean} True if value is a Buffer, otherwise false
1860
+ */
1861
+ function isBuffer(val) {
1862
+ return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)
1863
+ && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);
1864
+ }
1865
+
1866
+ /**
1867
+ * Determine if a value is an ArrayBuffer
1868
+ *
1869
+ * @param {Object} val The value to test
1870
+ * @returns {boolean} True if value is an ArrayBuffer, otherwise false
1871
+ */
1872
+ function isArrayBuffer(val) {
1873
+ return toString.call(val) === '[object ArrayBuffer]';
1874
+ }
1875
+
1876
+ /**
1877
+ * Determine if a value is a FormData
1878
+ *
1879
+ * @param {Object} val The value to test
1880
+ * @returns {boolean} True if value is an FormData, otherwise false
1881
+ */
1882
+ function isFormData(val) {
1883
+ return (typeof FormData !== 'undefined') && (val instanceof FormData);
1884
+ }
1885
+
1886
+ /**
1887
+ * Determine if a value is a view on an ArrayBuffer
1888
+ *
1889
+ * @param {Object} val The value to test
1890
+ * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false
1891
+ */
1892
+ function isArrayBufferView(val) {
1893
+ var result;
1894
+ if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {
1895
+ result = ArrayBuffer.isView(val);
1896
+ } else {
1897
+ result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);
1898
+ }
1899
+ return result;
1900
+ }
1901
+
1902
+ /**
1903
+ * Determine if a value is a String
1904
+ *
1905
+ * @param {Object} val The value to test
1906
+ * @returns {boolean} True if value is a String, otherwise false
1907
+ */
1908
+ function isString(val) {
1909
+ return typeof val === 'string';
1910
+ }
1911
+
1912
+ /**
1913
+ * Determine if a value is a Number
1914
+ *
1915
+ * @param {Object} val The value to test
1916
+ * @returns {boolean} True if value is a Number, otherwise false
1917
+ */
1918
+ function isNumber(val) {
1919
+ return typeof val === 'number';
1920
+ }
1921
+
1922
+ /**
1923
+ * Determine if a value is an Object
1924
+ *
1925
+ * @param {Object} val The value to test
1926
+ * @returns {boolean} True if value is an Object, otherwise false
1927
+ */
1928
+ function isObject(val) {
1929
+ return val !== null && typeof val === 'object';
1930
+ }
1931
+
1932
+ /**
1933
+ * Determine if a value is a plain Object
1934
+ *
1935
+ * @param {Object} val The value to test
1936
+ * @return {boolean} True if value is a plain Object, otherwise false
1937
+ */
1938
+ function isPlainObject(val) {
1939
+ if (toString.call(val) !== '[object Object]') {
1940
+ return false;
1941
+ }
1942
+
1943
+ var prototype = Object.getPrototypeOf(val);
1944
+ return prototype === null || prototype === Object.prototype;
1945
+ }
1946
+
1947
+ /**
1948
+ * Determine if a value is a Date
1949
+ *
1950
+ * @param {Object} val The value to test
1951
+ * @returns {boolean} True if value is a Date, otherwise false
1952
+ */
1953
+ function isDate(val) {
1954
+ return toString.call(val) === '[object Date]';
1955
+ }
1956
+
1957
+ /**
1958
+ * Determine if a value is a File
1959
+ *
1960
+ * @param {Object} val The value to test
1961
+ * @returns {boolean} True if value is a File, otherwise false
1962
+ */
1963
+ function isFile(val) {
1964
+ return toString.call(val) === '[object File]';
1965
+ }
1966
+
1967
+ /**
1968
+ * Determine if a value is a Blob
1969
+ *
1970
+ * @param {Object} val The value to test
1971
+ * @returns {boolean} True if value is a Blob, otherwise false
1972
+ */
1973
+ function isBlob(val) {
1974
+ return toString.call(val) === '[object Blob]';
1975
+ }
1976
+
1977
+ /**
1978
+ * Determine if a value is a Function
1979
+ *
1980
+ * @param {Object} val The value to test
1981
+ * @returns {boolean} True if value is a Function, otherwise false
1982
+ */
1983
+ function isFunction(val) {
1984
+ return toString.call(val) === '[object Function]';
1985
+ }
1986
+
1987
+ /**
1988
+ * Determine if a value is a Stream
1989
+ *
1990
+ * @param {Object} val The value to test
1991
+ * @returns {boolean} True if value is a Stream, otherwise false
1992
+ */
1993
+ function isStream(val) {
1994
+ return isObject(val) && isFunction(val.pipe);
1995
+ }
1996
+
1997
+ /**
1998
+ * Determine if a value is a URLSearchParams object
1999
+ *
2000
+ * @param {Object} val The value to test
2001
+ * @returns {boolean} True if value is a URLSearchParams object, otherwise false
2002
+ */
2003
+ function isURLSearchParams(val) {
2004
+ return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;
2005
+ }
2006
+
2007
+ /**
2008
+ * Trim excess whitespace off the beginning and end of a string
2009
+ *
2010
+ * @param {String} str The String to trim
2011
+ * @returns {String} The String freed of excess whitespace
2012
+ */
2013
+ function trim(str) {
2014
+ return str.trim ? str.trim() : str.replace(/^\s+|\s+$/g, '');
2015
+ }
2016
+
2017
+ /**
2018
+ * Determine if we're running in a standard browser environment
2019
+ *
2020
+ * This allows axios to run in a web worker, and react-native.
2021
+ * Both environments support XMLHttpRequest, but not fully standard globals.
2022
+ *
2023
+ * web workers:
2024
+ * typeof window -> undefined
2025
+ * typeof document -> undefined
2026
+ *
2027
+ * react-native:
2028
+ * navigator.product -> 'ReactNative'
2029
+ * nativescript
2030
+ * navigator.product -> 'NativeScript' or 'NS'
2031
+ */
2032
+ function isStandardBrowserEnv() {
2033
+ if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||
2034
+ navigator.product === 'NativeScript' ||
2035
+ navigator.product === 'NS')) {
2036
+ return false;
2037
+ }
2038
+ return (
2039
+ typeof window !== 'undefined' &&
2040
+ typeof document !== 'undefined'
2041
+ );
2042
+ }
2043
+
2044
+ /**
2045
+ * Iterate over an Array or an Object invoking a function for each item.
2046
+ *
2047
+ * If `obj` is an Array callback will be called passing
2048
+ * the value, index, and complete array for each item.
2049
+ *
2050
+ * If 'obj' is an Object callback will be called passing
2051
+ * the value, key, and complete object for each property.
2052
+ *
2053
+ * @param {Object|Array} obj The object to iterate
2054
+ * @param {Function} fn The callback to invoke for each item
2055
+ */
2056
+ function forEach(obj, fn) {
2057
+ // Don't bother if no value provided
2058
+ if (obj === null || typeof obj === 'undefined') {
2059
+ return;
2060
+ }
2061
+
2062
+ // Force an array if not already something iterable
2063
+ if (typeof obj !== 'object') {
2064
+ /*eslint no-param-reassign:0*/
2065
+ obj = [obj];
2066
+ }
2067
+
2068
+ if (isArray(obj)) {
2069
+ // Iterate over array values
2070
+ for (var i = 0, l = obj.length; i < l; i++) {
2071
+ fn.call(null, obj[i], i, obj);
2072
+ }
2073
+ } else {
2074
+ // Iterate over object keys
2075
+ for (var key in obj) {
2076
+ if (Object.prototype.hasOwnProperty.call(obj, key)) {
2077
+ fn.call(null, obj[key], key, obj);
2078
+ }
2079
+ }
2080
+ }
2081
+ }
2082
+
2083
+ /**
2084
+ * Accepts varargs expecting each argument to be an object, then
2085
+ * immutably merges the properties of each object and returns result.
2086
+ *
2087
+ * When multiple objects contain the same key the later object in
2088
+ * the arguments list will take precedence.
2089
+ *
2090
+ * Example:
2091
+ *
2092
+ * ```js
2093
+ * var result = merge({foo: 123}, {foo: 456});
2094
+ * console.log(result.foo); // outputs 456
2095
+ * ```
2096
+ *
2097
+ * @param {Object} obj1 Object to merge
2098
+ * @returns {Object} Result of all merge properties
2099
+ */
2100
+ function merge(/* obj1, obj2, obj3, ... */) {
2101
+ var result = {};
2102
+ function assignValue(val, key) {
2103
+ if (isPlainObject(result[key]) && isPlainObject(val)) {
2104
+ result[key] = merge(result[key], val);
2105
+ } else if (isPlainObject(val)) {
2106
+ result[key] = merge({}, val);
2107
+ } else if (isArray(val)) {
2108
+ result[key] = val.slice();
2109
+ } else {
2110
+ result[key] = val;
2111
+ }
2112
+ }
2113
+
2114
+ for (var i = 0, l = arguments.length; i < l; i++) {
2115
+ forEach(arguments[i], assignValue);
2116
+ }
2117
+ return result;
2118
+ }
2119
+
2120
+ /**
2121
+ * Extends object a by mutably adding to it the properties of object b.
2122
+ *
2123
+ * @param {Object} a The object to be extended
2124
+ * @param {Object} b The object to copy properties from
2125
+ * @param {Object} thisArg The object to bind function to
2126
+ * @return {Object} The resulting value of object a
2127
+ */
2128
+ function extend(a, b, thisArg) {
2129
+ forEach(b, function assignValue(val, key) {
2130
+ if (thisArg && typeof val === 'function') {
2131
+ a[key] = bind(val, thisArg);
2132
+ } else {
2133
+ a[key] = val;
2134
+ }
2135
+ });
2136
+ return a;
2137
+ }
2138
+
2139
+ /**
2140
+ * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)
2141
+ *
2142
+ * @param {string} content with BOM
2143
+ * @return {string} content value without BOM
2144
+ */
2145
+ function stripBOM(content) {
2146
+ if (content.charCodeAt(0) === 0xFEFF) {
2147
+ content = content.slice(1);
2148
+ }
2149
+ return content;
2150
+ }
2151
+
2152
+ module.exports = {
2153
+ isArray: isArray,
2154
+ isArrayBuffer: isArrayBuffer,
2155
+ isBuffer: isBuffer,
2156
+ isFormData: isFormData,
2157
+ isArrayBufferView: isArrayBufferView,
2158
+ isString: isString,
2159
+ isNumber: isNumber,
2160
+ isObject: isObject,
2161
+ isPlainObject: isPlainObject,
2162
+ isUndefined: isUndefined,
2163
+ isDate: isDate,
2164
+ isFile: isFile,
2165
+ isBlob: isBlob,
2166
+ isFunction: isFunction,
2167
+ isStream: isStream,
2168
+ isURLSearchParams: isURLSearchParams,
2169
+ isStandardBrowserEnv: isStandardBrowserEnv,
2170
+ forEach: forEach,
2171
+ merge: merge,
2172
+ extend: extend,
2173
+ trim: trim,
2174
+ stripBOM: stripBOM
2175
+ };
1733
2176
 
1734
2177
 
1735
2178
  /***/ }),
1736
- /* 26 */
1737
- /***/ (function(module, exports) {
1738
-
1739
- 'use strict';
1740
-
1741
- /**
1742
- * Determines whether the payload is an error thrown by Axios
1743
- *
1744
- * @param {*} payload The value to test
1745
- * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
1746
- */
1747
- module.exports = function isAxiosError(payload) {
1748
- return (typeof payload === 'object') && (payload.isAxiosError === true);
1749
- };
1750
2179
 
2180
+ /***/ "./package.json":
2181
+ /*!**********************!*\
2182
+ !*** ./package.json ***!
2183
+ \**********************/
2184
+ /*! exports provided: name, version, description, main, scripts, repository, keywords, author, license, bugs, homepage, devDependencies, browser, jsdelivr, unpkg, typings, dependencies, bundlesize, default */
2185
+ /***/ (function(module) {
2186
+
2187
+ module.exports = JSON.parse("{\"name\":\"axios\",\"version\":\"0.21.4\",\"description\":\"Promise based HTTP client for the browser and node.js\",\"main\":\"index.js\",\"scripts\":{\"test\":\"grunt test\",\"start\":\"node ./sandbox/server.js\",\"build\":\"NODE_ENV=production grunt build\",\"preversion\":\"npm test\",\"version\":\"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json\",\"postversion\":\"git push && git push --tags\",\"examples\":\"node ./examples/server.js\",\"coveralls\":\"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js\",\"fix\":\"eslint --fix lib/**/*.js\"},\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/axios/axios.git\"},\"keywords\":[\"xhr\",\"http\",\"ajax\",\"promise\",\"node\"],\"author\":\"Matt Zabriskie\",\"license\":\"MIT\",\"bugs\":{\"url\":\"https://github.com/axios/axios/issues\"},\"homepage\":\"https://axios-http.com\",\"devDependencies\":{\"coveralls\":\"^3.0.0\",\"es6-promise\":\"^4.2.4\",\"grunt\":\"^1.3.0\",\"grunt-banner\":\"^0.6.0\",\"grunt-cli\":\"^1.2.0\",\"grunt-contrib-clean\":\"^1.1.0\",\"grunt-contrib-watch\":\"^1.0.0\",\"grunt-eslint\":\"^23.0.0\",\"grunt-karma\":\"^4.0.0\",\"grunt-mocha-test\":\"^0.13.3\",\"grunt-ts\":\"^6.0.0-beta.19\",\"grunt-webpack\":\"^4.0.2\",\"istanbul-instrumenter-loader\":\"^1.0.0\",\"jasmine-core\":\"^2.4.1\",\"karma\":\"^6.3.2\",\"karma-chrome-launcher\":\"^3.1.0\",\"karma-firefox-launcher\":\"^2.1.0\",\"karma-jasmine\":\"^1.1.1\",\"karma-jasmine-ajax\":\"^0.1.13\",\"karma-safari-launcher\":\"^1.0.0\",\"karma-sauce-launcher\":\"^4.3.6\",\"karma-sinon\":\"^1.0.5\",\"karma-sourcemap-loader\":\"^0.3.8\",\"karma-webpack\":\"^4.0.2\",\"load-grunt-tasks\":\"^3.5.2\",\"minimist\":\"^1.2.0\",\"mocha\":\"^8.2.1\",\"sinon\":\"^4.5.0\",\"terser-webpack-plugin\":\"^4.2.3\",\"typescript\":\"^4.0.5\",\"url-search-params\":\"^0.10.0\",\"webpack\":\"^4.44.2\",\"webpack-dev-server\":\"^3.11.0\"},\"browser\":{\"./lib/adapters/http.js\":\"./lib/adapters/xhr.js\"},\"jsdelivr\":\"dist/axios.min.js\",\"unpkg\":\"dist/axios.min.js\",\"typings\":\"./index.d.ts\",\"dependencies\":{\"follow-redirects\":\"^1.14.0\"},\"bundlesize\":[{\"path\":\"./dist/axios.min.js\",\"threshold\":\"5kB\"}]}");
1751
2188
 
1752
2189
  /***/ })
1753
- /******/ ])
2190
+
2191
+ /******/ });
1754
2192
  });
1755
- ;
1756
2193
  //# sourceMappingURL=axios.map