shell-mirror 1.5.140 → 1.5.143

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 (2457) hide show
  1. package/auth.js +8 -2
  2. package/mac-agent/.env.example +9 -0
  3. package/mac-agent/agent.js +46 -18
  4. package/package.json +4 -1
  5. package/public/app/config.js +12 -0
  6. package/public/app/dashboard.html +1 -0
  7. package/public/app/dashboard.js +10 -4
  8. package/public/app/terminal.html +38 -10
  9. package/public/app/terminal.js +210 -59
  10. package/mac-agent/.env +0 -9
  11. package/mac-agent/agent-debug.log +0 -143
  12. package/mac-agent/authorized-users.json +0 -35
  13. package/mac-agent/logs/http-agent.log +0 -823
  14. package/mac-agent/node +0 -0
  15. package/mac-agent/node_modules/.package-lock.json +0 -2255
  16. package/mac-agent/node_modules/@colors/colors/LICENSE +0 -26
  17. package/mac-agent/node_modules/@colors/colors/README.md +0 -219
  18. package/mac-agent/node_modules/@colors/colors/examples/normal-usage.js +0 -83
  19. package/mac-agent/node_modules/@colors/colors/examples/safe-string.js +0 -80
  20. package/mac-agent/node_modules/@colors/colors/index.d.ts +0 -184
  21. package/mac-agent/node_modules/@colors/colors/lib/colors.js +0 -211
  22. package/mac-agent/node_modules/@colors/colors/lib/custom/trap.js +0 -46
  23. package/mac-agent/node_modules/@colors/colors/lib/custom/zalgo.js +0 -110
  24. package/mac-agent/node_modules/@colors/colors/lib/extendStringPrototype.js +0 -110
  25. package/mac-agent/node_modules/@colors/colors/lib/index.js +0 -13
  26. package/mac-agent/node_modules/@colors/colors/lib/maps/america.js +0 -10
  27. package/mac-agent/node_modules/@colors/colors/lib/maps/rainbow.js +0 -12
  28. package/mac-agent/node_modules/@colors/colors/lib/maps/random.js +0 -11
  29. package/mac-agent/node_modules/@colors/colors/lib/maps/zebra.js +0 -5
  30. package/mac-agent/node_modules/@colors/colors/lib/styles.js +0 -95
  31. package/mac-agent/node_modules/@colors/colors/lib/system/has-flag.js +0 -35
  32. package/mac-agent/node_modules/@colors/colors/lib/system/supports-colors.js +0 -151
  33. package/mac-agent/node_modules/@colors/colors/package.json +0 -45
  34. package/mac-agent/node_modules/@colors/colors/safe.d.ts +0 -64
  35. package/mac-agent/node_modules/@colors/colors/safe.js +0 -10
  36. package/mac-agent/node_modules/@colors/colors/themes/generic-logging.js +0 -12
  37. package/mac-agent/node_modules/@dabh/diagnostics/CHANGELOG.md +0 -26
  38. package/mac-agent/node_modules/@dabh/diagnostics/LICENSE +0 -20
  39. package/mac-agent/node_modules/@dabh/diagnostics/README.md +0 -473
  40. package/mac-agent/node_modules/@dabh/diagnostics/adapters/hash.js +0 -11
  41. package/mac-agent/node_modules/@dabh/diagnostics/adapters/index.js +0 -18
  42. package/mac-agent/node_modules/@dabh/diagnostics/adapters/localstorage.js +0 -11
  43. package/mac-agent/node_modules/@dabh/diagnostics/adapters/process.env.js +0 -11
  44. package/mac-agent/node_modules/@dabh/diagnostics/browser/development.js +0 -35
  45. package/mac-agent/node_modules/@dabh/diagnostics/browser/index.js +0 -8
  46. package/mac-agent/node_modules/@dabh/diagnostics/browser/override.js +0 -6
  47. package/mac-agent/node_modules/@dabh/diagnostics/browser/production.js +0 -24
  48. package/mac-agent/node_modules/@dabh/diagnostics/diagnostics.js +0 -212
  49. package/mac-agent/node_modules/@dabh/diagnostics/logger/console.js +0 -19
  50. package/mac-agent/node_modules/@dabh/diagnostics/modifiers/namespace-ansi.js +0 -20
  51. package/mac-agent/node_modules/@dabh/diagnostics/modifiers/namespace.js +0 -32
  52. package/mac-agent/node_modules/@dabh/diagnostics/node/development.js +0 -36
  53. package/mac-agent/node_modules/@dabh/diagnostics/node/index.js +0 -8
  54. package/mac-agent/node_modules/@dabh/diagnostics/node/override.js +0 -21
  55. package/mac-agent/node_modules/@dabh/diagnostics/node/production.js +0 -24
  56. package/mac-agent/node_modules/@dabh/diagnostics/package.json +0 -64
  57. package/mac-agent/node_modules/@koush/wrtc/CMakeLists.txt +0 -664
  58. package/mac-agent/node_modules/@koush/wrtc/LICENSE.md +0 -30
  59. package/mac-agent/node_modules/@koush/wrtc/NodeJS.cmake +0 -638
  60. package/mac-agent/node_modules/@koush/wrtc/README.md +0 -120
  61. package/mac-agent/node_modules/@koush/wrtc/THIRD_PARTY_LICENSES.md +0 -1314
  62. package/mac-agent/node_modules/@koush/wrtc/build/Release/wrtc.node +0 -0
  63. package/mac-agent/node_modules/@koush/wrtc/build-linux-variants.sh +0 -10
  64. package/mac-agent/node_modules/@koush/wrtc/build-mac-variants.sh +0 -14
  65. package/mac-agent/node_modules/@koush/wrtc/clean.sh +0 -2
  66. package/mac-agent/node_modules/@koush/wrtc/lib/binding.js +0 -7
  67. package/mac-agent/node_modules/@koush/wrtc/lib/browser.js +0 -18
  68. package/mac-agent/node_modules/@koush/wrtc/lib/datachannelevent.js +0 -26
  69. package/mac-agent/node_modules/@koush/wrtc/lib/datachannelmessageevent.js +0 -9
  70. package/mac-agent/node_modules/@koush/wrtc/lib/error.js +0 -20
  71. package/mac-agent/node_modules/@koush/wrtc/lib/eventtarget.js +0 -50
  72. package/mac-agent/node_modules/@koush/wrtc/lib/icecandidate.js +0 -28
  73. package/mac-agent/node_modules/@koush/wrtc/lib/index.js +0 -81
  74. package/mac-agent/node_modules/@koush/wrtc/lib/mediadevices.js +0 -24
  75. package/mac-agent/node_modules/@koush/wrtc/lib/peerconnection.js +0 -313
  76. package/mac-agent/node_modules/@koush/wrtc/lib/rtcpeerconnectioniceerrorevent.js +0 -36
  77. package/mac-agent/node_modules/@koush/wrtc/lib/rtcpeerconnectioniceevent.js +0 -20
  78. package/mac-agent/node_modules/@koush/wrtc/lib/sessiondescription.js +0 -10
  79. package/mac-agent/node_modules/@koush/wrtc/package.json +0 -95
  80. package/mac-agent/node_modules/@koush/wrtc/scripts/build-appveyor.bat +0 -73
  81. package/mac-agent/node_modules/@koush/wrtc/scripts/build-from-source.js +0 -45
  82. package/mac-agent/node_modules/@koush/wrtc/scripts/build-webrtc.bat +0 -20
  83. package/mac-agent/node_modules/@koush/wrtc/scripts/build-webrtc.sh +0 -23
  84. package/mac-agent/node_modules/@koush/wrtc/scripts/configure-webrtc.bat +0 -28
  85. package/mac-agent/node_modules/@koush/wrtc/scripts/configure-webrtc.sh +0 -25
  86. package/mac-agent/node_modules/@koush/wrtc/scripts/download-prebuilt-or-build-from-source.js +0 -25
  87. package/mac-agent/node_modules/@koush/wrtc/scripts/download-prebuilt.js +0 -35
  88. package/mac-agent/node_modules/@koush/wrtc/scripts/download-webrtc.bat +0 -47
  89. package/mac-agent/node_modules/@koush/wrtc/scripts/download-webrtc.sh +0 -21
  90. package/mac-agent/node_modules/@koush/wrtc/scripts/install-example.js +0 -80
  91. package/mac-agent/node_modules/@koush/wrtc/scripts/karma.js +0 -70
  92. package/mac-agent/node_modules/@koush/wrtc/scripts/pack-webrtc.bat +0 -1
  93. package/mac-agent/node_modules/@koush/wrtc/scripts/pack-webrtc.js +0 -93
  94. package/mac-agent/node_modules/@koush/wrtc/scripts/pack-webrtc.sh +0 -38
  95. package/mac-agent/node_modules/@koush/wrtc/scripts/publish-to-npm.js +0 -98
  96. package/mac-agent/node_modules/@koush/wrtc/scripts/publish.js +0 -26
  97. package/mac-agent/node_modules/@koush/wrtc/scripts/run-tests.bat +0 -25
  98. package/mac-agent/node_modules/@koush/wrtc/scripts/unpack-webrtc.bat +0 -1
  99. package/mac-agent/node_modules/@koush/wrtc/scripts/unpack-webrtc.js +0 -36
  100. package/mac-agent/node_modules/@koush/wrtc/scripts/unpack-webrtc.sh +0 -28
  101. package/mac-agent/node_modules/@mapbox/node-pre-gyp/.github/workflows/codeql.yml +0 -74
  102. package/mac-agent/node_modules/@mapbox/node-pre-gyp/CHANGELOG.md +0 -510
  103. package/mac-agent/node_modules/@mapbox/node-pre-gyp/LICENSE +0 -27
  104. package/mac-agent/node_modules/@mapbox/node-pre-gyp/README.md +0 -742
  105. package/mac-agent/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp +0 -4
  106. package/mac-agent/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp.cmd +0 -2
  107. package/mac-agent/node_modules/@mapbox/node-pre-gyp/contributing.md +0 -10
  108. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/build.js +0 -51
  109. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/clean.js +0 -31
  110. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/configure.js +0 -52
  111. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/info.js +0 -38
  112. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/install.js +0 -235
  113. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/main.js +0 -125
  114. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/node-pre-gyp.js +0 -309
  115. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/package.js +0 -73
  116. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/pre-binding.js +0 -34
  117. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/publish.js +0 -81
  118. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/rebuild.js +0 -20
  119. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/reinstall.js +0 -19
  120. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/reveal.js +0 -32
  121. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/testbinary.js +0 -79
  122. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/testpackage.js +0 -53
  123. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/unpublish.js +0 -41
  124. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json +0 -2602
  125. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js +0 -93
  126. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/handle_gyp_opts.js +0 -102
  127. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/napi.js +0 -205
  128. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/index.html +0 -26
  129. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/package.json +0 -9
  130. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/s3_setup.js +0 -163
  131. package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/versioning.js +0 -335
  132. package/mac-agent/node_modules/@mapbox/node-pre-gyp/package.json +0 -62
  133. package/mac-agent/node_modules/@types/triple-beam/LICENSE +0 -21
  134. package/mac-agent/node_modules/@types/triple-beam/README.md +0 -36
  135. package/mac-agent/node_modules/@types/triple-beam/index.d.ts +0 -17
  136. package/mac-agent/node_modules/@types/triple-beam/package.json +0 -25
  137. package/mac-agent/node_modules/abbrev/LICENSE +0 -46
  138. package/mac-agent/node_modules/abbrev/README.md +0 -23
  139. package/mac-agent/node_modules/abbrev/abbrev.js +0 -61
  140. package/mac-agent/node_modules/abbrev/package.json +0 -21
  141. package/mac-agent/node_modules/agent-base/README.md +0 -145
  142. package/mac-agent/node_modules/agent-base/dist/src/index.d.ts +0 -78
  143. package/mac-agent/node_modules/agent-base/dist/src/index.js +0 -203
  144. package/mac-agent/node_modules/agent-base/dist/src/index.js.map +0 -1
  145. package/mac-agent/node_modules/agent-base/dist/src/promisify.d.ts +0 -4
  146. package/mac-agent/node_modules/agent-base/dist/src/promisify.js +0 -18
  147. package/mac-agent/node_modules/agent-base/dist/src/promisify.js.map +0 -1
  148. package/mac-agent/node_modules/agent-base/package.json +0 -64
  149. package/mac-agent/node_modules/agent-base/src/index.ts +0 -345
  150. package/mac-agent/node_modules/agent-base/src/promisify.ts +0 -33
  151. package/mac-agent/node_modules/ansi-regex/index.d.ts +0 -37
  152. package/mac-agent/node_modules/ansi-regex/index.js +0 -10
  153. package/mac-agent/node_modules/ansi-regex/license +0 -9
  154. package/mac-agent/node_modules/ansi-regex/package.json +0 -55
  155. package/mac-agent/node_modules/ansi-regex/readme.md +0 -78
  156. package/mac-agent/node_modules/anymatch/LICENSE +0 -15
  157. package/mac-agent/node_modules/anymatch/README.md +0 -87
  158. package/mac-agent/node_modules/anymatch/index.d.ts +0 -20
  159. package/mac-agent/node_modules/anymatch/index.js +0 -104
  160. package/mac-agent/node_modules/anymatch/package.json +0 -48
  161. package/mac-agent/node_modules/aproba/LICENSE +0 -14
  162. package/mac-agent/node_modules/aproba/README.md +0 -94
  163. package/mac-agent/node_modules/aproba/index.js +0 -105
  164. package/mac-agent/node_modules/aproba/package.json +0 -35
  165. package/mac-agent/node_modules/are-we-there-yet/LICENSE.md +0 -18
  166. package/mac-agent/node_modules/are-we-there-yet/README.md +0 -208
  167. package/mac-agent/node_modules/are-we-there-yet/lib/index.js +0 -4
  168. package/mac-agent/node_modules/are-we-there-yet/lib/tracker-base.js +0 -11
  169. package/mac-agent/node_modules/are-we-there-yet/lib/tracker-group.js +0 -116
  170. package/mac-agent/node_modules/are-we-there-yet/lib/tracker-stream.js +0 -36
  171. package/mac-agent/node_modules/are-we-there-yet/lib/tracker.js +0 -32
  172. package/mac-agent/node_modules/are-we-there-yet/package.json +0 -53
  173. package/mac-agent/node_modules/async/CHANGELOG.md +0 -351
  174. package/mac-agent/node_modules/async/LICENSE +0 -19
  175. package/mac-agent/node_modules/async/README.md +0 -59
  176. package/mac-agent/node_modules/async/all.js +0 -119
  177. package/mac-agent/node_modules/async/allLimit.js +0 -46
  178. package/mac-agent/node_modules/async/allSeries.js +0 -45
  179. package/mac-agent/node_modules/async/any.js +0 -122
  180. package/mac-agent/node_modules/async/anyLimit.js +0 -47
  181. package/mac-agent/node_modules/async/anySeries.js +0 -46
  182. package/mac-agent/node_modules/async/apply.js +0 -11
  183. package/mac-agent/node_modules/async/applyEach.js +0 -57
  184. package/mac-agent/node_modules/async/applyEachSeries.js +0 -37
  185. package/mac-agent/node_modules/async/asyncify.js +0 -118
  186. package/mac-agent/node_modules/async/auto.js +0 -333
  187. package/mac-agent/node_modules/async/autoInject.js +0 -182
  188. package/mac-agent/node_modules/async/bower.json +0 -17
  189. package/mac-agent/node_modules/async/cargo.js +0 -63
  190. package/mac-agent/node_modules/async/cargoQueue.js +0 -71
  191. package/mac-agent/node_modules/async/compose.js +0 -55
  192. package/mac-agent/node_modules/async/concat.js +0 -115
  193. package/mac-agent/node_modules/async/concatLimit.js +0 -60
  194. package/mac-agent/node_modules/async/concatSeries.js +0 -41
  195. package/mac-agent/node_modules/async/constant.js +0 -14
  196. package/mac-agent/node_modules/async/detect.js +0 -96
  197. package/mac-agent/node_modules/async/detectLimit.js +0 -48
  198. package/mac-agent/node_modules/async/detectSeries.js +0 -47
  199. package/mac-agent/node_modules/async/dir.js +0 -43
  200. package/mac-agent/node_modules/async/dist/async.js +0 -6061
  201. package/mac-agent/node_modules/async/dist/async.min.js +0 -1
  202. package/mac-agent/node_modules/async/dist/async.mjs +0 -5948
  203. package/mac-agent/node_modules/async/doDuring.js +0 -68
  204. package/mac-agent/node_modules/async/doUntil.js +0 -46
  205. package/mac-agent/node_modules/async/doWhilst.js +0 -68
  206. package/mac-agent/node_modules/async/during.js +0 -78
  207. package/mac-agent/node_modules/async/each.js +0 -129
  208. package/mac-agent/node_modules/async/eachLimit.js +0 -50
  209. package/mac-agent/node_modules/async/eachOf.js +0 -185
  210. package/mac-agent/node_modules/async/eachOfLimit.js +0 -47
  211. package/mac-agent/node_modules/async/eachOfSeries.js +0 -39
  212. package/mac-agent/node_modules/async/eachSeries.js +0 -44
  213. package/mac-agent/node_modules/async/ensureAsync.js +0 -67
  214. package/mac-agent/node_modules/async/every.js +0 -119
  215. package/mac-agent/node_modules/async/everyLimit.js +0 -46
  216. package/mac-agent/node_modules/async/everySeries.js +0 -45
  217. package/mac-agent/node_modules/async/filter.js +0 -93
  218. package/mac-agent/node_modules/async/filterLimit.js +0 -45
  219. package/mac-agent/node_modules/async/filterSeries.js +0 -43
  220. package/mac-agent/node_modules/async/find.js +0 -96
  221. package/mac-agent/node_modules/async/findLimit.js +0 -48
  222. package/mac-agent/node_modules/async/findSeries.js +0 -47
  223. package/mac-agent/node_modules/async/flatMap.js +0 -115
  224. package/mac-agent/node_modules/async/flatMapLimit.js +0 -60
  225. package/mac-agent/node_modules/async/flatMapSeries.js +0 -41
  226. package/mac-agent/node_modules/async/foldl.js +0 -153
  227. package/mac-agent/node_modules/async/foldr.js +0 -41
  228. package/mac-agent/node_modules/async/forEach.js +0 -129
  229. package/mac-agent/node_modules/async/forEachLimit.js +0 -50
  230. package/mac-agent/node_modules/async/forEachOf.js +0 -185
  231. package/mac-agent/node_modules/async/forEachOfLimit.js +0 -47
  232. package/mac-agent/node_modules/async/forEachOfSeries.js +0 -39
  233. package/mac-agent/node_modules/async/forEachSeries.js +0 -44
  234. package/mac-agent/node_modules/async/forever.js +0 -68
  235. package/mac-agent/node_modules/async/groupBy.js +0 -108
  236. package/mac-agent/node_modules/async/groupByLimit.js +0 -71
  237. package/mac-agent/node_modules/async/groupBySeries.js +0 -36
  238. package/mac-agent/node_modules/async/index.js +0 -588
  239. package/mac-agent/node_modules/async/inject.js +0 -153
  240. package/mac-agent/node_modules/async/internal/DoublyLinkedList.js +0 -92
  241. package/mac-agent/node_modules/async/internal/Heap.js +0 -120
  242. package/mac-agent/node_modules/async/internal/applyEach.js +0 -29
  243. package/mac-agent/node_modules/async/internal/asyncEachOfLimit.js +0 -75
  244. package/mac-agent/node_modules/async/internal/awaitify.js +0 -28
  245. package/mac-agent/node_modules/async/internal/breakLoop.js +0 -10
  246. package/mac-agent/node_modules/async/internal/consoleFunc.js +0 -31
  247. package/mac-agent/node_modules/async/internal/createTester.js +0 -40
  248. package/mac-agent/node_modules/async/internal/eachOfLimit.js +0 -90
  249. package/mac-agent/node_modules/async/internal/filter.js +0 -55
  250. package/mac-agent/node_modules/async/internal/getIterator.js +0 -11
  251. package/mac-agent/node_modules/async/internal/initialParams.js +0 -14
  252. package/mac-agent/node_modules/async/internal/isArrayLike.js +0 -10
  253. package/mac-agent/node_modules/async/internal/iterator.js +0 -57
  254. package/mac-agent/node_modules/async/internal/map.js +0 -30
  255. package/mac-agent/node_modules/async/internal/once.js +0 -17
  256. package/mac-agent/node_modules/async/internal/onlyOnce.js +0 -15
  257. package/mac-agent/node_modules/async/internal/parallel.js +0 -34
  258. package/mac-agent/node_modules/async/internal/promiseCallback.js +0 -23
  259. package/mac-agent/node_modules/async/internal/queue.js +0 -294
  260. package/mac-agent/node_modules/async/internal/range.js +0 -14
  261. package/mac-agent/node_modules/async/internal/reject.js +0 -26
  262. package/mac-agent/node_modules/async/internal/setImmediate.js +0 -34
  263. package/mac-agent/node_modules/async/internal/withoutIndex.js +0 -10
  264. package/mac-agent/node_modules/async/internal/wrapAsync.js +0 -34
  265. package/mac-agent/node_modules/async/log.js +0 -41
  266. package/mac-agent/node_modules/async/map.js +0 -142
  267. package/mac-agent/node_modules/async/mapLimit.js +0 -45
  268. package/mac-agent/node_modules/async/mapSeries.js +0 -44
  269. package/mac-agent/node_modules/async/mapValues.js +0 -152
  270. package/mac-agent/node_modules/async/mapValuesLimit.js +0 -61
  271. package/mac-agent/node_modules/async/mapValuesSeries.js +0 -37
  272. package/mac-agent/node_modules/async/memoize.js +0 -91
  273. package/mac-agent/node_modules/async/nextTick.js +0 -52
  274. package/mac-agent/node_modules/async/package.json +0 -75
  275. package/mac-agent/node_modules/async/parallel.js +0 -180
  276. package/mac-agent/node_modules/async/parallelLimit.js +0 -41
  277. package/mac-agent/node_modules/async/priorityQueue.js +0 -60
  278. package/mac-agent/node_modules/async/queue.js +0 -24
  279. package/mac-agent/node_modules/async/race.js +0 -67
  280. package/mac-agent/node_modules/async/reduce.js +0 -153
  281. package/mac-agent/node_modules/async/reduceRight.js +0 -41
  282. package/mac-agent/node_modules/async/reflect.js +0 -78
  283. package/mac-agent/node_modules/async/reflectAll.js +0 -93
  284. package/mac-agent/node_modules/async/reject.js +0 -87
  285. package/mac-agent/node_modules/async/rejectLimit.js +0 -45
  286. package/mac-agent/node_modules/async/rejectSeries.js +0 -43
  287. package/mac-agent/node_modules/async/retry.js +0 -159
  288. package/mac-agent/node_modules/async/retryable.js +0 -77
  289. package/mac-agent/node_modules/async/select.js +0 -93
  290. package/mac-agent/node_modules/async/selectLimit.js +0 -45
  291. package/mac-agent/node_modules/async/selectSeries.js +0 -43
  292. package/mac-agent/node_modules/async/seq.js +0 -79
  293. package/mac-agent/node_modules/async/series.js +0 -186
  294. package/mac-agent/node_modules/async/setImmediate.js +0 -45
  295. package/mac-agent/node_modules/async/some.js +0 -122
  296. package/mac-agent/node_modules/async/someLimit.js +0 -47
  297. package/mac-agent/node_modules/async/someSeries.js +0 -46
  298. package/mac-agent/node_modules/async/sortBy.js +0 -190
  299. package/mac-agent/node_modules/async/timeout.js +0 -89
  300. package/mac-agent/node_modules/async/times.js +0 -50
  301. package/mac-agent/node_modules/async/timesLimit.js +0 -43
  302. package/mac-agent/node_modules/async/timesSeries.js +0 -32
  303. package/mac-agent/node_modules/async/transform.js +0 -173
  304. package/mac-agent/node_modules/async/tryEach.js +0 -78
  305. package/mac-agent/node_modules/async/unmemoize.js +0 -25
  306. package/mac-agent/node_modules/async/until.js +0 -61
  307. package/mac-agent/node_modules/async/waterfall.js +0 -105
  308. package/mac-agent/node_modules/async/whilst.js +0 -78
  309. package/mac-agent/node_modules/async/wrapSync.js +0 -118
  310. package/mac-agent/node_modules/asynckit/LICENSE +0 -21
  311. package/mac-agent/node_modules/asynckit/README.md +0 -233
  312. package/mac-agent/node_modules/asynckit/bench.js +0 -76
  313. package/mac-agent/node_modules/asynckit/index.js +0 -6
  314. package/mac-agent/node_modules/asynckit/lib/abort.js +0 -29
  315. package/mac-agent/node_modules/asynckit/lib/async.js +0 -34
  316. package/mac-agent/node_modules/asynckit/lib/defer.js +0 -26
  317. package/mac-agent/node_modules/asynckit/lib/iterate.js +0 -75
  318. package/mac-agent/node_modules/asynckit/lib/readable_asynckit.js +0 -91
  319. package/mac-agent/node_modules/asynckit/lib/readable_parallel.js +0 -25
  320. package/mac-agent/node_modules/asynckit/lib/readable_serial.js +0 -25
  321. package/mac-agent/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
  322. package/mac-agent/node_modules/asynckit/lib/state.js +0 -37
  323. package/mac-agent/node_modules/asynckit/lib/streamify.js +0 -141
  324. package/mac-agent/node_modules/asynckit/lib/terminator.js +0 -29
  325. package/mac-agent/node_modules/asynckit/package.json +0 -63
  326. package/mac-agent/node_modules/asynckit/parallel.js +0 -43
  327. package/mac-agent/node_modules/asynckit/serial.js +0 -17
  328. package/mac-agent/node_modules/asynckit/serialOrdered.js +0 -75
  329. package/mac-agent/node_modules/asynckit/stream.js +0 -21
  330. package/mac-agent/node_modules/axios/CHANGELOG.md +0 -1220
  331. package/mac-agent/node_modules/axios/LICENSE +0 -7
  332. package/mac-agent/node_modules/axios/MIGRATION_GUIDE.md +0 -3
  333. package/mac-agent/node_modules/axios/README.md +0 -1682
  334. package/mac-agent/node_modules/axios/dist/axios.js +0 -4296
  335. package/mac-agent/node_modules/axios/dist/axios.js.map +0 -1
  336. package/mac-agent/node_modules/axios/dist/axios.min.js +0 -3
  337. package/mac-agent/node_modules/axios/dist/axios.min.js.map +0 -1
  338. package/mac-agent/node_modules/axios/dist/browser/axios.cjs +0 -3730
  339. package/mac-agent/node_modules/axios/dist/browser/axios.cjs.map +0 -1
  340. package/mac-agent/node_modules/axios/dist/esm/axios.js +0 -3753
  341. package/mac-agent/node_modules/axios/dist/esm/axios.js.map +0 -1
  342. package/mac-agent/node_modules/axios/dist/esm/axios.min.js +0 -3
  343. package/mac-agent/node_modules/axios/dist/esm/axios.min.js.map +0 -1
  344. package/mac-agent/node_modules/axios/dist/node/axios.cjs +0 -4787
  345. package/mac-agent/node_modules/axios/dist/node/axios.cjs.map +0 -1
  346. package/mac-agent/node_modules/axios/index.d.cts +0 -550
  347. package/mac-agent/node_modules/axios/index.d.ts +0 -572
  348. package/mac-agent/node_modules/axios/index.js +0 -43
  349. package/mac-agent/node_modules/axios/lib/adapters/README.md +0 -37
  350. package/mac-agent/node_modules/axios/lib/adapters/adapters.js +0 -79
  351. package/mac-agent/node_modules/axios/lib/adapters/fetch.js +0 -229
  352. package/mac-agent/node_modules/axios/lib/adapters/http.js +0 -695
  353. package/mac-agent/node_modules/axios/lib/adapters/xhr.js +0 -197
  354. package/mac-agent/node_modules/axios/lib/axios.js +0 -89
  355. package/mac-agent/node_modules/axios/lib/cancel/CancelToken.js +0 -135
  356. package/mac-agent/node_modules/axios/lib/cancel/CanceledError.js +0 -25
  357. package/mac-agent/node_modules/axios/lib/cancel/isCancel.js +0 -5
  358. package/mac-agent/node_modules/axios/lib/core/Axios.js +0 -242
  359. package/mac-agent/node_modules/axios/lib/core/AxiosError.js +0 -103
  360. package/mac-agent/node_modules/axios/lib/core/AxiosHeaders.js +0 -314
  361. package/mac-agent/node_modules/axios/lib/core/InterceptorManager.js +0 -71
  362. package/mac-agent/node_modules/axios/lib/core/README.md +0 -8
  363. package/mac-agent/node_modules/axios/lib/core/buildFullPath.js +0 -22
  364. package/mac-agent/node_modules/axios/lib/core/dispatchRequest.js +0 -81
  365. package/mac-agent/node_modules/axios/lib/core/mergeConfig.js +0 -106
  366. package/mac-agent/node_modules/axios/lib/core/settle.js +0 -27
  367. package/mac-agent/node_modules/axios/lib/core/transformData.js +0 -28
  368. package/mac-agent/node_modules/axios/lib/defaults/index.js +0 -161
  369. package/mac-agent/node_modules/axios/lib/defaults/transitional.js +0 -7
  370. package/mac-agent/node_modules/axios/lib/env/README.md +0 -3
  371. package/mac-agent/node_modules/axios/lib/env/classes/FormData.js +0 -2
  372. package/mac-agent/node_modules/axios/lib/env/data.js +0 -1
  373. package/mac-agent/node_modules/axios/lib/helpers/AxiosTransformStream.js +0 -143
  374. package/mac-agent/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -58
  375. package/mac-agent/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -71
  376. package/mac-agent/node_modules/axios/lib/helpers/README.md +0 -7
  377. package/mac-agent/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +0 -28
  378. package/mac-agent/node_modules/axios/lib/helpers/bind.js +0 -7
  379. package/mac-agent/node_modules/axios/lib/helpers/buildURL.js +0 -69
  380. package/mac-agent/node_modules/axios/lib/helpers/callbackify.js +0 -16
  381. package/mac-agent/node_modules/axios/lib/helpers/combineURLs.js +0 -15
  382. package/mac-agent/node_modules/axios/lib/helpers/composeSignals.js +0 -48
  383. package/mac-agent/node_modules/axios/lib/helpers/cookies.js +0 -42
  384. package/mac-agent/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -26
  385. package/mac-agent/node_modules/axios/lib/helpers/formDataToJSON.js +0 -95
  386. package/mac-agent/node_modules/axios/lib/helpers/formDataToStream.js +0 -112
  387. package/mac-agent/node_modules/axios/lib/helpers/fromDataURI.js +0 -53
  388. package/mac-agent/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -15
  389. package/mac-agent/node_modules/axios/lib/helpers/isAxiosError.js +0 -14
  390. package/mac-agent/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -14
  391. package/mac-agent/node_modules/axios/lib/helpers/null.js +0 -2
  392. package/mac-agent/node_modules/axios/lib/helpers/parseHeaders.js +0 -55
  393. package/mac-agent/node_modules/axios/lib/helpers/parseProtocol.js +0 -6
  394. package/mac-agent/node_modules/axios/lib/helpers/progressEventReducer.js +0 -44
  395. package/mac-agent/node_modules/axios/lib/helpers/readBlob.js +0 -15
  396. package/mac-agent/node_modules/axios/lib/helpers/resolveConfig.js +0 -57
  397. package/mac-agent/node_modules/axios/lib/helpers/speedometer.js +0 -55
  398. package/mac-agent/node_modules/axios/lib/helpers/spread.js +0 -28
  399. package/mac-agent/node_modules/axios/lib/helpers/throttle.js +0 -44
  400. package/mac-agent/node_modules/axios/lib/helpers/toFormData.js +0 -223
  401. package/mac-agent/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -18
  402. package/mac-agent/node_modules/axios/lib/helpers/trackStream.js +0 -87
  403. package/mac-agent/node_modules/axios/lib/helpers/validator.js +0 -99
  404. package/mac-agent/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -3
  405. package/mac-agent/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -3
  406. package/mac-agent/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -4
  407. package/mac-agent/node_modules/axios/lib/platform/browser/index.js +0 -13
  408. package/mac-agent/node_modules/axios/lib/platform/common/utils.js +0 -51
  409. package/mac-agent/node_modules/axios/lib/platform/index.js +0 -7
  410. package/mac-agent/node_modules/axios/lib/platform/node/classes/FormData.js +0 -3
  411. package/mac-agent/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +0 -4
  412. package/mac-agent/node_modules/axios/lib/platform/node/index.js +0 -38
  413. package/mac-agent/node_modules/axios/lib/utils.js +0 -744
  414. package/mac-agent/node_modules/axios/package.json +0 -228
  415. package/mac-agent/node_modules/balanced-match/.github/FUNDING.yml +0 -2
  416. package/mac-agent/node_modules/balanced-match/LICENSE.md +0 -21
  417. package/mac-agent/node_modules/balanced-match/README.md +0 -97
  418. package/mac-agent/node_modules/balanced-match/index.js +0 -62
  419. package/mac-agent/node_modules/balanced-match/package.json +0 -48
  420. package/mac-agent/node_modules/binary-extensions/binary-extensions.json +0 -263
  421. package/mac-agent/node_modules/binary-extensions/binary-extensions.json.d.ts +0 -3
  422. package/mac-agent/node_modules/binary-extensions/index.d.ts +0 -14
  423. package/mac-agent/node_modules/binary-extensions/index.js +0 -1
  424. package/mac-agent/node_modules/binary-extensions/license +0 -10
  425. package/mac-agent/node_modules/binary-extensions/package.json +0 -40
  426. package/mac-agent/node_modules/binary-extensions/readme.md +0 -25
  427. package/mac-agent/node_modules/brace-expansion/LICENSE +0 -21
  428. package/mac-agent/node_modules/brace-expansion/README.md +0 -129
  429. package/mac-agent/node_modules/brace-expansion/index.js +0 -201
  430. package/mac-agent/node_modules/brace-expansion/package.json +0 -50
  431. package/mac-agent/node_modules/braces/LICENSE +0 -21
  432. package/mac-agent/node_modules/braces/README.md +0 -586
  433. package/mac-agent/node_modules/braces/index.js +0 -170
  434. package/mac-agent/node_modules/braces/lib/compile.js +0 -60
  435. package/mac-agent/node_modules/braces/lib/constants.js +0 -57
  436. package/mac-agent/node_modules/braces/lib/expand.js +0 -113
  437. package/mac-agent/node_modules/braces/lib/parse.js +0 -331
  438. package/mac-agent/node_modules/braces/lib/stringify.js +0 -32
  439. package/mac-agent/node_modules/braces/lib/utils.js +0 -122
  440. package/mac-agent/node_modules/braces/package.json +0 -77
  441. package/mac-agent/node_modules/call-bind/.eslintignore +0 -1
  442. package/mac-agent/node_modules/call-bind/.eslintrc +0 -16
  443. package/mac-agent/node_modules/call-bind/.github/FUNDING.yml +0 -12
  444. package/mac-agent/node_modules/call-bind/.nycrc +0 -9
  445. package/mac-agent/node_modules/call-bind/CHANGELOG.md +0 -106
  446. package/mac-agent/node_modules/call-bind/LICENSE +0 -21
  447. package/mac-agent/node_modules/call-bind/README.md +0 -64
  448. package/mac-agent/node_modules/call-bind/callBound.js +0 -15
  449. package/mac-agent/node_modules/call-bind/index.js +0 -24
  450. package/mac-agent/node_modules/call-bind/package.json +0 -93
  451. package/mac-agent/node_modules/call-bind/test/callBound.js +0 -54
  452. package/mac-agent/node_modules/call-bind/test/index.js +0 -74
  453. package/mac-agent/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
  454. package/mac-agent/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
  455. package/mac-agent/node_modules/call-bind-apply-helpers/.nycrc +0 -9
  456. package/mac-agent/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
  457. package/mac-agent/node_modules/call-bind-apply-helpers/LICENSE +0 -21
  458. package/mac-agent/node_modules/call-bind-apply-helpers/README.md +0 -62
  459. package/mac-agent/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
  460. package/mac-agent/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
  461. package/mac-agent/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
  462. package/mac-agent/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
  463. package/mac-agent/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
  464. package/mac-agent/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
  465. package/mac-agent/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
  466. package/mac-agent/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
  467. package/mac-agent/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
  468. package/mac-agent/node_modules/call-bind-apply-helpers/index.js +0 -15
  469. package/mac-agent/node_modules/call-bind-apply-helpers/package.json +0 -85
  470. package/mac-agent/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
  471. package/mac-agent/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
  472. package/mac-agent/node_modules/call-bind-apply-helpers/test/index.js +0 -63
  473. package/mac-agent/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
  474. package/mac-agent/node_modules/call-bound/.eslintrc +0 -13
  475. package/mac-agent/node_modules/call-bound/.github/FUNDING.yml +0 -12
  476. package/mac-agent/node_modules/call-bound/.nycrc +0 -9
  477. package/mac-agent/node_modules/call-bound/CHANGELOG.md +0 -42
  478. package/mac-agent/node_modules/call-bound/LICENSE +0 -21
  479. package/mac-agent/node_modules/call-bound/README.md +0 -53
  480. package/mac-agent/node_modules/call-bound/index.d.ts +0 -94
  481. package/mac-agent/node_modules/call-bound/index.js +0 -19
  482. package/mac-agent/node_modules/call-bound/package.json +0 -99
  483. package/mac-agent/node_modules/call-bound/test/index.js +0 -61
  484. package/mac-agent/node_modules/call-bound/tsconfig.json +0 -10
  485. package/mac-agent/node_modules/camelcase/index.js +0 -56
  486. package/mac-agent/node_modules/camelcase/license +0 -21
  487. package/mac-agent/node_modules/camelcase/package.json +0 -39
  488. package/mac-agent/node_modules/camelcase/readme.md +0 -57
  489. package/mac-agent/node_modules/chokidar/LICENSE +0 -21
  490. package/mac-agent/node_modules/chokidar/README.md +0 -308
  491. package/mac-agent/node_modules/chokidar/index.js +0 -973
  492. package/mac-agent/node_modules/chokidar/lib/constants.js +0 -66
  493. package/mac-agent/node_modules/chokidar/lib/fsevents-handler.js +0 -526
  494. package/mac-agent/node_modules/chokidar/lib/nodefs-handler.js +0 -654
  495. package/mac-agent/node_modules/chokidar/package.json +0 -70
  496. package/mac-agent/node_modules/chokidar/types/index.d.ts +0 -192
  497. package/mac-agent/node_modules/chownr/LICENSE +0 -15
  498. package/mac-agent/node_modules/chownr/README.md +0 -3
  499. package/mac-agent/node_modules/chownr/chownr.js +0 -167
  500. package/mac-agent/node_modules/chownr/package.json +0 -32
  501. package/mac-agent/node_modules/cliui/CHANGELOG.md +0 -15
  502. package/mac-agent/node_modules/cliui/LICENSE.txt +0 -14
  503. package/mac-agent/node_modules/cliui/README.md +0 -110
  504. package/mac-agent/node_modules/cliui/index.js +0 -316
  505. package/mac-agent/node_modules/cliui/node_modules/ansi-regex/index.js +0 -4
  506. package/mac-agent/node_modules/cliui/node_modules/ansi-regex/license +0 -21
  507. package/mac-agent/node_modules/cliui/node_modules/ansi-regex/package.json +0 -64
  508. package/mac-agent/node_modules/cliui/node_modules/ansi-regex/readme.md +0 -39
  509. package/mac-agent/node_modules/cliui/node_modules/is-fullwidth-code-point/index.js +0 -46
  510. package/mac-agent/node_modules/cliui/node_modules/is-fullwidth-code-point/license +0 -21
  511. package/mac-agent/node_modules/cliui/node_modules/is-fullwidth-code-point/package.json +0 -45
  512. package/mac-agent/node_modules/cliui/node_modules/is-fullwidth-code-point/readme.md +0 -39
  513. package/mac-agent/node_modules/cliui/node_modules/string-width/index.js +0 -37
  514. package/mac-agent/node_modules/cliui/node_modules/string-width/license +0 -21
  515. package/mac-agent/node_modules/cliui/node_modules/string-width/package.json +0 -56
  516. package/mac-agent/node_modules/cliui/node_modules/string-width/readme.md +0 -42
  517. package/mac-agent/node_modules/cliui/node_modules/strip-ansi/index.js +0 -6
  518. package/mac-agent/node_modules/cliui/node_modules/strip-ansi/license +0 -21
  519. package/mac-agent/node_modules/cliui/node_modules/strip-ansi/package.json +0 -57
  520. package/mac-agent/node_modules/cliui/node_modules/strip-ansi/readme.md +0 -33
  521. package/mac-agent/node_modules/cliui/package.json +0 -64
  522. package/mac-agent/node_modules/code-point-at/index.js +0 -32
  523. package/mac-agent/node_modules/code-point-at/license +0 -21
  524. package/mac-agent/node_modules/code-point-at/package.json +0 -38
  525. package/mac-agent/node_modules/code-point-at/readme.md +0 -32
  526. package/mac-agent/node_modules/color/LICENSE +0 -21
  527. package/mac-agent/node_modules/color/README.md +0 -123
  528. package/mac-agent/node_modules/color/index.js +0 -482
  529. package/mac-agent/node_modules/color/package.json +0 -40
  530. package/mac-agent/node_modules/color-convert/CHANGELOG.md +0 -54
  531. package/mac-agent/node_modules/color-convert/LICENSE +0 -21
  532. package/mac-agent/node_modules/color-convert/README.md +0 -68
  533. package/mac-agent/node_modules/color-convert/conversions.js +0 -868
  534. package/mac-agent/node_modules/color-convert/index.js +0 -78
  535. package/mac-agent/node_modules/color-convert/package.json +0 -46
  536. package/mac-agent/node_modules/color-convert/route.js +0 -97
  537. package/mac-agent/node_modules/color-name/.eslintrc.json +0 -43
  538. package/mac-agent/node_modules/color-name/LICENSE +0 -8
  539. package/mac-agent/node_modules/color-name/README.md +0 -11
  540. package/mac-agent/node_modules/color-name/index.js +0 -152
  541. package/mac-agent/node_modules/color-name/package.json +0 -25
  542. package/mac-agent/node_modules/color-name/test.js +0 -7
  543. package/mac-agent/node_modules/color-string/LICENSE +0 -21
  544. package/mac-agent/node_modules/color-string/README.md +0 -62
  545. package/mac-agent/node_modules/color-string/index.js +0 -242
  546. package/mac-agent/node_modules/color-string/package.json +0 -39
  547. package/mac-agent/node_modules/color-support/LICENSE +0 -15
  548. package/mac-agent/node_modules/color-support/README.md +0 -129
  549. package/mac-agent/node_modules/color-support/bin.js +0 -3
  550. package/mac-agent/node_modules/color-support/browser.js +0 -14
  551. package/mac-agent/node_modules/color-support/index.js +0 -134
  552. package/mac-agent/node_modules/color-support/package.json +0 -36
  553. package/mac-agent/node_modules/colorspace/LICENSE.md +0 -20
  554. package/mac-agent/node_modules/colorspace/README.md +0 -43
  555. package/mac-agent/node_modules/colorspace/index.js +0 -29
  556. package/mac-agent/node_modules/colorspace/package.json +0 -37
  557. package/mac-agent/node_modules/combined-stream/License +0 -19
  558. package/mac-agent/node_modules/combined-stream/Readme.md +0 -138
  559. package/mac-agent/node_modules/combined-stream/lib/combined_stream.js +0 -208
  560. package/mac-agent/node_modules/combined-stream/package.json +0 -25
  561. package/mac-agent/node_modules/combined-stream/yarn.lock +0 -17
  562. package/mac-agent/node_modules/concat-map/.travis.yml +0 -4
  563. package/mac-agent/node_modules/concat-map/LICENSE +0 -18
  564. package/mac-agent/node_modules/concat-map/README.markdown +0 -62
  565. package/mac-agent/node_modules/concat-map/example/map.js +0 -6
  566. package/mac-agent/node_modules/concat-map/index.js +0 -13
  567. package/mac-agent/node_modules/concat-map/package.json +0 -43
  568. package/mac-agent/node_modules/concat-map/test/map.js +0 -39
  569. package/mac-agent/node_modules/console-control-strings/LICENSE +0 -13
  570. package/mac-agent/node_modules/console-control-strings/README.md +0 -145
  571. package/mac-agent/node_modules/console-control-strings/README.md~ +0 -140
  572. package/mac-agent/node_modules/console-control-strings/index.js +0 -125
  573. package/mac-agent/node_modules/console-control-strings/package.json +0 -27
  574. package/mac-agent/node_modules/debug/LICENSE +0 -20
  575. package/mac-agent/node_modules/debug/README.md +0 -481
  576. package/mac-agent/node_modules/debug/package.json +0 -64
  577. package/mac-agent/node_modules/debug/src/browser.js +0 -272
  578. package/mac-agent/node_modules/debug/src/common.js +0 -292
  579. package/mac-agent/node_modules/debug/src/index.js +0 -10
  580. package/mac-agent/node_modules/debug/src/node.js +0 -263
  581. package/mac-agent/node_modules/decamelize/index.js +0 -13
  582. package/mac-agent/node_modules/decamelize/license +0 -21
  583. package/mac-agent/node_modules/decamelize/package.json +0 -38
  584. package/mac-agent/node_modules/decamelize/readme.md +0 -48
  585. package/mac-agent/node_modules/define-data-property/.eslintrc +0 -24
  586. package/mac-agent/node_modules/define-data-property/.github/FUNDING.yml +0 -12
  587. package/mac-agent/node_modules/define-data-property/.nycrc +0 -13
  588. package/mac-agent/node_modules/define-data-property/CHANGELOG.md +0 -70
  589. package/mac-agent/node_modules/define-data-property/LICENSE +0 -21
  590. package/mac-agent/node_modules/define-data-property/README.md +0 -67
  591. package/mac-agent/node_modules/define-data-property/index.d.ts +0 -12
  592. package/mac-agent/node_modules/define-data-property/index.js +0 -56
  593. package/mac-agent/node_modules/define-data-property/package.json +0 -106
  594. package/mac-agent/node_modules/define-data-property/test/index.js +0 -392
  595. package/mac-agent/node_modules/define-data-property/tsconfig.json +0 -59
  596. package/mac-agent/node_modules/define-properties/.editorconfig +0 -13
  597. package/mac-agent/node_modules/define-properties/.eslintrc +0 -19
  598. package/mac-agent/node_modules/define-properties/.github/FUNDING.yml +0 -12
  599. package/mac-agent/node_modules/define-properties/.nycrc +0 -9
  600. package/mac-agent/node_modules/define-properties/CHANGELOG.md +0 -91
  601. package/mac-agent/node_modules/define-properties/LICENSE +0 -21
  602. package/mac-agent/node_modules/define-properties/README.md +0 -84
  603. package/mac-agent/node_modules/define-properties/index.js +0 -47
  604. package/mac-agent/node_modules/define-properties/package.json +0 -88
  605. package/mac-agent/node_modules/delayed-stream/License +0 -19
  606. package/mac-agent/node_modules/delayed-stream/Makefile +0 -7
  607. package/mac-agent/node_modules/delayed-stream/Readme.md +0 -141
  608. package/mac-agent/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
  609. package/mac-agent/node_modules/delayed-stream/package.json +0 -27
  610. package/mac-agent/node_modules/delegates/History.md +0 -22
  611. package/mac-agent/node_modules/delegates/License +0 -20
  612. package/mac-agent/node_modules/delegates/Makefile +0 -8
  613. package/mac-agent/node_modules/delegates/Readme.md +0 -94
  614. package/mac-agent/node_modules/delegates/index.js +0 -121
  615. package/mac-agent/node_modules/delegates/package.json +0 -13
  616. package/mac-agent/node_modules/delegates/test/index.js +0 -94
  617. package/mac-agent/node_modules/detect-libc/LICENSE +0 -201
  618. package/mac-agent/node_modules/detect-libc/README.md +0 -163
  619. package/mac-agent/node_modules/detect-libc/index.d.ts +0 -14
  620. package/mac-agent/node_modules/detect-libc/lib/detect-libc.js +0 -267
  621. package/mac-agent/node_modules/detect-libc/lib/filesystem.js +0 -41
  622. package/mac-agent/node_modules/detect-libc/lib/process.js +0 -24
  623. package/mac-agent/node_modules/detect-libc/package.json +0 -41
  624. package/mac-agent/node_modules/domexception/LICENSE.txt +0 -21
  625. package/mac-agent/node_modules/domexception/README.md +0 -19
  626. package/mac-agent/node_modules/domexception/lib/DOMException-impl.js +0 -22
  627. package/mac-agent/node_modules/domexception/lib/DOMException.js +0 -368
  628. package/mac-agent/node_modules/domexception/lib/legacy-error-codes.json +0 -27
  629. package/mac-agent/node_modules/domexception/lib/public-api.js +0 -5
  630. package/mac-agent/node_modules/domexception/lib/utils.js +0 -86
  631. package/mac-agent/node_modules/domexception/package.json +0 -36
  632. package/mac-agent/node_modules/dotenv/CHANGELOG.md +0 -520
  633. package/mac-agent/node_modules/dotenv/LICENSE +0 -23
  634. package/mac-agent/node_modules/dotenv/README-es.md +0 -411
  635. package/mac-agent/node_modules/dotenv/README.md +0 -645
  636. package/mac-agent/node_modules/dotenv/SECURITY.md +0 -1
  637. package/mac-agent/node_modules/dotenv/config.d.ts +0 -1
  638. package/mac-agent/node_modules/dotenv/config.js +0 -9
  639. package/mac-agent/node_modules/dotenv/lib/cli-options.js +0 -17
  640. package/mac-agent/node_modules/dotenv/lib/env-options.js +0 -28
  641. package/mac-agent/node_modules/dotenv/lib/main.d.ts +0 -162
  642. package/mac-agent/node_modules/dotenv/lib/main.js +0 -386
  643. package/mac-agent/node_modules/dotenv/package.json +0 -62
  644. package/mac-agent/node_modules/dunder-proto/.eslintrc +0 -5
  645. package/mac-agent/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
  646. package/mac-agent/node_modules/dunder-proto/.nycrc +0 -13
  647. package/mac-agent/node_modules/dunder-proto/CHANGELOG.md +0 -24
  648. package/mac-agent/node_modules/dunder-proto/LICENSE +0 -21
  649. package/mac-agent/node_modules/dunder-proto/README.md +0 -54
  650. package/mac-agent/node_modules/dunder-proto/get.d.ts +0 -5
  651. package/mac-agent/node_modules/dunder-proto/get.js +0 -30
  652. package/mac-agent/node_modules/dunder-proto/package.json +0 -76
  653. package/mac-agent/node_modules/dunder-proto/set.d.ts +0 -5
  654. package/mac-agent/node_modules/dunder-proto/set.js +0 -35
  655. package/mac-agent/node_modules/dunder-proto/test/get.js +0 -34
  656. package/mac-agent/node_modules/dunder-proto/test/index.js +0 -4
  657. package/mac-agent/node_modules/dunder-proto/test/set.js +0 -50
  658. package/mac-agent/node_modules/dunder-proto/tsconfig.json +0 -9
  659. package/mac-agent/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  660. package/mac-agent/node_modules/emoji-regex/README.md +0 -73
  661. package/mac-agent/node_modules/emoji-regex/es2015/index.js +0 -6
  662. package/mac-agent/node_modules/emoji-regex/es2015/text.js +0 -6
  663. package/mac-agent/node_modules/emoji-regex/index.d.ts +0 -23
  664. package/mac-agent/node_modules/emoji-regex/index.js +0 -6
  665. package/mac-agent/node_modules/emoji-regex/package.json +0 -50
  666. package/mac-agent/node_modules/emoji-regex/text.js +0 -6
  667. package/mac-agent/node_modules/enabled/.travis.yml +0 -9
  668. package/mac-agent/node_modules/enabled/LICENSE +0 -20
  669. package/mac-agent/node_modules/enabled/README.md +0 -68
  670. package/mac-agent/node_modules/enabled/index.js +0 -34
  671. package/mac-agent/node_modules/enabled/package.json +0 -33
  672. package/mac-agent/node_modules/enabled/test.js +0 -39
  673. package/mac-agent/node_modules/error-ex/LICENSE +0 -21
  674. package/mac-agent/node_modules/error-ex/README.md +0 -144
  675. package/mac-agent/node_modules/error-ex/index.js +0 -141
  676. package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/.editorconfig +0 -18
  677. package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/.istanbul.yml +0 -4
  678. package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/.travis.yml +0 -17
  679. package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/LICENSE +0 -21
  680. package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/README.md +0 -16
  681. package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/index.js +0 -10
  682. package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/package.json +0 -34
  683. package/mac-agent/node_modules/error-ex/package.json +0 -46
  684. package/mac-agent/node_modules/es-define-property/.eslintrc +0 -13
  685. package/mac-agent/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  686. package/mac-agent/node_modules/es-define-property/.nycrc +0 -9
  687. package/mac-agent/node_modules/es-define-property/CHANGELOG.md +0 -29
  688. package/mac-agent/node_modules/es-define-property/LICENSE +0 -21
  689. package/mac-agent/node_modules/es-define-property/README.md +0 -49
  690. package/mac-agent/node_modules/es-define-property/index.d.ts +0 -3
  691. package/mac-agent/node_modules/es-define-property/index.js +0 -14
  692. package/mac-agent/node_modules/es-define-property/package.json +0 -81
  693. package/mac-agent/node_modules/es-define-property/test/index.js +0 -56
  694. package/mac-agent/node_modules/es-define-property/tsconfig.json +0 -10
  695. package/mac-agent/node_modules/es-errors/.eslintrc +0 -5
  696. package/mac-agent/node_modules/es-errors/.github/FUNDING.yml +0 -12
  697. package/mac-agent/node_modules/es-errors/CHANGELOG.md +0 -40
  698. package/mac-agent/node_modules/es-errors/LICENSE +0 -21
  699. package/mac-agent/node_modules/es-errors/README.md +0 -55
  700. package/mac-agent/node_modules/es-errors/eval.d.ts +0 -3
  701. package/mac-agent/node_modules/es-errors/eval.js +0 -4
  702. package/mac-agent/node_modules/es-errors/index.d.ts +0 -3
  703. package/mac-agent/node_modules/es-errors/index.js +0 -4
  704. package/mac-agent/node_modules/es-errors/package.json +0 -80
  705. package/mac-agent/node_modules/es-errors/range.d.ts +0 -3
  706. package/mac-agent/node_modules/es-errors/range.js +0 -4
  707. package/mac-agent/node_modules/es-errors/ref.d.ts +0 -3
  708. package/mac-agent/node_modules/es-errors/ref.js +0 -4
  709. package/mac-agent/node_modules/es-errors/syntax.d.ts +0 -3
  710. package/mac-agent/node_modules/es-errors/syntax.js +0 -4
  711. package/mac-agent/node_modules/es-errors/test/index.js +0 -19
  712. package/mac-agent/node_modules/es-errors/tsconfig.json +0 -49
  713. package/mac-agent/node_modules/es-errors/type.d.ts +0 -3
  714. package/mac-agent/node_modules/es-errors/type.js +0 -4
  715. package/mac-agent/node_modules/es-errors/uri.d.ts +0 -3
  716. package/mac-agent/node_modules/es-errors/uri.js +0 -4
  717. package/mac-agent/node_modules/es-object-atoms/.eslintrc +0 -16
  718. package/mac-agent/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
  719. package/mac-agent/node_modules/es-object-atoms/CHANGELOG.md +0 -37
  720. package/mac-agent/node_modules/es-object-atoms/LICENSE +0 -21
  721. package/mac-agent/node_modules/es-object-atoms/README.md +0 -63
  722. package/mac-agent/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
  723. package/mac-agent/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
  724. package/mac-agent/node_modules/es-object-atoms/ToObject.d.ts +0 -7
  725. package/mac-agent/node_modules/es-object-atoms/ToObject.js +0 -10
  726. package/mac-agent/node_modules/es-object-atoms/index.d.ts +0 -3
  727. package/mac-agent/node_modules/es-object-atoms/index.js +0 -4
  728. package/mac-agent/node_modules/es-object-atoms/isObject.d.ts +0 -3
  729. package/mac-agent/node_modules/es-object-atoms/isObject.js +0 -6
  730. package/mac-agent/node_modules/es-object-atoms/package.json +0 -80
  731. package/mac-agent/node_modules/es-object-atoms/test/index.js +0 -38
  732. package/mac-agent/node_modules/es-object-atoms/tsconfig.json +0 -6
  733. package/mac-agent/node_modules/es-set-tostringtag/.eslintrc +0 -13
  734. package/mac-agent/node_modules/es-set-tostringtag/.nycrc +0 -9
  735. package/mac-agent/node_modules/es-set-tostringtag/CHANGELOG.md +0 -67
  736. package/mac-agent/node_modules/es-set-tostringtag/LICENSE +0 -21
  737. package/mac-agent/node_modules/es-set-tostringtag/README.md +0 -53
  738. package/mac-agent/node_modules/es-set-tostringtag/index.d.ts +0 -10
  739. package/mac-agent/node_modules/es-set-tostringtag/index.js +0 -35
  740. package/mac-agent/node_modules/es-set-tostringtag/package.json +0 -78
  741. package/mac-agent/node_modules/es-set-tostringtag/test/index.js +0 -85
  742. package/mac-agent/node_modules/es-set-tostringtag/tsconfig.json +0 -9
  743. package/mac-agent/node_modules/fecha/LICENSE +0 -22
  744. package/mac-agent/node_modules/fecha/README.md +0 -320
  745. package/mac-agent/node_modules/fecha/dist/fecha.min.js +0 -2
  746. package/mac-agent/node_modules/fecha/dist/fecha.min.js.map +0 -1
  747. package/mac-agent/node_modules/fecha/lib/fecha.d.ts +0 -52
  748. package/mac-agent/node_modules/fecha/lib/fecha.js +0 -403
  749. package/mac-agent/node_modules/fecha/lib/fecha.js.map +0 -1
  750. package/mac-agent/node_modules/fecha/lib/fecha.umd.js +0 -418
  751. package/mac-agent/node_modules/fecha/lib/fecha.umd.js.map +0 -1
  752. package/mac-agent/node_modules/fecha/package.json +0 -55
  753. package/mac-agent/node_modules/fecha/src/fecha.ts +0 -524
  754. package/mac-agent/node_modules/fill-range/LICENSE +0 -21
  755. package/mac-agent/node_modules/fill-range/README.md +0 -237
  756. package/mac-agent/node_modules/fill-range/index.js +0 -248
  757. package/mac-agent/node_modules/fill-range/package.json +0 -74
  758. package/mac-agent/node_modules/find-up/index.js +0 -53
  759. package/mac-agent/node_modules/find-up/license +0 -21
  760. package/mac-agent/node_modules/find-up/package.json +0 -51
  761. package/mac-agent/node_modules/find-up/readme.md +0 -72
  762. package/mac-agent/node_modules/fn.name/.gitattributes +0 -1
  763. package/mac-agent/node_modules/fn.name/.travis.yml +0 -10
  764. package/mac-agent/node_modules/fn.name/LICENSE +0 -22
  765. package/mac-agent/node_modules/fn.name/README.md +0 -42
  766. package/mac-agent/node_modules/fn.name/index.js +0 -42
  767. package/mac-agent/node_modules/fn.name/package.json +0 -37
  768. package/mac-agent/node_modules/fn.name/test.js +0 -73
  769. package/mac-agent/node_modules/follow-redirects/LICENSE +0 -18
  770. package/mac-agent/node_modules/follow-redirects/README.md +0 -155
  771. package/mac-agent/node_modules/follow-redirects/debug.js +0 -15
  772. package/mac-agent/node_modules/follow-redirects/http.js +0 -1
  773. package/mac-agent/node_modules/follow-redirects/https.js +0 -1
  774. package/mac-agent/node_modules/follow-redirects/index.js +0 -686
  775. package/mac-agent/node_modules/follow-redirects/package.json +0 -58
  776. package/mac-agent/node_modules/form-data/License +0 -19
  777. package/mac-agent/node_modules/form-data/README.md.bak +0 -355
  778. package/mac-agent/node_modules/form-data/Readme.md +0 -355
  779. package/mac-agent/node_modules/form-data/index.d.ts +0 -62
  780. package/mac-agent/node_modules/form-data/lib/browser.js +0 -4
  781. package/mac-agent/node_modules/form-data/lib/form_data.js +0 -498
  782. package/mac-agent/node_modules/form-data/lib/populate.js +0 -10
  783. package/mac-agent/node_modules/form-data/package.json +0 -66
  784. package/mac-agent/node_modules/fs-minipass/LICENSE +0 -15
  785. package/mac-agent/node_modules/fs-minipass/README.md +0 -70
  786. package/mac-agent/node_modules/fs-minipass/index.js +0 -422
  787. package/mac-agent/node_modules/fs-minipass/node_modules/minipass/LICENSE +0 -15
  788. package/mac-agent/node_modules/fs-minipass/node_modules/minipass/README.md +0 -728
  789. package/mac-agent/node_modules/fs-minipass/node_modules/minipass/index.d.ts +0 -155
  790. package/mac-agent/node_modules/fs-minipass/node_modules/minipass/index.js +0 -649
  791. package/mac-agent/node_modules/fs-minipass/node_modules/minipass/package.json +0 -56
  792. package/mac-agent/node_modules/fs-minipass/package.json +0 -39
  793. package/mac-agent/node_modules/fs.realpath/LICENSE +0 -43
  794. package/mac-agent/node_modules/fs.realpath/README.md +0 -33
  795. package/mac-agent/node_modules/fs.realpath/index.js +0 -66
  796. package/mac-agent/node_modules/fs.realpath/old.js +0 -303
  797. package/mac-agent/node_modules/fs.realpath/package.json +0 -26
  798. package/mac-agent/node_modules/fsevents/LICENSE +0 -22
  799. package/mac-agent/node_modules/fsevents/README.md +0 -89
  800. package/mac-agent/node_modules/fsevents/fsevents.d.ts +0 -46
  801. package/mac-agent/node_modules/fsevents/fsevents.js +0 -83
  802. package/mac-agent/node_modules/fsevents/fsevents.node +0 -0
  803. package/mac-agent/node_modules/fsevents/package.json +0 -62
  804. package/mac-agent/node_modules/function-bind/.eslintrc +0 -21
  805. package/mac-agent/node_modules/function-bind/.github/FUNDING.yml +0 -12
  806. package/mac-agent/node_modules/function-bind/.github/SECURITY.md +0 -3
  807. package/mac-agent/node_modules/function-bind/.nycrc +0 -13
  808. package/mac-agent/node_modules/function-bind/CHANGELOG.md +0 -136
  809. package/mac-agent/node_modules/function-bind/LICENSE +0 -20
  810. package/mac-agent/node_modules/function-bind/README.md +0 -46
  811. package/mac-agent/node_modules/function-bind/implementation.js +0 -84
  812. package/mac-agent/node_modules/function-bind/index.js +0 -5
  813. package/mac-agent/node_modules/function-bind/package.json +0 -87
  814. package/mac-agent/node_modules/function-bind/test/.eslintrc +0 -9
  815. package/mac-agent/node_modules/function-bind/test/index.js +0 -252
  816. package/mac-agent/node_modules/gauge/CHANGELOG.md +0 -163
  817. package/mac-agent/node_modules/gauge/LICENSE +0 -13
  818. package/mac-agent/node_modules/gauge/README.md +0 -402
  819. package/mac-agent/node_modules/gauge/base-theme.js +0 -14
  820. package/mac-agent/node_modules/gauge/error.js +0 -24
  821. package/mac-agent/node_modules/gauge/has-color.js +0 -4
  822. package/mac-agent/node_modules/gauge/index.js +0 -233
  823. package/mac-agent/node_modules/gauge/package.json +0 -66
  824. package/mac-agent/node_modules/gauge/plumbing.js +0 -48
  825. package/mac-agent/node_modules/gauge/process.js +0 -3
  826. package/mac-agent/node_modules/gauge/progress-bar.js +0 -35
  827. package/mac-agent/node_modules/gauge/render-template.js +0 -178
  828. package/mac-agent/node_modules/gauge/set-immediate.js +0 -7
  829. package/mac-agent/node_modules/gauge/set-interval.js +0 -3
  830. package/mac-agent/node_modules/gauge/spin.js +0 -5
  831. package/mac-agent/node_modules/gauge/template-item.js +0 -72
  832. package/mac-agent/node_modules/gauge/theme-set.js +0 -114
  833. package/mac-agent/node_modules/gauge/themes.js +0 -56
  834. package/mac-agent/node_modules/gauge/wide-truncate.js +0 -25
  835. package/mac-agent/node_modules/get-caller-file/LICENSE.md +0 -6
  836. package/mac-agent/node_modules/get-caller-file/README.md +0 -4
  837. package/mac-agent/node_modules/get-caller-file/index.js +0 -20
  838. package/mac-agent/node_modules/get-caller-file/package.json +0 -31
  839. package/mac-agent/node_modules/get-intrinsic/.eslintrc +0 -42
  840. package/mac-agent/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  841. package/mac-agent/node_modules/get-intrinsic/.nycrc +0 -9
  842. package/mac-agent/node_modules/get-intrinsic/CHANGELOG.md +0 -186
  843. package/mac-agent/node_modules/get-intrinsic/LICENSE +0 -21
  844. package/mac-agent/node_modules/get-intrinsic/README.md +0 -71
  845. package/mac-agent/node_modules/get-intrinsic/index.js +0 -378
  846. package/mac-agent/node_modules/get-intrinsic/package.json +0 -97
  847. package/mac-agent/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  848. package/mac-agent/node_modules/get-proto/.eslintrc +0 -10
  849. package/mac-agent/node_modules/get-proto/.github/FUNDING.yml +0 -12
  850. package/mac-agent/node_modules/get-proto/.nycrc +0 -9
  851. package/mac-agent/node_modules/get-proto/CHANGELOG.md +0 -21
  852. package/mac-agent/node_modules/get-proto/LICENSE +0 -21
  853. package/mac-agent/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
  854. package/mac-agent/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
  855. package/mac-agent/node_modules/get-proto/README.md +0 -50
  856. package/mac-agent/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
  857. package/mac-agent/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
  858. package/mac-agent/node_modules/get-proto/index.d.ts +0 -5
  859. package/mac-agent/node_modules/get-proto/index.js +0 -27
  860. package/mac-agent/node_modules/get-proto/package.json +0 -81
  861. package/mac-agent/node_modules/get-proto/test/index.js +0 -68
  862. package/mac-agent/node_modules/get-proto/tsconfig.json +0 -9
  863. package/mac-agent/node_modules/glob/LICENSE +0 -21
  864. package/mac-agent/node_modules/glob/README.md +0 -378
  865. package/mac-agent/node_modules/glob/common.js +0 -238
  866. package/mac-agent/node_modules/glob/glob.js +0 -790
  867. package/mac-agent/node_modules/glob/package.json +0 -55
  868. package/mac-agent/node_modules/glob/sync.js +0 -486
  869. package/mac-agent/node_modules/glob-parent/CHANGELOG.md +0 -110
  870. package/mac-agent/node_modules/glob-parent/LICENSE +0 -15
  871. package/mac-agent/node_modules/glob-parent/README.md +0 -137
  872. package/mac-agent/node_modules/glob-parent/index.js +0 -42
  873. package/mac-agent/node_modules/glob-parent/package.json +0 -48
  874. package/mac-agent/node_modules/gopd/.eslintrc +0 -16
  875. package/mac-agent/node_modules/gopd/.github/FUNDING.yml +0 -12
  876. package/mac-agent/node_modules/gopd/CHANGELOG.md +0 -45
  877. package/mac-agent/node_modules/gopd/LICENSE +0 -21
  878. package/mac-agent/node_modules/gopd/README.md +0 -40
  879. package/mac-agent/node_modules/gopd/gOPD.d.ts +0 -1
  880. package/mac-agent/node_modules/gopd/gOPD.js +0 -4
  881. package/mac-agent/node_modules/gopd/index.d.ts +0 -5
  882. package/mac-agent/node_modules/gopd/index.js +0 -15
  883. package/mac-agent/node_modules/gopd/package.json +0 -77
  884. package/mac-agent/node_modules/gopd/test/index.js +0 -36
  885. package/mac-agent/node_modules/gopd/tsconfig.json +0 -9
  886. package/mac-agent/node_modules/graceful-fs/LICENSE +0 -15
  887. package/mac-agent/node_modules/graceful-fs/README.md +0 -143
  888. package/mac-agent/node_modules/graceful-fs/clone.js +0 -23
  889. package/mac-agent/node_modules/graceful-fs/graceful-fs.js +0 -448
  890. package/mac-agent/node_modules/graceful-fs/legacy-streams.js +0 -118
  891. package/mac-agent/node_modules/graceful-fs/package.json +0 -53
  892. package/mac-agent/node_modules/graceful-fs/polyfills.js +0 -355
  893. package/mac-agent/node_modules/has-flag/index.js +0 -8
  894. package/mac-agent/node_modules/has-flag/license +0 -9
  895. package/mac-agent/node_modules/has-flag/package.json +0 -44
  896. package/mac-agent/node_modules/has-flag/readme.md +0 -70
  897. package/mac-agent/node_modules/has-property-descriptors/.eslintrc +0 -13
  898. package/mac-agent/node_modules/has-property-descriptors/.github/FUNDING.yml +0 -12
  899. package/mac-agent/node_modules/has-property-descriptors/.nycrc +0 -9
  900. package/mac-agent/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
  901. package/mac-agent/node_modules/has-property-descriptors/LICENSE +0 -21
  902. package/mac-agent/node_modules/has-property-descriptors/README.md +0 -43
  903. package/mac-agent/node_modules/has-property-descriptors/index.js +0 -22
  904. package/mac-agent/node_modules/has-property-descriptors/package.json +0 -77
  905. package/mac-agent/node_modules/has-property-descriptors/test/index.js +0 -57
  906. package/mac-agent/node_modules/has-symbols/.eslintrc +0 -11
  907. package/mac-agent/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  908. package/mac-agent/node_modules/has-symbols/.nycrc +0 -9
  909. package/mac-agent/node_modules/has-symbols/CHANGELOG.md +0 -91
  910. package/mac-agent/node_modules/has-symbols/LICENSE +0 -21
  911. package/mac-agent/node_modules/has-symbols/README.md +0 -46
  912. package/mac-agent/node_modules/has-symbols/index.d.ts +0 -3
  913. package/mac-agent/node_modules/has-symbols/index.js +0 -14
  914. package/mac-agent/node_modules/has-symbols/package.json +0 -111
  915. package/mac-agent/node_modules/has-symbols/shams.d.ts +0 -3
  916. package/mac-agent/node_modules/has-symbols/shams.js +0 -45
  917. package/mac-agent/node_modules/has-symbols/test/index.js +0 -22
  918. package/mac-agent/node_modules/has-symbols/test/shams/core-js.js +0 -29
  919. package/mac-agent/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
  920. package/mac-agent/node_modules/has-symbols/test/tests.js +0 -58
  921. package/mac-agent/node_modules/has-symbols/tsconfig.json +0 -10
  922. package/mac-agent/node_modules/has-tostringtag/.eslintrc +0 -5
  923. package/mac-agent/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
  924. package/mac-agent/node_modules/has-tostringtag/.nycrc +0 -13
  925. package/mac-agent/node_modules/has-tostringtag/CHANGELOG.md +0 -42
  926. package/mac-agent/node_modules/has-tostringtag/LICENSE +0 -21
  927. package/mac-agent/node_modules/has-tostringtag/README.md +0 -46
  928. package/mac-agent/node_modules/has-tostringtag/index.d.ts +0 -3
  929. package/mac-agent/node_modules/has-tostringtag/index.js +0 -8
  930. package/mac-agent/node_modules/has-tostringtag/package.json +0 -108
  931. package/mac-agent/node_modules/has-tostringtag/shams.d.ts +0 -3
  932. package/mac-agent/node_modules/has-tostringtag/shams.js +0 -8
  933. package/mac-agent/node_modules/has-tostringtag/test/index.js +0 -21
  934. package/mac-agent/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
  935. package/mac-agent/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
  936. package/mac-agent/node_modules/has-tostringtag/test/tests.js +0 -15
  937. package/mac-agent/node_modules/has-tostringtag/tsconfig.json +0 -49
  938. package/mac-agent/node_modules/has-unicode/LICENSE +0 -14
  939. package/mac-agent/node_modules/has-unicode/README.md +0 -43
  940. package/mac-agent/node_modules/has-unicode/index.js +0 -16
  941. package/mac-agent/node_modules/has-unicode/package.json +0 -30
  942. package/mac-agent/node_modules/hasown/.eslintrc +0 -5
  943. package/mac-agent/node_modules/hasown/.github/FUNDING.yml +0 -12
  944. package/mac-agent/node_modules/hasown/.nycrc +0 -13
  945. package/mac-agent/node_modules/hasown/CHANGELOG.md +0 -40
  946. package/mac-agent/node_modules/hasown/LICENSE +0 -21
  947. package/mac-agent/node_modules/hasown/README.md +0 -40
  948. package/mac-agent/node_modules/hasown/index.d.ts +0 -3
  949. package/mac-agent/node_modules/hasown/index.js +0 -8
  950. package/mac-agent/node_modules/hasown/package.json +0 -92
  951. package/mac-agent/node_modules/hasown/tsconfig.json +0 -6
  952. package/mac-agent/node_modules/hosted-git-info/CHANGELOG.md +0 -151
  953. package/mac-agent/node_modules/hosted-git-info/LICENSE +0 -13
  954. package/mac-agent/node_modules/hosted-git-info/README.md +0 -133
  955. package/mac-agent/node_modules/hosted-git-info/git-host-info.js +0 -79
  956. package/mac-agent/node_modules/hosted-git-info/git-host.js +0 -156
  957. package/mac-agent/node_modules/hosted-git-info/index.js +0 -148
  958. package/mac-agent/node_modules/hosted-git-info/package.json +0 -40
  959. package/mac-agent/node_modules/https-proxy-agent/README.md +0 -137
  960. package/mac-agent/node_modules/https-proxy-agent/dist/agent.d.ts +0 -30
  961. package/mac-agent/node_modules/https-proxy-agent/dist/agent.js +0 -177
  962. package/mac-agent/node_modules/https-proxy-agent/dist/agent.js.map +0 -1
  963. package/mac-agent/node_modules/https-proxy-agent/dist/index.d.ts +0 -23
  964. package/mac-agent/node_modules/https-proxy-agent/dist/index.js +0 -14
  965. package/mac-agent/node_modules/https-proxy-agent/dist/index.js.map +0 -1
  966. package/mac-agent/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -7
  967. package/mac-agent/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -66
  968. package/mac-agent/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
  969. package/mac-agent/node_modules/https-proxy-agent/package.json +0 -56
  970. package/mac-agent/node_modules/ignore-by-default/LICENSE +0 -14
  971. package/mac-agent/node_modules/ignore-by-default/README.md +0 -26
  972. package/mac-agent/node_modules/ignore-by-default/index.js +0 -12
  973. package/mac-agent/node_modules/ignore-by-default/package.json +0 -34
  974. package/mac-agent/node_modules/inflight/LICENSE +0 -15
  975. package/mac-agent/node_modules/inflight/README.md +0 -37
  976. package/mac-agent/node_modules/inflight/inflight.js +0 -54
  977. package/mac-agent/node_modules/inflight/package.json +0 -29
  978. package/mac-agent/node_modules/inherits/LICENSE +0 -16
  979. package/mac-agent/node_modules/inherits/README.md +0 -42
  980. package/mac-agent/node_modules/inherits/inherits.js +0 -9
  981. package/mac-agent/node_modules/inherits/inherits_browser.js +0 -27
  982. package/mac-agent/node_modules/inherits/package.json +0 -29
  983. package/mac-agent/node_modules/invert-kv/index.js +0 -15
  984. package/mac-agent/node_modules/invert-kv/package.json +0 -33
  985. package/mac-agent/node_modules/invert-kv/readme.md +0 -25
  986. package/mac-agent/node_modules/is-arrayish/LICENSE +0 -21
  987. package/mac-agent/node_modules/is-arrayish/README.md +0 -16
  988. package/mac-agent/node_modules/is-arrayish/index.js +0 -9
  989. package/mac-agent/node_modules/is-arrayish/package.json +0 -45
  990. package/mac-agent/node_modules/is-arrayish/yarn-error.log +0 -1443
  991. package/mac-agent/node_modules/is-binary-path/index.d.ts +0 -17
  992. package/mac-agent/node_modules/is-binary-path/index.js +0 -7
  993. package/mac-agent/node_modules/is-binary-path/license +0 -9
  994. package/mac-agent/node_modules/is-binary-path/package.json +0 -40
  995. package/mac-agent/node_modules/is-binary-path/readme.md +0 -34
  996. package/mac-agent/node_modules/is-core-module/.eslintrc +0 -18
  997. package/mac-agent/node_modules/is-core-module/.nycrc +0 -9
  998. package/mac-agent/node_modules/is-core-module/CHANGELOG.md +0 -218
  999. package/mac-agent/node_modules/is-core-module/LICENSE +0 -20
  1000. package/mac-agent/node_modules/is-core-module/README.md +0 -40
  1001. package/mac-agent/node_modules/is-core-module/core.json +0 -162
  1002. package/mac-agent/node_modules/is-core-module/index.js +0 -69
  1003. package/mac-agent/node_modules/is-core-module/package.json +0 -76
  1004. package/mac-agent/node_modules/is-core-module/test/index.js +0 -157
  1005. package/mac-agent/node_modules/is-extglob/LICENSE +0 -21
  1006. package/mac-agent/node_modules/is-extglob/README.md +0 -107
  1007. package/mac-agent/node_modules/is-extglob/index.js +0 -20
  1008. package/mac-agent/node_modules/is-extglob/package.json +0 -69
  1009. package/mac-agent/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
  1010. package/mac-agent/node_modules/is-fullwidth-code-point/index.js +0 -50
  1011. package/mac-agent/node_modules/is-fullwidth-code-point/license +0 -9
  1012. package/mac-agent/node_modules/is-fullwidth-code-point/package.json +0 -42
  1013. package/mac-agent/node_modules/is-fullwidth-code-point/readme.md +0 -39
  1014. package/mac-agent/node_modules/is-glob/LICENSE +0 -21
  1015. package/mac-agent/node_modules/is-glob/README.md +0 -206
  1016. package/mac-agent/node_modules/is-glob/index.js +0 -150
  1017. package/mac-agent/node_modules/is-glob/package.json +0 -81
  1018. package/mac-agent/node_modules/is-number/LICENSE +0 -21
  1019. package/mac-agent/node_modules/is-number/README.md +0 -187
  1020. package/mac-agent/node_modules/is-number/index.js +0 -18
  1021. package/mac-agent/node_modules/is-number/package.json +0 -82
  1022. package/mac-agent/node_modules/is-stream/index.d.ts +0 -79
  1023. package/mac-agent/node_modules/is-stream/index.js +0 -28
  1024. package/mac-agent/node_modules/is-stream/license +0 -9
  1025. package/mac-agent/node_modules/is-stream/package.json +0 -42
  1026. package/mac-agent/node_modules/is-stream/readme.md +0 -60
  1027. package/mac-agent/node_modules/is-utf8/LICENSE +0 -9
  1028. package/mac-agent/node_modules/is-utf8/README.md +0 -16
  1029. package/mac-agent/node_modules/is-utf8/is-utf8.js +0 -76
  1030. package/mac-agent/node_modules/is-utf8/package.json +0 -19
  1031. package/mac-agent/node_modules/isexe/LICENSE +0 -15
  1032. package/mac-agent/node_modules/isexe/README.md +0 -51
  1033. package/mac-agent/node_modules/isexe/index.js +0 -57
  1034. package/mac-agent/node_modules/isexe/mode.js +0 -41
  1035. package/mac-agent/node_modules/isexe/package.json +0 -31
  1036. package/mac-agent/node_modules/isexe/test/basic.js +0 -221
  1037. package/mac-agent/node_modules/isexe/windows.js +0 -42
  1038. package/mac-agent/node_modules/kuler/.travis.yml +0 -5
  1039. package/mac-agent/node_modules/kuler/LICENSE +0 -7
  1040. package/mac-agent/node_modules/kuler/README.md +0 -40
  1041. package/mac-agent/node_modules/kuler/index.js +0 -118
  1042. package/mac-agent/node_modules/kuler/package.json +0 -34
  1043. package/mac-agent/node_modules/kuler/test.js +0 -23
  1044. package/mac-agent/node_modules/lcid/index.js +0 -22
  1045. package/mac-agent/node_modules/lcid/lcid.json +0 -203
  1046. package/mac-agent/node_modules/lcid/license +0 -21
  1047. package/mac-agent/node_modules/lcid/package.json +0 -46
  1048. package/mac-agent/node_modules/lcid/readme.md +0 -35
  1049. package/mac-agent/node_modules/load-json-file/index.js +0 -21
  1050. package/mac-agent/node_modules/load-json-file/license +0 -21
  1051. package/mac-agent/node_modules/load-json-file/package.json +0 -46
  1052. package/mac-agent/node_modules/load-json-file/readme.md +0 -45
  1053. package/mac-agent/node_modules/logform/.babelrc +0 -3
  1054. package/mac-agent/node_modules/logform/.eslintrc +0 -7
  1055. package/mac-agent/node_modules/logform/.gitattributes +0 -1
  1056. package/mac-agent/node_modules/logform/CHANGELOG.md +0 -309
  1057. package/mac-agent/node_modules/logform/LICENSE +0 -21
  1058. package/mac-agent/node_modules/logform/README.md +0 -653
  1059. package/mac-agent/node_modules/logform/align.js +0 -14
  1060. package/mac-agent/node_modules/logform/browser.js +0 -38
  1061. package/mac-agent/node_modules/logform/cli.js +0 -52
  1062. package/mac-agent/node_modules/logform/colorize.js +0 -122
  1063. package/mac-agent/node_modules/logform/combine.js +0 -66
  1064. package/mac-agent/node_modules/logform/dist/align.js +0 -14
  1065. package/mac-agent/node_modules/logform/dist/browser.js +0 -72
  1066. package/mac-agent/node_modules/logform/dist/cli.js +0 -62
  1067. package/mac-agent/node_modules/logform/dist/colorize.js +0 -131
  1068. package/mac-agent/node_modules/logform/dist/combine.js +0 -62
  1069. package/mac-agent/node_modules/logform/dist/errors.js +0 -44
  1070. package/mac-agent/node_modules/logform/dist/format.js +0 -70
  1071. package/mac-agent/node_modules/logform/dist/index.js +0 -86
  1072. package/mac-agent/node_modules/logform/dist/json.js +0 -30
  1073. package/mac-agent/node_modules/logform/dist/label.js +0 -18
  1074. package/mac-agent/node_modules/logform/dist/levels.js +0 -13
  1075. package/mac-agent/node_modules/logform/dist/logstash.js +0 -28
  1076. package/mac-agent/node_modules/logform/dist/metadata.js +0 -56
  1077. package/mac-agent/node_modules/logform/dist/ms.js +0 -18
  1078. package/mac-agent/node_modules/logform/dist/pad-levels.js +0 -110
  1079. package/mac-agent/node_modules/logform/dist/pretty-print.js +0 -32
  1080. package/mac-agent/node_modules/logform/dist/printf.js +0 -33
  1081. package/mac-agent/node_modules/logform/dist/simple.js +0 -32
  1082. package/mac-agent/node_modules/logform/dist/splat.js +0 -143
  1083. package/mac-agent/node_modules/logform/dist/timestamp.js +0 -26
  1084. package/mac-agent/node_modules/logform/dist/uncolorize.js +0 -25
  1085. package/mac-agent/node_modules/logform/errors.js +0 -41
  1086. package/mac-agent/node_modules/logform/format.js +0 -52
  1087. package/mac-agent/node_modules/logform/index.d.ts +0 -201
  1088. package/mac-agent/node_modules/logform/index.js +0 -52
  1089. package/mac-agent/node_modules/logform/json.js +0 -30
  1090. package/mac-agent/node_modules/logform/label.js +0 -19
  1091. package/mac-agent/node_modules/logform/levels.js +0 -12
  1092. package/mac-agent/node_modules/logform/logstash.js +0 -29
  1093. package/mac-agent/node_modules/logform/metadata.js +0 -61
  1094. package/mac-agent/node_modules/logform/ms.js +0 -18
  1095. package/mac-agent/node_modules/logform/package.json +0 -53
  1096. package/mac-agent/node_modules/logform/pad-levels.js +0 -83
  1097. package/mac-agent/node_modules/logform/pretty-print.js +0 -29
  1098. package/mac-agent/node_modules/logform/printf.js +0 -26
  1099. package/mac-agent/node_modules/logform/simple.js +0 -33
  1100. package/mac-agent/node_modules/logform/splat.js +0 -132
  1101. package/mac-agent/node_modules/logform/timestamp.js +0 -30
  1102. package/mac-agent/node_modules/logform/tsconfig.json +0 -22
  1103. package/mac-agent/node_modules/logform/uncolorize.js +0 -27
  1104. package/mac-agent/node_modules/make-dir/index.d.ts +0 -66
  1105. package/mac-agent/node_modules/make-dir/index.js +0 -156
  1106. package/mac-agent/node_modules/make-dir/license +0 -9
  1107. package/mac-agent/node_modules/make-dir/node_modules/semver/LICENSE +0 -15
  1108. package/mac-agent/node_modules/make-dir/node_modules/semver/README.md +0 -443
  1109. package/mac-agent/node_modules/make-dir/node_modules/semver/bin/semver.js +0 -174
  1110. package/mac-agent/node_modules/make-dir/node_modules/semver/package.json +0 -38
  1111. package/mac-agent/node_modules/make-dir/node_modules/semver/range.bnf +0 -16
  1112. package/mac-agent/node_modules/make-dir/node_modules/semver/semver.js +0 -1643
  1113. package/mac-agent/node_modules/make-dir/package.json +0 -59
  1114. package/mac-agent/node_modules/make-dir/readme.md +0 -125
  1115. package/mac-agent/node_modules/math-intrinsics/.eslintrc +0 -16
  1116. package/mac-agent/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
  1117. package/mac-agent/node_modules/math-intrinsics/CHANGELOG.md +0 -24
  1118. package/mac-agent/node_modules/math-intrinsics/LICENSE +0 -21
  1119. package/mac-agent/node_modules/math-intrinsics/README.md +0 -50
  1120. package/mac-agent/node_modules/math-intrinsics/abs.d.ts +0 -1
  1121. package/mac-agent/node_modules/math-intrinsics/abs.js +0 -4
  1122. package/mac-agent/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
  1123. package/mac-agent/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
  1124. package/mac-agent/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
  1125. package/mac-agent/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
  1126. package/mac-agent/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
  1127. package/mac-agent/node_modules/math-intrinsics/constants/maxValue.js +0 -5
  1128. package/mac-agent/node_modules/math-intrinsics/floor.d.ts +0 -1
  1129. package/mac-agent/node_modules/math-intrinsics/floor.js +0 -4
  1130. package/mac-agent/node_modules/math-intrinsics/isFinite.d.ts +0 -3
  1131. package/mac-agent/node_modules/math-intrinsics/isFinite.js +0 -12
  1132. package/mac-agent/node_modules/math-intrinsics/isInteger.d.ts +0 -3
  1133. package/mac-agent/node_modules/math-intrinsics/isInteger.js +0 -16
  1134. package/mac-agent/node_modules/math-intrinsics/isNaN.d.ts +0 -1
  1135. package/mac-agent/node_modules/math-intrinsics/isNaN.js +0 -6
  1136. package/mac-agent/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
  1137. package/mac-agent/node_modules/math-intrinsics/isNegativeZero.js +0 -6
  1138. package/mac-agent/node_modules/math-intrinsics/max.d.ts +0 -1
  1139. package/mac-agent/node_modules/math-intrinsics/max.js +0 -4
  1140. package/mac-agent/node_modules/math-intrinsics/min.d.ts +0 -1
  1141. package/mac-agent/node_modules/math-intrinsics/min.js +0 -4
  1142. package/mac-agent/node_modules/math-intrinsics/mod.d.ts +0 -3
  1143. package/mac-agent/node_modules/math-intrinsics/mod.js +0 -9
  1144. package/mac-agent/node_modules/math-intrinsics/package.json +0 -86
  1145. package/mac-agent/node_modules/math-intrinsics/pow.d.ts +0 -1
  1146. package/mac-agent/node_modules/math-intrinsics/pow.js +0 -4
  1147. package/mac-agent/node_modules/math-intrinsics/round.d.ts +0 -1
  1148. package/mac-agent/node_modules/math-intrinsics/round.js +0 -4
  1149. package/mac-agent/node_modules/math-intrinsics/sign.d.ts +0 -3
  1150. package/mac-agent/node_modules/math-intrinsics/sign.js +0 -11
  1151. package/mac-agent/node_modules/math-intrinsics/test/index.js +0 -192
  1152. package/mac-agent/node_modules/math-intrinsics/tsconfig.json +0 -3
  1153. package/mac-agent/node_modules/mime-db/HISTORY.md +0 -507
  1154. package/mac-agent/node_modules/mime-db/LICENSE +0 -23
  1155. package/mac-agent/node_modules/mime-db/README.md +0 -100
  1156. package/mac-agent/node_modules/mime-db/db.json +0 -8519
  1157. package/mac-agent/node_modules/mime-db/index.js +0 -12
  1158. package/mac-agent/node_modules/mime-db/package.json +0 -60
  1159. package/mac-agent/node_modules/mime-types/HISTORY.md +0 -397
  1160. package/mac-agent/node_modules/mime-types/LICENSE +0 -23
  1161. package/mac-agent/node_modules/mime-types/README.md +0 -113
  1162. package/mac-agent/node_modules/mime-types/index.js +0 -188
  1163. package/mac-agent/node_modules/mime-types/package.json +0 -44
  1164. package/mac-agent/node_modules/minimatch/LICENSE +0 -15
  1165. package/mac-agent/node_modules/minimatch/README.md +0 -230
  1166. package/mac-agent/node_modules/minimatch/minimatch.js +0 -947
  1167. package/mac-agent/node_modules/minimatch/package.json +0 -33
  1168. package/mac-agent/node_modules/minipass/LICENSE +0 -15
  1169. package/mac-agent/node_modules/minipass/README.md +0 -769
  1170. package/mac-agent/node_modules/minipass/index.d.ts +0 -152
  1171. package/mac-agent/node_modules/minipass/index.js +0 -702
  1172. package/mac-agent/node_modules/minipass/index.mjs +0 -702
  1173. package/mac-agent/node_modules/minipass/package.json +0 -76
  1174. package/mac-agent/node_modules/minizlib/LICENSE +0 -26
  1175. package/mac-agent/node_modules/minizlib/README.md +0 -60
  1176. package/mac-agent/node_modules/minizlib/constants.js +0 -115
  1177. package/mac-agent/node_modules/minizlib/index.js +0 -348
  1178. package/mac-agent/node_modules/minizlib/node_modules/minipass/LICENSE +0 -15
  1179. package/mac-agent/node_modules/minizlib/node_modules/minipass/README.md +0 -728
  1180. package/mac-agent/node_modules/minizlib/node_modules/minipass/index.d.ts +0 -155
  1181. package/mac-agent/node_modules/minizlib/node_modules/minipass/index.js +0 -649
  1182. package/mac-agent/node_modules/minizlib/node_modules/minipass/package.json +0 -56
  1183. package/mac-agent/node_modules/minizlib/package.json +0 -42
  1184. package/mac-agent/node_modules/mkdirp/CHANGELOG.md +0 -15
  1185. package/mac-agent/node_modules/mkdirp/LICENSE +0 -21
  1186. package/mac-agent/node_modules/mkdirp/bin/cmd.js +0 -68
  1187. package/mac-agent/node_modules/mkdirp/index.js +0 -31
  1188. package/mac-agent/node_modules/mkdirp/lib/find-made.js +0 -29
  1189. package/mac-agent/node_modules/mkdirp/lib/mkdirp-manual.js +0 -64
  1190. package/mac-agent/node_modules/mkdirp/lib/mkdirp-native.js +0 -39
  1191. package/mac-agent/node_modules/mkdirp/lib/opts-arg.js +0 -23
  1192. package/mac-agent/node_modules/mkdirp/lib/path-arg.js +0 -29
  1193. package/mac-agent/node_modules/mkdirp/lib/use-native.js +0 -10
  1194. package/mac-agent/node_modules/mkdirp/package.json +0 -44
  1195. package/mac-agent/node_modules/mkdirp/readme.markdown +0 -266
  1196. package/mac-agent/node_modules/ms/index.js +0 -162
  1197. package/mac-agent/node_modules/ms/license.md +0 -21
  1198. package/mac-agent/node_modules/ms/package.json +0 -38
  1199. package/mac-agent/node_modules/ms/readme.md +0 -59
  1200. package/mac-agent/node_modules/nan/.github/workflows/ci.yml +0 -52
  1201. package/mac-agent/node_modules/nan/CHANGELOG.md +0 -577
  1202. package/mac-agent/node_modules/nan/CMakeLists.txt +0 -138
  1203. package/mac-agent/node_modules/nan/LICENSE.md +0 -9
  1204. package/mac-agent/node_modules/nan/README.md +0 -455
  1205. package/mac-agent/node_modules/nan/doc/asyncworker.md +0 -146
  1206. package/mac-agent/node_modules/nan/doc/buffers.md +0 -54
  1207. package/mac-agent/node_modules/nan/doc/callback.md +0 -76
  1208. package/mac-agent/node_modules/nan/doc/converters.md +0 -41
  1209. package/mac-agent/node_modules/nan/doc/errors.md +0 -226
  1210. package/mac-agent/node_modules/nan/doc/json.md +0 -62
  1211. package/mac-agent/node_modules/nan/doc/maybe_types.md +0 -583
  1212. package/mac-agent/node_modules/nan/doc/methods.md +0 -672
  1213. package/mac-agent/node_modules/nan/doc/new.md +0 -147
  1214. package/mac-agent/node_modules/nan/doc/node_misc.md +0 -123
  1215. package/mac-agent/node_modules/nan/doc/object_wrappers.md +0 -263
  1216. package/mac-agent/node_modules/nan/doc/persistent.md +0 -296
  1217. package/mac-agent/node_modules/nan/doc/scopes.md +0 -73
  1218. package/mac-agent/node_modules/nan/doc/script.md +0 -58
  1219. package/mac-agent/node_modules/nan/doc/string_bytes.md +0 -62
  1220. package/mac-agent/node_modules/nan/doc/v8_internals.md +0 -199
  1221. package/mac-agent/node_modules/nan/doc/v8_misc.md +0 -85
  1222. package/mac-agent/node_modules/nan/include_dirs.js +0 -1
  1223. package/mac-agent/node_modules/nan/nan.h +0 -3049
  1224. package/mac-agent/node_modules/nan/nan_callbacks.h +0 -128
  1225. package/mac-agent/node_modules/nan/nan_callbacks_12_inl.h +0 -676
  1226. package/mac-agent/node_modules/nan/nan_callbacks_pre_12_inl.h +0 -520
  1227. package/mac-agent/node_modules/nan/nan_converters.h +0 -72
  1228. package/mac-agent/node_modules/nan/nan_converters_43_inl.h +0 -68
  1229. package/mac-agent/node_modules/nan/nan_converters_pre_43_inl.h +0 -42
  1230. package/mac-agent/node_modules/nan/nan_define_own_property_helper.h +0 -29
  1231. package/mac-agent/node_modules/nan/nan_implementation_12_inl.h +0 -430
  1232. package/mac-agent/node_modules/nan/nan_implementation_pre_12_inl.h +0 -263
  1233. package/mac-agent/node_modules/nan/nan_json.h +0 -166
  1234. package/mac-agent/node_modules/nan/nan_maybe_43_inl.h +0 -356
  1235. package/mac-agent/node_modules/nan/nan_maybe_pre_43_inl.h +0 -268
  1236. package/mac-agent/node_modules/nan/nan_new.h +0 -340
  1237. package/mac-agent/node_modules/nan/nan_object_wrap.h +0 -156
  1238. package/mac-agent/node_modules/nan/nan_persistent_12_inl.h +0 -132
  1239. package/mac-agent/node_modules/nan/nan_persistent_pre_12_inl.h +0 -242
  1240. package/mac-agent/node_modules/nan/nan_private.h +0 -73
  1241. package/mac-agent/node_modules/nan/nan_scriptorigin.h +0 -95
  1242. package/mac-agent/node_modules/nan/nan_string_bytes.h +0 -305
  1243. package/mac-agent/node_modules/nan/nan_typedarray_contents.h +0 -96
  1244. package/mac-agent/node_modules/nan/nan_weak.h +0 -437
  1245. package/mac-agent/node_modules/nan/package.json +0 -38
  1246. package/mac-agent/node_modules/nan/tools/1to2.js +0 -412
  1247. package/mac-agent/node_modules/nan/tools/README.md +0 -14
  1248. package/mac-agent/node_modules/nan/tools/package.json +0 -19
  1249. package/mac-agent/node_modules/node-addon-api/.editorconfig +0 -8
  1250. package/mac-agent/node_modules/node-addon-api/.travis.yml +0 -65
  1251. package/mac-agent/node_modules/node-addon-api/CHANGELOG.md +0 -325
  1252. package/mac-agent/node_modules/node-addon-api/CODE_OF_CONDUCT.md +0 -4
  1253. package/mac-agent/node_modules/node-addon-api/CONTRIBUTING.md +0 -66
  1254. package/mac-agent/node_modules/node-addon-api/LICENSE.md +0 -13
  1255. package/mac-agent/node_modules/node-addon-api/README.md +0 -200
  1256. package/mac-agent/node_modules/node-addon-api/appveyor.yml +0 -48
  1257. package/mac-agent/node_modules/node-addon-api/doc/Doxyfile +0 -2450
  1258. package/mac-agent/node_modules/node-addon-api/doc/array_buffer.md +0 -129
  1259. package/mac-agent/node_modules/node-addon-api/doc/async_context.md +0 -76
  1260. package/mac-agent/node_modules/node-addon-api/doc/async_operations.md +0 -31
  1261. package/mac-agent/node_modules/node-addon-api/doc/async_worker.md +0 -397
  1262. package/mac-agent/node_modules/node-addon-api/doc/basic_types.md +0 -415
  1263. package/mac-agent/node_modules/node-addon-api/doc/bigint.md +0 -92
  1264. package/mac-agent/node_modules/node-addon-api/doc/boolean.md +0 -64
  1265. package/mac-agent/node_modules/node-addon-api/doc/buffer.md +0 -140
  1266. package/mac-agent/node_modules/node-addon-api/doc/callback_scope.md +0 -54
  1267. package/mac-agent/node_modules/node-addon-api/doc/callbackinfo.md +0 -97
  1268. package/mac-agent/node_modules/node-addon-api/doc/checker-tool.md +0 -32
  1269. package/mac-agent/node_modules/node-addon-api/doc/class_property_descriptor.md +0 -118
  1270. package/mac-agent/node_modules/node-addon-api/doc/cmake-js.md +0 -19
  1271. package/mac-agent/node_modules/node-addon-api/doc/conversion-tool.md +0 -28
  1272. package/mac-agent/node_modules/node-addon-api/doc/creating_a_release.md +0 -62
  1273. package/mac-agent/node_modules/node-addon-api/doc/dataview.md +0 -244
  1274. package/mac-agent/node_modules/node-addon-api/doc/env.md +0 -63
  1275. package/mac-agent/node_modules/node-addon-api/doc/error.md +0 -115
  1276. package/mac-agent/node_modules/node-addon-api/doc/error_handling.md +0 -186
  1277. package/mac-agent/node_modules/node-addon-api/doc/escapable_handle_scope.md +0 -82
  1278. package/mac-agent/node_modules/node-addon-api/doc/external.md +0 -59
  1279. package/mac-agent/node_modules/node-addon-api/doc/function.md +0 -294
  1280. package/mac-agent/node_modules/node-addon-api/doc/function_reference.md +0 -238
  1281. package/mac-agent/node_modules/node-addon-api/doc/generator.md +0 -13
  1282. package/mac-agent/node_modules/node-addon-api/doc/handle_scope.md +0 -65
  1283. package/mac-agent/node_modules/node-addon-api/doc/memory_management.md +0 -27
  1284. package/mac-agent/node_modules/node-addon-api/doc/node-gyp.md +0 -82
  1285. package/mac-agent/node_modules/node-addon-api/doc/number.md +0 -163
  1286. package/mac-agent/node_modules/node-addon-api/doc/object.md +0 -202
  1287. package/mac-agent/node_modules/node-addon-api/doc/object_lifetime_management.md +0 -83
  1288. package/mac-agent/node_modules/node-addon-api/doc/object_reference.md +0 -117
  1289. package/mac-agent/node_modules/node-addon-api/doc/object_wrap.md +0 -546
  1290. package/mac-agent/node_modules/node-addon-api/doc/prebuild_tools.md +0 -16
  1291. package/mac-agent/node_modules/node-addon-api/doc/promises.md +0 -74
  1292. package/mac-agent/node_modules/node-addon-api/doc/property_descriptor.md +0 -231
  1293. package/mac-agent/node_modules/node-addon-api/doc/range_error.md +0 -59
  1294. package/mac-agent/node_modules/node-addon-api/doc/reference.md +0 -111
  1295. package/mac-agent/node_modules/node-addon-api/doc/setup.md +0 -82
  1296. package/mac-agent/node_modules/node-addon-api/doc/string.md +0 -89
  1297. package/mac-agent/node_modules/node-addon-api/doc/symbol.md +0 -44
  1298. package/mac-agent/node_modules/node-addon-api/doc/threadsafe_function.md +0 -303
  1299. package/mac-agent/node_modules/node-addon-api/doc/type_error.md +0 -59
  1300. package/mac-agent/node_modules/node-addon-api/doc/typed_array.md +0 -74
  1301. package/mac-agent/node_modules/node-addon-api/doc/typed_array_of.md +0 -133
  1302. package/mac-agent/node_modules/node-addon-api/doc/value.md +0 -269
  1303. package/mac-agent/node_modules/node-addon-api/doc/version_management.md +0 -43
  1304. package/mac-agent/node_modules/node-addon-api/doc/working_with_javascript_values.md +0 -14
  1305. package/mac-agent/node_modules/node-addon-api/external-napi/node_api.h +0 -7
  1306. package/mac-agent/node_modules/node-addon-api/index.js +0 -45
  1307. package/mac-agent/node_modules/node-addon-api/napi-inl.deprecated.h +0 -192
  1308. package/mac-agent/node_modules/node-addon-api/napi-inl.h +0 -4097
  1309. package/mac-agent/node_modules/node-addon-api/napi.h +0 -2053
  1310. package/mac-agent/node_modules/node-addon-api/package.json +0 -79
  1311. package/mac-agent/node_modules/node-addon-api/src/node_api.cc +0 -3655
  1312. package/mac-agent/node_modules/node-addon-api/src/node_api.gyp +0 -21
  1313. package/mac-agent/node_modules/node-addon-api/src/node_api.h +0 -588
  1314. package/mac-agent/node_modules/node-addon-api/src/node_api_types.h +0 -115
  1315. package/mac-agent/node_modules/node-addon-api/src/node_internals.cc +0 -142
  1316. package/mac-agent/node_modules/node-addon-api/src/node_internals.h +0 -157
  1317. package/mac-agent/node_modules/node-addon-api/src/nothing.c +0 -0
  1318. package/mac-agent/node_modules/node-addon-api/src/util-inl.h +0 -38
  1319. package/mac-agent/node_modules/node-addon-api/src/util.h +0 -7
  1320. package/mac-agent/node_modules/node-addon-api/tools/README.md +0 -67
  1321. package/mac-agent/node_modules/node-addon-api/tools/check-napi.js +0 -100
  1322. package/mac-agent/node_modules/node-addon-api/tools/conversion.js +0 -313
  1323. package/mac-agent/node_modules/node-cmake/.jshintrc +0 -20
  1324. package/mac-agent/node_modules/node-cmake/LICENSE.txt +0 -15
  1325. package/mac-agent/node_modules/node-cmake/NodeJS.cmake +0 -637
  1326. package/mac-agent/node_modules/node-cmake/README.md +0 -93
  1327. package/mac-agent/node_modules/node-cmake/docs/Nan.md +0 -9
  1328. package/mac-agent/node_modules/node-cmake/docs/NcmakeManual.md +0 -83
  1329. package/mac-agent/node_modules/node-cmake/docs/NodeJSCmakeManual.md +0 -107
  1330. package/mac-agent/node_modules/node-cmake/example/CMakeLists.txt +0 -8
  1331. package/mac-agent/node_modules/node-cmake/example/README.md +0 -28
  1332. package/mac-agent/node_modules/node-cmake/example/index.js +0 -2
  1333. package/mac-agent/node_modules/node-cmake/example/package.json +0 -20
  1334. package/mac-agent/node_modules/node-cmake/example/src/hello.cc +0 -16
  1335. package/mac-agent/node_modules/node-cmake/index.js +0 -44
  1336. package/mac-agent/node_modules/node-cmake/lib/embed.js +0 -17
  1337. package/mac-agent/node_modules/node-cmake/lib/ncmake.js +0 -284
  1338. package/mac-agent/node_modules/node-cmake/package.json +0 -34
  1339. package/mac-agent/node_modules/node-cmake/src/win_delay_load_hook.c +0 -68
  1340. package/mac-agent/node_modules/node-fetch/LICENSE.md +0 -22
  1341. package/mac-agent/node_modules/node-fetch/README.md +0 -634
  1342. package/mac-agent/node_modules/node-fetch/browser.js +0 -25
  1343. package/mac-agent/node_modules/node-fetch/lib/index.es.js +0 -1777
  1344. package/mac-agent/node_modules/node-fetch/lib/index.js +0 -1787
  1345. package/mac-agent/node_modules/node-fetch/lib/index.mjs +0 -1775
  1346. package/mac-agent/node_modules/node-fetch/package.json +0 -89
  1347. package/mac-agent/node_modules/node-pty/LICENSE +0 -69
  1348. package/mac-agent/node_modules/node-pty/README.md +0 -163
  1349. package/mac-agent/node_modules/node-pty/binding.gyp +0 -117
  1350. package/mac-agent/node_modules/node-pty/build/Makefile +0 -352
  1351. package/mac-agent/node_modules/node-pty/build/Release/pty.node +0 -0
  1352. package/mac-agent/node_modules/node-pty/build/Release/spawn-helper +0 -0
  1353. package/mac-agent/node_modules/node-pty/build/binding.Makefile +0 -6
  1354. package/mac-agent/node_modules/node-pty/build/gyp-mac-tool +0 -768
  1355. package/mac-agent/node_modules/node-pty/build/pty.target.mk +0 -183
  1356. package/mac-agent/node_modules/node-pty/build/spawn-helper.target.mk +0 -172
  1357. package/mac-agent/node_modules/node-pty/deps/.editorconfig +0 -2
  1358. package/mac-agent/node_modules/node-pty/deps/winpty/.drone.yml +0 -17
  1359. package/mac-agent/node_modules/node-pty/deps/winpty/.gitattributes +0 -19
  1360. package/mac-agent/node_modules/node-pty/deps/winpty/LICENSE +0 -21
  1361. package/mac-agent/node_modules/node-pty/deps/winpty/Makefile +0 -166
  1362. package/mac-agent/node_modules/node-pty/deps/winpty/README.md +0 -151
  1363. package/mac-agent/node_modules/node-pty/deps/winpty/RELEASES.md +0 -280
  1364. package/mac-agent/node_modules/node-pty/deps/winpty/VERSION.txt +0 -1
  1365. package/mac-agent/node_modules/node-pty/deps/winpty/configure +0 -167
  1366. package/mac-agent/node_modules/node-pty/deps/winpty/misc/BufferResizeTests.cc +0 -90
  1367. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ChangeScreenBuffer.cc +0 -53
  1368. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ClearConsole.cc +0 -72
  1369. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ConinMode.cc +0 -117
  1370. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ConinMode.ps1 +0 -116
  1371. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ConoutMode.cc +0 -113
  1372. package/mac-agent/node_modules/node-pty/deps/winpty/misc/DebugClient.py +0 -42
  1373. package/mac-agent/node_modules/node-pty/deps/winpty/misc/DebugServer.py +0 -63
  1374. package/mac-agent/node_modules/node-pty/deps/winpty/misc/DumpLines.py +0 -5
  1375. package/mac-agent/node_modules/node-pty/deps/winpty/misc/EnableExtendedFlags.txt +0 -46
  1376. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP437-Consolas.txt +0 -528
  1377. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP437-Lucida.txt +0 -633
  1378. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP932.txt +0 -630
  1379. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP936.txt +0 -630
  1380. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP949.txt +0 -630
  1381. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP950.txt +0 -630
  1382. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/MinimumWindowWidths.txt +0 -16
  1383. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/Results.txt +0 -4
  1384. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/Windows10SetFontBugginess.txt +0 -144
  1385. package/mac-agent/node_modules/node-pty/deps/winpty/misc/FontSurvey.cc +0 -100
  1386. package/mac-agent/node_modules/node-pty/deps/winpty/misc/FormatChar.h +0 -21
  1387. package/mac-agent/node_modules/node-pty/deps/winpty/misc/FreezePerfTest.cc +0 -62
  1388. package/mac-agent/node_modules/node-pty/deps/winpty/misc/GetCh.cc +0 -20
  1389. package/mac-agent/node_modules/node-pty/deps/winpty/misc/GetConsolePos.cc +0 -41
  1390. package/mac-agent/node_modules/node-pty/deps/winpty/misc/GetFont.cc +0 -261
  1391. package/mac-agent/node_modules/node-pty/deps/winpty/misc/IdentifyConsoleWindow.ps1 +0 -51
  1392. package/mac-agent/node_modules/node-pty/deps/winpty/misc/IsNewConsole.cc +0 -87
  1393. package/mac-agent/node_modules/node-pty/deps/winpty/misc/MouseInputNotes.txt +0 -90
  1394. package/mac-agent/node_modules/node-pty/deps/winpty/misc/MoveConsoleWindow.cc +0 -34
  1395. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Notes.txt +0 -219
  1396. package/mac-agent/node_modules/node-pty/deps/winpty/misc/OSVersion.cc +0 -27
  1397. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ScreenBufferFreezeInactive.cc +0 -101
  1398. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ScreenBufferTest.cc +0 -671
  1399. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ScreenBufferTest2.cc +0 -151
  1400. package/mac-agent/node_modules/node-pty/deps/winpty/misc/SelectAllTest.cc +0 -45
  1401. package/mac-agent/node_modules/node-pty/deps/winpty/misc/SetBufferSize.cc +0 -32
  1402. package/mac-agent/node_modules/node-pty/deps/winpty/misc/SetCursorPos.cc +0 -10
  1403. package/mac-agent/node_modules/node-pty/deps/winpty/misc/SetFont.cc +0 -145
  1404. package/mac-agent/node_modules/node-pty/deps/winpty/misc/SetWindowRect.cc +0 -36
  1405. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ShowArgv.cc +0 -12
  1406. package/mac-agent/node_modules/node-pty/deps/winpty/misc/ShowConsoleInput.cc +0 -40
  1407. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Spew.py +0 -5
  1408. package/mac-agent/node_modules/node-pty/deps/winpty/misc/TestUtil.cc +0 -172
  1409. package/mac-agent/node_modules/node-pty/deps/winpty/misc/UnicodeDoubleWidthTest.cc +0 -102
  1410. package/mac-agent/node_modules/node-pty/deps/winpty/misc/UnicodeWideTest1.cc +0 -246
  1411. package/mac-agent/node_modules/node-pty/deps/winpty/misc/UnicodeWideTest2.cc +0 -130
  1412. package/mac-agent/node_modules/node-pty/deps/winpty/misc/UnixEcho.cc +0 -89
  1413. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Utf16Echo.cc +0 -46
  1414. package/mac-agent/node_modules/node-pty/deps/winpty/misc/VeryLargeRead.cc +0 -122
  1415. package/mac-agent/node_modules/node-pty/deps/winpty/misc/VkEscapeTest.cc +0 -56
  1416. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win10ResizeWhileFrozen.cc +0 -52
  1417. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win10WrapTest1.cc +0 -57
  1418. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win10WrapTest2.cc +0 -30
  1419. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Echo1.cc +0 -26
  1420. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Echo2.cc +0 -19
  1421. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Test1.cc +0 -46
  1422. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Test2.cc +0 -70
  1423. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Test3.cc +0 -78
  1424. package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Write1.cc +0 -44
  1425. package/mac-agent/node_modules/node-pty/deps/winpty/misc/WindowsBugCrashReader.cc +0 -27
  1426. package/mac-agent/node_modules/node-pty/deps/winpty/misc/WriteConsole.cc +0 -106
  1427. package/mac-agent/node_modules/node-pty/deps/winpty/misc/build32.sh +0 -9
  1428. package/mac-agent/node_modules/node-pty/deps/winpty/misc/build64.sh +0 -9
  1429. package/mac-agent/node_modules/node-pty/deps/winpty/misc/color-test.sh +0 -212
  1430. package/mac-agent/node_modules/node-pty/deps/winpty/misc/font-notes.txt +0 -300
  1431. package/mac-agent/node_modules/node-pty/deps/winpty/misc/winbug-15048.cc +0 -201
  1432. package/mac-agent/node_modules/node-pty/deps/winpty/ship/build-pty4j-libpty.bat +0 -36
  1433. package/mac-agent/node_modules/node-pty/deps/winpty/ship/common_ship.py +0 -53
  1434. package/mac-agent/node_modules/node-pty/deps/winpty/ship/make_msvc_package.py +0 -165
  1435. package/mac-agent/node_modules/node-pty/deps/winpty/ship/ship.py +0 -108
  1436. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Agent.cc +0 -605
  1437. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Agent.h +0 -103
  1438. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/AgentCreateDesktop.cc +0 -84
  1439. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/AgentCreateDesktop.h +0 -28
  1440. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleFont.cc +0 -632
  1441. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleFont.h +0 -28
  1442. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleInput.cc +0 -852
  1443. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleInput.h +0 -109
  1444. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleInputReencoding.cc +0 -121
  1445. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleInputReencoding.h +0 -36
  1446. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleLine.cc +0 -152
  1447. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleLine.h +0 -41
  1448. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Coord.h +0 -87
  1449. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DebugShowInput.cc +0 -239
  1450. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DebugShowInput.h +0 -32
  1451. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DefaultInputMap.cc +0 -422
  1452. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DefaultInputMap.h +0 -28
  1453. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DsrSender.h +0 -30
  1454. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/EventLoop.cc +0 -99
  1455. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/EventLoop.h +0 -47
  1456. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/InputMap.cc +0 -246
  1457. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/InputMap.h +0 -114
  1458. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/LargeConsoleRead.cc +0 -71
  1459. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/LargeConsoleRead.h +0 -68
  1460. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/NamedPipe.cc +0 -378
  1461. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/NamedPipe.h +0 -125
  1462. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Scraper.cc +0 -699
  1463. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Scraper.h +0 -103
  1464. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/SimplePool.h +0 -75
  1465. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/SmallRect.h +0 -143
  1466. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Terminal.cc +0 -535
  1467. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Terminal.h +0 -69
  1468. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/UnicodeEncoding.h +0 -157
  1469. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/UnicodeEncodingTest.cc +0 -189
  1470. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Win32Console.cc +0 -107
  1471. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Win32Console.h +0 -67
  1472. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Win32ConsoleBuffer.cc +0 -193
  1473. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Win32ConsoleBuffer.h +0 -99
  1474. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/main.cc +0 -114
  1475. package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/subdir.mk +0 -61
  1476. package/mac-agent/node_modules/node-pty/deps/winpty/src/configurations.gypi +0 -60
  1477. package/mac-agent/node_modules/node-pty/deps/winpty/src/debugserver/DebugServer.cc +0 -117
  1478. package/mac-agent/node_modules/node-pty/deps/winpty/src/debugserver/subdir.mk +0 -41
  1479. package/mac-agent/node_modules/node-pty/deps/winpty/src/include/winpty.h +0 -242
  1480. package/mac-agent/node_modules/node-pty/deps/winpty/src/include/winpty_constants.h +0 -131
  1481. package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/AgentLocation.cc +0 -75
  1482. package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/AgentLocation.h +0 -28
  1483. package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/LibWinptyException.h +0 -54
  1484. package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/WinptyInternal.h +0 -72
  1485. package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/subdir.mk +0 -46
  1486. package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/winpty.cc +0 -970
  1487. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/AgentMsg.h +0 -38
  1488. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/BackgroundDesktop.cc +0 -122
  1489. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/BackgroundDesktop.h +0 -73
  1490. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/Buffer.cc +0 -103
  1491. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/Buffer.h +0 -102
  1492. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/DebugClient.cc +0 -187
  1493. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/DebugClient.h +0 -38
  1494. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/GenRandom.cc +0 -138
  1495. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/GenRandom.h +0 -55
  1496. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/GetCommitHash.bat +0 -13
  1497. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/Mutex.h +0 -54
  1498. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/OsModule.h +0 -63
  1499. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/OwnedHandle.cc +0 -36
  1500. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/OwnedHandle.h +0 -45
  1501. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/PrecompiledHeader.h +0 -43
  1502. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/StringBuilder.h +0 -227
  1503. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/StringBuilderTest.cc +0 -114
  1504. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/StringUtil.cc +0 -55
  1505. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/StringUtil.h +0 -80
  1506. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/TimeMeasurement.h +0 -63
  1507. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/UnixCtrlChars.h +0 -45
  1508. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/UpdateGenVersion.bat +0 -20
  1509. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WindowsSecurity.cc +0 -460
  1510. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WindowsSecurity.h +0 -104
  1511. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WindowsVersion.cc +0 -252
  1512. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WindowsVersion.h +0 -29
  1513. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyAssert.cc +0 -55
  1514. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyAssert.h +0 -64
  1515. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyException.cc +0 -57
  1516. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyException.h +0 -43
  1517. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyVersion.cc +0 -42
  1518. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyVersion.h +0 -27
  1519. package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/winpty_snprintf.h +0 -99
  1520. package/mac-agent/node_modules/node-pty/deps/winpty/src/subdir.mk +0 -5
  1521. package/mac-agent/node_modules/node-pty/deps/winpty/src/tests/subdir.mk +0 -28
  1522. package/mac-agent/node_modules/node-pty/deps/winpty/src/tests/trivial_test.cc +0 -158
  1523. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/InputHandler.cc +0 -114
  1524. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/InputHandler.h +0 -56
  1525. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/OutputHandler.cc +0 -80
  1526. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/OutputHandler.h +0 -53
  1527. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/Util.cc +0 -86
  1528. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/Util.h +0 -31
  1529. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/WakeupFd.cc +0 -70
  1530. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/WakeupFd.h +0 -42
  1531. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/main.cc +0 -729
  1532. package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/subdir.mk +0 -41
  1533. package/mac-agent/node_modules/node-pty/deps/winpty/src/winpty.gyp +0 -206
  1534. package/mac-agent/node_modules/node-pty/deps/winpty/vcbuild.bat +0 -83
  1535. package/mac-agent/node_modules/node-pty/lib/conpty_console_list_agent.js +0 -20
  1536. package/mac-agent/node_modules/node-pty/lib/conpty_console_list_agent.js.map +0 -1
  1537. package/mac-agent/node_modules/node-pty/lib/eventEmitter2.js +0 -47
  1538. package/mac-agent/node_modules/node-pty/lib/eventEmitter2.js.map +0 -1
  1539. package/mac-agent/node_modules/node-pty/lib/eventEmitter2.test.js +0 -30
  1540. package/mac-agent/node_modules/node-pty/lib/eventEmitter2.test.js.map +0 -1
  1541. package/mac-agent/node_modules/node-pty/lib/index.js +0 -51
  1542. package/mac-agent/node_modules/node-pty/lib/index.js.map +0 -1
  1543. package/mac-agent/node_modules/node-pty/lib/interfaces.js +0 -7
  1544. package/mac-agent/node_modules/node-pty/lib/interfaces.js.map +0 -1
  1545. package/mac-agent/node_modules/node-pty/lib/shared/conout.js +0 -11
  1546. package/mac-agent/node_modules/node-pty/lib/shared/conout.js.map +0 -1
  1547. package/mac-agent/node_modules/node-pty/lib/terminal.js +0 -190
  1548. package/mac-agent/node_modules/node-pty/lib/terminal.js.map +0 -1
  1549. package/mac-agent/node_modules/node-pty/lib/terminal.test.js +0 -139
  1550. package/mac-agent/node_modules/node-pty/lib/terminal.test.js.map +0 -1
  1551. package/mac-agent/node_modules/node-pty/lib/testUtils.test.js +0 -28
  1552. package/mac-agent/node_modules/node-pty/lib/testUtils.test.js.map +0 -1
  1553. package/mac-agent/node_modules/node-pty/lib/types.js +0 -7
  1554. package/mac-agent/node_modules/node-pty/lib/types.js.map +0 -1
  1555. package/mac-agent/node_modules/node-pty/lib/unixTerminal.js +0 -304
  1556. package/mac-agent/node_modules/node-pty/lib/unixTerminal.js.map +0 -1
  1557. package/mac-agent/node_modules/node-pty/lib/unixTerminal.test.js +0 -330
  1558. package/mac-agent/node_modules/node-pty/lib/unixTerminal.test.js.map +0 -1
  1559. package/mac-agent/node_modules/node-pty/lib/utils.js +0 -17
  1560. package/mac-agent/node_modules/node-pty/lib/utils.js.map +0 -1
  1561. package/mac-agent/node_modules/node-pty/lib/windowsConoutConnection.js +0 -122
  1562. package/mac-agent/node_modules/node-pty/lib/windowsConoutConnection.js.map +0 -1
  1563. package/mac-agent/node_modules/node-pty/lib/windowsPtyAgent.js +0 -324
  1564. package/mac-agent/node_modules/node-pty/lib/windowsPtyAgent.js.map +0 -1
  1565. package/mac-agent/node_modules/node-pty/lib/windowsPtyAgent.test.js +0 -90
  1566. package/mac-agent/node_modules/node-pty/lib/windowsPtyAgent.test.js.map +0 -1
  1567. package/mac-agent/node_modules/node-pty/lib/windowsTerminal.js +0 -201
  1568. package/mac-agent/node_modules/node-pty/lib/windowsTerminal.js.map +0 -1
  1569. package/mac-agent/node_modules/node-pty/lib/windowsTerminal.test.js +0 -203
  1570. package/mac-agent/node_modules/node-pty/lib/windowsTerminal.test.js.map +0 -1
  1571. package/mac-agent/node_modules/node-pty/lib/worker/conoutSocketWorker.js +0 -22
  1572. package/mac-agent/node_modules/node-pty/lib/worker/conoutSocketWorker.js.map +0 -1
  1573. package/mac-agent/node_modules/node-pty/package.json +0 -59
  1574. package/mac-agent/node_modules/node-pty/scripts/post-install.js +0 -42
  1575. package/mac-agent/node_modules/node-pty/scripts/publish.js +0 -62
  1576. package/mac-agent/node_modules/node-pty/src/conpty_console_list_agent.ts +0 -19
  1577. package/mac-agent/node_modules/node-pty/src/eventEmitter2.test.ts +0 -30
  1578. package/mac-agent/node_modules/node-pty/src/eventEmitter2.ts +0 -48
  1579. package/mac-agent/node_modules/node-pty/src/index.ts +0 -51
  1580. package/mac-agent/node_modules/node-pty/src/interfaces.ts +0 -129
  1581. package/mac-agent/node_modules/node-pty/src/native.d.ts +0 -56
  1582. package/mac-agent/node_modules/node-pty/src/shared/conout.ts +0 -15
  1583. package/mac-agent/node_modules/node-pty/src/terminal.test.ts +0 -119
  1584. package/mac-agent/node_modules/node-pty/src/terminal.ts +0 -211
  1585. package/mac-agent/node_modules/node-pty/src/testUtils.test.ts +0 -23
  1586. package/mac-agent/node_modules/node-pty/src/tsconfig.json +0 -22
  1587. package/mac-agent/node_modules/node-pty/src/types.ts +0 -15
  1588. package/mac-agent/node_modules/node-pty/src/unix/pty.cc +0 -826
  1589. package/mac-agent/node_modules/node-pty/src/unix/spawn-helper.cc +0 -23
  1590. package/mac-agent/node_modules/node-pty/src/unixTerminal.test.ts +0 -335
  1591. package/mac-agent/node_modules/node-pty/src/unixTerminal.ts +0 -320
  1592. package/mac-agent/node_modules/node-pty/src/utils.ts +0 -9
  1593. package/mac-agent/node_modules/node-pty/src/win/conpty.cc +0 -498
  1594. package/mac-agent/node_modules/node-pty/src/win/conpty_console_list.cc +0 -43
  1595. package/mac-agent/node_modules/node-pty/src/win/path_util.cc +0 -73
  1596. package/mac-agent/node_modules/node-pty/src/win/path_util.h +0 -22
  1597. package/mac-agent/node_modules/node-pty/src/win/winpty.cc +0 -312
  1598. package/mac-agent/node_modules/node-pty/src/windowsConoutConnection.ts +0 -79
  1599. package/mac-agent/node_modules/node-pty/src/windowsPtyAgent.test.ts +0 -94
  1600. package/mac-agent/node_modules/node-pty/src/windowsPtyAgent.ts +0 -323
  1601. package/mac-agent/node_modules/node-pty/src/windowsTerminal.test.ts +0 -214
  1602. package/mac-agent/node_modules/node-pty/src/windowsTerminal.ts +0 -208
  1603. package/mac-agent/node_modules/node-pty/src/worker/conoutSocketWorker.ts +0 -22
  1604. package/mac-agent/node_modules/node-pty/typings/node-pty.d.ts +0 -203
  1605. package/mac-agent/node_modules/nodemon/.prettierrc.json +0 -3
  1606. package/mac-agent/node_modules/nodemon/LICENSE +0 -21
  1607. package/mac-agent/node_modules/nodemon/README.md +0 -441
  1608. package/mac-agent/node_modules/nodemon/bin/nodemon.js +0 -16
  1609. package/mac-agent/node_modules/nodemon/bin/windows-kill.exe +0 -0
  1610. package/mac-agent/node_modules/nodemon/doc/cli/authors.txt +0 -8
  1611. package/mac-agent/node_modules/nodemon/doc/cli/config.txt +0 -44
  1612. package/mac-agent/node_modules/nodemon/doc/cli/help.txt +0 -29
  1613. package/mac-agent/node_modules/nodemon/doc/cli/logo.txt +0 -20
  1614. package/mac-agent/node_modules/nodemon/doc/cli/options.txt +0 -36
  1615. package/mac-agent/node_modules/nodemon/doc/cli/topics.txt +0 -8
  1616. package/mac-agent/node_modules/nodemon/doc/cli/usage.txt +0 -3
  1617. package/mac-agent/node_modules/nodemon/doc/cli/whoami.txt +0 -9
  1618. package/mac-agent/node_modules/nodemon/index.d.ts +0 -125
  1619. package/mac-agent/node_modules/nodemon/jsconfig.json +0 -7
  1620. package/mac-agent/node_modules/nodemon/lib/cli/index.js +0 -49
  1621. package/mac-agent/node_modules/nodemon/lib/cli/parse.js +0 -230
  1622. package/mac-agent/node_modules/nodemon/lib/config/command.js +0 -43
  1623. package/mac-agent/node_modules/nodemon/lib/config/defaults.js +0 -34
  1624. package/mac-agent/node_modules/nodemon/lib/config/exec.js +0 -234
  1625. package/mac-agent/node_modules/nodemon/lib/config/index.js +0 -93
  1626. package/mac-agent/node_modules/nodemon/lib/config/load.js +0 -225
  1627. package/mac-agent/node_modules/nodemon/lib/help/index.js +0 -27
  1628. package/mac-agent/node_modules/nodemon/lib/index.js +0 -1
  1629. package/mac-agent/node_modules/nodemon/lib/monitor/index.js +0 -4
  1630. package/mac-agent/node_modules/nodemon/lib/monitor/match.js +0 -287
  1631. package/mac-agent/node_modules/nodemon/lib/monitor/run.js +0 -562
  1632. package/mac-agent/node_modules/nodemon/lib/monitor/signals.js +0 -34
  1633. package/mac-agent/node_modules/nodemon/lib/monitor/watch.js +0 -244
  1634. package/mac-agent/node_modules/nodemon/lib/nodemon.js +0 -317
  1635. package/mac-agent/node_modules/nodemon/lib/rules/add.js +0 -89
  1636. package/mac-agent/node_modules/nodemon/lib/rules/index.js +0 -53
  1637. package/mac-agent/node_modules/nodemon/lib/rules/parse.js +0 -43
  1638. package/mac-agent/node_modules/nodemon/lib/spawn.js +0 -74
  1639. package/mac-agent/node_modules/nodemon/lib/utils/bus.js +0 -44
  1640. package/mac-agent/node_modules/nodemon/lib/utils/clone.js +0 -40
  1641. package/mac-agent/node_modules/nodemon/lib/utils/colour.js +0 -26
  1642. package/mac-agent/node_modules/nodemon/lib/utils/index.js +0 -103
  1643. package/mac-agent/node_modules/nodemon/lib/utils/log.js +0 -82
  1644. package/mac-agent/node_modules/nodemon/lib/utils/merge.js +0 -47
  1645. package/mac-agent/node_modules/nodemon/lib/version.js +0 -100
  1646. package/mac-agent/node_modules/nodemon/package.json +0 -75
  1647. package/mac-agent/node_modules/nopt/CHANGELOG.md +0 -58
  1648. package/mac-agent/node_modules/nopt/LICENSE +0 -15
  1649. package/mac-agent/node_modules/nopt/README.md +0 -213
  1650. package/mac-agent/node_modules/nopt/bin/nopt.js +0 -54
  1651. package/mac-agent/node_modules/nopt/lib/nopt.js +0 -441
  1652. package/mac-agent/node_modules/nopt/package.json +0 -34
  1653. package/mac-agent/node_modules/normalize-package-data/AUTHORS +0 -4
  1654. package/mac-agent/node_modules/normalize-package-data/LICENSE +0 -30
  1655. package/mac-agent/node_modules/normalize-package-data/README.md +0 -106
  1656. package/mac-agent/node_modules/normalize-package-data/lib/extract_description.js +0 -14
  1657. package/mac-agent/node_modules/normalize-package-data/lib/fixer.js +0 -418
  1658. package/mac-agent/node_modules/normalize-package-data/lib/make_warning.js +0 -23
  1659. package/mac-agent/node_modules/normalize-package-data/lib/normalize.js +0 -39
  1660. package/mac-agent/node_modules/normalize-package-data/lib/safe_format.js +0 -9
  1661. package/mac-agent/node_modules/normalize-package-data/lib/typos.json +0 -25
  1662. package/mac-agent/node_modules/normalize-package-data/lib/warning_messages.json +0 -30
  1663. package/mac-agent/node_modules/normalize-package-data/node_modules/semver/LICENSE +0 -15
  1664. package/mac-agent/node_modules/normalize-package-data/node_modules/semver/README.md +0 -412
  1665. package/mac-agent/node_modules/normalize-package-data/node_modules/semver/bin/semver +0 -160
  1666. package/mac-agent/node_modules/normalize-package-data/node_modules/semver/package.json +0 -38
  1667. package/mac-agent/node_modules/normalize-package-data/node_modules/semver/range.bnf +0 -16
  1668. package/mac-agent/node_modules/normalize-package-data/node_modules/semver/semver.js +0 -1525
  1669. package/mac-agent/node_modules/normalize-package-data/package.json +0 -31
  1670. package/mac-agent/node_modules/normalize-path/LICENSE +0 -21
  1671. package/mac-agent/node_modules/normalize-path/README.md +0 -127
  1672. package/mac-agent/node_modules/normalize-path/index.js +0 -35
  1673. package/mac-agent/node_modules/normalize-path/package.json +0 -77
  1674. package/mac-agent/node_modules/npmlog/LICENSE +0 -15
  1675. package/mac-agent/node_modules/npmlog/README.md +0 -216
  1676. package/mac-agent/node_modules/npmlog/log.js +0 -403
  1677. package/mac-agent/node_modules/npmlog/package.json +0 -33
  1678. package/mac-agent/node_modules/number-is-nan/index.js +0 -4
  1679. package/mac-agent/node_modules/number-is-nan/license +0 -21
  1680. package/mac-agent/node_modules/number-is-nan/package.json +0 -35
  1681. package/mac-agent/node_modules/number-is-nan/readme.md +0 -28
  1682. package/mac-agent/node_modules/object-assign/index.js +0 -90
  1683. package/mac-agent/node_modules/object-assign/license +0 -21
  1684. package/mac-agent/node_modules/object-assign/package.json +0 -42
  1685. package/mac-agent/node_modules/object-assign/readme.md +0 -61
  1686. package/mac-agent/node_modules/object-keys/.editorconfig +0 -13
  1687. package/mac-agent/node_modules/object-keys/.eslintrc +0 -17
  1688. package/mac-agent/node_modules/object-keys/.travis.yml +0 -277
  1689. package/mac-agent/node_modules/object-keys/CHANGELOG.md +0 -232
  1690. package/mac-agent/node_modules/object-keys/LICENSE +0 -21
  1691. package/mac-agent/node_modules/object-keys/README.md +0 -76
  1692. package/mac-agent/node_modules/object-keys/implementation.js +0 -122
  1693. package/mac-agent/node_modules/object-keys/index.js +0 -32
  1694. package/mac-agent/node_modules/object-keys/isArguments.js +0 -17
  1695. package/mac-agent/node_modules/object-keys/package.json +0 -88
  1696. package/mac-agent/node_modules/object-keys/test/index.js +0 -5
  1697. package/mac-agent/node_modules/object.assign/.editorconfig +0 -20
  1698. package/mac-agent/node_modules/object.assign/.eslintrc +0 -28
  1699. package/mac-agent/node_modules/object.assign/.github/FUNDING.yml +0 -12
  1700. package/mac-agent/node_modules/object.assign/.nycrc +0 -9
  1701. package/mac-agent/node_modules/object.assign/CHANGELOG.md +0 -246
  1702. package/mac-agent/node_modules/object.assign/LICENSE +0 -21
  1703. package/mac-agent/node_modules/object.assign/README.md +0 -136
  1704. package/mac-agent/node_modules/object.assign/auto.js +0 -3
  1705. package/mac-agent/node_modules/object.assign/dist/browser.js +0 -1304
  1706. package/mac-agent/node_modules/object.assign/hasSymbols.js +0 -43
  1707. package/mac-agent/node_modules/object.assign/implementation.js +0 -46
  1708. package/mac-agent/node_modules/object.assign/index.js +0 -22
  1709. package/mac-agent/node_modules/object.assign/package.json +0 -96
  1710. package/mac-agent/node_modules/object.assign/polyfill.js +0 -55
  1711. package/mac-agent/node_modules/object.assign/shim.js +0 -14
  1712. package/mac-agent/node_modules/object.assign/test/implementation.js +0 -19
  1713. package/mac-agent/node_modules/object.assign/test/index.js +0 -17
  1714. package/mac-agent/node_modules/object.assign/test/native.js +0 -49
  1715. package/mac-agent/node_modules/object.assign/test/ses-compat.js +0 -12
  1716. package/mac-agent/node_modules/object.assign/test/shimmed.js +0 -52
  1717. package/mac-agent/node_modules/object.assign/test/tests.js +0 -232
  1718. package/mac-agent/node_modules/once/LICENSE +0 -15
  1719. package/mac-agent/node_modules/once/README.md +0 -79
  1720. package/mac-agent/node_modules/once/once.js +0 -42
  1721. package/mac-agent/node_modules/once/package.json +0 -33
  1722. package/mac-agent/node_modules/one-time/LICENSE +0 -22
  1723. package/mac-agent/node_modules/one-time/README.md +0 -88
  1724. package/mac-agent/node_modules/one-time/async.js +0 -43
  1725. package/mac-agent/node_modules/one-time/index.js +0 -42
  1726. package/mac-agent/node_modules/one-time/package.json +0 -34
  1727. package/mac-agent/node_modules/os-locale/index.js +0 -127
  1728. package/mac-agent/node_modules/os-locale/license +0 -21
  1729. package/mac-agent/node_modules/os-locale/package.json +0 -43
  1730. package/mac-agent/node_modules/os-locale/readme.md +0 -47
  1731. package/mac-agent/node_modules/parse-json/index.js +0 -35
  1732. package/mac-agent/node_modules/parse-json/license +0 -21
  1733. package/mac-agent/node_modules/parse-json/package.json +0 -46
  1734. package/mac-agent/node_modules/parse-json/readme.md +0 -83
  1735. package/mac-agent/node_modules/parse-json/vendor/parse.js +0 -752
  1736. package/mac-agent/node_modules/parse-json/vendor/unicode.js +0 -71
  1737. package/mac-agent/node_modules/path-exists/index.js +0 -24
  1738. package/mac-agent/node_modules/path-exists/license +0 -21
  1739. package/mac-agent/node_modules/path-exists/package.json +0 -40
  1740. package/mac-agent/node_modules/path-exists/readme.md +0 -45
  1741. package/mac-agent/node_modules/path-is-absolute/index.js +0 -20
  1742. package/mac-agent/node_modules/path-is-absolute/license +0 -21
  1743. package/mac-agent/node_modules/path-is-absolute/package.json +0 -43
  1744. package/mac-agent/node_modules/path-is-absolute/readme.md +0 -59
  1745. package/mac-agent/node_modules/path-parse/LICENSE +0 -21
  1746. package/mac-agent/node_modules/path-parse/README.md +0 -42
  1747. package/mac-agent/node_modules/path-parse/index.js +0 -75
  1748. package/mac-agent/node_modules/path-parse/package.json +0 -33
  1749. package/mac-agent/node_modules/path-type/index.js +0 -29
  1750. package/mac-agent/node_modules/path-type/license +0 -21
  1751. package/mac-agent/node_modules/path-type/package.json +0 -52
  1752. package/mac-agent/node_modules/path-type/readme.md +0 -42
  1753. package/mac-agent/node_modules/picomatch/CHANGELOG.md +0 -136
  1754. package/mac-agent/node_modules/picomatch/LICENSE +0 -21
  1755. package/mac-agent/node_modules/picomatch/README.md +0 -708
  1756. package/mac-agent/node_modules/picomatch/index.js +0 -3
  1757. package/mac-agent/node_modules/picomatch/lib/constants.js +0 -179
  1758. package/mac-agent/node_modules/picomatch/lib/parse.js +0 -1091
  1759. package/mac-agent/node_modules/picomatch/lib/picomatch.js +0 -342
  1760. package/mac-agent/node_modules/picomatch/lib/scan.js +0 -391
  1761. package/mac-agent/node_modules/picomatch/lib/utils.js +0 -64
  1762. package/mac-agent/node_modules/picomatch/package.json +0 -81
  1763. package/mac-agent/node_modules/pify/index.js +0 -68
  1764. package/mac-agent/node_modules/pify/license +0 -21
  1765. package/mac-agent/node_modules/pify/package.json +0 -48
  1766. package/mac-agent/node_modules/pify/readme.md +0 -119
  1767. package/mac-agent/node_modules/pinkie/index.js +0 -292
  1768. package/mac-agent/node_modules/pinkie/license +0 -21
  1769. package/mac-agent/node_modules/pinkie/package.json +0 -36
  1770. package/mac-agent/node_modules/pinkie/readme.md +0 -83
  1771. package/mac-agent/node_modules/pinkie-promise/index.js +0 -3
  1772. package/mac-agent/node_modules/pinkie-promise/license +0 -21
  1773. package/mac-agent/node_modules/pinkie-promise/package.json +0 -35
  1774. package/mac-agent/node_modules/pinkie-promise/readme.md +0 -28
  1775. package/mac-agent/node_modules/proxy-from-env/.eslintrc +0 -29
  1776. package/mac-agent/node_modules/proxy-from-env/.travis.yml +0 -10
  1777. package/mac-agent/node_modules/proxy-from-env/LICENSE +0 -20
  1778. package/mac-agent/node_modules/proxy-from-env/README.md +0 -131
  1779. package/mac-agent/node_modules/proxy-from-env/index.js +0 -108
  1780. package/mac-agent/node_modules/proxy-from-env/package.json +0 -34
  1781. package/mac-agent/node_modules/proxy-from-env/test.js +0 -483
  1782. package/mac-agent/node_modules/pstree.remy/.travis.yml +0 -8
  1783. package/mac-agent/node_modules/pstree.remy/LICENSE +0 -7
  1784. package/mac-agent/node_modules/pstree.remy/README.md +0 -26
  1785. package/mac-agent/node_modules/pstree.remy/lib/index.js +0 -37
  1786. package/mac-agent/node_modules/pstree.remy/lib/tree.js +0 -37
  1787. package/mac-agent/node_modules/pstree.remy/lib/utils.js +0 -53
  1788. package/mac-agent/node_modules/pstree.remy/package.json +0 -33
  1789. package/mac-agent/node_modules/pstree.remy/tests/fixtures/index.js +0 -13
  1790. package/mac-agent/node_modules/pstree.remy/tests/fixtures/out1 +0 -10
  1791. package/mac-agent/node_modules/pstree.remy/tests/fixtures/out2 +0 -29
  1792. package/mac-agent/node_modules/pstree.remy/tests/index.test.js +0 -51
  1793. package/mac-agent/node_modules/read-pkg/index.js +0 -48
  1794. package/mac-agent/node_modules/read-pkg/license +0 -21
  1795. package/mac-agent/node_modules/read-pkg/package.json +0 -42
  1796. package/mac-agent/node_modules/read-pkg/readme.md +0 -79
  1797. package/mac-agent/node_modules/read-pkg-up/index.js +0 -31
  1798. package/mac-agent/node_modules/read-pkg-up/license +0 -21
  1799. package/mac-agent/node_modules/read-pkg-up/package.json +0 -59
  1800. package/mac-agent/node_modules/read-pkg-up/readme.md +0 -79
  1801. package/mac-agent/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  1802. package/mac-agent/node_modules/readable-stream/GOVERNANCE.md +0 -136
  1803. package/mac-agent/node_modules/readable-stream/LICENSE +0 -47
  1804. package/mac-agent/node_modules/readable-stream/README.md +0 -106
  1805. package/mac-agent/node_modules/readable-stream/errors-browser.js +0 -127
  1806. package/mac-agent/node_modules/readable-stream/errors.js +0 -116
  1807. package/mac-agent/node_modules/readable-stream/experimentalWarning.js +0 -17
  1808. package/mac-agent/node_modules/readable-stream/lib/_stream_duplex.js +0 -126
  1809. package/mac-agent/node_modules/readable-stream/lib/_stream_passthrough.js +0 -37
  1810. package/mac-agent/node_modules/readable-stream/lib/_stream_readable.js +0 -1027
  1811. package/mac-agent/node_modules/readable-stream/lib/_stream_transform.js +0 -190
  1812. package/mac-agent/node_modules/readable-stream/lib/_stream_writable.js +0 -641
  1813. package/mac-agent/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -180
  1814. package/mac-agent/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -183
  1815. package/mac-agent/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -96
  1816. package/mac-agent/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -86
  1817. package/mac-agent/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  1818. package/mac-agent/node_modules/readable-stream/lib/internal/streams/from.js +0 -52
  1819. package/mac-agent/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -86
  1820. package/mac-agent/node_modules/readable-stream/lib/internal/streams/state.js +0 -22
  1821. package/mac-agent/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  1822. package/mac-agent/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  1823. package/mac-agent/node_modules/readable-stream/package.json +0 -68
  1824. package/mac-agent/node_modules/readable-stream/readable-browser.js +0 -9
  1825. package/mac-agent/node_modules/readable-stream/readable.js +0 -16
  1826. package/mac-agent/node_modules/readdirp/LICENSE +0 -21
  1827. package/mac-agent/node_modules/readdirp/README.md +0 -122
  1828. package/mac-agent/node_modules/readdirp/index.d.ts +0 -43
  1829. package/mac-agent/node_modules/readdirp/index.js +0 -287
  1830. package/mac-agent/node_modules/readdirp/package.json +0 -122
  1831. package/mac-agent/node_modules/require-directory/.jshintrc +0 -67
  1832. package/mac-agent/node_modules/require-directory/.travis.yml +0 -3
  1833. package/mac-agent/node_modules/require-directory/LICENSE +0 -22
  1834. package/mac-agent/node_modules/require-directory/README.markdown +0 -184
  1835. package/mac-agent/node_modules/require-directory/index.js +0 -86
  1836. package/mac-agent/node_modules/require-directory/package.json +0 -40
  1837. package/mac-agent/node_modules/require-main-filename/.travis.yml +0 -8
  1838. package/mac-agent/node_modules/require-main-filename/LICENSE.txt +0 -14
  1839. package/mac-agent/node_modules/require-main-filename/README.md +0 -26
  1840. package/mac-agent/node_modules/require-main-filename/index.js +0 -18
  1841. package/mac-agent/node_modules/require-main-filename/package.json +0 -30
  1842. package/mac-agent/node_modules/require-main-filename/test.js +0 -36
  1843. package/mac-agent/node_modules/resolve/.editorconfig +0 -37
  1844. package/mac-agent/node_modules/resolve/.eslintrc +0 -65
  1845. package/mac-agent/node_modules/resolve/.github/FUNDING.yml +0 -12
  1846. package/mac-agent/node_modules/resolve/LICENSE +0 -21
  1847. package/mac-agent/node_modules/resolve/SECURITY.md +0 -3
  1848. package/mac-agent/node_modules/resolve/async.js +0 -3
  1849. package/mac-agent/node_modules/resolve/bin/resolve +0 -50
  1850. package/mac-agent/node_modules/resolve/example/async.js +0 -5
  1851. package/mac-agent/node_modules/resolve/example/sync.js +0 -3
  1852. package/mac-agent/node_modules/resolve/index.js +0 -6
  1853. package/mac-agent/node_modules/resolve/lib/async.js +0 -329
  1854. package/mac-agent/node_modules/resolve/lib/caller.js +0 -8
  1855. package/mac-agent/node_modules/resolve/lib/core.js +0 -12
  1856. package/mac-agent/node_modules/resolve/lib/core.json +0 -162
  1857. package/mac-agent/node_modules/resolve/lib/homedir.js +0 -24
  1858. package/mac-agent/node_modules/resolve/lib/is-core.js +0 -5
  1859. package/mac-agent/node_modules/resolve/lib/node-modules-paths.js +0 -42
  1860. package/mac-agent/node_modules/resolve/lib/normalize-options.js +0 -10
  1861. package/mac-agent/node_modules/resolve/lib/sync.js +0 -208
  1862. package/mac-agent/node_modules/resolve/package.json +0 -75
  1863. package/mac-agent/node_modules/resolve/readme.markdown +0 -301
  1864. package/mac-agent/node_modules/resolve/sync.js +0 -3
  1865. package/mac-agent/node_modules/resolve/test/core.js +0 -88
  1866. package/mac-agent/node_modules/resolve/test/dotdot/abc/index.js +0 -2
  1867. package/mac-agent/node_modules/resolve/test/dotdot/index.js +0 -1
  1868. package/mac-agent/node_modules/resolve/test/dotdot.js +0 -29
  1869. package/mac-agent/node_modules/resolve/test/faulty_basedir.js +0 -29
  1870. package/mac-agent/node_modules/resolve/test/filter.js +0 -34
  1871. package/mac-agent/node_modules/resolve/test/filter_sync.js +0 -33
  1872. package/mac-agent/node_modules/resolve/test/home_paths.js +0 -127
  1873. package/mac-agent/node_modules/resolve/test/home_paths_sync.js +0 -114
  1874. package/mac-agent/node_modules/resolve/test/mock.js +0 -315
  1875. package/mac-agent/node_modules/resolve/test/mock_sync.js +0 -214
  1876. package/mac-agent/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -1
  1877. package/mac-agent/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -1
  1878. package/mac-agent/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -1
  1879. package/mac-agent/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +0 -3
  1880. package/mac-agent/node_modules/resolve/test/module_dir.js +0 -56
  1881. package/mac-agent/node_modules/resolve/test/node-modules-paths.js +0 -143
  1882. package/mac-agent/node_modules/resolve/test/node_path/x/aaa/index.js +0 -1
  1883. package/mac-agent/node_modules/resolve/test/node_path/x/ccc/index.js +0 -1
  1884. package/mac-agent/node_modules/resolve/test/node_path/y/bbb/index.js +0 -1
  1885. package/mac-agent/node_modules/resolve/test/node_path/y/ccc/index.js +0 -1
  1886. package/mac-agent/node_modules/resolve/test/node_path.js +0 -70
  1887. package/mac-agent/node_modules/resolve/test/nonstring.js +0 -9
  1888. package/mac-agent/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  1889. package/mac-agent/node_modules/resolve/test/pathfilter.js +0 -75
  1890. package/mac-agent/node_modules/resolve/test/precedence/aaa/index.js +0 -1
  1891. package/mac-agent/node_modules/resolve/test/precedence/aaa/main.js +0 -1
  1892. package/mac-agent/node_modules/resolve/test/precedence/aaa.js +0 -1
  1893. package/mac-agent/node_modules/resolve/test/precedence/bbb/main.js +0 -1
  1894. package/mac-agent/node_modules/resolve/test/precedence/bbb.js +0 -1
  1895. package/mac-agent/node_modules/resolve/test/precedence.js +0 -23
  1896. package/mac-agent/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  1897. package/mac-agent/node_modules/resolve/test/resolver/baz/package.json +0 -4
  1898. package/mac-agent/node_modules/resolve/test/resolver/baz/quux.js +0 -1
  1899. package/mac-agent/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  1900. package/mac-agent/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  1901. package/mac-agent/node_modules/resolve/test/resolver/browser_field/package.json +0 -5
  1902. package/mac-agent/node_modules/resolve/test/resolver/cup.coffee +0 -1
  1903. package/mac-agent/node_modules/resolve/test/resolver/dot_main/index.js +0 -1
  1904. package/mac-agent/node_modules/resolve/test/resolver/dot_main/package.json +0 -3
  1905. package/mac-agent/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -1
  1906. package/mac-agent/node_modules/resolve/test/resolver/dot_slash_main/package.json +0 -3
  1907. package/mac-agent/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  1908. package/mac-agent/node_modules/resolve/test/resolver/false_main/package.json +0 -4
  1909. package/mac-agent/node_modules/resolve/test/resolver/foo.js +0 -1
  1910. package/mac-agent/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -2
  1911. package/mac-agent/node_modules/resolve/test/resolver/incorrect_main/package.json +0 -3
  1912. package/mac-agent/node_modules/resolve/test/resolver/invalid_main/package.json +0 -7
  1913. package/mac-agent/node_modules/resolve/test/resolver/mug.coffee +0 -0
  1914. package/mac-agent/node_modules/resolve/test/resolver/mug.js +0 -0
  1915. package/mac-agent/node_modules/resolve/test/resolver/multirepo/lerna.json +0 -6
  1916. package/mac-agent/node_modules/resolve/test/resolver/multirepo/package.json +0 -20
  1917. package/mac-agent/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +0 -35
  1918. package/mac-agent/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +0 -14
  1919. package/mac-agent/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  1920. package/mac-agent/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +0 -14
  1921. package/mac-agent/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +0 -26
  1922. package/mac-agent/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +0 -15
  1923. package/mac-agent/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +0 -12
  1924. package/mac-agent/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  1925. package/mac-agent/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  1926. package/mac-agent/node_modules/resolve/test/resolver/quux/foo/index.js +0 -1
  1927. package/mac-agent/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -1
  1928. package/mac-agent/node_modules/resolve/test/resolver/same_names/foo.js +0 -1
  1929. package/mac-agent/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  1930. package/mac-agent/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  1931. package/mac-agent/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -1
  1932. package/mac-agent/node_modules/resolve/test/resolver/symlinked/package/package.json +0 -3
  1933. package/mac-agent/node_modules/resolve/test/resolver/without_basedir/main.js +0 -5
  1934. package/mac-agent/node_modules/resolve/test/resolver.js +0 -597
  1935. package/mac-agent/node_modules/resolve/test/resolver_sync.js +0 -730
  1936. package/mac-agent/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  1937. package/mac-agent/node_modules/resolve/test/shadowed_core.js +0 -54
  1938. package/mac-agent/node_modules/resolve/test/subdirs.js +0 -13
  1939. package/mac-agent/node_modules/resolve/test/symlinks.js +0 -176
  1940. package/mac-agent/node_modules/rimraf/CHANGELOG.md +0 -65
  1941. package/mac-agent/node_modules/rimraf/LICENSE +0 -15
  1942. package/mac-agent/node_modules/rimraf/README.md +0 -101
  1943. package/mac-agent/node_modules/rimraf/bin.js +0 -68
  1944. package/mac-agent/node_modules/rimraf/package.json +0 -32
  1945. package/mac-agent/node_modules/rimraf/rimraf.js +0 -360
  1946. package/mac-agent/node_modules/safe-buffer/LICENSE +0 -21
  1947. package/mac-agent/node_modules/safe-buffer/README.md +0 -584
  1948. package/mac-agent/node_modules/safe-buffer/index.d.ts +0 -187
  1949. package/mac-agent/node_modules/safe-buffer/index.js +0 -65
  1950. package/mac-agent/node_modules/safe-buffer/package.json +0 -51
  1951. package/mac-agent/node_modules/safe-stable-stringify/LICENSE +0 -21
  1952. package/mac-agent/node_modules/safe-stable-stringify/esm/package.json +0 -4
  1953. package/mac-agent/node_modules/safe-stable-stringify/esm/wrapper.d.ts +0 -4
  1954. package/mac-agent/node_modules/safe-stable-stringify/esm/wrapper.js +0 -6
  1955. package/mac-agent/node_modules/safe-stable-stringify/index.d.ts +0 -22
  1956. package/mac-agent/node_modules/safe-stable-stringify/index.js +0 -625
  1957. package/mac-agent/node_modules/safe-stable-stringify/package.json +0 -65
  1958. package/mac-agent/node_modules/safe-stable-stringify/readme.md +0 -179
  1959. package/mac-agent/node_modules/semver/LICENSE +0 -15
  1960. package/mac-agent/node_modules/semver/README.md +0 -664
  1961. package/mac-agent/node_modules/semver/bin/semver.js +0 -191
  1962. package/mac-agent/node_modules/semver/classes/comparator.js +0 -143
  1963. package/mac-agent/node_modules/semver/classes/index.js +0 -7
  1964. package/mac-agent/node_modules/semver/classes/range.js +0 -556
  1965. package/mac-agent/node_modules/semver/classes/semver.js +0 -319
  1966. package/mac-agent/node_modules/semver/functions/clean.js +0 -8
  1967. package/mac-agent/node_modules/semver/functions/cmp.js +0 -54
  1968. package/mac-agent/node_modules/semver/functions/coerce.js +0 -62
  1969. package/mac-agent/node_modules/semver/functions/compare-build.js +0 -9
  1970. package/mac-agent/node_modules/semver/functions/compare-loose.js +0 -5
  1971. package/mac-agent/node_modules/semver/functions/compare.js +0 -7
  1972. package/mac-agent/node_modules/semver/functions/diff.js +0 -60
  1973. package/mac-agent/node_modules/semver/functions/eq.js +0 -5
  1974. package/mac-agent/node_modules/semver/functions/gt.js +0 -5
  1975. package/mac-agent/node_modules/semver/functions/gte.js +0 -5
  1976. package/mac-agent/node_modules/semver/functions/inc.js +0 -21
  1977. package/mac-agent/node_modules/semver/functions/lt.js +0 -5
  1978. package/mac-agent/node_modules/semver/functions/lte.js +0 -5
  1979. package/mac-agent/node_modules/semver/functions/major.js +0 -5
  1980. package/mac-agent/node_modules/semver/functions/minor.js +0 -5
  1981. package/mac-agent/node_modules/semver/functions/neq.js +0 -5
  1982. package/mac-agent/node_modules/semver/functions/parse.js +0 -18
  1983. package/mac-agent/node_modules/semver/functions/patch.js +0 -5
  1984. package/mac-agent/node_modules/semver/functions/prerelease.js +0 -8
  1985. package/mac-agent/node_modules/semver/functions/rcompare.js +0 -5
  1986. package/mac-agent/node_modules/semver/functions/rsort.js +0 -5
  1987. package/mac-agent/node_modules/semver/functions/satisfies.js +0 -12
  1988. package/mac-agent/node_modules/semver/functions/sort.js +0 -5
  1989. package/mac-agent/node_modules/semver/functions/valid.js +0 -8
  1990. package/mac-agent/node_modules/semver/index.js +0 -91
  1991. package/mac-agent/node_modules/semver/internal/constants.js +0 -37
  1992. package/mac-agent/node_modules/semver/internal/debug.js +0 -11
  1993. package/mac-agent/node_modules/semver/internal/identifiers.js +0 -25
  1994. package/mac-agent/node_modules/semver/internal/lrucache.js +0 -42
  1995. package/mac-agent/node_modules/semver/internal/parse-options.js +0 -17
  1996. package/mac-agent/node_modules/semver/internal/re.js +0 -223
  1997. package/mac-agent/node_modules/semver/package.json +0 -78
  1998. package/mac-agent/node_modules/semver/preload.js +0 -4
  1999. package/mac-agent/node_modules/semver/range.bnf +0 -16
  2000. package/mac-agent/node_modules/semver/ranges/gtr.js +0 -6
  2001. package/mac-agent/node_modules/semver/ranges/intersects.js +0 -9
  2002. package/mac-agent/node_modules/semver/ranges/ltr.js +0 -6
  2003. package/mac-agent/node_modules/semver/ranges/max-satisfying.js +0 -27
  2004. package/mac-agent/node_modules/semver/ranges/min-satisfying.js +0 -26
  2005. package/mac-agent/node_modules/semver/ranges/min-version.js +0 -63
  2006. package/mac-agent/node_modules/semver/ranges/outside.js +0 -82
  2007. package/mac-agent/node_modules/semver/ranges/simplify.js +0 -49
  2008. package/mac-agent/node_modules/semver/ranges/subset.js +0 -249
  2009. package/mac-agent/node_modules/semver/ranges/to-comparators.js +0 -10
  2010. package/mac-agent/node_modules/semver/ranges/valid.js +0 -13
  2011. package/mac-agent/node_modules/set-blocking/CHANGELOG.md +0 -26
  2012. package/mac-agent/node_modules/set-blocking/LICENSE.txt +0 -14
  2013. package/mac-agent/node_modules/set-blocking/README.md +0 -31
  2014. package/mac-agent/node_modules/set-blocking/index.js +0 -7
  2015. package/mac-agent/node_modules/set-blocking/package.json +0 -42
  2016. package/mac-agent/node_modules/set-function-length/.eslintrc +0 -27
  2017. package/mac-agent/node_modules/set-function-length/.github/FUNDING.yml +0 -12
  2018. package/mac-agent/node_modules/set-function-length/.nycrc +0 -13
  2019. package/mac-agent/node_modules/set-function-length/CHANGELOG.md +0 -70
  2020. package/mac-agent/node_modules/set-function-length/LICENSE +0 -21
  2021. package/mac-agent/node_modules/set-function-length/README.md +0 -56
  2022. package/mac-agent/node_modules/set-function-length/env.d.ts +0 -9
  2023. package/mac-agent/node_modules/set-function-length/env.js +0 -25
  2024. package/mac-agent/node_modules/set-function-length/index.d.ts +0 -7
  2025. package/mac-agent/node_modules/set-function-length/index.js +0 -42
  2026. package/mac-agent/node_modules/set-function-length/package.json +0 -102
  2027. package/mac-agent/node_modules/set-function-length/tsconfig.json +0 -9
  2028. package/mac-agent/node_modules/signal-exit/LICENSE.txt +0 -16
  2029. package/mac-agent/node_modules/signal-exit/README.md +0 -39
  2030. package/mac-agent/node_modules/signal-exit/index.js +0 -202
  2031. package/mac-agent/node_modules/signal-exit/package.json +0 -38
  2032. package/mac-agent/node_modules/signal-exit/signals.js +0 -53
  2033. package/mac-agent/node_modules/simple-swizzle/LICENSE +0 -21
  2034. package/mac-agent/node_modules/simple-swizzle/README.md +0 -39
  2035. package/mac-agent/node_modules/simple-swizzle/index.js +0 -29
  2036. package/mac-agent/node_modules/simple-swizzle/package.json +0 -36
  2037. package/mac-agent/node_modules/simple-update-notifier/LICENSE +0 -21
  2038. package/mac-agent/node_modules/simple-update-notifier/README.md +0 -82
  2039. package/mac-agent/node_modules/simple-update-notifier/build/index.d.ts +0 -13
  2040. package/mac-agent/node_modules/simple-update-notifier/build/index.js +0 -210
  2041. package/mac-agent/node_modules/simple-update-notifier/package.json +0 -100
  2042. package/mac-agent/node_modules/simple-update-notifier/src/borderedText.ts +0 -12
  2043. package/mac-agent/node_modules/simple-update-notifier/src/cache.spec.ts +0 -17
  2044. package/mac-agent/node_modules/simple-update-notifier/src/cache.ts +0 -44
  2045. package/mac-agent/node_modules/simple-update-notifier/src/getDistVersion.spec.ts +0 -35
  2046. package/mac-agent/node_modules/simple-update-notifier/src/getDistVersion.ts +0 -29
  2047. package/mac-agent/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts +0 -82
  2048. package/mac-agent/node_modules/simple-update-notifier/src/hasNewVersion.ts +0 -40
  2049. package/mac-agent/node_modules/simple-update-notifier/src/index.spec.ts +0 -27
  2050. package/mac-agent/node_modules/simple-update-notifier/src/index.ts +0 -34
  2051. package/mac-agent/node_modules/simple-update-notifier/src/isNpmOrYarn.ts +0 -12
  2052. package/mac-agent/node_modules/simple-update-notifier/src/types.ts +0 -8
  2053. package/mac-agent/node_modules/spdx-correct/LICENSE +0 -202
  2054. package/mac-agent/node_modules/spdx-correct/README.md +0 -22
  2055. package/mac-agent/node_modules/spdx-correct/index.js +0 -386
  2056. package/mac-agent/node_modules/spdx-correct/package.json +0 -32
  2057. package/mac-agent/node_modules/spdx-exceptions/README.md +0 -36
  2058. package/mac-agent/node_modules/spdx-exceptions/deprecated.json +0 -3
  2059. package/mac-agent/node_modules/spdx-exceptions/index.json +0 -68
  2060. package/mac-agent/node_modules/spdx-exceptions/package.json +0 -19
  2061. package/mac-agent/node_modules/spdx-expression-parse/AUTHORS +0 -4
  2062. package/mac-agent/node_modules/spdx-expression-parse/LICENSE +0 -22
  2063. package/mac-agent/node_modules/spdx-expression-parse/README.md +0 -91
  2064. package/mac-agent/node_modules/spdx-expression-parse/index.js +0 -8
  2065. package/mac-agent/node_modules/spdx-expression-parse/package.json +0 -39
  2066. package/mac-agent/node_modules/spdx-expression-parse/parse.js +0 -138
  2067. package/mac-agent/node_modules/spdx-expression-parse/scan.js +0 -131
  2068. package/mac-agent/node_modules/spdx-license-ids/README.md +0 -51
  2069. package/mac-agent/node_modules/spdx-license-ids/deprecated.json +0 -28
  2070. package/mac-agent/node_modules/spdx-license-ids/index.json +0 -650
  2071. package/mac-agent/node_modules/spdx-license-ids/package.json +0 -29
  2072. package/mac-agent/node_modules/stack-trace/License +0 -19
  2073. package/mac-agent/node_modules/stack-trace/Makefile +0 -11
  2074. package/mac-agent/node_modules/stack-trace/Readme.md +0 -98
  2075. package/mac-agent/node_modules/stack-trace/lib/stack-trace.js +0 -136
  2076. package/mac-agent/node_modules/stack-trace/package.json +0 -21
  2077. package/mac-agent/node_modules/string-width/index.d.ts +0 -29
  2078. package/mac-agent/node_modules/string-width/index.js +0 -47
  2079. package/mac-agent/node_modules/string-width/license +0 -9
  2080. package/mac-agent/node_modules/string-width/package.json +0 -56
  2081. package/mac-agent/node_modules/string-width/readme.md +0 -50
  2082. package/mac-agent/node_modules/string_decoder/LICENSE +0 -48
  2083. package/mac-agent/node_modules/string_decoder/README.md +0 -47
  2084. package/mac-agent/node_modules/string_decoder/lib/string_decoder.js +0 -296
  2085. package/mac-agent/node_modules/string_decoder/package.json +0 -34
  2086. package/mac-agent/node_modules/strip-ansi/index.d.ts +0 -17
  2087. package/mac-agent/node_modules/strip-ansi/index.js +0 -4
  2088. package/mac-agent/node_modules/strip-ansi/license +0 -9
  2089. package/mac-agent/node_modules/strip-ansi/package.json +0 -54
  2090. package/mac-agent/node_modules/strip-ansi/readme.md +0 -46
  2091. package/mac-agent/node_modules/strip-bom/index.js +0 -17
  2092. package/mac-agent/node_modules/strip-bom/license +0 -21
  2093. package/mac-agent/node_modules/strip-bom/package.json +0 -42
  2094. package/mac-agent/node_modules/strip-bom/readme.md +0 -39
  2095. package/mac-agent/node_modules/supports-color/browser.js +0 -5
  2096. package/mac-agent/node_modules/supports-color/index.js +0 -131
  2097. package/mac-agent/node_modules/supports-color/license +0 -9
  2098. package/mac-agent/node_modules/supports-color/package.json +0 -53
  2099. package/mac-agent/node_modules/supports-color/readme.md +0 -66
  2100. package/mac-agent/node_modules/supports-preserve-symlinks-flag/.eslintrc +0 -14
  2101. package/mac-agent/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +0 -12
  2102. package/mac-agent/node_modules/supports-preserve-symlinks-flag/.nycrc +0 -9
  2103. package/mac-agent/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +0 -22
  2104. package/mac-agent/node_modules/supports-preserve-symlinks-flag/LICENSE +0 -21
  2105. package/mac-agent/node_modules/supports-preserve-symlinks-flag/README.md +0 -42
  2106. package/mac-agent/node_modules/supports-preserve-symlinks-flag/browser.js +0 -3
  2107. package/mac-agent/node_modules/supports-preserve-symlinks-flag/index.js +0 -9
  2108. package/mac-agent/node_modules/supports-preserve-symlinks-flag/package.json +0 -70
  2109. package/mac-agent/node_modules/supports-preserve-symlinks-flag/test/index.js +0 -29
  2110. package/mac-agent/node_modules/tar/LICENSE +0 -15
  2111. package/mac-agent/node_modules/tar/README.md +0 -1080
  2112. package/mac-agent/node_modules/tar/index.js +0 -18
  2113. package/mac-agent/node_modules/tar/lib/create.js +0 -111
  2114. package/mac-agent/node_modules/tar/lib/extract.js +0 -113
  2115. package/mac-agent/node_modules/tar/lib/get-write-flag.js +0 -20
  2116. package/mac-agent/node_modules/tar/lib/header.js +0 -304
  2117. package/mac-agent/node_modules/tar/lib/high-level-opt.js +0 -29
  2118. package/mac-agent/node_modules/tar/lib/large-numbers.js +0 -104
  2119. package/mac-agent/node_modules/tar/lib/list.js +0 -139
  2120. package/mac-agent/node_modules/tar/lib/mkdir.js +0 -229
  2121. package/mac-agent/node_modules/tar/lib/mode-fix.js +0 -27
  2122. package/mac-agent/node_modules/tar/lib/normalize-unicode.js +0 -12
  2123. package/mac-agent/node_modules/tar/lib/normalize-windows-path.js +0 -8
  2124. package/mac-agent/node_modules/tar/lib/pack.js +0 -432
  2125. package/mac-agent/node_modules/tar/lib/parse.js +0 -552
  2126. package/mac-agent/node_modules/tar/lib/path-reservations.js +0 -156
  2127. package/mac-agent/node_modules/tar/lib/pax.js +0 -150
  2128. package/mac-agent/node_modules/tar/lib/read-entry.js +0 -107
  2129. package/mac-agent/node_modules/tar/lib/replace.js +0 -246
  2130. package/mac-agent/node_modules/tar/lib/strip-absolute-path.js +0 -24
  2131. package/mac-agent/node_modules/tar/lib/strip-trailing-slashes.js +0 -13
  2132. package/mac-agent/node_modules/tar/lib/types.js +0 -44
  2133. package/mac-agent/node_modules/tar/lib/unpack.js +0 -923
  2134. package/mac-agent/node_modules/tar/lib/update.js +0 -40
  2135. package/mac-agent/node_modules/tar/lib/warn-mixin.js +0 -24
  2136. package/mac-agent/node_modules/tar/lib/winchars.js +0 -23
  2137. package/mac-agent/node_modules/tar/lib/write-entry.js +0 -546
  2138. package/mac-agent/node_modules/tar/package.json +0 -70
  2139. package/mac-agent/node_modules/text-hex/LICENSE +0 -21
  2140. package/mac-agent/node_modules/text-hex/README.md +0 -20
  2141. package/mac-agent/node_modules/text-hex/index.js +0 -24
  2142. package/mac-agent/node_modules/text-hex/package.json +0 -30
  2143. package/mac-agent/node_modules/text-hex/test.js +0 -11
  2144. package/mac-agent/node_modules/to-regex-range/LICENSE +0 -21
  2145. package/mac-agent/node_modules/to-regex-range/README.md +0 -305
  2146. package/mac-agent/node_modules/to-regex-range/index.js +0 -288
  2147. package/mac-agent/node_modules/to-regex-range/package.json +0 -88
  2148. package/mac-agent/node_modules/touch/LICENSE +0 -15
  2149. package/mac-agent/node_modules/touch/README.md +0 -52
  2150. package/mac-agent/node_modules/touch/bin/nodetouch.js +0 -112
  2151. package/mac-agent/node_modules/touch/index.js +0 -224
  2152. package/mac-agent/node_modules/touch/package.json +0 -25
  2153. package/mac-agent/node_modules/tr46/index.js +0 -193
  2154. package/mac-agent/node_modules/tr46/lib/.gitkeep +0 -0
  2155. package/mac-agent/node_modules/tr46/lib/mappingTable.json +0 -1
  2156. package/mac-agent/node_modules/tr46/package.json +0 -31
  2157. package/mac-agent/node_modules/triple-beam/.nyc_output/c579bf8f-6820-47a5-b2da-a11267eb8435.json +0 -1
  2158. package/mac-agent/node_modules/triple-beam/.nyc_output/processinfo/c579bf8f-6820-47a5-b2da-a11267eb8435.json +0 -1
  2159. package/mac-agent/node_modules/triple-beam/.nyc_output/processinfo/index.json +0 -1
  2160. package/mac-agent/node_modules/triple-beam/CHANGELOG.md +0 -22
  2161. package/mac-agent/node_modules/triple-beam/LICENSE +0 -21
  2162. package/mac-agent/node_modules/triple-beam/README.md +0 -34
  2163. package/mac-agent/node_modules/triple-beam/config/cli.js +0 -42
  2164. package/mac-agent/node_modules/triple-beam/config/index.js +0 -32
  2165. package/mac-agent/node_modules/triple-beam/config/npm.js +0 -36
  2166. package/mac-agent/node_modules/triple-beam/config/syslog.js +0 -38
  2167. package/mac-agent/node_modules/triple-beam/index.js +0 -46
  2168. package/mac-agent/node_modules/triple-beam/package.json +0 -40
  2169. package/mac-agent/node_modules/undefsafe/.github/workflows/release.yml +0 -25
  2170. package/mac-agent/node_modules/undefsafe/.jscsrc +0 -13
  2171. package/mac-agent/node_modules/undefsafe/.jshintrc +0 -16
  2172. package/mac-agent/node_modules/undefsafe/.travis.yml +0 -18
  2173. package/mac-agent/node_modules/undefsafe/LICENSE +0 -22
  2174. package/mac-agent/node_modules/undefsafe/README.md +0 -63
  2175. package/mac-agent/node_modules/undefsafe/example.js +0 -14
  2176. package/mac-agent/node_modules/undefsafe/lib/undefsafe.js +0 -125
  2177. package/mac-agent/node_modules/undefsafe/package.json +0 -34
  2178. package/mac-agent/node_modules/util-deprecate/History.md +0 -16
  2179. package/mac-agent/node_modules/util-deprecate/LICENSE +0 -24
  2180. package/mac-agent/node_modules/util-deprecate/README.md +0 -53
  2181. package/mac-agent/node_modules/util-deprecate/browser.js +0 -67
  2182. package/mac-agent/node_modules/util-deprecate/node.js +0 -6
  2183. package/mac-agent/node_modules/util-deprecate/package.json +0 -27
  2184. package/mac-agent/node_modules/uuid/CHANGELOG.md +0 -229
  2185. package/mac-agent/node_modules/uuid/CONTRIBUTING.md +0 -18
  2186. package/mac-agent/node_modules/uuid/LICENSE.md +0 -9
  2187. package/mac-agent/node_modules/uuid/README.md +0 -505
  2188. package/mac-agent/node_modules/uuid/dist/bin/uuid +0 -2
  2189. package/mac-agent/node_modules/uuid/dist/esm-browser/index.js +0 -9
  2190. package/mac-agent/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  2191. package/mac-agent/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  2192. package/mac-agent/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  2193. package/mac-agent/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  2194. package/mac-agent/node_modules/uuid/dist/esm-browser/rng.js +0 -19
  2195. package/mac-agent/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  2196. package/mac-agent/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  2197. package/mac-agent/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  2198. package/mac-agent/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  2199. package/mac-agent/node_modules/uuid/dist/esm-browser/v35.js +0 -64
  2200. package/mac-agent/node_modules/uuid/dist/esm-browser/v4.js +0 -24
  2201. package/mac-agent/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  2202. package/mac-agent/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  2203. package/mac-agent/node_modules/uuid/dist/esm-browser/version.js +0 -11
  2204. package/mac-agent/node_modules/uuid/dist/esm-node/index.js +0 -9
  2205. package/mac-agent/node_modules/uuid/dist/esm-node/md5.js +0 -13
  2206. package/mac-agent/node_modules/uuid/dist/esm-node/nil.js +0 -1
  2207. package/mac-agent/node_modules/uuid/dist/esm-node/parse.js +0 -35
  2208. package/mac-agent/node_modules/uuid/dist/esm-node/regex.js +0 -1
  2209. package/mac-agent/node_modules/uuid/dist/esm-node/rng.js +0 -12
  2210. package/mac-agent/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  2211. package/mac-agent/node_modules/uuid/dist/esm-node/stringify.js +0 -29
  2212. package/mac-agent/node_modules/uuid/dist/esm-node/v1.js +0 -95
  2213. package/mac-agent/node_modules/uuid/dist/esm-node/v3.js +0 -4
  2214. package/mac-agent/node_modules/uuid/dist/esm-node/v35.js +0 -64
  2215. package/mac-agent/node_modules/uuid/dist/esm-node/v4.js +0 -24
  2216. package/mac-agent/node_modules/uuid/dist/esm-node/v5.js +0 -4
  2217. package/mac-agent/node_modules/uuid/dist/esm-node/validate.js +0 -7
  2218. package/mac-agent/node_modules/uuid/dist/esm-node/version.js +0 -11
  2219. package/mac-agent/node_modules/uuid/dist/index.js +0 -79
  2220. package/mac-agent/node_modules/uuid/dist/md5-browser.js +0 -223
  2221. package/mac-agent/node_modules/uuid/dist/md5.js +0 -23
  2222. package/mac-agent/node_modules/uuid/dist/nil.js +0 -8
  2223. package/mac-agent/node_modules/uuid/dist/parse.js +0 -45
  2224. package/mac-agent/node_modules/uuid/dist/regex.js +0 -8
  2225. package/mac-agent/node_modules/uuid/dist/rng-browser.js +0 -26
  2226. package/mac-agent/node_modules/uuid/dist/rng.js +0 -24
  2227. package/mac-agent/node_modules/uuid/dist/sha1-browser.js +0 -104
  2228. package/mac-agent/node_modules/uuid/dist/sha1.js +0 -23
  2229. package/mac-agent/node_modules/uuid/dist/stringify.js +0 -39
  2230. package/mac-agent/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  2231. package/mac-agent/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  2232. package/mac-agent/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  2233. package/mac-agent/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  2234. package/mac-agent/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  2235. package/mac-agent/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  2236. package/mac-agent/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  2237. package/mac-agent/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  2238. package/mac-agent/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  2239. package/mac-agent/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  2240. package/mac-agent/node_modules/uuid/dist/uuid-bin.js +0 -85
  2241. package/mac-agent/node_modules/uuid/dist/v1.js +0 -107
  2242. package/mac-agent/node_modules/uuid/dist/v3.js +0 -16
  2243. package/mac-agent/node_modules/uuid/dist/v35.js +0 -78
  2244. package/mac-agent/node_modules/uuid/dist/v4.js +0 -37
  2245. package/mac-agent/node_modules/uuid/dist/v5.js +0 -16
  2246. package/mac-agent/node_modules/uuid/dist/validate.js +0 -17
  2247. package/mac-agent/node_modules/uuid/dist/version.js +0 -21
  2248. package/mac-agent/node_modules/uuid/package.json +0 -135
  2249. package/mac-agent/node_modules/uuid/wrapper.mjs +0 -10
  2250. package/mac-agent/node_modules/validate-npm-package-license/LICENSE +0 -202
  2251. package/mac-agent/node_modules/validate-npm-package-license/README.md +0 -113
  2252. package/mac-agent/node_modules/validate-npm-package-license/index.js +0 -86
  2253. package/mac-agent/node_modules/validate-npm-package-license/package.json +0 -28
  2254. package/mac-agent/node_modules/webidl-conversions/LICENSE.md +0 -12
  2255. package/mac-agent/node_modules/webidl-conversions/README.md +0 -80
  2256. package/mac-agent/node_modules/webidl-conversions/lib/index.js +0 -332
  2257. package/mac-agent/node_modules/webidl-conversions/package.json +0 -27
  2258. package/mac-agent/node_modules/whatwg-url/LICENSE.txt +0 -21
  2259. package/mac-agent/node_modules/whatwg-url/README.md +0 -67
  2260. package/mac-agent/node_modules/whatwg-url/lib/URL-impl.js +0 -200
  2261. package/mac-agent/node_modules/whatwg-url/lib/URL.js +0 -196
  2262. package/mac-agent/node_modules/whatwg-url/lib/public-api.js +0 -11
  2263. package/mac-agent/node_modules/whatwg-url/lib/url-state-machine.js +0 -1297
  2264. package/mac-agent/node_modules/whatwg-url/lib/utils.js +0 -20
  2265. package/mac-agent/node_modules/whatwg-url/node_modules/webidl-conversions/LICENSE.md +0 -12
  2266. package/mac-agent/node_modules/whatwg-url/node_modules/webidl-conversions/README.md +0 -53
  2267. package/mac-agent/node_modules/whatwg-url/node_modules/webidl-conversions/lib/index.js +0 -189
  2268. package/mac-agent/node_modules/whatwg-url/node_modules/webidl-conversions/package.json +0 -23
  2269. package/mac-agent/node_modules/whatwg-url/package.json +0 -32
  2270. package/mac-agent/node_modules/which/CHANGELOG.md +0 -152
  2271. package/mac-agent/node_modules/which/LICENSE +0 -15
  2272. package/mac-agent/node_modules/which/README.md +0 -51
  2273. package/mac-agent/node_modules/which/bin/which +0 -52
  2274. package/mac-agent/node_modules/which/package.json +0 -30
  2275. package/mac-agent/node_modules/which/which.js +0 -135
  2276. package/mac-agent/node_modules/which-module/CHANGELOG.md +0 -11
  2277. package/mac-agent/node_modules/which-module/LICENSE +0 -13
  2278. package/mac-agent/node_modules/which-module/README.md +0 -55
  2279. package/mac-agent/node_modules/which-module/index.js +0 -9
  2280. package/mac-agent/node_modules/which-module/package.json +0 -41
  2281. package/mac-agent/node_modules/wide-align/LICENSE +0 -14
  2282. package/mac-agent/node_modules/wide-align/README.md +0 -47
  2283. package/mac-agent/node_modules/wide-align/align.js +0 -65
  2284. package/mac-agent/node_modules/wide-align/package.json +0 -33
  2285. package/mac-agent/node_modules/winston/LICENSE +0 -19
  2286. package/mac-agent/node_modules/winston/README.md +0 -1271
  2287. package/mac-agent/node_modules/winston/dist/winston/common.js +0 -44
  2288. package/mac-agent/node_modules/winston/dist/winston/config/index.js +0 -36
  2289. package/mac-agent/node_modules/winston/dist/winston/container.js +0 -141
  2290. package/mac-agent/node_modules/winston/dist/winston/create-logger.js +0 -123
  2291. package/mac-agent/node_modules/winston/dist/winston/exception-handler.js +0 -265
  2292. package/mac-agent/node_modules/winston/dist/winston/exception-stream.js +0 -75
  2293. package/mac-agent/node_modules/winston/dist/winston/logger.js +0 -672
  2294. package/mac-agent/node_modules/winston/dist/winston/profiler.js +0 -65
  2295. package/mac-agent/node_modules/winston/dist/winston/rejection-handler.js +0 -265
  2296. package/mac-agent/node_modules/winston/dist/winston/rejection-stream.js +0 -72
  2297. package/mac-agent/node_modules/winston/dist/winston/tail-file.js +0 -113
  2298. package/mac-agent/node_modules/winston/dist/winston/transports/console.js +0 -143
  2299. package/mac-agent/node_modules/winston/dist/winston/transports/file.js +0 -788
  2300. package/mac-agent/node_modules/winston/dist/winston/transports/http.js +0 -288
  2301. package/mac-agent/node_modules/winston/dist/winston/transports/index.js +0 -56
  2302. package/mac-agent/node_modules/winston/dist/winston/transports/stream.js +0 -86
  2303. package/mac-agent/node_modules/winston/dist/winston.js +0 -171
  2304. package/mac-agent/node_modules/winston/index.d.ts +0 -208
  2305. package/mac-agent/node_modules/winston/lib/winston/common.js +0 -46
  2306. package/mac-agent/node_modules/winston/lib/winston/config/index.d.ts +0 -99
  2307. package/mac-agent/node_modules/winston/lib/winston/config/index.js +0 -35
  2308. package/mac-agent/node_modules/winston/lib/winston/container.js +0 -118
  2309. package/mac-agent/node_modules/winston/lib/winston/create-logger.js +0 -104
  2310. package/mac-agent/node_modules/winston/lib/winston/exception-handler.js +0 -245
  2311. package/mac-agent/node_modules/winston/lib/winston/exception-stream.js +0 -54
  2312. package/mac-agent/node_modules/winston/lib/winston/logger.js +0 -677
  2313. package/mac-agent/node_modules/winston/lib/winston/profiler.js +0 -53
  2314. package/mac-agent/node_modules/winston/lib/winston/rejection-handler.js +0 -251
  2315. package/mac-agent/node_modules/winston/lib/winston/rejection-stream.js +0 -52
  2316. package/mac-agent/node_modules/winston/lib/winston/tail-file.js +0 -124
  2317. package/mac-agent/node_modules/winston/lib/winston/transports/console.js +0 -125
  2318. package/mac-agent/node_modules/winston/lib/winston/transports/file.js +0 -763
  2319. package/mac-agent/node_modules/winston/lib/winston/transports/http.js +0 -262
  2320. package/mac-agent/node_modules/winston/lib/winston/transports/index.d.ts +0 -117
  2321. package/mac-agent/node_modules/winston/lib/winston/transports/index.js +0 -56
  2322. package/mac-agent/node_modules/winston/lib/winston/transports/stream.js +0 -63
  2323. package/mac-agent/node_modules/winston/lib/winston.js +0 -191
  2324. package/mac-agent/node_modules/winston/package.json +0 -74
  2325. package/mac-agent/node_modules/winston-transport/.babelrc +0 -3
  2326. package/mac-agent/node_modules/winston-transport/.eslintrc +0 -7
  2327. package/mac-agent/node_modules/winston-transport/.gitattributes +0 -1
  2328. package/mac-agent/node_modules/winston-transport/.nyc_output/68e78020-c804-4f37-a68a-a967c6380da9.json +0 -1
  2329. package/mac-agent/node_modules/winston-transport/.nyc_output/processinfo/68e78020-c804-4f37-a68a-a967c6380da9.json +0 -1
  2330. package/mac-agent/node_modules/winston-transport/.nyc_output/processinfo/index.json +0 -1
  2331. package/mac-agent/node_modules/winston-transport/CHANGELOG.md +0 -126
  2332. package/mac-agent/node_modules/winston-transport/LICENSE +0 -22
  2333. package/mac-agent/node_modules/winston-transport/README.md +0 -50
  2334. package/mac-agent/node_modules/winston-transport/dist/index.js +0 -8
  2335. package/mac-agent/node_modules/winston-transport/dist/legacy.js +0 -116
  2336. package/mac-agent/node_modules/winston-transport/dist/modern.js +0 -212
  2337. package/mac-agent/node_modules/winston-transport/index.d.ts +0 -39
  2338. package/mac-agent/node_modules/winston-transport/index.js +0 -7
  2339. package/mac-agent/node_modules/winston-transport/legacy.js +0 -119
  2340. package/mac-agent/node_modules/winston-transport/modern.js +0 -211
  2341. package/mac-agent/node_modules/winston-transport/package.json +0 -52
  2342. package/mac-agent/node_modules/wrap-ansi/index.js +0 -168
  2343. package/mac-agent/node_modules/wrap-ansi/license +0 -21
  2344. package/mac-agent/node_modules/wrap-ansi/node_modules/ansi-regex/index.js +0 -4
  2345. package/mac-agent/node_modules/wrap-ansi/node_modules/ansi-regex/license +0 -21
  2346. package/mac-agent/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +0 -64
  2347. package/mac-agent/node_modules/wrap-ansi/node_modules/ansi-regex/readme.md +0 -39
  2348. package/mac-agent/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/index.js +0 -46
  2349. package/mac-agent/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/license +0 -21
  2350. package/mac-agent/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/package.json +0 -45
  2351. package/mac-agent/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/readme.md +0 -39
  2352. package/mac-agent/node_modules/wrap-ansi/node_modules/string-width/index.js +0 -37
  2353. package/mac-agent/node_modules/wrap-ansi/node_modules/string-width/license +0 -21
  2354. package/mac-agent/node_modules/wrap-ansi/node_modules/string-width/package.json +0 -56
  2355. package/mac-agent/node_modules/wrap-ansi/node_modules/string-width/readme.md +0 -42
  2356. package/mac-agent/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +0 -6
  2357. package/mac-agent/node_modules/wrap-ansi/node_modules/strip-ansi/license +0 -21
  2358. package/mac-agent/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +0 -57
  2359. package/mac-agent/node_modules/wrap-ansi/node_modules/strip-ansi/readme.md +0 -33
  2360. package/mac-agent/node_modules/wrap-ansi/package.json +0 -68
  2361. package/mac-agent/node_modules/wrap-ansi/readme.md +0 -73
  2362. package/mac-agent/node_modules/wrappy/LICENSE +0 -15
  2363. package/mac-agent/node_modules/wrappy/README.md +0 -36
  2364. package/mac-agent/node_modules/wrappy/package.json +0 -29
  2365. package/mac-agent/node_modules/wrappy/wrappy.js +0 -33
  2366. package/mac-agent/node_modules/ws/LICENSE +0 -20
  2367. package/mac-agent/node_modules/ws/README.md +0 -548
  2368. package/mac-agent/node_modules/ws/browser.js +0 -8
  2369. package/mac-agent/node_modules/ws/index.js +0 -13
  2370. package/mac-agent/node_modules/ws/lib/buffer-util.js +0 -131
  2371. package/mac-agent/node_modules/ws/lib/constants.js +0 -18
  2372. package/mac-agent/node_modules/ws/lib/event-target.js +0 -292
  2373. package/mac-agent/node_modules/ws/lib/extension.js +0 -203
  2374. package/mac-agent/node_modules/ws/lib/limiter.js +0 -55
  2375. package/mac-agent/node_modules/ws/lib/permessage-deflate.js +0 -528
  2376. package/mac-agent/node_modules/ws/lib/receiver.js +0 -706
  2377. package/mac-agent/node_modules/ws/lib/sender.js +0 -602
  2378. package/mac-agent/node_modules/ws/lib/stream.js +0 -161
  2379. package/mac-agent/node_modules/ws/lib/subprotocol.js +0 -62
  2380. package/mac-agent/node_modules/ws/lib/validation.js +0 -152
  2381. package/mac-agent/node_modules/ws/lib/websocket-server.js +0 -550
  2382. package/mac-agent/node_modules/ws/lib/websocket.js +0 -1388
  2383. package/mac-agent/node_modules/ws/package.json +0 -69
  2384. package/mac-agent/node_modules/ws/wrapper.mjs +0 -8
  2385. package/mac-agent/node_modules/y18n/CHANGELOG.md +0 -6
  2386. package/mac-agent/node_modules/y18n/LICENSE +0 -13
  2387. package/mac-agent/node_modules/y18n/README.md +0 -91
  2388. package/mac-agent/node_modules/y18n/index.js +0 -172
  2389. package/mac-agent/node_modules/y18n/package.json +0 -37
  2390. package/mac-agent/node_modules/yallist/LICENSE +0 -15
  2391. package/mac-agent/node_modules/yallist/README.md +0 -204
  2392. package/mac-agent/node_modules/yallist/iterator.js +0 -8
  2393. package/mac-agent/node_modules/yallist/package.json +0 -29
  2394. package/mac-agent/node_modules/yallist/yallist.js +0 -426
  2395. package/mac-agent/node_modules/yargs/CHANGELOG.md +0 -928
  2396. package/mac-agent/node_modules/yargs/LICENSE +0 -22
  2397. package/mac-agent/node_modules/yargs/README.md +0 -2017
  2398. package/mac-agent/node_modules/yargs/completion.sh.hbs +0 -28
  2399. package/mac-agent/node_modules/yargs/index.js +0 -31
  2400. package/mac-agent/node_modules/yargs/lib/apply-extends.js +0 -41
  2401. package/mac-agent/node_modules/yargs/lib/argsert.js +0 -72
  2402. package/mac-agent/node_modules/yargs/lib/assign.js +0 -15
  2403. package/mac-agent/node_modules/yargs/lib/command.js +0 -334
  2404. package/mac-agent/node_modules/yargs/lib/completion.js +0 -104
  2405. package/mac-agent/node_modules/yargs/lib/levenshtein.js +0 -47
  2406. package/mac-agent/node_modules/yargs/lib/obj-filter.js +0 -10
  2407. package/mac-agent/node_modules/yargs/lib/usage.js +0 -489
  2408. package/mac-agent/node_modules/yargs/lib/validation.js +0 -363
  2409. package/mac-agent/node_modules/yargs/lib/yerror.js +0 -10
  2410. package/mac-agent/node_modules/yargs/locales/be.json +0 -39
  2411. package/mac-agent/node_modules/yargs/locales/de.json +0 -39
  2412. package/mac-agent/node_modules/yargs/locales/en.json +0 -40
  2413. package/mac-agent/node_modules/yargs/locales/es.json +0 -39
  2414. package/mac-agent/node_modules/yargs/locales/fr.json +0 -37
  2415. package/mac-agent/node_modules/yargs/locales/hi.json +0 -39
  2416. package/mac-agent/node_modules/yargs/locales/hu.json +0 -39
  2417. package/mac-agent/node_modules/yargs/locales/id.json +0 -40
  2418. package/mac-agent/node_modules/yargs/locales/it.json +0 -39
  2419. package/mac-agent/node_modules/yargs/locales/ja.json +0 -39
  2420. package/mac-agent/node_modules/yargs/locales/ko.json +0 -39
  2421. package/mac-agent/node_modules/yargs/locales/nb.json +0 -37
  2422. package/mac-agent/node_modules/yargs/locales/nl.json +0 -39
  2423. package/mac-agent/node_modules/yargs/locales/pirate.json +0 -12
  2424. package/mac-agent/node_modules/yargs/locales/pl.json +0 -39
  2425. package/mac-agent/node_modules/yargs/locales/pt.json +0 -38
  2426. package/mac-agent/node_modules/yargs/locales/pt_BR.json +0 -40
  2427. package/mac-agent/node_modules/yargs/locales/ru.json +0 -39
  2428. package/mac-agent/node_modules/yargs/locales/th.json +0 -39
  2429. package/mac-agent/node_modules/yargs/locales/tr.json +0 -39
  2430. package/mac-agent/node_modules/yargs/locales/zh_CN.json +0 -37
  2431. package/mac-agent/node_modules/yargs/locales/zh_TW.json +0 -40
  2432. package/mac-agent/node_modules/yargs/node_modules/ansi-regex/index.js +0 -4
  2433. package/mac-agent/node_modules/yargs/node_modules/ansi-regex/license +0 -21
  2434. package/mac-agent/node_modules/yargs/node_modules/ansi-regex/package.json +0 -64
  2435. package/mac-agent/node_modules/yargs/node_modules/ansi-regex/readme.md +0 -39
  2436. package/mac-agent/node_modules/yargs/node_modules/is-fullwidth-code-point/index.js +0 -46
  2437. package/mac-agent/node_modules/yargs/node_modules/is-fullwidth-code-point/license +0 -21
  2438. package/mac-agent/node_modules/yargs/node_modules/is-fullwidth-code-point/package.json +0 -45
  2439. package/mac-agent/node_modules/yargs/node_modules/is-fullwidth-code-point/readme.md +0 -39
  2440. package/mac-agent/node_modules/yargs/node_modules/string-width/index.js +0 -37
  2441. package/mac-agent/node_modules/yargs/node_modules/string-width/license +0 -21
  2442. package/mac-agent/node_modules/yargs/node_modules/string-width/package.json +0 -56
  2443. package/mac-agent/node_modules/yargs/node_modules/string-width/readme.md +0 -42
  2444. package/mac-agent/node_modules/yargs/node_modules/strip-ansi/index.js +0 -6
  2445. package/mac-agent/node_modules/yargs/node_modules/strip-ansi/license +0 -21
  2446. package/mac-agent/node_modules/yargs/node_modules/strip-ansi/package.json +0 -57
  2447. package/mac-agent/node_modules/yargs/node_modules/strip-ansi/readme.md +0 -33
  2448. package/mac-agent/node_modules/yargs/package.json +0 -80
  2449. package/mac-agent/node_modules/yargs/yargs.js +0 -1126
  2450. package/mac-agent/node_modules/yargs-parser/CHANGELOG.md +0 -176
  2451. package/mac-agent/node_modules/yargs-parser/LICENSE.txt +0 -14
  2452. package/mac-agent/node_modules/yargs-parser/README.md +0 -257
  2453. package/mac-agent/node_modules/yargs-parser/index.js +0 -753
  2454. package/mac-agent/node_modules/yargs-parser/lib/tokenize-arg-string.js +0 -34
  2455. package/mac-agent/node_modules/yargs-parser/package.json +0 -44
  2456. package/mac-agent/package-lock.json +0 -2272
  2457. package/mac-agent/shell-mirror@1.5.7 +0 -0
@@ -1,3730 +0,0 @@
1
- /*! Axios v1.10.0 Copyright (c) 2025 Matt Zabriskie and contributors */
2
- 'use strict';
3
-
4
- function bind(fn, thisArg) {
5
- return function wrap() {
6
- return fn.apply(thisArg, arguments);
7
- };
8
- }
9
-
10
- // utils is a library of generic helper functions non-specific to axios
11
-
12
- const {toString} = Object.prototype;
13
- const {getPrototypeOf} = Object;
14
- const {iterator, toStringTag} = Symbol;
15
-
16
- const kindOf = (cache => thing => {
17
- const str = toString.call(thing);
18
- return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
19
- })(Object.create(null));
20
-
21
- const kindOfTest = (type) => {
22
- type = type.toLowerCase();
23
- return (thing) => kindOf(thing) === type
24
- };
25
-
26
- const typeOfTest = type => thing => typeof thing === type;
27
-
28
- /**
29
- * Determine if a value is an Array
30
- *
31
- * @param {Object} val The value to test
32
- *
33
- * @returns {boolean} True if value is an Array, otherwise false
34
- */
35
- const {isArray} = Array;
36
-
37
- /**
38
- * Determine if a value is undefined
39
- *
40
- * @param {*} val The value to test
41
- *
42
- * @returns {boolean} True if the value is undefined, otherwise false
43
- */
44
- const isUndefined = typeOfTest('undefined');
45
-
46
- /**
47
- * Determine if a value is a Buffer
48
- *
49
- * @param {*} val The value to test
50
- *
51
- * @returns {boolean} True if value is a Buffer, otherwise false
52
- */
53
- function isBuffer(val) {
54
- return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)
55
- && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);
56
- }
57
-
58
- /**
59
- * Determine if a value is an ArrayBuffer
60
- *
61
- * @param {*} val The value to test
62
- *
63
- * @returns {boolean} True if value is an ArrayBuffer, otherwise false
64
- */
65
- const isArrayBuffer = kindOfTest('ArrayBuffer');
66
-
67
-
68
- /**
69
- * Determine if a value is a view on an ArrayBuffer
70
- *
71
- * @param {*} val The value to test
72
- *
73
- * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false
74
- */
75
- function isArrayBufferView(val) {
76
- let result;
77
- if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {
78
- result = ArrayBuffer.isView(val);
79
- } else {
80
- result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));
81
- }
82
- return result;
83
- }
84
-
85
- /**
86
- * Determine if a value is a String
87
- *
88
- * @param {*} val The value to test
89
- *
90
- * @returns {boolean} True if value is a String, otherwise false
91
- */
92
- const isString = typeOfTest('string');
93
-
94
- /**
95
- * Determine if a value is a Function
96
- *
97
- * @param {*} val The value to test
98
- * @returns {boolean} True if value is a Function, otherwise false
99
- */
100
- const isFunction = typeOfTest('function');
101
-
102
- /**
103
- * Determine if a value is a Number
104
- *
105
- * @param {*} val The value to test
106
- *
107
- * @returns {boolean} True if value is a Number, otherwise false
108
- */
109
- const isNumber = typeOfTest('number');
110
-
111
- /**
112
- * Determine if a value is an Object
113
- *
114
- * @param {*} thing The value to test
115
- *
116
- * @returns {boolean} True if value is an Object, otherwise false
117
- */
118
- const isObject = (thing) => thing !== null && typeof thing === 'object';
119
-
120
- /**
121
- * Determine if a value is a Boolean
122
- *
123
- * @param {*} thing The value to test
124
- * @returns {boolean} True if value is a Boolean, otherwise false
125
- */
126
- const isBoolean = thing => thing === true || thing === false;
127
-
128
- /**
129
- * Determine if a value is a plain Object
130
- *
131
- * @param {*} val The value to test
132
- *
133
- * @returns {boolean} True if value is a plain Object, otherwise false
134
- */
135
- const isPlainObject = (val) => {
136
- if (kindOf(val) !== 'object') {
137
- return false;
138
- }
139
-
140
- const prototype = getPrototypeOf(val);
141
- return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(toStringTag in val) && !(iterator in val);
142
- };
143
-
144
- /**
145
- * Determine if a value is a Date
146
- *
147
- * @param {*} val The value to test
148
- *
149
- * @returns {boolean} True if value is a Date, otherwise false
150
- */
151
- const isDate = kindOfTest('Date');
152
-
153
- /**
154
- * Determine if a value is a File
155
- *
156
- * @param {*} val The value to test
157
- *
158
- * @returns {boolean} True if value is a File, otherwise false
159
- */
160
- const isFile = kindOfTest('File');
161
-
162
- /**
163
- * Determine if a value is a Blob
164
- *
165
- * @param {*} val The value to test
166
- *
167
- * @returns {boolean} True if value is a Blob, otherwise false
168
- */
169
- const isBlob = kindOfTest('Blob');
170
-
171
- /**
172
- * Determine if a value is a FileList
173
- *
174
- * @param {*} val The value to test
175
- *
176
- * @returns {boolean} True if value is a File, otherwise false
177
- */
178
- const isFileList = kindOfTest('FileList');
179
-
180
- /**
181
- * Determine if a value is a Stream
182
- *
183
- * @param {*} val The value to test
184
- *
185
- * @returns {boolean} True if value is a Stream, otherwise false
186
- */
187
- const isStream = (val) => isObject(val) && isFunction(val.pipe);
188
-
189
- /**
190
- * Determine if a value is a FormData
191
- *
192
- * @param {*} thing The value to test
193
- *
194
- * @returns {boolean} True if value is an FormData, otherwise false
195
- */
196
- const isFormData = (thing) => {
197
- let kind;
198
- return thing && (
199
- (typeof FormData === 'function' && thing instanceof FormData) || (
200
- isFunction(thing.append) && (
201
- (kind = kindOf(thing)) === 'formdata' ||
202
- // detect form-data instance
203
- (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')
204
- )
205
- )
206
- )
207
- };
208
-
209
- /**
210
- * Determine if a value is a URLSearchParams object
211
- *
212
- * @param {*} val The value to test
213
- *
214
- * @returns {boolean} True if value is a URLSearchParams object, otherwise false
215
- */
216
- const isURLSearchParams = kindOfTest('URLSearchParams');
217
-
218
- const [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest);
219
-
220
- /**
221
- * Trim excess whitespace off the beginning and end of a string
222
- *
223
- * @param {String} str The String to trim
224
- *
225
- * @returns {String} The String freed of excess whitespace
226
- */
227
- const trim = (str) => str.trim ?
228
- str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
229
-
230
- /**
231
- * Iterate over an Array or an Object invoking a function for each item.
232
- *
233
- * If `obj` is an Array callback will be called passing
234
- * the value, index, and complete array for each item.
235
- *
236
- * If 'obj' is an Object callback will be called passing
237
- * the value, key, and complete object for each property.
238
- *
239
- * @param {Object|Array} obj The object to iterate
240
- * @param {Function} fn The callback to invoke for each item
241
- *
242
- * @param {Boolean} [allOwnKeys = false]
243
- * @returns {any}
244
- */
245
- function forEach(obj, fn, {allOwnKeys = false} = {}) {
246
- // Don't bother if no value provided
247
- if (obj === null || typeof obj === 'undefined') {
248
- return;
249
- }
250
-
251
- let i;
252
- let l;
253
-
254
- // Force an array if not already something iterable
255
- if (typeof obj !== 'object') {
256
- /*eslint no-param-reassign:0*/
257
- obj = [obj];
258
- }
259
-
260
- if (isArray(obj)) {
261
- // Iterate over array values
262
- for (i = 0, l = obj.length; i < l; i++) {
263
- fn.call(null, obj[i], i, obj);
264
- }
265
- } else {
266
- // Iterate over object keys
267
- const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);
268
- const len = keys.length;
269
- let key;
270
-
271
- for (i = 0; i < len; i++) {
272
- key = keys[i];
273
- fn.call(null, obj[key], key, obj);
274
- }
275
- }
276
- }
277
-
278
- function findKey(obj, key) {
279
- key = key.toLowerCase();
280
- const keys = Object.keys(obj);
281
- let i = keys.length;
282
- let _key;
283
- while (i-- > 0) {
284
- _key = keys[i];
285
- if (key === _key.toLowerCase()) {
286
- return _key;
287
- }
288
- }
289
- return null;
290
- }
291
-
292
- const _global = (() => {
293
- /*eslint no-undef:0*/
294
- if (typeof globalThis !== "undefined") return globalThis;
295
- return typeof self !== "undefined" ? self : (typeof window !== 'undefined' ? window : global)
296
- })();
297
-
298
- const isContextDefined = (context) => !isUndefined(context) && context !== _global;
299
-
300
- /**
301
- * Accepts varargs expecting each argument to be an object, then
302
- * immutably merges the properties of each object and returns result.
303
- *
304
- * When multiple objects contain the same key the later object in
305
- * the arguments list will take precedence.
306
- *
307
- * Example:
308
- *
309
- * ```js
310
- * var result = merge({foo: 123}, {foo: 456});
311
- * console.log(result.foo); // outputs 456
312
- * ```
313
- *
314
- * @param {Object} obj1 Object to merge
315
- *
316
- * @returns {Object} Result of all merge properties
317
- */
318
- function merge(/* obj1, obj2, obj3, ... */) {
319
- const {caseless} = isContextDefined(this) && this || {};
320
- const result = {};
321
- const assignValue = (val, key) => {
322
- const targetKey = caseless && findKey(result, key) || key;
323
- if (isPlainObject(result[targetKey]) && isPlainObject(val)) {
324
- result[targetKey] = merge(result[targetKey], val);
325
- } else if (isPlainObject(val)) {
326
- result[targetKey] = merge({}, val);
327
- } else if (isArray(val)) {
328
- result[targetKey] = val.slice();
329
- } else {
330
- result[targetKey] = val;
331
- }
332
- };
333
-
334
- for (let i = 0, l = arguments.length; i < l; i++) {
335
- arguments[i] && forEach(arguments[i], assignValue);
336
- }
337
- return result;
338
- }
339
-
340
- /**
341
- * Extends object a by mutably adding to it the properties of object b.
342
- *
343
- * @param {Object} a The object to be extended
344
- * @param {Object} b The object to copy properties from
345
- * @param {Object} thisArg The object to bind function to
346
- *
347
- * @param {Boolean} [allOwnKeys]
348
- * @returns {Object} The resulting value of object a
349
- */
350
- const extend = (a, b, thisArg, {allOwnKeys}= {}) => {
351
- forEach(b, (val, key) => {
352
- if (thisArg && isFunction(val)) {
353
- a[key] = bind(val, thisArg);
354
- } else {
355
- a[key] = val;
356
- }
357
- }, {allOwnKeys});
358
- return a;
359
- };
360
-
361
- /**
362
- * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)
363
- *
364
- * @param {string} content with BOM
365
- *
366
- * @returns {string} content value without BOM
367
- */
368
- const stripBOM = (content) => {
369
- if (content.charCodeAt(0) === 0xFEFF) {
370
- content = content.slice(1);
371
- }
372
- return content;
373
- };
374
-
375
- /**
376
- * Inherit the prototype methods from one constructor into another
377
- * @param {function} constructor
378
- * @param {function} superConstructor
379
- * @param {object} [props]
380
- * @param {object} [descriptors]
381
- *
382
- * @returns {void}
383
- */
384
- const inherits = (constructor, superConstructor, props, descriptors) => {
385
- constructor.prototype = Object.create(superConstructor.prototype, descriptors);
386
- constructor.prototype.constructor = constructor;
387
- Object.defineProperty(constructor, 'super', {
388
- value: superConstructor.prototype
389
- });
390
- props && Object.assign(constructor.prototype, props);
391
- };
392
-
393
- /**
394
- * Resolve object with deep prototype chain to a flat object
395
- * @param {Object} sourceObj source object
396
- * @param {Object} [destObj]
397
- * @param {Function|Boolean} [filter]
398
- * @param {Function} [propFilter]
399
- *
400
- * @returns {Object}
401
- */
402
- const toFlatObject = (sourceObj, destObj, filter, propFilter) => {
403
- let props;
404
- let i;
405
- let prop;
406
- const merged = {};
407
-
408
- destObj = destObj || {};
409
- // eslint-disable-next-line no-eq-null,eqeqeq
410
- if (sourceObj == null) return destObj;
411
-
412
- do {
413
- props = Object.getOwnPropertyNames(sourceObj);
414
- i = props.length;
415
- while (i-- > 0) {
416
- prop = props[i];
417
- if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {
418
- destObj[prop] = sourceObj[prop];
419
- merged[prop] = true;
420
- }
421
- }
422
- sourceObj = filter !== false && getPrototypeOf(sourceObj);
423
- } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);
424
-
425
- return destObj;
426
- };
427
-
428
- /**
429
- * Determines whether a string ends with the characters of a specified string
430
- *
431
- * @param {String} str
432
- * @param {String} searchString
433
- * @param {Number} [position= 0]
434
- *
435
- * @returns {boolean}
436
- */
437
- const endsWith = (str, searchString, position) => {
438
- str = String(str);
439
- if (position === undefined || position > str.length) {
440
- position = str.length;
441
- }
442
- position -= searchString.length;
443
- const lastIndex = str.indexOf(searchString, position);
444
- return lastIndex !== -1 && lastIndex === position;
445
- };
446
-
447
-
448
- /**
449
- * Returns new array from array like object or null if failed
450
- *
451
- * @param {*} [thing]
452
- *
453
- * @returns {?Array}
454
- */
455
- const toArray = (thing) => {
456
- if (!thing) return null;
457
- if (isArray(thing)) return thing;
458
- let i = thing.length;
459
- if (!isNumber(i)) return null;
460
- const arr = new Array(i);
461
- while (i-- > 0) {
462
- arr[i] = thing[i];
463
- }
464
- return arr;
465
- };
466
-
467
- /**
468
- * Checking if the Uint8Array exists and if it does, it returns a function that checks if the
469
- * thing passed in is an instance of Uint8Array
470
- *
471
- * @param {TypedArray}
472
- *
473
- * @returns {Array}
474
- */
475
- // eslint-disable-next-line func-names
476
- const isTypedArray = (TypedArray => {
477
- // eslint-disable-next-line func-names
478
- return thing => {
479
- return TypedArray && thing instanceof TypedArray;
480
- };
481
- })(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));
482
-
483
- /**
484
- * For each entry in the object, call the function with the key and value.
485
- *
486
- * @param {Object<any, any>} obj - The object to iterate over.
487
- * @param {Function} fn - The function to call for each entry.
488
- *
489
- * @returns {void}
490
- */
491
- const forEachEntry = (obj, fn) => {
492
- const generator = obj && obj[iterator];
493
-
494
- const _iterator = generator.call(obj);
495
-
496
- let result;
497
-
498
- while ((result = _iterator.next()) && !result.done) {
499
- const pair = result.value;
500
- fn.call(obj, pair[0], pair[1]);
501
- }
502
- };
503
-
504
- /**
505
- * It takes a regular expression and a string, and returns an array of all the matches
506
- *
507
- * @param {string} regExp - The regular expression to match against.
508
- * @param {string} str - The string to search.
509
- *
510
- * @returns {Array<boolean>}
511
- */
512
- const matchAll = (regExp, str) => {
513
- let matches;
514
- const arr = [];
515
-
516
- while ((matches = regExp.exec(str)) !== null) {
517
- arr.push(matches);
518
- }
519
-
520
- return arr;
521
- };
522
-
523
- /* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */
524
- const isHTMLForm = kindOfTest('HTMLFormElement');
525
-
526
- const toCamelCase = str => {
527
- return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,
528
- function replacer(m, p1, p2) {
529
- return p1.toUpperCase() + p2;
530
- }
531
- );
532
- };
533
-
534
- /* Creating a function that will check if an object has a property. */
535
- const hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);
536
-
537
- /**
538
- * Determine if a value is a RegExp object
539
- *
540
- * @param {*} val The value to test
541
- *
542
- * @returns {boolean} True if value is a RegExp object, otherwise false
543
- */
544
- const isRegExp = kindOfTest('RegExp');
545
-
546
- const reduceDescriptors = (obj, reducer) => {
547
- const descriptors = Object.getOwnPropertyDescriptors(obj);
548
- const reducedDescriptors = {};
549
-
550
- forEach(descriptors, (descriptor, name) => {
551
- let ret;
552
- if ((ret = reducer(descriptor, name, obj)) !== false) {
553
- reducedDescriptors[name] = ret || descriptor;
554
- }
555
- });
556
-
557
- Object.defineProperties(obj, reducedDescriptors);
558
- };
559
-
560
- /**
561
- * Makes all methods read-only
562
- * @param {Object} obj
563
- */
564
-
565
- const freezeMethods = (obj) => {
566
- reduceDescriptors(obj, (descriptor, name) => {
567
- // skip restricted props in strict mode
568
- if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {
569
- return false;
570
- }
571
-
572
- const value = obj[name];
573
-
574
- if (!isFunction(value)) return;
575
-
576
- descriptor.enumerable = false;
577
-
578
- if ('writable' in descriptor) {
579
- descriptor.writable = false;
580
- return;
581
- }
582
-
583
- if (!descriptor.set) {
584
- descriptor.set = () => {
585
- throw Error('Can not rewrite read-only method \'' + name + '\'');
586
- };
587
- }
588
- });
589
- };
590
-
591
- const toObjectSet = (arrayOrString, delimiter) => {
592
- const obj = {};
593
-
594
- const define = (arr) => {
595
- arr.forEach(value => {
596
- obj[value] = true;
597
- });
598
- };
599
-
600
- isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));
601
-
602
- return obj;
603
- };
604
-
605
- const noop = () => {};
606
-
607
- const toFiniteNumber = (value, defaultValue) => {
608
- return value != null && Number.isFinite(value = +value) ? value : defaultValue;
609
- };
610
-
611
- /**
612
- * If the thing is a FormData object, return true, otherwise return false.
613
- *
614
- * @param {unknown} thing - The thing to check.
615
- *
616
- * @returns {boolean}
617
- */
618
- function isSpecCompliantForm(thing) {
619
- return !!(thing && isFunction(thing.append) && thing[toStringTag] === 'FormData' && thing[iterator]);
620
- }
621
-
622
- const toJSONObject = (obj) => {
623
- const stack = new Array(10);
624
-
625
- const visit = (source, i) => {
626
-
627
- if (isObject(source)) {
628
- if (stack.indexOf(source) >= 0) {
629
- return;
630
- }
631
-
632
- if(!('toJSON' in source)) {
633
- stack[i] = source;
634
- const target = isArray(source) ? [] : {};
635
-
636
- forEach(source, (value, key) => {
637
- const reducedValue = visit(value, i + 1);
638
- !isUndefined(reducedValue) && (target[key] = reducedValue);
639
- });
640
-
641
- stack[i] = undefined;
642
-
643
- return target;
644
- }
645
- }
646
-
647
- return source;
648
- };
649
-
650
- return visit(obj, 0);
651
- };
652
-
653
- const isAsyncFn = kindOfTest('AsyncFunction');
654
-
655
- const isThenable = (thing) =>
656
- thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);
657
-
658
- // original code
659
- // https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34
660
-
661
- const _setImmediate = ((setImmediateSupported, postMessageSupported) => {
662
- if (setImmediateSupported) {
663
- return setImmediate;
664
- }
665
-
666
- return postMessageSupported ? ((token, callbacks) => {
667
- _global.addEventListener("message", ({source, data}) => {
668
- if (source === _global && data === token) {
669
- callbacks.length && callbacks.shift()();
670
- }
671
- }, false);
672
-
673
- return (cb) => {
674
- callbacks.push(cb);
675
- _global.postMessage(token, "*");
676
- }
677
- })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb);
678
- })(
679
- typeof setImmediate === 'function',
680
- isFunction(_global.postMessage)
681
- );
682
-
683
- const asap = typeof queueMicrotask !== 'undefined' ?
684
- queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate);
685
-
686
- // *********************
687
-
688
-
689
- const isIterable = (thing) => thing != null && isFunction(thing[iterator]);
690
-
691
-
692
- var utils$1 = {
693
- isArray,
694
- isArrayBuffer,
695
- isBuffer,
696
- isFormData,
697
- isArrayBufferView,
698
- isString,
699
- isNumber,
700
- isBoolean,
701
- isObject,
702
- isPlainObject,
703
- isReadableStream,
704
- isRequest,
705
- isResponse,
706
- isHeaders,
707
- isUndefined,
708
- isDate,
709
- isFile,
710
- isBlob,
711
- isRegExp,
712
- isFunction,
713
- isStream,
714
- isURLSearchParams,
715
- isTypedArray,
716
- isFileList,
717
- forEach,
718
- merge,
719
- extend,
720
- trim,
721
- stripBOM,
722
- inherits,
723
- toFlatObject,
724
- kindOf,
725
- kindOfTest,
726
- endsWith,
727
- toArray,
728
- forEachEntry,
729
- matchAll,
730
- isHTMLForm,
731
- hasOwnProperty,
732
- hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection
733
- reduceDescriptors,
734
- freezeMethods,
735
- toObjectSet,
736
- toCamelCase,
737
- noop,
738
- toFiniteNumber,
739
- findKey,
740
- global: _global,
741
- isContextDefined,
742
- isSpecCompliantForm,
743
- toJSONObject,
744
- isAsyncFn,
745
- isThenable,
746
- setImmediate: _setImmediate,
747
- asap,
748
- isIterable
749
- };
750
-
751
- /**
752
- * Create an Error with the specified message, config, error code, request and response.
753
- *
754
- * @param {string} message The error message.
755
- * @param {string} [code] The error code (for example, 'ECONNABORTED').
756
- * @param {Object} [config] The config.
757
- * @param {Object} [request] The request.
758
- * @param {Object} [response] The response.
759
- *
760
- * @returns {Error} The created error.
761
- */
762
- function AxiosError(message, code, config, request, response) {
763
- Error.call(this);
764
-
765
- if (Error.captureStackTrace) {
766
- Error.captureStackTrace(this, this.constructor);
767
- } else {
768
- this.stack = (new Error()).stack;
769
- }
770
-
771
- this.message = message;
772
- this.name = 'AxiosError';
773
- code && (this.code = code);
774
- config && (this.config = config);
775
- request && (this.request = request);
776
- if (response) {
777
- this.response = response;
778
- this.status = response.status ? response.status : null;
779
- }
780
- }
781
-
782
- utils$1.inherits(AxiosError, Error, {
783
- toJSON: function toJSON() {
784
- return {
785
- // Standard
786
- message: this.message,
787
- name: this.name,
788
- // Microsoft
789
- description: this.description,
790
- number: this.number,
791
- // Mozilla
792
- fileName: this.fileName,
793
- lineNumber: this.lineNumber,
794
- columnNumber: this.columnNumber,
795
- stack: this.stack,
796
- // Axios
797
- config: utils$1.toJSONObject(this.config),
798
- code: this.code,
799
- status: this.status
800
- };
801
- }
802
- });
803
-
804
- const prototype$1 = AxiosError.prototype;
805
- const descriptors = {};
806
-
807
- [
808
- 'ERR_BAD_OPTION_VALUE',
809
- 'ERR_BAD_OPTION',
810
- 'ECONNABORTED',
811
- 'ETIMEDOUT',
812
- 'ERR_NETWORK',
813
- 'ERR_FR_TOO_MANY_REDIRECTS',
814
- 'ERR_DEPRECATED',
815
- 'ERR_BAD_RESPONSE',
816
- 'ERR_BAD_REQUEST',
817
- 'ERR_CANCELED',
818
- 'ERR_NOT_SUPPORT',
819
- 'ERR_INVALID_URL'
820
- // eslint-disable-next-line func-names
821
- ].forEach(code => {
822
- descriptors[code] = {value: code};
823
- });
824
-
825
- Object.defineProperties(AxiosError, descriptors);
826
- Object.defineProperty(prototype$1, 'isAxiosError', {value: true});
827
-
828
- // eslint-disable-next-line func-names
829
- AxiosError.from = (error, code, config, request, response, customProps) => {
830
- const axiosError = Object.create(prototype$1);
831
-
832
- utils$1.toFlatObject(error, axiosError, function filter(obj) {
833
- return obj !== Error.prototype;
834
- }, prop => {
835
- return prop !== 'isAxiosError';
836
- });
837
-
838
- AxiosError.call(axiosError, error.message, code, config, request, response);
839
-
840
- axiosError.cause = error;
841
-
842
- axiosError.name = error.name;
843
-
844
- customProps && Object.assign(axiosError, customProps);
845
-
846
- return axiosError;
847
- };
848
-
849
- // eslint-disable-next-line strict
850
- var httpAdapter = null;
851
-
852
- /**
853
- * Determines if the given thing is a array or js object.
854
- *
855
- * @param {string} thing - The object or array to be visited.
856
- *
857
- * @returns {boolean}
858
- */
859
- function isVisitable(thing) {
860
- return utils$1.isPlainObject(thing) || utils$1.isArray(thing);
861
- }
862
-
863
- /**
864
- * It removes the brackets from the end of a string
865
- *
866
- * @param {string} key - The key of the parameter.
867
- *
868
- * @returns {string} the key without the brackets.
869
- */
870
- function removeBrackets(key) {
871
- return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key;
872
- }
873
-
874
- /**
875
- * It takes a path, a key, and a boolean, and returns a string
876
- *
877
- * @param {string} path - The path to the current key.
878
- * @param {string} key - The key of the current object being iterated over.
879
- * @param {string} dots - If true, the key will be rendered with dots instead of brackets.
880
- *
881
- * @returns {string} The path to the current key.
882
- */
883
- function renderKey(path, key, dots) {
884
- if (!path) return key;
885
- return path.concat(key).map(function each(token, i) {
886
- // eslint-disable-next-line no-param-reassign
887
- token = removeBrackets(token);
888
- return !dots && i ? '[' + token + ']' : token;
889
- }).join(dots ? '.' : '');
890
- }
891
-
892
- /**
893
- * If the array is an array and none of its elements are visitable, then it's a flat array.
894
- *
895
- * @param {Array<any>} arr - The array to check
896
- *
897
- * @returns {boolean}
898
- */
899
- function isFlatArray(arr) {
900
- return utils$1.isArray(arr) && !arr.some(isVisitable);
901
- }
902
-
903
- const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) {
904
- return /^is[A-Z]/.test(prop);
905
- });
906
-
907
- /**
908
- * Convert a data object to FormData
909
- *
910
- * @param {Object} obj
911
- * @param {?Object} [formData]
912
- * @param {?Object} [options]
913
- * @param {Function} [options.visitor]
914
- * @param {Boolean} [options.metaTokens = true]
915
- * @param {Boolean} [options.dots = false]
916
- * @param {?Boolean} [options.indexes = false]
917
- *
918
- * @returns {Object}
919
- **/
920
-
921
- /**
922
- * It converts an object into a FormData object
923
- *
924
- * @param {Object<any, any>} obj - The object to convert to form data.
925
- * @param {string} formData - The FormData object to append to.
926
- * @param {Object<string, any>} options
927
- *
928
- * @returns
929
- */
930
- function toFormData(obj, formData, options) {
931
- if (!utils$1.isObject(obj)) {
932
- throw new TypeError('target must be an object');
933
- }
934
-
935
- // eslint-disable-next-line no-param-reassign
936
- formData = formData || new (FormData)();
937
-
938
- // eslint-disable-next-line no-param-reassign
939
- options = utils$1.toFlatObject(options, {
940
- metaTokens: true,
941
- dots: false,
942
- indexes: false
943
- }, false, function defined(option, source) {
944
- // eslint-disable-next-line no-eq-null,eqeqeq
945
- return !utils$1.isUndefined(source[option]);
946
- });
947
-
948
- const metaTokens = options.metaTokens;
949
- // eslint-disable-next-line no-use-before-define
950
- const visitor = options.visitor || defaultVisitor;
951
- const dots = options.dots;
952
- const indexes = options.indexes;
953
- const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
954
- const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
955
-
956
- if (!utils$1.isFunction(visitor)) {
957
- throw new TypeError('visitor must be a function');
958
- }
959
-
960
- function convertValue(value) {
961
- if (value === null) return '';
962
-
963
- if (utils$1.isDate(value)) {
964
- return value.toISOString();
965
- }
966
-
967
- if (utils$1.isBoolean(value)) {
968
- return value.toString();
969
- }
970
-
971
- if (!useBlob && utils$1.isBlob(value)) {
972
- throw new AxiosError('Blob is not supported. Use a Buffer instead.');
973
- }
974
-
975
- if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
976
- return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
977
- }
978
-
979
- return value;
980
- }
981
-
982
- /**
983
- * Default visitor.
984
- *
985
- * @param {*} value
986
- * @param {String|Number} key
987
- * @param {Array<String|Number>} path
988
- * @this {FormData}
989
- *
990
- * @returns {boolean} return true to visit the each prop of the value recursively
991
- */
992
- function defaultVisitor(value, key, path) {
993
- let arr = value;
994
-
995
- if (value && !path && typeof value === 'object') {
996
- if (utils$1.endsWith(key, '{}')) {
997
- // eslint-disable-next-line no-param-reassign
998
- key = metaTokens ? key : key.slice(0, -2);
999
- // eslint-disable-next-line no-param-reassign
1000
- value = JSON.stringify(value);
1001
- } else if (
1002
- (utils$1.isArray(value) && isFlatArray(value)) ||
1003
- ((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))
1004
- )) {
1005
- // eslint-disable-next-line no-param-reassign
1006
- key = removeBrackets(key);
1007
-
1008
- arr.forEach(function each(el, index) {
1009
- !(utils$1.isUndefined(el) || el === null) && formData.append(
1010
- // eslint-disable-next-line no-nested-ternary
1011
- indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),
1012
- convertValue(el)
1013
- );
1014
- });
1015
- return false;
1016
- }
1017
- }
1018
-
1019
- if (isVisitable(value)) {
1020
- return true;
1021
- }
1022
-
1023
- formData.append(renderKey(path, key, dots), convertValue(value));
1024
-
1025
- return false;
1026
- }
1027
-
1028
- const stack = [];
1029
-
1030
- const exposedHelpers = Object.assign(predicates, {
1031
- defaultVisitor,
1032
- convertValue,
1033
- isVisitable
1034
- });
1035
-
1036
- function build(value, path) {
1037
- if (utils$1.isUndefined(value)) return;
1038
-
1039
- if (stack.indexOf(value) !== -1) {
1040
- throw Error('Circular reference detected in ' + path.join('.'));
1041
- }
1042
-
1043
- stack.push(value);
1044
-
1045
- utils$1.forEach(value, function each(el, key) {
1046
- const result = !(utils$1.isUndefined(el) || el === null) && visitor.call(
1047
- formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers
1048
- );
1049
-
1050
- if (result === true) {
1051
- build(el, path ? path.concat(key) : [key]);
1052
- }
1053
- });
1054
-
1055
- stack.pop();
1056
- }
1057
-
1058
- if (!utils$1.isObject(obj)) {
1059
- throw new TypeError('data must be an object');
1060
- }
1061
-
1062
- build(obj);
1063
-
1064
- return formData;
1065
- }
1066
-
1067
- /**
1068
- * It encodes a string by replacing all characters that are not in the unreserved set with
1069
- * their percent-encoded equivalents
1070
- *
1071
- * @param {string} str - The string to encode.
1072
- *
1073
- * @returns {string} The encoded string.
1074
- */
1075
- function encode$1(str) {
1076
- const charMap = {
1077
- '!': '%21',
1078
- "'": '%27',
1079
- '(': '%28',
1080
- ')': '%29',
1081
- '~': '%7E',
1082
- '%20': '+',
1083
- '%00': '\x00'
1084
- };
1085
- return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {
1086
- return charMap[match];
1087
- });
1088
- }
1089
-
1090
- /**
1091
- * It takes a params object and converts it to a FormData object
1092
- *
1093
- * @param {Object<string, any>} params - The parameters to be converted to a FormData object.
1094
- * @param {Object<string, any>} options - The options object passed to the Axios constructor.
1095
- *
1096
- * @returns {void}
1097
- */
1098
- function AxiosURLSearchParams(params, options) {
1099
- this._pairs = [];
1100
-
1101
- params && toFormData(params, this, options);
1102
- }
1103
-
1104
- const prototype = AxiosURLSearchParams.prototype;
1105
-
1106
- prototype.append = function append(name, value) {
1107
- this._pairs.push([name, value]);
1108
- };
1109
-
1110
- prototype.toString = function toString(encoder) {
1111
- const _encode = encoder ? function(value) {
1112
- return encoder.call(this, value, encode$1);
1113
- } : encode$1;
1114
-
1115
- return this._pairs.map(function each(pair) {
1116
- return _encode(pair[0]) + '=' + _encode(pair[1]);
1117
- }, '').join('&');
1118
- };
1119
-
1120
- /**
1121
- * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their
1122
- * URI encoded counterparts
1123
- *
1124
- * @param {string} val The value to be encoded.
1125
- *
1126
- * @returns {string} The encoded value.
1127
- */
1128
- function encode(val) {
1129
- return encodeURIComponent(val).
1130
- replace(/%3A/gi, ':').
1131
- replace(/%24/g, '$').
1132
- replace(/%2C/gi, ',').
1133
- replace(/%20/g, '+').
1134
- replace(/%5B/gi, '[').
1135
- replace(/%5D/gi, ']');
1136
- }
1137
-
1138
- /**
1139
- * Build a URL by appending params to the end
1140
- *
1141
- * @param {string} url The base of the url (e.g., http://www.google.com)
1142
- * @param {object} [params] The params to be appended
1143
- * @param {?(object|Function)} options
1144
- *
1145
- * @returns {string} The formatted url
1146
- */
1147
- function buildURL(url, params, options) {
1148
- /*eslint no-param-reassign:0*/
1149
- if (!params) {
1150
- return url;
1151
- }
1152
-
1153
- const _encode = options && options.encode || encode;
1154
-
1155
- if (utils$1.isFunction(options)) {
1156
- options = {
1157
- serialize: options
1158
- };
1159
- }
1160
-
1161
- const serializeFn = options && options.serialize;
1162
-
1163
- let serializedParams;
1164
-
1165
- if (serializeFn) {
1166
- serializedParams = serializeFn(params, options);
1167
- } else {
1168
- serializedParams = utils$1.isURLSearchParams(params) ?
1169
- params.toString() :
1170
- new AxiosURLSearchParams(params, options).toString(_encode);
1171
- }
1172
-
1173
- if (serializedParams) {
1174
- const hashmarkIndex = url.indexOf("#");
1175
-
1176
- if (hashmarkIndex !== -1) {
1177
- url = url.slice(0, hashmarkIndex);
1178
- }
1179
- url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;
1180
- }
1181
-
1182
- return url;
1183
- }
1184
-
1185
- class InterceptorManager {
1186
- constructor() {
1187
- this.handlers = [];
1188
- }
1189
-
1190
- /**
1191
- * Add a new interceptor to the stack
1192
- *
1193
- * @param {Function} fulfilled The function to handle `then` for a `Promise`
1194
- * @param {Function} rejected The function to handle `reject` for a `Promise`
1195
- *
1196
- * @return {Number} An ID used to remove interceptor later
1197
- */
1198
- use(fulfilled, rejected, options) {
1199
- this.handlers.push({
1200
- fulfilled,
1201
- rejected,
1202
- synchronous: options ? options.synchronous : false,
1203
- runWhen: options ? options.runWhen : null
1204
- });
1205
- return this.handlers.length - 1;
1206
- }
1207
-
1208
- /**
1209
- * Remove an interceptor from the stack
1210
- *
1211
- * @param {Number} id The ID that was returned by `use`
1212
- *
1213
- * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
1214
- */
1215
- eject(id) {
1216
- if (this.handlers[id]) {
1217
- this.handlers[id] = null;
1218
- }
1219
- }
1220
-
1221
- /**
1222
- * Clear all interceptors from the stack
1223
- *
1224
- * @returns {void}
1225
- */
1226
- clear() {
1227
- if (this.handlers) {
1228
- this.handlers = [];
1229
- }
1230
- }
1231
-
1232
- /**
1233
- * Iterate over all the registered interceptors
1234
- *
1235
- * This method is particularly useful for skipping over any
1236
- * interceptors that may have become `null` calling `eject`.
1237
- *
1238
- * @param {Function} fn The function to call for each interceptor
1239
- *
1240
- * @returns {void}
1241
- */
1242
- forEach(fn) {
1243
- utils$1.forEach(this.handlers, function forEachHandler(h) {
1244
- if (h !== null) {
1245
- fn(h);
1246
- }
1247
- });
1248
- }
1249
- }
1250
-
1251
- var InterceptorManager$1 = InterceptorManager;
1252
-
1253
- var transitionalDefaults = {
1254
- silentJSONParsing: true,
1255
- forcedJSONParsing: true,
1256
- clarifyTimeoutError: false
1257
- };
1258
-
1259
- var URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
1260
-
1261
- var FormData$1 = typeof FormData !== 'undefined' ? FormData : null;
1262
-
1263
- var Blob$1 = typeof Blob !== 'undefined' ? Blob : null;
1264
-
1265
- var platform$1 = {
1266
- isBrowser: true,
1267
- classes: {
1268
- URLSearchParams: URLSearchParams$1,
1269
- FormData: FormData$1,
1270
- Blob: Blob$1
1271
- },
1272
- protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
1273
- };
1274
-
1275
- const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
1276
-
1277
- const _navigator = typeof navigator === 'object' && navigator || undefined;
1278
-
1279
- /**
1280
- * Determine if we're running in a standard browser environment
1281
- *
1282
- * This allows axios to run in a web worker, and react-native.
1283
- * Both environments support XMLHttpRequest, but not fully standard globals.
1284
- *
1285
- * web workers:
1286
- * typeof window -> undefined
1287
- * typeof document -> undefined
1288
- *
1289
- * react-native:
1290
- * navigator.product -> 'ReactNative'
1291
- * nativescript
1292
- * navigator.product -> 'NativeScript' or 'NS'
1293
- *
1294
- * @returns {boolean}
1295
- */
1296
- const hasStandardBrowserEnv = hasBrowserEnv &&
1297
- (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);
1298
-
1299
- /**
1300
- * Determine if we're running in a standard browser webWorker environment
1301
- *
1302
- * Although the `isStandardBrowserEnv` method indicates that
1303
- * `allows axios to run in a web worker`, the WebWorker will still be
1304
- * filtered out due to its judgment standard
1305
- * `typeof window !== 'undefined' && typeof document !== 'undefined'`.
1306
- * This leads to a problem when axios post `FormData` in webWorker
1307
- */
1308
- const hasStandardBrowserWebWorkerEnv = (() => {
1309
- return (
1310
- typeof WorkerGlobalScope !== 'undefined' &&
1311
- // eslint-disable-next-line no-undef
1312
- self instanceof WorkerGlobalScope &&
1313
- typeof self.importScripts === 'function'
1314
- );
1315
- })();
1316
-
1317
- const origin = hasBrowserEnv && window.location.href || 'http://localhost';
1318
-
1319
- var utils = /*#__PURE__*/Object.freeze({
1320
- __proto__: null,
1321
- hasBrowserEnv: hasBrowserEnv,
1322
- hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
1323
- hasStandardBrowserEnv: hasStandardBrowserEnv,
1324
- navigator: _navigator,
1325
- origin: origin
1326
- });
1327
-
1328
- var platform = {
1329
- ...utils,
1330
- ...platform$1
1331
- };
1332
-
1333
- function toURLEncodedForm(data, options) {
1334
- return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({
1335
- visitor: function(value, key, path, helpers) {
1336
- if (platform.isNode && utils$1.isBuffer(value)) {
1337
- this.append(key, value.toString('base64'));
1338
- return false;
1339
- }
1340
-
1341
- return helpers.defaultVisitor.apply(this, arguments);
1342
- }
1343
- }, options));
1344
- }
1345
-
1346
- /**
1347
- * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']
1348
- *
1349
- * @param {string} name - The name of the property to get.
1350
- *
1351
- * @returns An array of strings.
1352
- */
1353
- function parsePropPath(name) {
1354
- // foo[x][y][z]
1355
- // foo.x.y.z
1356
- // foo-x-y-z
1357
- // foo x y z
1358
- return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
1359
- return match[0] === '[]' ? '' : match[1] || match[0];
1360
- });
1361
- }
1362
-
1363
- /**
1364
- * Convert an array to an object.
1365
- *
1366
- * @param {Array<any>} arr - The array to convert to an object.
1367
- *
1368
- * @returns An object with the same keys and values as the array.
1369
- */
1370
- function arrayToObject(arr) {
1371
- const obj = {};
1372
- const keys = Object.keys(arr);
1373
- let i;
1374
- const len = keys.length;
1375
- let key;
1376
- for (i = 0; i < len; i++) {
1377
- key = keys[i];
1378
- obj[key] = arr[key];
1379
- }
1380
- return obj;
1381
- }
1382
-
1383
- /**
1384
- * It takes a FormData object and returns a JavaScript object
1385
- *
1386
- * @param {string} formData The FormData object to convert to JSON.
1387
- *
1388
- * @returns {Object<string, any> | null} The converted object.
1389
- */
1390
- function formDataToJSON(formData) {
1391
- function buildPath(path, value, target, index) {
1392
- let name = path[index++];
1393
-
1394
- if (name === '__proto__') return true;
1395
-
1396
- const isNumericKey = Number.isFinite(+name);
1397
- const isLast = index >= path.length;
1398
- name = !name && utils$1.isArray(target) ? target.length : name;
1399
-
1400
- if (isLast) {
1401
- if (utils$1.hasOwnProp(target, name)) {
1402
- target[name] = [target[name], value];
1403
- } else {
1404
- target[name] = value;
1405
- }
1406
-
1407
- return !isNumericKey;
1408
- }
1409
-
1410
- if (!target[name] || !utils$1.isObject(target[name])) {
1411
- target[name] = [];
1412
- }
1413
-
1414
- const result = buildPath(path, value, target[name], index);
1415
-
1416
- if (result && utils$1.isArray(target[name])) {
1417
- target[name] = arrayToObject(target[name]);
1418
- }
1419
-
1420
- return !isNumericKey;
1421
- }
1422
-
1423
- if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) {
1424
- const obj = {};
1425
-
1426
- utils$1.forEachEntry(formData, (name, value) => {
1427
- buildPath(parsePropPath(name), value, obj, 0);
1428
- });
1429
-
1430
- return obj;
1431
- }
1432
-
1433
- return null;
1434
- }
1435
-
1436
- /**
1437
- * It takes a string, tries to parse it, and if it fails, it returns the stringified version
1438
- * of the input
1439
- *
1440
- * @param {any} rawValue - The value to be stringified.
1441
- * @param {Function} parser - A function that parses a string into a JavaScript object.
1442
- * @param {Function} encoder - A function that takes a value and returns a string.
1443
- *
1444
- * @returns {string} A stringified version of the rawValue.
1445
- */
1446
- function stringifySafely(rawValue, parser, encoder) {
1447
- if (utils$1.isString(rawValue)) {
1448
- try {
1449
- (parser || JSON.parse)(rawValue);
1450
- return utils$1.trim(rawValue);
1451
- } catch (e) {
1452
- if (e.name !== 'SyntaxError') {
1453
- throw e;
1454
- }
1455
- }
1456
- }
1457
-
1458
- return (encoder || JSON.stringify)(rawValue);
1459
- }
1460
-
1461
- const defaults = {
1462
-
1463
- transitional: transitionalDefaults,
1464
-
1465
- adapter: ['xhr', 'http', 'fetch'],
1466
-
1467
- transformRequest: [function transformRequest(data, headers) {
1468
- const contentType = headers.getContentType() || '';
1469
- const hasJSONContentType = contentType.indexOf('application/json') > -1;
1470
- const isObjectPayload = utils$1.isObject(data);
1471
-
1472
- if (isObjectPayload && utils$1.isHTMLForm(data)) {
1473
- data = new FormData(data);
1474
- }
1475
-
1476
- const isFormData = utils$1.isFormData(data);
1477
-
1478
- if (isFormData) {
1479
- return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
1480
- }
1481
-
1482
- if (utils$1.isArrayBuffer(data) ||
1483
- utils$1.isBuffer(data) ||
1484
- utils$1.isStream(data) ||
1485
- utils$1.isFile(data) ||
1486
- utils$1.isBlob(data) ||
1487
- utils$1.isReadableStream(data)
1488
- ) {
1489
- return data;
1490
- }
1491
- if (utils$1.isArrayBufferView(data)) {
1492
- return data.buffer;
1493
- }
1494
- if (utils$1.isURLSearchParams(data)) {
1495
- headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);
1496
- return data.toString();
1497
- }
1498
-
1499
- let isFileList;
1500
-
1501
- if (isObjectPayload) {
1502
- if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {
1503
- return toURLEncodedForm(data, this.formSerializer).toString();
1504
- }
1505
-
1506
- if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {
1507
- const _FormData = this.env && this.env.FormData;
1508
-
1509
- return toFormData(
1510
- isFileList ? {'files[]': data} : data,
1511
- _FormData && new _FormData(),
1512
- this.formSerializer
1513
- );
1514
- }
1515
- }
1516
-
1517
- if (isObjectPayload || hasJSONContentType ) {
1518
- headers.setContentType('application/json', false);
1519
- return stringifySafely(data);
1520
- }
1521
-
1522
- return data;
1523
- }],
1524
-
1525
- transformResponse: [function transformResponse(data) {
1526
- const transitional = this.transitional || defaults.transitional;
1527
- const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
1528
- const JSONRequested = this.responseType === 'json';
1529
-
1530
- if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) {
1531
- return data;
1532
- }
1533
-
1534
- if (data && utils$1.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {
1535
- const silentJSONParsing = transitional && transitional.silentJSONParsing;
1536
- const strictJSONParsing = !silentJSONParsing && JSONRequested;
1537
-
1538
- try {
1539
- return JSON.parse(data);
1540
- } catch (e) {
1541
- if (strictJSONParsing) {
1542
- if (e.name === 'SyntaxError') {
1543
- throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
1544
- }
1545
- throw e;
1546
- }
1547
- }
1548
- }
1549
-
1550
- return data;
1551
- }],
1552
-
1553
- /**
1554
- * A timeout in milliseconds to abort a request. If set to 0 (default) a
1555
- * timeout is not created.
1556
- */
1557
- timeout: 0,
1558
-
1559
- xsrfCookieName: 'XSRF-TOKEN',
1560
- xsrfHeaderName: 'X-XSRF-TOKEN',
1561
-
1562
- maxContentLength: -1,
1563
- maxBodyLength: -1,
1564
-
1565
- env: {
1566
- FormData: platform.classes.FormData,
1567
- Blob: platform.classes.Blob
1568
- },
1569
-
1570
- validateStatus: function validateStatus(status) {
1571
- return status >= 200 && status < 300;
1572
- },
1573
-
1574
- headers: {
1575
- common: {
1576
- 'Accept': 'application/json, text/plain, */*',
1577
- 'Content-Type': undefined
1578
- }
1579
- }
1580
- };
1581
-
1582
- utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {
1583
- defaults.headers[method] = {};
1584
- });
1585
-
1586
- var defaults$1 = defaults;
1587
-
1588
- // RawAxiosHeaders whose duplicates are ignored by node
1589
- // c.f. https://nodejs.org/api/http.html#http_message_headers
1590
- const ignoreDuplicateOf = utils$1.toObjectSet([
1591
- 'age', 'authorization', 'content-length', 'content-type', 'etag',
1592
- 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',
1593
- 'last-modified', 'location', 'max-forwards', 'proxy-authorization',
1594
- 'referer', 'retry-after', 'user-agent'
1595
- ]);
1596
-
1597
- /**
1598
- * Parse headers into an object
1599
- *
1600
- * ```
1601
- * Date: Wed, 27 Aug 2014 08:58:49 GMT
1602
- * Content-Type: application/json
1603
- * Connection: keep-alive
1604
- * Transfer-Encoding: chunked
1605
- * ```
1606
- *
1607
- * @param {String} rawHeaders Headers needing to be parsed
1608
- *
1609
- * @returns {Object} Headers parsed into an object
1610
- */
1611
- var parseHeaders = rawHeaders => {
1612
- const parsed = {};
1613
- let key;
1614
- let val;
1615
- let i;
1616
-
1617
- rawHeaders && rawHeaders.split('\n').forEach(function parser(line) {
1618
- i = line.indexOf(':');
1619
- key = line.substring(0, i).trim().toLowerCase();
1620
- val = line.substring(i + 1).trim();
1621
-
1622
- if (!key || (parsed[key] && ignoreDuplicateOf[key])) {
1623
- return;
1624
- }
1625
-
1626
- if (key === 'set-cookie') {
1627
- if (parsed[key]) {
1628
- parsed[key].push(val);
1629
- } else {
1630
- parsed[key] = [val];
1631
- }
1632
- } else {
1633
- parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
1634
- }
1635
- });
1636
-
1637
- return parsed;
1638
- };
1639
-
1640
- const $internals = Symbol('internals');
1641
-
1642
- function normalizeHeader(header) {
1643
- return header && String(header).trim().toLowerCase();
1644
- }
1645
-
1646
- function normalizeValue(value) {
1647
- if (value === false || value == null) {
1648
- return value;
1649
- }
1650
-
1651
- return utils$1.isArray(value) ? value.map(normalizeValue) : String(value);
1652
- }
1653
-
1654
- function parseTokens(str) {
1655
- const tokens = Object.create(null);
1656
- const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
1657
- let match;
1658
-
1659
- while ((match = tokensRE.exec(str))) {
1660
- tokens[match[1]] = match[2];
1661
- }
1662
-
1663
- return tokens;
1664
- }
1665
-
1666
- const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
1667
-
1668
- function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
1669
- if (utils$1.isFunction(filter)) {
1670
- return filter.call(this, value, header);
1671
- }
1672
-
1673
- if (isHeaderNameFilter) {
1674
- value = header;
1675
- }
1676
-
1677
- if (!utils$1.isString(value)) return;
1678
-
1679
- if (utils$1.isString(filter)) {
1680
- return value.indexOf(filter) !== -1;
1681
- }
1682
-
1683
- if (utils$1.isRegExp(filter)) {
1684
- return filter.test(value);
1685
- }
1686
- }
1687
-
1688
- function formatHeader(header) {
1689
- return header.trim()
1690
- .toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => {
1691
- return char.toUpperCase() + str;
1692
- });
1693
- }
1694
-
1695
- function buildAccessors(obj, header) {
1696
- const accessorName = utils$1.toCamelCase(' ' + header);
1697
-
1698
- ['get', 'set', 'has'].forEach(methodName => {
1699
- Object.defineProperty(obj, methodName + accessorName, {
1700
- value: function(arg1, arg2, arg3) {
1701
- return this[methodName].call(this, header, arg1, arg2, arg3);
1702
- },
1703
- configurable: true
1704
- });
1705
- });
1706
- }
1707
-
1708
- class AxiosHeaders {
1709
- constructor(headers) {
1710
- headers && this.set(headers);
1711
- }
1712
-
1713
- set(header, valueOrRewrite, rewrite) {
1714
- const self = this;
1715
-
1716
- function setHeader(_value, _header, _rewrite) {
1717
- const lHeader = normalizeHeader(_header);
1718
-
1719
- if (!lHeader) {
1720
- throw new Error('header name must be a non-empty string');
1721
- }
1722
-
1723
- const key = utils$1.findKey(self, lHeader);
1724
-
1725
- if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {
1726
- self[key || _header] = normalizeValue(_value);
1727
- }
1728
- }
1729
-
1730
- const setHeaders = (headers, _rewrite) =>
1731
- utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));
1732
-
1733
- if (utils$1.isPlainObject(header) || header instanceof this.constructor) {
1734
- setHeaders(header, valueOrRewrite);
1735
- } else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
1736
- setHeaders(parseHeaders(header), valueOrRewrite);
1737
- } else if (utils$1.isObject(header) && utils$1.isIterable(header)) {
1738
- let obj = {}, dest, key;
1739
- for (const entry of header) {
1740
- if (!utils$1.isArray(entry)) {
1741
- throw TypeError('Object iterator must return a key-value pair');
1742
- }
1743
-
1744
- obj[key = entry[0]] = (dest = obj[key]) ?
1745
- (utils$1.isArray(dest) ? [...dest, entry[1]] : [dest, entry[1]]) : entry[1];
1746
- }
1747
-
1748
- setHeaders(obj, valueOrRewrite);
1749
- } else {
1750
- header != null && setHeader(valueOrRewrite, header, rewrite);
1751
- }
1752
-
1753
- return this;
1754
- }
1755
-
1756
- get(header, parser) {
1757
- header = normalizeHeader(header);
1758
-
1759
- if (header) {
1760
- const key = utils$1.findKey(this, header);
1761
-
1762
- if (key) {
1763
- const value = this[key];
1764
-
1765
- if (!parser) {
1766
- return value;
1767
- }
1768
-
1769
- if (parser === true) {
1770
- return parseTokens(value);
1771
- }
1772
-
1773
- if (utils$1.isFunction(parser)) {
1774
- return parser.call(this, value, key);
1775
- }
1776
-
1777
- if (utils$1.isRegExp(parser)) {
1778
- return parser.exec(value);
1779
- }
1780
-
1781
- throw new TypeError('parser must be boolean|regexp|function');
1782
- }
1783
- }
1784
- }
1785
-
1786
- has(header, matcher) {
1787
- header = normalizeHeader(header);
1788
-
1789
- if (header) {
1790
- const key = utils$1.findKey(this, header);
1791
-
1792
- return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));
1793
- }
1794
-
1795
- return false;
1796
- }
1797
-
1798
- delete(header, matcher) {
1799
- const self = this;
1800
- let deleted = false;
1801
-
1802
- function deleteHeader(_header) {
1803
- _header = normalizeHeader(_header);
1804
-
1805
- if (_header) {
1806
- const key = utils$1.findKey(self, _header);
1807
-
1808
- if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {
1809
- delete self[key];
1810
-
1811
- deleted = true;
1812
- }
1813
- }
1814
- }
1815
-
1816
- if (utils$1.isArray(header)) {
1817
- header.forEach(deleteHeader);
1818
- } else {
1819
- deleteHeader(header);
1820
- }
1821
-
1822
- return deleted;
1823
- }
1824
-
1825
- clear(matcher) {
1826
- const keys = Object.keys(this);
1827
- let i = keys.length;
1828
- let deleted = false;
1829
-
1830
- while (i--) {
1831
- const key = keys[i];
1832
- if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
1833
- delete this[key];
1834
- deleted = true;
1835
- }
1836
- }
1837
-
1838
- return deleted;
1839
- }
1840
-
1841
- normalize(format) {
1842
- const self = this;
1843
- const headers = {};
1844
-
1845
- utils$1.forEach(this, (value, header) => {
1846
- const key = utils$1.findKey(headers, header);
1847
-
1848
- if (key) {
1849
- self[key] = normalizeValue(value);
1850
- delete self[header];
1851
- return;
1852
- }
1853
-
1854
- const normalized = format ? formatHeader(header) : String(header).trim();
1855
-
1856
- if (normalized !== header) {
1857
- delete self[header];
1858
- }
1859
-
1860
- self[normalized] = normalizeValue(value);
1861
-
1862
- headers[normalized] = true;
1863
- });
1864
-
1865
- return this;
1866
- }
1867
-
1868
- concat(...targets) {
1869
- return this.constructor.concat(this, ...targets);
1870
- }
1871
-
1872
- toJSON(asStrings) {
1873
- const obj = Object.create(null);
1874
-
1875
- utils$1.forEach(this, (value, header) => {
1876
- value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value);
1877
- });
1878
-
1879
- return obj;
1880
- }
1881
-
1882
- [Symbol.iterator]() {
1883
- return Object.entries(this.toJSON())[Symbol.iterator]();
1884
- }
1885
-
1886
- toString() {
1887
- return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n');
1888
- }
1889
-
1890
- getSetCookie() {
1891
- return this.get("set-cookie") || [];
1892
- }
1893
-
1894
- get [Symbol.toStringTag]() {
1895
- return 'AxiosHeaders';
1896
- }
1897
-
1898
- static from(thing) {
1899
- return thing instanceof this ? thing : new this(thing);
1900
- }
1901
-
1902
- static concat(first, ...targets) {
1903
- const computed = new this(first);
1904
-
1905
- targets.forEach((target) => computed.set(target));
1906
-
1907
- return computed;
1908
- }
1909
-
1910
- static accessor(header) {
1911
- const internals = this[$internals] = (this[$internals] = {
1912
- accessors: {}
1913
- });
1914
-
1915
- const accessors = internals.accessors;
1916
- const prototype = this.prototype;
1917
-
1918
- function defineAccessor(_header) {
1919
- const lHeader = normalizeHeader(_header);
1920
-
1921
- if (!accessors[lHeader]) {
1922
- buildAccessors(prototype, _header);
1923
- accessors[lHeader] = true;
1924
- }
1925
- }
1926
-
1927
- utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
1928
-
1929
- return this;
1930
- }
1931
- }
1932
-
1933
- AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);
1934
-
1935
- // reserved names hotfix
1936
- utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {
1937
- let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`
1938
- return {
1939
- get: () => value,
1940
- set(headerValue) {
1941
- this[mapped] = headerValue;
1942
- }
1943
- }
1944
- });
1945
-
1946
- utils$1.freezeMethods(AxiosHeaders);
1947
-
1948
- var AxiosHeaders$1 = AxiosHeaders;
1949
-
1950
- /**
1951
- * Transform the data for a request or a response
1952
- *
1953
- * @param {Array|Function} fns A single function or Array of functions
1954
- * @param {?Object} response The response object
1955
- *
1956
- * @returns {*} The resulting transformed data
1957
- */
1958
- function transformData(fns, response) {
1959
- const config = this || defaults$1;
1960
- const context = response || config;
1961
- const headers = AxiosHeaders$1.from(context.headers);
1962
- let data = context.data;
1963
-
1964
- utils$1.forEach(fns, function transform(fn) {
1965
- data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);
1966
- });
1967
-
1968
- headers.normalize();
1969
-
1970
- return data;
1971
- }
1972
-
1973
- function isCancel(value) {
1974
- return !!(value && value.__CANCEL__);
1975
- }
1976
-
1977
- /**
1978
- * A `CanceledError` is an object that is thrown when an operation is canceled.
1979
- *
1980
- * @param {string=} message The message.
1981
- * @param {Object=} config The config.
1982
- * @param {Object=} request The request.
1983
- *
1984
- * @returns {CanceledError} The created error.
1985
- */
1986
- function CanceledError(message, config, request) {
1987
- // eslint-disable-next-line no-eq-null,eqeqeq
1988
- AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);
1989
- this.name = 'CanceledError';
1990
- }
1991
-
1992
- utils$1.inherits(CanceledError, AxiosError, {
1993
- __CANCEL__: true
1994
- });
1995
-
1996
- /**
1997
- * Resolve or reject a Promise based on response status.
1998
- *
1999
- * @param {Function} resolve A function that resolves the promise.
2000
- * @param {Function} reject A function that rejects the promise.
2001
- * @param {object} response The response.
2002
- *
2003
- * @returns {object} The response.
2004
- */
2005
- function settle(resolve, reject, response) {
2006
- const validateStatus = response.config.validateStatus;
2007
- if (!response.status || !validateStatus || validateStatus(response.status)) {
2008
- resolve(response);
2009
- } else {
2010
- reject(new AxiosError(
2011
- 'Request failed with status code ' + response.status,
2012
- [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
2013
- response.config,
2014
- response.request,
2015
- response
2016
- ));
2017
- }
2018
- }
2019
-
2020
- function parseProtocol(url) {
2021
- const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
2022
- return match && match[1] || '';
2023
- }
2024
-
2025
- /**
2026
- * Calculate data maxRate
2027
- * @param {Number} [samplesCount= 10]
2028
- * @param {Number} [min= 1000]
2029
- * @returns {Function}
2030
- */
2031
- function speedometer(samplesCount, min) {
2032
- samplesCount = samplesCount || 10;
2033
- const bytes = new Array(samplesCount);
2034
- const timestamps = new Array(samplesCount);
2035
- let head = 0;
2036
- let tail = 0;
2037
- let firstSampleTS;
2038
-
2039
- min = min !== undefined ? min : 1000;
2040
-
2041
- return function push(chunkLength) {
2042
- const now = Date.now();
2043
-
2044
- const startedAt = timestamps[tail];
2045
-
2046
- if (!firstSampleTS) {
2047
- firstSampleTS = now;
2048
- }
2049
-
2050
- bytes[head] = chunkLength;
2051
- timestamps[head] = now;
2052
-
2053
- let i = tail;
2054
- let bytesCount = 0;
2055
-
2056
- while (i !== head) {
2057
- bytesCount += bytes[i++];
2058
- i = i % samplesCount;
2059
- }
2060
-
2061
- head = (head + 1) % samplesCount;
2062
-
2063
- if (head === tail) {
2064
- tail = (tail + 1) % samplesCount;
2065
- }
2066
-
2067
- if (now - firstSampleTS < min) {
2068
- return;
2069
- }
2070
-
2071
- const passed = startedAt && now - startedAt;
2072
-
2073
- return passed ? Math.round(bytesCount * 1000 / passed) : undefined;
2074
- };
2075
- }
2076
-
2077
- /**
2078
- * Throttle decorator
2079
- * @param {Function} fn
2080
- * @param {Number} freq
2081
- * @return {Function}
2082
- */
2083
- function throttle(fn, freq) {
2084
- let timestamp = 0;
2085
- let threshold = 1000 / freq;
2086
- let lastArgs;
2087
- let timer;
2088
-
2089
- const invoke = (args, now = Date.now()) => {
2090
- timestamp = now;
2091
- lastArgs = null;
2092
- if (timer) {
2093
- clearTimeout(timer);
2094
- timer = null;
2095
- }
2096
- fn.apply(null, args);
2097
- };
2098
-
2099
- const throttled = (...args) => {
2100
- const now = Date.now();
2101
- const passed = now - timestamp;
2102
- if ( passed >= threshold) {
2103
- invoke(args, now);
2104
- } else {
2105
- lastArgs = args;
2106
- if (!timer) {
2107
- timer = setTimeout(() => {
2108
- timer = null;
2109
- invoke(lastArgs);
2110
- }, threshold - passed);
2111
- }
2112
- }
2113
- };
2114
-
2115
- const flush = () => lastArgs && invoke(lastArgs);
2116
-
2117
- return [throttled, flush];
2118
- }
2119
-
2120
- const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
2121
- let bytesNotified = 0;
2122
- const _speedometer = speedometer(50, 250);
2123
-
2124
- return throttle(e => {
2125
- const loaded = e.loaded;
2126
- const total = e.lengthComputable ? e.total : undefined;
2127
- const progressBytes = loaded - bytesNotified;
2128
- const rate = _speedometer(progressBytes);
2129
- const inRange = loaded <= total;
2130
-
2131
- bytesNotified = loaded;
2132
-
2133
- const data = {
2134
- loaded,
2135
- total,
2136
- progress: total ? (loaded / total) : undefined,
2137
- bytes: progressBytes,
2138
- rate: rate ? rate : undefined,
2139
- estimated: rate && total && inRange ? (total - loaded) / rate : undefined,
2140
- event: e,
2141
- lengthComputable: total != null,
2142
- [isDownloadStream ? 'download' : 'upload']: true
2143
- };
2144
-
2145
- listener(data);
2146
- }, freq);
2147
- };
2148
-
2149
- const progressEventDecorator = (total, throttled) => {
2150
- const lengthComputable = total != null;
2151
-
2152
- return [(loaded) => throttled[0]({
2153
- lengthComputable,
2154
- total,
2155
- loaded
2156
- }), throttled[1]];
2157
- };
2158
-
2159
- const asyncDecorator = (fn) => (...args) => utils$1.asap(() => fn(...args));
2160
-
2161
- var isURLSameOrigin = platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => {
2162
- url = new URL(url, platform.origin);
2163
-
2164
- return (
2165
- origin.protocol === url.protocol &&
2166
- origin.host === url.host &&
2167
- (isMSIE || origin.port === url.port)
2168
- );
2169
- })(
2170
- new URL(platform.origin),
2171
- platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)
2172
- ) : () => true;
2173
-
2174
- var cookies = platform.hasStandardBrowserEnv ?
2175
-
2176
- // Standard browser envs support document.cookie
2177
- {
2178
- write(name, value, expires, path, domain, secure) {
2179
- const cookie = [name + '=' + encodeURIComponent(value)];
2180
-
2181
- utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());
2182
-
2183
- utils$1.isString(path) && cookie.push('path=' + path);
2184
-
2185
- utils$1.isString(domain) && cookie.push('domain=' + domain);
2186
-
2187
- secure === true && cookie.push('secure');
2188
-
2189
- document.cookie = cookie.join('; ');
2190
- },
2191
-
2192
- read(name) {
2193
- const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)'));
2194
- return (match ? decodeURIComponent(match[3]) : null);
2195
- },
2196
-
2197
- remove(name) {
2198
- this.write(name, '', Date.now() - 86400000);
2199
- }
2200
- }
2201
-
2202
- :
2203
-
2204
- // Non-standard browser env (web workers, react-native) lack needed support.
2205
- {
2206
- write() {},
2207
- read() {
2208
- return null;
2209
- },
2210
- remove() {}
2211
- };
2212
-
2213
- /**
2214
- * Determines whether the specified URL is absolute
2215
- *
2216
- * @param {string} url The URL to test
2217
- *
2218
- * @returns {boolean} True if the specified URL is absolute, otherwise false
2219
- */
2220
- function isAbsoluteURL(url) {
2221
- // A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
2222
- // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
2223
- // by any combination of letters, digits, plus, period, or hyphen.
2224
- return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
2225
- }
2226
-
2227
- /**
2228
- * Creates a new URL by combining the specified URLs
2229
- *
2230
- * @param {string} baseURL The base URL
2231
- * @param {string} relativeURL The relative URL
2232
- *
2233
- * @returns {string} The combined URL
2234
- */
2235
- function combineURLs(baseURL, relativeURL) {
2236
- return relativeURL
2237
- ? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '')
2238
- : baseURL;
2239
- }
2240
-
2241
- /**
2242
- * Creates a new URL by combining the baseURL with the requestedURL,
2243
- * only when the requestedURL is not already an absolute URL.
2244
- * If the requestURL is absolute, this function returns the requestedURL untouched.
2245
- *
2246
- * @param {string} baseURL The base URL
2247
- * @param {string} requestedURL Absolute or relative URL to combine
2248
- *
2249
- * @returns {string} The combined full path
2250
- */
2251
- function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
2252
- let isRelativeUrl = !isAbsoluteURL(requestedURL);
2253
- if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
2254
- return combineURLs(baseURL, requestedURL);
2255
- }
2256
- return requestedURL;
2257
- }
2258
-
2259
- const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? { ...thing } : thing;
2260
-
2261
- /**
2262
- * Config-specific merge-function which creates a new config-object
2263
- * by merging two configuration objects together.
2264
- *
2265
- * @param {Object} config1
2266
- * @param {Object} config2
2267
- *
2268
- * @returns {Object} New object resulting from merging config2 to config1
2269
- */
2270
- function mergeConfig(config1, config2) {
2271
- // eslint-disable-next-line no-param-reassign
2272
- config2 = config2 || {};
2273
- const config = {};
2274
-
2275
- function getMergedValue(target, source, prop, caseless) {
2276
- if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) {
2277
- return utils$1.merge.call({caseless}, target, source);
2278
- } else if (utils$1.isPlainObject(source)) {
2279
- return utils$1.merge({}, source);
2280
- } else if (utils$1.isArray(source)) {
2281
- return source.slice();
2282
- }
2283
- return source;
2284
- }
2285
-
2286
- // eslint-disable-next-line consistent-return
2287
- function mergeDeepProperties(a, b, prop , caseless) {
2288
- if (!utils$1.isUndefined(b)) {
2289
- return getMergedValue(a, b, prop , caseless);
2290
- } else if (!utils$1.isUndefined(a)) {
2291
- return getMergedValue(undefined, a, prop , caseless);
2292
- }
2293
- }
2294
-
2295
- // eslint-disable-next-line consistent-return
2296
- function valueFromConfig2(a, b) {
2297
- if (!utils$1.isUndefined(b)) {
2298
- return getMergedValue(undefined, b);
2299
- }
2300
- }
2301
-
2302
- // eslint-disable-next-line consistent-return
2303
- function defaultToConfig2(a, b) {
2304
- if (!utils$1.isUndefined(b)) {
2305
- return getMergedValue(undefined, b);
2306
- } else if (!utils$1.isUndefined(a)) {
2307
- return getMergedValue(undefined, a);
2308
- }
2309
- }
2310
-
2311
- // eslint-disable-next-line consistent-return
2312
- function mergeDirectKeys(a, b, prop) {
2313
- if (prop in config2) {
2314
- return getMergedValue(a, b);
2315
- } else if (prop in config1) {
2316
- return getMergedValue(undefined, a);
2317
- }
2318
- }
2319
-
2320
- const mergeMap = {
2321
- url: valueFromConfig2,
2322
- method: valueFromConfig2,
2323
- data: valueFromConfig2,
2324
- baseURL: defaultToConfig2,
2325
- transformRequest: defaultToConfig2,
2326
- transformResponse: defaultToConfig2,
2327
- paramsSerializer: defaultToConfig2,
2328
- timeout: defaultToConfig2,
2329
- timeoutMessage: defaultToConfig2,
2330
- withCredentials: defaultToConfig2,
2331
- withXSRFToken: defaultToConfig2,
2332
- adapter: defaultToConfig2,
2333
- responseType: defaultToConfig2,
2334
- xsrfCookieName: defaultToConfig2,
2335
- xsrfHeaderName: defaultToConfig2,
2336
- onUploadProgress: defaultToConfig2,
2337
- onDownloadProgress: defaultToConfig2,
2338
- decompress: defaultToConfig2,
2339
- maxContentLength: defaultToConfig2,
2340
- maxBodyLength: defaultToConfig2,
2341
- beforeRedirect: defaultToConfig2,
2342
- transport: defaultToConfig2,
2343
- httpAgent: defaultToConfig2,
2344
- httpsAgent: defaultToConfig2,
2345
- cancelToken: defaultToConfig2,
2346
- socketPath: defaultToConfig2,
2347
- responseEncoding: defaultToConfig2,
2348
- validateStatus: mergeDirectKeys,
2349
- headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true)
2350
- };
2351
-
2352
- utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {
2353
- const merge = mergeMap[prop] || mergeDeepProperties;
2354
- const configValue = merge(config1[prop], config2[prop], prop);
2355
- (utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
2356
- });
2357
-
2358
- return config;
2359
- }
2360
-
2361
- var resolveConfig = (config) => {
2362
- const newConfig = mergeConfig({}, config);
2363
-
2364
- let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig;
2365
-
2366
- newConfig.headers = headers = AxiosHeaders$1.from(headers);
2367
-
2368
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
2369
-
2370
- // HTTP basic authentication
2371
- if (auth) {
2372
- headers.set('Authorization', 'Basic ' +
2373
- btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : ''))
2374
- );
2375
- }
2376
-
2377
- let contentType;
2378
-
2379
- if (utils$1.isFormData(data)) {
2380
- if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {
2381
- headers.setContentType(undefined); // Let the browser set it
2382
- } else if ((contentType = headers.getContentType()) !== false) {
2383
- // fix semicolon duplication issue for ReactNative FormData implementation
2384
- const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];
2385
- headers.setContentType([type || 'multipart/form-data', ...tokens].join('; '));
2386
- }
2387
- }
2388
-
2389
- // Add xsrf header
2390
- // This is only done if running in a standard browser environment.
2391
- // Specifically not if we're in a web worker, or react-native.
2392
-
2393
- if (platform.hasStandardBrowserEnv) {
2394
- withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig));
2395
-
2396
- if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) {
2397
- // Add xsrf header
2398
- const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName);
2399
-
2400
- if (xsrfValue) {
2401
- headers.set(xsrfHeaderName, xsrfValue);
2402
- }
2403
- }
2404
- }
2405
-
2406
- return newConfig;
2407
- };
2408
-
2409
- const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
2410
-
2411
- var xhrAdapter = isXHRAdapterSupported && function (config) {
2412
- return new Promise(function dispatchXhrRequest(resolve, reject) {
2413
- const _config = resolveConfig(config);
2414
- let requestData = _config.data;
2415
- const requestHeaders = AxiosHeaders$1.from(_config.headers).normalize();
2416
- let {responseType, onUploadProgress, onDownloadProgress} = _config;
2417
- let onCanceled;
2418
- let uploadThrottled, downloadThrottled;
2419
- let flushUpload, flushDownload;
2420
-
2421
- function done() {
2422
- flushUpload && flushUpload(); // flush events
2423
- flushDownload && flushDownload(); // flush events
2424
-
2425
- _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);
2426
-
2427
- _config.signal && _config.signal.removeEventListener('abort', onCanceled);
2428
- }
2429
-
2430
- let request = new XMLHttpRequest();
2431
-
2432
- request.open(_config.method.toUpperCase(), _config.url, true);
2433
-
2434
- // Set the request timeout in MS
2435
- request.timeout = _config.timeout;
2436
-
2437
- function onloadend() {
2438
- if (!request) {
2439
- return;
2440
- }
2441
- // Prepare the response
2442
- const responseHeaders = AxiosHeaders$1.from(
2443
- 'getAllResponseHeaders' in request && request.getAllResponseHeaders()
2444
- );
2445
- const responseData = !responseType || responseType === 'text' || responseType === 'json' ?
2446
- request.responseText : request.response;
2447
- const response = {
2448
- data: responseData,
2449
- status: request.status,
2450
- statusText: request.statusText,
2451
- headers: responseHeaders,
2452
- config,
2453
- request
2454
- };
2455
-
2456
- settle(function _resolve(value) {
2457
- resolve(value);
2458
- done();
2459
- }, function _reject(err) {
2460
- reject(err);
2461
- done();
2462
- }, response);
2463
-
2464
- // Clean up request
2465
- request = null;
2466
- }
2467
-
2468
- if ('onloadend' in request) {
2469
- // Use onloadend if available
2470
- request.onloadend = onloadend;
2471
- } else {
2472
- // Listen for ready state to emulate onloadend
2473
- request.onreadystatechange = function handleLoad() {
2474
- if (!request || request.readyState !== 4) {
2475
- return;
2476
- }
2477
-
2478
- // The request errored out and we didn't get a response, this will be
2479
- // handled by onerror instead
2480
- // With one exception: request that using file: protocol, most browsers
2481
- // will return status as 0 even though it's a successful request
2482
- if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
2483
- return;
2484
- }
2485
- // readystate handler is calling before onerror or ontimeout handlers,
2486
- // so we should call onloadend on the next 'tick'
2487
- setTimeout(onloadend);
2488
- };
2489
- }
2490
-
2491
- // Handle browser request cancellation (as opposed to a manual cancellation)
2492
- request.onabort = function handleAbort() {
2493
- if (!request) {
2494
- return;
2495
- }
2496
-
2497
- reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
2498
-
2499
- // Clean up request
2500
- request = null;
2501
- };
2502
-
2503
- // Handle low level network errors
2504
- request.onerror = function handleError() {
2505
- // Real errors are hidden from us by the browser
2506
- // onerror should only fire if it's a network error
2507
- reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request));
2508
-
2509
- // Clean up request
2510
- request = null;
2511
- };
2512
-
2513
- // Handle timeout
2514
- request.ontimeout = function handleTimeout() {
2515
- let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';
2516
- const transitional = _config.transitional || transitionalDefaults;
2517
- if (_config.timeoutErrorMessage) {
2518
- timeoutErrorMessage = _config.timeoutErrorMessage;
2519
- }
2520
- reject(new AxiosError(
2521
- timeoutErrorMessage,
2522
- transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
2523
- config,
2524
- request));
2525
-
2526
- // Clean up request
2527
- request = null;
2528
- };
2529
-
2530
- // Remove Content-Type if data is undefined
2531
- requestData === undefined && requestHeaders.setContentType(null);
2532
-
2533
- // Add headers to the request
2534
- if ('setRequestHeader' in request) {
2535
- utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {
2536
- request.setRequestHeader(key, val);
2537
- });
2538
- }
2539
-
2540
- // Add withCredentials to request if needed
2541
- if (!utils$1.isUndefined(_config.withCredentials)) {
2542
- request.withCredentials = !!_config.withCredentials;
2543
- }
2544
-
2545
- // Add responseType to request if needed
2546
- if (responseType && responseType !== 'json') {
2547
- request.responseType = _config.responseType;
2548
- }
2549
-
2550
- // Handle progress if needed
2551
- if (onDownloadProgress) {
2552
- ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true));
2553
- request.addEventListener('progress', downloadThrottled);
2554
- }
2555
-
2556
- // Not all browsers support upload events
2557
- if (onUploadProgress && request.upload) {
2558
- ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));
2559
-
2560
- request.upload.addEventListener('progress', uploadThrottled);
2561
-
2562
- request.upload.addEventListener('loadend', flushUpload);
2563
- }
2564
-
2565
- if (_config.cancelToken || _config.signal) {
2566
- // Handle cancellation
2567
- // eslint-disable-next-line func-names
2568
- onCanceled = cancel => {
2569
- if (!request) {
2570
- return;
2571
- }
2572
- reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
2573
- request.abort();
2574
- request = null;
2575
- };
2576
-
2577
- _config.cancelToken && _config.cancelToken.subscribe(onCanceled);
2578
- if (_config.signal) {
2579
- _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);
2580
- }
2581
- }
2582
-
2583
- const protocol = parseProtocol(_config.url);
2584
-
2585
- if (protocol && platform.protocols.indexOf(protocol) === -1) {
2586
- reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));
2587
- return;
2588
- }
2589
-
2590
-
2591
- // Send the request
2592
- request.send(requestData || null);
2593
- });
2594
- };
2595
-
2596
- const composeSignals = (signals, timeout) => {
2597
- const {length} = (signals = signals ? signals.filter(Boolean) : []);
2598
-
2599
- if (timeout || length) {
2600
- let controller = new AbortController();
2601
-
2602
- let aborted;
2603
-
2604
- const onabort = function (reason) {
2605
- if (!aborted) {
2606
- aborted = true;
2607
- unsubscribe();
2608
- const err = reason instanceof Error ? reason : this.reason;
2609
- controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
2610
- }
2611
- };
2612
-
2613
- let timer = timeout && setTimeout(() => {
2614
- timer = null;
2615
- onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT));
2616
- }, timeout);
2617
-
2618
- const unsubscribe = () => {
2619
- if (signals) {
2620
- timer && clearTimeout(timer);
2621
- timer = null;
2622
- signals.forEach(signal => {
2623
- signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);
2624
- });
2625
- signals = null;
2626
- }
2627
- };
2628
-
2629
- signals.forEach((signal) => signal.addEventListener('abort', onabort));
2630
-
2631
- const {signal} = controller;
2632
-
2633
- signal.unsubscribe = () => utils$1.asap(unsubscribe);
2634
-
2635
- return signal;
2636
- }
2637
- };
2638
-
2639
- var composeSignals$1 = composeSignals;
2640
-
2641
- const streamChunk = function* (chunk, chunkSize) {
2642
- let len = chunk.byteLength;
2643
-
2644
- if (!chunkSize || len < chunkSize) {
2645
- yield chunk;
2646
- return;
2647
- }
2648
-
2649
- let pos = 0;
2650
- let end;
2651
-
2652
- while (pos < len) {
2653
- end = pos + chunkSize;
2654
- yield chunk.slice(pos, end);
2655
- pos = end;
2656
- }
2657
- };
2658
-
2659
- const readBytes = async function* (iterable, chunkSize) {
2660
- for await (const chunk of readStream(iterable)) {
2661
- yield* streamChunk(chunk, chunkSize);
2662
- }
2663
- };
2664
-
2665
- const readStream = async function* (stream) {
2666
- if (stream[Symbol.asyncIterator]) {
2667
- yield* stream;
2668
- return;
2669
- }
2670
-
2671
- const reader = stream.getReader();
2672
- try {
2673
- for (;;) {
2674
- const {done, value} = await reader.read();
2675
- if (done) {
2676
- break;
2677
- }
2678
- yield value;
2679
- }
2680
- } finally {
2681
- await reader.cancel();
2682
- }
2683
- };
2684
-
2685
- const trackStream = (stream, chunkSize, onProgress, onFinish) => {
2686
- const iterator = readBytes(stream, chunkSize);
2687
-
2688
- let bytes = 0;
2689
- let done;
2690
- let _onFinish = (e) => {
2691
- if (!done) {
2692
- done = true;
2693
- onFinish && onFinish(e);
2694
- }
2695
- };
2696
-
2697
- return new ReadableStream({
2698
- async pull(controller) {
2699
- try {
2700
- const {done, value} = await iterator.next();
2701
-
2702
- if (done) {
2703
- _onFinish();
2704
- controller.close();
2705
- return;
2706
- }
2707
-
2708
- let len = value.byteLength;
2709
- if (onProgress) {
2710
- let loadedBytes = bytes += len;
2711
- onProgress(loadedBytes);
2712
- }
2713
- controller.enqueue(new Uint8Array(value));
2714
- } catch (err) {
2715
- _onFinish(err);
2716
- throw err;
2717
- }
2718
- },
2719
- cancel(reason) {
2720
- _onFinish(reason);
2721
- return iterator.return();
2722
- }
2723
- }, {
2724
- highWaterMark: 2
2725
- })
2726
- };
2727
-
2728
- const isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function';
2729
- const isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function';
2730
-
2731
- // used only inside the fetch adapter
2732
- const encodeText = isFetchSupported && (typeof TextEncoder === 'function' ?
2733
- ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) :
2734
- async (str) => new Uint8Array(await new Response(str).arrayBuffer())
2735
- );
2736
-
2737
- const test = (fn, ...args) => {
2738
- try {
2739
- return !!fn(...args);
2740
- } catch (e) {
2741
- return false
2742
- }
2743
- };
2744
-
2745
- const supportsRequestStream = isReadableStreamSupported && test(() => {
2746
- let duplexAccessed = false;
2747
-
2748
- const hasContentType = new Request(platform.origin, {
2749
- body: new ReadableStream(),
2750
- method: 'POST',
2751
- get duplex() {
2752
- duplexAccessed = true;
2753
- return 'half';
2754
- },
2755
- }).headers.has('Content-Type');
2756
-
2757
- return duplexAccessed && !hasContentType;
2758
- });
2759
-
2760
- const DEFAULT_CHUNK_SIZE = 64 * 1024;
2761
-
2762
- const supportsResponseStream = isReadableStreamSupported &&
2763
- test(() => utils$1.isReadableStream(new Response('').body));
2764
-
2765
-
2766
- const resolvers = {
2767
- stream: supportsResponseStream && ((res) => res.body)
2768
- };
2769
-
2770
- isFetchSupported && (((res) => {
2771
- ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => {
2772
- !resolvers[type] && (resolvers[type] = utils$1.isFunction(res[type]) ? (res) => res[type]() :
2773
- (_, config) => {
2774
- throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);
2775
- });
2776
- });
2777
- })(new Response));
2778
-
2779
- const getBodyLength = async (body) => {
2780
- if (body == null) {
2781
- return 0;
2782
- }
2783
-
2784
- if(utils$1.isBlob(body)) {
2785
- return body.size;
2786
- }
2787
-
2788
- if(utils$1.isSpecCompliantForm(body)) {
2789
- const _request = new Request(platform.origin, {
2790
- method: 'POST',
2791
- body,
2792
- });
2793
- return (await _request.arrayBuffer()).byteLength;
2794
- }
2795
-
2796
- if(utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body)) {
2797
- return body.byteLength;
2798
- }
2799
-
2800
- if(utils$1.isURLSearchParams(body)) {
2801
- body = body + '';
2802
- }
2803
-
2804
- if(utils$1.isString(body)) {
2805
- return (await encodeText(body)).byteLength;
2806
- }
2807
- };
2808
-
2809
- const resolveBodyLength = async (headers, body) => {
2810
- const length = utils$1.toFiniteNumber(headers.getContentLength());
2811
-
2812
- return length == null ? getBodyLength(body) : length;
2813
- };
2814
-
2815
- var fetchAdapter = isFetchSupported && (async (config) => {
2816
- let {
2817
- url,
2818
- method,
2819
- data,
2820
- signal,
2821
- cancelToken,
2822
- timeout,
2823
- onDownloadProgress,
2824
- onUploadProgress,
2825
- responseType,
2826
- headers,
2827
- withCredentials = 'same-origin',
2828
- fetchOptions
2829
- } = resolveConfig(config);
2830
-
2831
- responseType = responseType ? (responseType + '').toLowerCase() : 'text';
2832
-
2833
- let composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
2834
-
2835
- let request;
2836
-
2837
- const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {
2838
- composedSignal.unsubscribe();
2839
- });
2840
-
2841
- let requestContentLength;
2842
-
2843
- try {
2844
- if (
2845
- onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' &&
2846
- (requestContentLength = await resolveBodyLength(headers, data)) !== 0
2847
- ) {
2848
- let _request = new Request(url, {
2849
- method: 'POST',
2850
- body: data,
2851
- duplex: "half"
2852
- });
2853
-
2854
- let contentTypeHeader;
2855
-
2856
- if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) {
2857
- headers.setContentType(contentTypeHeader);
2858
- }
2859
-
2860
- if (_request.body) {
2861
- const [onProgress, flush] = progressEventDecorator(
2862
- requestContentLength,
2863
- progressEventReducer(asyncDecorator(onUploadProgress))
2864
- );
2865
-
2866
- data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
2867
- }
2868
- }
2869
-
2870
- if (!utils$1.isString(withCredentials)) {
2871
- withCredentials = withCredentials ? 'include' : 'omit';
2872
- }
2873
-
2874
- // Cloudflare Workers throws when credentials are defined
2875
- // see https://github.com/cloudflare/workerd/issues/902
2876
- const isCredentialsSupported = "credentials" in Request.prototype;
2877
- request = new Request(url, {
2878
- ...fetchOptions,
2879
- signal: composedSignal,
2880
- method: method.toUpperCase(),
2881
- headers: headers.normalize().toJSON(),
2882
- body: data,
2883
- duplex: "half",
2884
- credentials: isCredentialsSupported ? withCredentials : undefined
2885
- });
2886
-
2887
- let response = await fetch(request, fetchOptions);
2888
-
2889
- const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');
2890
-
2891
- if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {
2892
- const options = {};
2893
-
2894
- ['status', 'statusText', 'headers'].forEach(prop => {
2895
- options[prop] = response[prop];
2896
- });
2897
-
2898
- const responseContentLength = utils$1.toFiniteNumber(response.headers.get('content-length'));
2899
-
2900
- const [onProgress, flush] = onDownloadProgress && progressEventDecorator(
2901
- responseContentLength,
2902
- progressEventReducer(asyncDecorator(onDownloadProgress), true)
2903
- ) || [];
2904
-
2905
- response = new Response(
2906
- trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
2907
- flush && flush();
2908
- unsubscribe && unsubscribe();
2909
- }),
2910
- options
2911
- );
2912
- }
2913
-
2914
- responseType = responseType || 'text';
2915
-
2916
- let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](response, config);
2917
-
2918
- !isStreamResponse && unsubscribe && unsubscribe();
2919
-
2920
- return await new Promise((resolve, reject) => {
2921
- settle(resolve, reject, {
2922
- data: responseData,
2923
- headers: AxiosHeaders$1.from(response.headers),
2924
- status: response.status,
2925
- statusText: response.statusText,
2926
- config,
2927
- request
2928
- });
2929
- })
2930
- } catch (err) {
2931
- unsubscribe && unsubscribe();
2932
-
2933
- if (err && err.name === 'TypeError' && /Load failed|fetch/i.test(err.message)) {
2934
- throw Object.assign(
2935
- new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request),
2936
- {
2937
- cause: err.cause || err
2938
- }
2939
- )
2940
- }
2941
-
2942
- throw AxiosError.from(err, err && err.code, config, request);
2943
- }
2944
- });
2945
-
2946
- const knownAdapters = {
2947
- http: httpAdapter,
2948
- xhr: xhrAdapter,
2949
- fetch: fetchAdapter
2950
- };
2951
-
2952
- utils$1.forEach(knownAdapters, (fn, value) => {
2953
- if (fn) {
2954
- try {
2955
- Object.defineProperty(fn, 'name', {value});
2956
- } catch (e) {
2957
- // eslint-disable-next-line no-empty
2958
- }
2959
- Object.defineProperty(fn, 'adapterName', {value});
2960
- }
2961
- });
2962
-
2963
- const renderReason = (reason) => `- ${reason}`;
2964
-
2965
- const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false;
2966
-
2967
- var adapters = {
2968
- getAdapter: (adapters) => {
2969
- adapters = utils$1.isArray(adapters) ? adapters : [adapters];
2970
-
2971
- const {length} = adapters;
2972
- let nameOrAdapter;
2973
- let adapter;
2974
-
2975
- const rejectedReasons = {};
2976
-
2977
- for (let i = 0; i < length; i++) {
2978
- nameOrAdapter = adapters[i];
2979
- let id;
2980
-
2981
- adapter = nameOrAdapter;
2982
-
2983
- if (!isResolvedHandle(nameOrAdapter)) {
2984
- adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
2985
-
2986
- if (adapter === undefined) {
2987
- throw new AxiosError(`Unknown adapter '${id}'`);
2988
- }
2989
- }
2990
-
2991
- if (adapter) {
2992
- break;
2993
- }
2994
-
2995
- rejectedReasons[id || '#' + i] = adapter;
2996
- }
2997
-
2998
- if (!adapter) {
2999
-
3000
- const reasons = Object.entries(rejectedReasons)
3001
- .map(([id, state]) => `adapter ${id} ` +
3002
- (state === false ? 'is not supported by the environment' : 'is not available in the build')
3003
- );
3004
-
3005
- let s = length ?
3006
- (reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) :
3007
- 'as no adapter specified';
3008
-
3009
- throw new AxiosError(
3010
- `There is no suitable adapter to dispatch the request ` + s,
3011
- 'ERR_NOT_SUPPORT'
3012
- );
3013
- }
3014
-
3015
- return adapter;
3016
- },
3017
- adapters: knownAdapters
3018
- };
3019
-
3020
- /**
3021
- * Throws a `CanceledError` if cancellation has been requested.
3022
- *
3023
- * @param {Object} config The config that is to be used for the request
3024
- *
3025
- * @returns {void}
3026
- */
3027
- function throwIfCancellationRequested(config) {
3028
- if (config.cancelToken) {
3029
- config.cancelToken.throwIfRequested();
3030
- }
3031
-
3032
- if (config.signal && config.signal.aborted) {
3033
- throw new CanceledError(null, config);
3034
- }
3035
- }
3036
-
3037
- /**
3038
- * Dispatch a request to the server using the configured adapter.
3039
- *
3040
- * @param {object} config The config that is to be used for the request
3041
- *
3042
- * @returns {Promise} The Promise to be fulfilled
3043
- */
3044
- function dispatchRequest(config) {
3045
- throwIfCancellationRequested(config);
3046
-
3047
- config.headers = AxiosHeaders$1.from(config.headers);
3048
-
3049
- // Transform request data
3050
- config.data = transformData.call(
3051
- config,
3052
- config.transformRequest
3053
- );
3054
-
3055
- if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {
3056
- config.headers.setContentType('application/x-www-form-urlencoded', false);
3057
- }
3058
-
3059
- const adapter = adapters.getAdapter(config.adapter || defaults$1.adapter);
3060
-
3061
- return adapter(config).then(function onAdapterResolution(response) {
3062
- throwIfCancellationRequested(config);
3063
-
3064
- // Transform response data
3065
- response.data = transformData.call(
3066
- config,
3067
- config.transformResponse,
3068
- response
3069
- );
3070
-
3071
- response.headers = AxiosHeaders$1.from(response.headers);
3072
-
3073
- return response;
3074
- }, function onAdapterRejection(reason) {
3075
- if (!isCancel(reason)) {
3076
- throwIfCancellationRequested(config);
3077
-
3078
- // Transform response data
3079
- if (reason && reason.response) {
3080
- reason.response.data = transformData.call(
3081
- config,
3082
- config.transformResponse,
3083
- reason.response
3084
- );
3085
- reason.response.headers = AxiosHeaders$1.from(reason.response.headers);
3086
- }
3087
- }
3088
-
3089
- return Promise.reject(reason);
3090
- });
3091
- }
3092
-
3093
- const VERSION = "1.10.0";
3094
-
3095
- const validators$1 = {};
3096
-
3097
- // eslint-disable-next-line func-names
3098
- ['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => {
3099
- validators$1[type] = function validator(thing) {
3100
- return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;
3101
- };
3102
- });
3103
-
3104
- const deprecatedWarnings = {};
3105
-
3106
- /**
3107
- * Transitional option validator
3108
- *
3109
- * @param {function|boolean?} validator - set to false if the transitional option has been removed
3110
- * @param {string?} version - deprecated version / removed since version
3111
- * @param {string?} message - some message with additional info
3112
- *
3113
- * @returns {function}
3114
- */
3115
- validators$1.transitional = function transitional(validator, version, message) {
3116
- function formatMessage(opt, desc) {
3117
- return '[Axios v' + VERSION + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : '');
3118
- }
3119
-
3120
- // eslint-disable-next-line func-names
3121
- return (value, opt, opts) => {
3122
- if (validator === false) {
3123
- throw new AxiosError(
3124
- formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),
3125
- AxiosError.ERR_DEPRECATED
3126
- );
3127
- }
3128
-
3129
- if (version && !deprecatedWarnings[opt]) {
3130
- deprecatedWarnings[opt] = true;
3131
- // eslint-disable-next-line no-console
3132
- console.warn(
3133
- formatMessage(
3134
- opt,
3135
- ' has been deprecated since v' + version + ' and will be removed in the near future'
3136
- )
3137
- );
3138
- }
3139
-
3140
- return validator ? validator(value, opt, opts) : true;
3141
- };
3142
- };
3143
-
3144
- validators$1.spelling = function spelling(correctSpelling) {
3145
- return (value, opt) => {
3146
- // eslint-disable-next-line no-console
3147
- console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);
3148
- return true;
3149
- }
3150
- };
3151
-
3152
- /**
3153
- * Assert object's properties type
3154
- *
3155
- * @param {object} options
3156
- * @param {object} schema
3157
- * @param {boolean?} allowUnknown
3158
- *
3159
- * @returns {object}
3160
- */
3161
-
3162
- function assertOptions(options, schema, allowUnknown) {
3163
- if (typeof options !== 'object') {
3164
- throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);
3165
- }
3166
- const keys = Object.keys(options);
3167
- let i = keys.length;
3168
- while (i-- > 0) {
3169
- const opt = keys[i];
3170
- const validator = schema[opt];
3171
- if (validator) {
3172
- const value = options[opt];
3173
- const result = value === undefined || validator(value, opt, options);
3174
- if (result !== true) {
3175
- throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);
3176
- }
3177
- continue;
3178
- }
3179
- if (allowUnknown !== true) {
3180
- throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);
3181
- }
3182
- }
3183
- }
3184
-
3185
- var validator = {
3186
- assertOptions,
3187
- validators: validators$1
3188
- };
3189
-
3190
- const validators = validator.validators;
3191
-
3192
- /**
3193
- * Create a new instance of Axios
3194
- *
3195
- * @param {Object} instanceConfig The default config for the instance
3196
- *
3197
- * @return {Axios} A new instance of Axios
3198
- */
3199
- class Axios {
3200
- constructor(instanceConfig) {
3201
- this.defaults = instanceConfig || {};
3202
- this.interceptors = {
3203
- request: new InterceptorManager$1(),
3204
- response: new InterceptorManager$1()
3205
- };
3206
- }
3207
-
3208
- /**
3209
- * Dispatch a request
3210
- *
3211
- * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
3212
- * @param {?Object} config
3213
- *
3214
- * @returns {Promise} The Promise to be fulfilled
3215
- */
3216
- async request(configOrUrl, config) {
3217
- try {
3218
- return await this._request(configOrUrl, config);
3219
- } catch (err) {
3220
- if (err instanceof Error) {
3221
- let dummy = {};
3222
-
3223
- Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error());
3224
-
3225
- // slice off the Error: ... line
3226
- const stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : '';
3227
- try {
3228
- if (!err.stack) {
3229
- err.stack = stack;
3230
- // match without the 2 top stack lines
3231
- } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) {
3232
- err.stack += '\n' + stack;
3233
- }
3234
- } catch (e) {
3235
- // ignore the case where "stack" is an un-writable property
3236
- }
3237
- }
3238
-
3239
- throw err;
3240
- }
3241
- }
3242
-
3243
- _request(configOrUrl, config) {
3244
- /*eslint no-param-reassign:0*/
3245
- // Allow for axios('example/url'[, config]) a la fetch API
3246
- if (typeof configOrUrl === 'string') {
3247
- config = config || {};
3248
- config.url = configOrUrl;
3249
- } else {
3250
- config = configOrUrl || {};
3251
- }
3252
-
3253
- config = mergeConfig(this.defaults, config);
3254
-
3255
- const {transitional, paramsSerializer, headers} = config;
3256
-
3257
- if (transitional !== undefined) {
3258
- validator.assertOptions(transitional, {
3259
- silentJSONParsing: validators.transitional(validators.boolean),
3260
- forcedJSONParsing: validators.transitional(validators.boolean),
3261
- clarifyTimeoutError: validators.transitional(validators.boolean)
3262
- }, false);
3263
- }
3264
-
3265
- if (paramsSerializer != null) {
3266
- if (utils$1.isFunction(paramsSerializer)) {
3267
- config.paramsSerializer = {
3268
- serialize: paramsSerializer
3269
- };
3270
- } else {
3271
- validator.assertOptions(paramsSerializer, {
3272
- encode: validators.function,
3273
- serialize: validators.function
3274
- }, true);
3275
- }
3276
- }
3277
-
3278
- // Set config.allowAbsoluteUrls
3279
- if (config.allowAbsoluteUrls !== undefined) ; else if (this.defaults.allowAbsoluteUrls !== undefined) {
3280
- config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;
3281
- } else {
3282
- config.allowAbsoluteUrls = true;
3283
- }
3284
-
3285
- validator.assertOptions(config, {
3286
- baseUrl: validators.spelling('baseURL'),
3287
- withXsrfToken: validators.spelling('withXSRFToken')
3288
- }, true);
3289
-
3290
- // Set config.method
3291
- config.method = (config.method || this.defaults.method || 'get').toLowerCase();
3292
-
3293
- // Flatten headers
3294
- let contextHeaders = headers && utils$1.merge(
3295
- headers.common,
3296
- headers[config.method]
3297
- );
3298
-
3299
- headers && utils$1.forEach(
3300
- ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
3301
- (method) => {
3302
- delete headers[method];
3303
- }
3304
- );
3305
-
3306
- config.headers = AxiosHeaders$1.concat(contextHeaders, headers);
3307
-
3308
- // filter out skipped interceptors
3309
- const requestInterceptorChain = [];
3310
- let synchronousRequestInterceptors = true;
3311
- this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
3312
- if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {
3313
- return;
3314
- }
3315
-
3316
- synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
3317
-
3318
- requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
3319
- });
3320
-
3321
- const responseInterceptorChain = [];
3322
- this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {
3323
- responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
3324
- });
3325
-
3326
- let promise;
3327
- let i = 0;
3328
- let len;
3329
-
3330
- if (!synchronousRequestInterceptors) {
3331
- const chain = [dispatchRequest.bind(this), undefined];
3332
- chain.unshift.apply(chain, requestInterceptorChain);
3333
- chain.push.apply(chain, responseInterceptorChain);
3334
- len = chain.length;
3335
-
3336
- promise = Promise.resolve(config);
3337
-
3338
- while (i < len) {
3339
- promise = promise.then(chain[i++], chain[i++]);
3340
- }
3341
-
3342
- return promise;
3343
- }
3344
-
3345
- len = requestInterceptorChain.length;
3346
-
3347
- let newConfig = config;
3348
-
3349
- i = 0;
3350
-
3351
- while (i < len) {
3352
- const onFulfilled = requestInterceptorChain[i++];
3353
- const onRejected = requestInterceptorChain[i++];
3354
- try {
3355
- newConfig = onFulfilled(newConfig);
3356
- } catch (error) {
3357
- onRejected.call(this, error);
3358
- break;
3359
- }
3360
- }
3361
-
3362
- try {
3363
- promise = dispatchRequest.call(this, newConfig);
3364
- } catch (error) {
3365
- return Promise.reject(error);
3366
- }
3367
-
3368
- i = 0;
3369
- len = responseInterceptorChain.length;
3370
-
3371
- while (i < len) {
3372
- promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);
3373
- }
3374
-
3375
- return promise;
3376
- }
3377
-
3378
- getUri(config) {
3379
- config = mergeConfig(this.defaults, config);
3380
- const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);
3381
- return buildURL(fullPath, config.params, config.paramsSerializer);
3382
- }
3383
- }
3384
-
3385
- // Provide aliases for supported request methods
3386
- utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
3387
- /*eslint func-names:0*/
3388
- Axios.prototype[method] = function(url, config) {
3389
- return this.request(mergeConfig(config || {}, {
3390
- method,
3391
- url,
3392
- data: (config || {}).data
3393
- }));
3394
- };
3395
- });
3396
-
3397
- utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
3398
- /*eslint func-names:0*/
3399
-
3400
- function generateHTTPMethod(isForm) {
3401
- return function httpMethod(url, data, config) {
3402
- return this.request(mergeConfig(config || {}, {
3403
- method,
3404
- headers: isForm ? {
3405
- 'Content-Type': 'multipart/form-data'
3406
- } : {},
3407
- url,
3408
- data
3409
- }));
3410
- };
3411
- }
3412
-
3413
- Axios.prototype[method] = generateHTTPMethod();
3414
-
3415
- Axios.prototype[method + 'Form'] = generateHTTPMethod(true);
3416
- });
3417
-
3418
- var Axios$1 = Axios;
3419
-
3420
- /**
3421
- * A `CancelToken` is an object that can be used to request cancellation of an operation.
3422
- *
3423
- * @param {Function} executor The executor function.
3424
- *
3425
- * @returns {CancelToken}
3426
- */
3427
- class CancelToken {
3428
- constructor(executor) {
3429
- if (typeof executor !== 'function') {
3430
- throw new TypeError('executor must be a function.');
3431
- }
3432
-
3433
- let resolvePromise;
3434
-
3435
- this.promise = new Promise(function promiseExecutor(resolve) {
3436
- resolvePromise = resolve;
3437
- });
3438
-
3439
- const token = this;
3440
-
3441
- // eslint-disable-next-line func-names
3442
- this.promise.then(cancel => {
3443
- if (!token._listeners) return;
3444
-
3445
- let i = token._listeners.length;
3446
-
3447
- while (i-- > 0) {
3448
- token._listeners[i](cancel);
3449
- }
3450
- token._listeners = null;
3451
- });
3452
-
3453
- // eslint-disable-next-line func-names
3454
- this.promise.then = onfulfilled => {
3455
- let _resolve;
3456
- // eslint-disable-next-line func-names
3457
- const promise = new Promise(resolve => {
3458
- token.subscribe(resolve);
3459
- _resolve = resolve;
3460
- }).then(onfulfilled);
3461
-
3462
- promise.cancel = function reject() {
3463
- token.unsubscribe(_resolve);
3464
- };
3465
-
3466
- return promise;
3467
- };
3468
-
3469
- executor(function cancel(message, config, request) {
3470
- if (token.reason) {
3471
- // Cancellation has already been requested
3472
- return;
3473
- }
3474
-
3475
- token.reason = new CanceledError(message, config, request);
3476
- resolvePromise(token.reason);
3477
- });
3478
- }
3479
-
3480
- /**
3481
- * Throws a `CanceledError` if cancellation has been requested.
3482
- */
3483
- throwIfRequested() {
3484
- if (this.reason) {
3485
- throw this.reason;
3486
- }
3487
- }
3488
-
3489
- /**
3490
- * Subscribe to the cancel signal
3491
- */
3492
-
3493
- subscribe(listener) {
3494
- if (this.reason) {
3495
- listener(this.reason);
3496
- return;
3497
- }
3498
-
3499
- if (this._listeners) {
3500
- this._listeners.push(listener);
3501
- } else {
3502
- this._listeners = [listener];
3503
- }
3504
- }
3505
-
3506
- /**
3507
- * Unsubscribe from the cancel signal
3508
- */
3509
-
3510
- unsubscribe(listener) {
3511
- if (!this._listeners) {
3512
- return;
3513
- }
3514
- const index = this._listeners.indexOf(listener);
3515
- if (index !== -1) {
3516
- this._listeners.splice(index, 1);
3517
- }
3518
- }
3519
-
3520
- toAbortSignal() {
3521
- const controller = new AbortController();
3522
-
3523
- const abort = (err) => {
3524
- controller.abort(err);
3525
- };
3526
-
3527
- this.subscribe(abort);
3528
-
3529
- controller.signal.unsubscribe = () => this.unsubscribe(abort);
3530
-
3531
- return controller.signal;
3532
- }
3533
-
3534
- /**
3535
- * Returns an object that contains a new `CancelToken` and a function that, when called,
3536
- * cancels the `CancelToken`.
3537
- */
3538
- static source() {
3539
- let cancel;
3540
- const token = new CancelToken(function executor(c) {
3541
- cancel = c;
3542
- });
3543
- return {
3544
- token,
3545
- cancel
3546
- };
3547
- }
3548
- }
3549
-
3550
- var CancelToken$1 = CancelToken;
3551
-
3552
- /**
3553
- * Syntactic sugar for invoking a function and expanding an array for arguments.
3554
- *
3555
- * Common use case would be to use `Function.prototype.apply`.
3556
- *
3557
- * ```js
3558
- * function f(x, y, z) {}
3559
- * var args = [1, 2, 3];
3560
- * f.apply(null, args);
3561
- * ```
3562
- *
3563
- * With `spread` this example can be re-written.
3564
- *
3565
- * ```js
3566
- * spread(function(x, y, z) {})([1, 2, 3]);
3567
- * ```
3568
- *
3569
- * @param {Function} callback
3570
- *
3571
- * @returns {Function}
3572
- */
3573
- function spread(callback) {
3574
- return function wrap(arr) {
3575
- return callback.apply(null, arr);
3576
- };
3577
- }
3578
-
3579
- /**
3580
- * Determines whether the payload is an error thrown by Axios
3581
- *
3582
- * @param {*} payload The value to test
3583
- *
3584
- * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
3585
- */
3586
- function isAxiosError(payload) {
3587
- return utils$1.isObject(payload) && (payload.isAxiosError === true);
3588
- }
3589
-
3590
- const HttpStatusCode = {
3591
- Continue: 100,
3592
- SwitchingProtocols: 101,
3593
- Processing: 102,
3594
- EarlyHints: 103,
3595
- Ok: 200,
3596
- Created: 201,
3597
- Accepted: 202,
3598
- NonAuthoritativeInformation: 203,
3599
- NoContent: 204,
3600
- ResetContent: 205,
3601
- PartialContent: 206,
3602
- MultiStatus: 207,
3603
- AlreadyReported: 208,
3604
- ImUsed: 226,
3605
- MultipleChoices: 300,
3606
- MovedPermanently: 301,
3607
- Found: 302,
3608
- SeeOther: 303,
3609
- NotModified: 304,
3610
- UseProxy: 305,
3611
- Unused: 306,
3612
- TemporaryRedirect: 307,
3613
- PermanentRedirect: 308,
3614
- BadRequest: 400,
3615
- Unauthorized: 401,
3616
- PaymentRequired: 402,
3617
- Forbidden: 403,
3618
- NotFound: 404,
3619
- MethodNotAllowed: 405,
3620
- NotAcceptable: 406,
3621
- ProxyAuthenticationRequired: 407,
3622
- RequestTimeout: 408,
3623
- Conflict: 409,
3624
- Gone: 410,
3625
- LengthRequired: 411,
3626
- PreconditionFailed: 412,
3627
- PayloadTooLarge: 413,
3628
- UriTooLong: 414,
3629
- UnsupportedMediaType: 415,
3630
- RangeNotSatisfiable: 416,
3631
- ExpectationFailed: 417,
3632
- ImATeapot: 418,
3633
- MisdirectedRequest: 421,
3634
- UnprocessableEntity: 422,
3635
- Locked: 423,
3636
- FailedDependency: 424,
3637
- TooEarly: 425,
3638
- UpgradeRequired: 426,
3639
- PreconditionRequired: 428,
3640
- TooManyRequests: 429,
3641
- RequestHeaderFieldsTooLarge: 431,
3642
- UnavailableForLegalReasons: 451,
3643
- InternalServerError: 500,
3644
- NotImplemented: 501,
3645
- BadGateway: 502,
3646
- ServiceUnavailable: 503,
3647
- GatewayTimeout: 504,
3648
- HttpVersionNotSupported: 505,
3649
- VariantAlsoNegotiates: 506,
3650
- InsufficientStorage: 507,
3651
- LoopDetected: 508,
3652
- NotExtended: 510,
3653
- NetworkAuthenticationRequired: 511,
3654
- };
3655
-
3656
- Object.entries(HttpStatusCode).forEach(([key, value]) => {
3657
- HttpStatusCode[value] = key;
3658
- });
3659
-
3660
- var HttpStatusCode$1 = HttpStatusCode;
3661
-
3662
- /**
3663
- * Create an instance of Axios
3664
- *
3665
- * @param {Object} defaultConfig The default config for the instance
3666
- *
3667
- * @returns {Axios} A new instance of Axios
3668
- */
3669
- function createInstance(defaultConfig) {
3670
- const context = new Axios$1(defaultConfig);
3671
- const instance = bind(Axios$1.prototype.request, context);
3672
-
3673
- // Copy axios.prototype to instance
3674
- utils$1.extend(instance, Axios$1.prototype, context, {allOwnKeys: true});
3675
-
3676
- // Copy context to instance
3677
- utils$1.extend(instance, context, null, {allOwnKeys: true});
3678
-
3679
- // Factory for creating new instances
3680
- instance.create = function create(instanceConfig) {
3681
- return createInstance(mergeConfig(defaultConfig, instanceConfig));
3682
- };
3683
-
3684
- return instance;
3685
- }
3686
-
3687
- // Create the default instance to be exported
3688
- const axios = createInstance(defaults$1);
3689
-
3690
- // Expose Axios class to allow class inheritance
3691
- axios.Axios = Axios$1;
3692
-
3693
- // Expose Cancel & CancelToken
3694
- axios.CanceledError = CanceledError;
3695
- axios.CancelToken = CancelToken$1;
3696
- axios.isCancel = isCancel;
3697
- axios.VERSION = VERSION;
3698
- axios.toFormData = toFormData;
3699
-
3700
- // Expose AxiosError class
3701
- axios.AxiosError = AxiosError;
3702
-
3703
- // alias for CanceledError for backward compatibility
3704
- axios.Cancel = axios.CanceledError;
3705
-
3706
- // Expose all/spread
3707
- axios.all = function all(promises) {
3708
- return Promise.all(promises);
3709
- };
3710
-
3711
- axios.spread = spread;
3712
-
3713
- // Expose isAxiosError
3714
- axios.isAxiosError = isAxiosError;
3715
-
3716
- // Expose mergeConfig
3717
- axios.mergeConfig = mergeConfig;
3718
-
3719
- axios.AxiosHeaders = AxiosHeaders$1;
3720
-
3721
- axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
3722
-
3723
- axios.getAdapter = adapters.getAdapter;
3724
-
3725
- axios.HttpStatusCode = HttpStatusCode$1;
3726
-
3727
- axios.default = axios;
3728
-
3729
- module.exports = axios;
3730
- //# sourceMappingURL=axios.cjs.map