shell-mirror 1.5.139 → 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 +115 -67
  9. package/public/app/terminal.js +252 -61
  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,2255 +0,0 @@
1
- {
2
- "name": "terminal-mirror-mac-agent",
3
- "version": "2.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "node_modules/@colors/colors": {
8
- "version": "1.6.0",
9
- "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz",
10
- "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==",
11
- "license": "MIT",
12
- "engines": {
13
- "node": ">=0.1.90"
14
- }
15
- },
16
- "node_modules/@dabh/diagnostics": {
17
- "version": "2.0.3",
18
- "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
19
- "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==",
20
- "license": "MIT",
21
- "dependencies": {
22
- "colorspace": "1.1.x",
23
- "enabled": "2.0.x",
24
- "kuler": "^2.0.0"
25
- }
26
- },
27
- "node_modules/@koush/wrtc": {
28
- "version": "0.5.3",
29
- "resolved": "https://registry.npmjs.org/@koush/wrtc/-/wrtc-0.5.3.tgz",
30
- "integrity": "sha512-hQqoSZS3/1pUJo3v91oXqFPRQZnqVxiGbEvYE4QsCGUv1hoqGyvr9Kj47RUP9xdYkHMra9HSWFqPj61U8PdSRQ==",
31
- "hasInstallScript": true,
32
- "license": "BSD-2-Clause",
33
- "dependencies": {
34
- "@mapbox/node-pre-gyp": "^1.0.8",
35
- "nan": "^2.3.2",
36
- "node-addon-api": "^1.6.2",
37
- "node-cmake": "2.3.2"
38
- },
39
- "engines": {
40
- "node": "^8.11.2 || >=10.0.0"
41
- },
42
- "optionalDependencies": {
43
- "domexception": "^1.0.1"
44
- }
45
- },
46
- "node_modules/@mapbox/node-pre-gyp": {
47
- "version": "1.0.11",
48
- "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
49
- "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
50
- "license": "BSD-3-Clause",
51
- "dependencies": {
52
- "detect-libc": "^2.0.0",
53
- "https-proxy-agent": "^5.0.0",
54
- "make-dir": "^3.1.0",
55
- "node-fetch": "^2.6.7",
56
- "nopt": "^5.0.0",
57
- "npmlog": "^5.0.1",
58
- "rimraf": "^3.0.2",
59
- "semver": "^7.3.5",
60
- "tar": "^6.1.11"
61
- },
62
- "bin": {
63
- "node-pre-gyp": "bin/node-pre-gyp"
64
- }
65
- },
66
- "node_modules/@types/triple-beam": {
67
- "version": "1.3.5",
68
- "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz",
69
- "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==",
70
- "license": "MIT"
71
- },
72
- "node_modules/abbrev": {
73
- "version": "1.1.1",
74
- "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
75
- "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
76
- "license": "ISC"
77
- },
78
- "node_modules/agent-base": {
79
- "version": "6.0.2",
80
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
81
- "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
82
- "license": "MIT",
83
- "dependencies": {
84
- "debug": "4"
85
- },
86
- "engines": {
87
- "node": ">= 6.0.0"
88
- }
89
- },
90
- "node_modules/ansi-regex": {
91
- "version": "5.0.1",
92
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
93
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
94
- "license": "MIT",
95
- "engines": {
96
- "node": ">=8"
97
- }
98
- },
99
- "node_modules/anymatch": {
100
- "version": "3.1.3",
101
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
102
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
103
- "dev": true,
104
- "license": "ISC",
105
- "dependencies": {
106
- "normalize-path": "^3.0.0",
107
- "picomatch": "^2.0.4"
108
- },
109
- "engines": {
110
- "node": ">= 8"
111
- }
112
- },
113
- "node_modules/aproba": {
114
- "version": "2.1.0",
115
- "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.1.0.tgz",
116
- "integrity": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==",
117
- "license": "ISC"
118
- },
119
- "node_modules/are-we-there-yet": {
120
- "version": "2.0.0",
121
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
122
- "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
123
- "deprecated": "This package is no longer supported.",
124
- "license": "ISC",
125
- "dependencies": {
126
- "delegates": "^1.0.0",
127
- "readable-stream": "^3.6.0"
128
- },
129
- "engines": {
130
- "node": ">=10"
131
- }
132
- },
133
- "node_modules/async": {
134
- "version": "3.2.6",
135
- "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
136
- "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
137
- "license": "MIT"
138
- },
139
- "node_modules/asynckit": {
140
- "version": "0.4.0",
141
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
142
- "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
143
- "license": "MIT"
144
- },
145
- "node_modules/axios": {
146
- "version": "1.10.0",
147
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz",
148
- "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
149
- "license": "MIT",
150
- "dependencies": {
151
- "follow-redirects": "^1.15.6",
152
- "form-data": "^4.0.0",
153
- "proxy-from-env": "^1.1.0"
154
- }
155
- },
156
- "node_modules/balanced-match": {
157
- "version": "1.0.2",
158
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
159
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
160
- "license": "MIT"
161
- },
162
- "node_modules/binary-extensions": {
163
- "version": "2.3.0",
164
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
165
- "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
166
- "dev": true,
167
- "license": "MIT",
168
- "engines": {
169
- "node": ">=8"
170
- },
171
- "funding": {
172
- "url": "https://github.com/sponsors/sindresorhus"
173
- }
174
- },
175
- "node_modules/brace-expansion": {
176
- "version": "1.1.12",
177
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
178
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
179
- "license": "MIT",
180
- "dependencies": {
181
- "balanced-match": "^1.0.0",
182
- "concat-map": "0.0.1"
183
- }
184
- },
185
- "node_modules/braces": {
186
- "version": "3.0.3",
187
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
188
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
189
- "dev": true,
190
- "license": "MIT",
191
- "dependencies": {
192
- "fill-range": "^7.1.1"
193
- },
194
- "engines": {
195
- "node": ">=8"
196
- }
197
- },
198
- "node_modules/call-bind": {
199
- "version": "1.0.8",
200
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
201
- "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
202
- "license": "MIT",
203
- "dependencies": {
204
- "call-bind-apply-helpers": "^1.0.0",
205
- "es-define-property": "^1.0.0",
206
- "get-intrinsic": "^1.2.4",
207
- "set-function-length": "^1.2.2"
208
- },
209
- "engines": {
210
- "node": ">= 0.4"
211
- },
212
- "funding": {
213
- "url": "https://github.com/sponsors/ljharb"
214
- }
215
- },
216
- "node_modules/call-bind-apply-helpers": {
217
- "version": "1.0.2",
218
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
219
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
220
- "license": "MIT",
221
- "dependencies": {
222
- "es-errors": "^1.3.0",
223
- "function-bind": "^1.1.2"
224
- },
225
- "engines": {
226
- "node": ">= 0.4"
227
- }
228
- },
229
- "node_modules/call-bound": {
230
- "version": "1.0.4",
231
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
232
- "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
233
- "license": "MIT",
234
- "dependencies": {
235
- "call-bind-apply-helpers": "^1.0.2",
236
- "get-intrinsic": "^1.3.0"
237
- },
238
- "engines": {
239
- "node": ">= 0.4"
240
- },
241
- "funding": {
242
- "url": "https://github.com/sponsors/ljharb"
243
- }
244
- },
245
- "node_modules/camelcase": {
246
- "version": "3.0.0",
247
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
248
- "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==",
249
- "license": "MIT",
250
- "engines": {
251
- "node": ">=0.10.0"
252
- }
253
- },
254
- "node_modules/chokidar": {
255
- "version": "3.6.0",
256
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
257
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
258
- "dev": true,
259
- "license": "MIT",
260
- "dependencies": {
261
- "anymatch": "~3.1.2",
262
- "braces": "~3.0.2",
263
- "glob-parent": "~5.1.2",
264
- "is-binary-path": "~2.1.0",
265
- "is-glob": "~4.0.1",
266
- "normalize-path": "~3.0.0",
267
- "readdirp": "~3.6.0"
268
- },
269
- "engines": {
270
- "node": ">= 8.10.0"
271
- },
272
- "funding": {
273
- "url": "https://paulmillr.com/funding/"
274
- },
275
- "optionalDependencies": {
276
- "fsevents": "~2.3.2"
277
- }
278
- },
279
- "node_modules/chownr": {
280
- "version": "2.0.0",
281
- "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
282
- "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
283
- "license": "ISC",
284
- "engines": {
285
- "node": ">=10"
286
- }
287
- },
288
- "node_modules/cliui": {
289
- "version": "3.2.0",
290
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
291
- "integrity": "sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==",
292
- "license": "ISC",
293
- "dependencies": {
294
- "string-width": "^1.0.1",
295
- "strip-ansi": "^3.0.1",
296
- "wrap-ansi": "^2.0.0"
297
- }
298
- },
299
- "node_modules/cliui/node_modules/ansi-regex": {
300
- "version": "2.1.1",
301
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
302
- "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
303
- "license": "MIT",
304
- "engines": {
305
- "node": ">=0.10.0"
306
- }
307
- },
308
- "node_modules/cliui/node_modules/is-fullwidth-code-point": {
309
- "version": "1.0.0",
310
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
311
- "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==",
312
- "license": "MIT",
313
- "dependencies": {
314
- "number-is-nan": "^1.0.0"
315
- },
316
- "engines": {
317
- "node": ">=0.10.0"
318
- }
319
- },
320
- "node_modules/cliui/node_modules/string-width": {
321
- "version": "1.0.2",
322
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
323
- "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
324
- "license": "MIT",
325
- "dependencies": {
326
- "code-point-at": "^1.0.0",
327
- "is-fullwidth-code-point": "^1.0.0",
328
- "strip-ansi": "^3.0.0"
329
- },
330
- "engines": {
331
- "node": ">=0.10.0"
332
- }
333
- },
334
- "node_modules/cliui/node_modules/strip-ansi": {
335
- "version": "3.0.1",
336
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
337
- "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
338
- "license": "MIT",
339
- "dependencies": {
340
- "ansi-regex": "^2.0.0"
341
- },
342
- "engines": {
343
- "node": ">=0.10.0"
344
- }
345
- },
346
- "node_modules/code-point-at": {
347
- "version": "1.1.0",
348
- "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
349
- "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==",
350
- "license": "MIT",
351
- "engines": {
352
- "node": ">=0.10.0"
353
- }
354
- },
355
- "node_modules/color": {
356
- "version": "3.2.1",
357
- "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
358
- "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
359
- "license": "MIT",
360
- "dependencies": {
361
- "color-convert": "^1.9.3",
362
- "color-string": "^1.6.0"
363
- }
364
- },
365
- "node_modules/color-convert": {
366
- "version": "1.9.3",
367
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
368
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
369
- "license": "MIT",
370
- "dependencies": {
371
- "color-name": "1.1.3"
372
- }
373
- },
374
- "node_modules/color-name": {
375
- "version": "1.1.3",
376
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
377
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
378
- "license": "MIT"
379
- },
380
- "node_modules/color-string": {
381
- "version": "1.9.1",
382
- "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
383
- "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
384
- "license": "MIT",
385
- "dependencies": {
386
- "color-name": "^1.0.0",
387
- "simple-swizzle": "^0.2.2"
388
- }
389
- },
390
- "node_modules/color-support": {
391
- "version": "1.1.3",
392
- "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
393
- "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
394
- "license": "ISC",
395
- "bin": {
396
- "color-support": "bin.js"
397
- }
398
- },
399
- "node_modules/colorspace": {
400
- "version": "1.1.4",
401
- "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz",
402
- "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==",
403
- "license": "MIT",
404
- "dependencies": {
405
- "color": "^3.1.3",
406
- "text-hex": "1.0.x"
407
- }
408
- },
409
- "node_modules/combined-stream": {
410
- "version": "1.0.8",
411
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
412
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
413
- "license": "MIT",
414
- "dependencies": {
415
- "delayed-stream": "~1.0.0"
416
- },
417
- "engines": {
418
- "node": ">= 0.8"
419
- }
420
- },
421
- "node_modules/concat-map": {
422
- "version": "0.0.1",
423
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
424
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
425
- "license": "MIT"
426
- },
427
- "node_modules/console-control-strings": {
428
- "version": "1.1.0",
429
- "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
430
- "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
431
- "license": "ISC"
432
- },
433
- "node_modules/debug": {
434
- "version": "4.4.1",
435
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
436
- "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
437
- "license": "MIT",
438
- "dependencies": {
439
- "ms": "^2.1.3"
440
- },
441
- "engines": {
442
- "node": ">=6.0"
443
- },
444
- "peerDependenciesMeta": {
445
- "supports-color": {
446
- "optional": true
447
- }
448
- }
449
- },
450
- "node_modules/decamelize": {
451
- "version": "1.2.0",
452
- "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
453
- "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
454
- "license": "MIT",
455
- "engines": {
456
- "node": ">=0.10.0"
457
- }
458
- },
459
- "node_modules/define-data-property": {
460
- "version": "1.1.4",
461
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
462
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
463
- "license": "MIT",
464
- "dependencies": {
465
- "es-define-property": "^1.0.0",
466
- "es-errors": "^1.3.0",
467
- "gopd": "^1.0.1"
468
- },
469
- "engines": {
470
- "node": ">= 0.4"
471
- },
472
- "funding": {
473
- "url": "https://github.com/sponsors/ljharb"
474
- }
475
- },
476
- "node_modules/define-properties": {
477
- "version": "1.2.1",
478
- "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
479
- "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
480
- "license": "MIT",
481
- "dependencies": {
482
- "define-data-property": "^1.0.1",
483
- "has-property-descriptors": "^1.0.0",
484
- "object-keys": "^1.1.1"
485
- },
486
- "engines": {
487
- "node": ">= 0.4"
488
- },
489
- "funding": {
490
- "url": "https://github.com/sponsors/ljharb"
491
- }
492
- },
493
- "node_modules/delayed-stream": {
494
- "version": "1.0.0",
495
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
496
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
497
- "license": "MIT",
498
- "engines": {
499
- "node": ">=0.4.0"
500
- }
501
- },
502
- "node_modules/delegates": {
503
- "version": "1.0.0",
504
- "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
505
- "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
506
- "license": "MIT"
507
- },
508
- "node_modules/detect-libc": {
509
- "version": "2.0.4",
510
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
511
- "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
512
- "license": "Apache-2.0",
513
- "engines": {
514
- "node": ">=8"
515
- }
516
- },
517
- "node_modules/domexception": {
518
- "version": "1.0.1",
519
- "resolved": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz",
520
- "integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==",
521
- "deprecated": "Use your platform's native DOMException instead",
522
- "license": "MIT",
523
- "optional": true,
524
- "dependencies": {
525
- "webidl-conversions": "^4.0.2"
526
- }
527
- },
528
- "node_modules/dotenv": {
529
- "version": "16.6.1",
530
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
531
- "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
532
- "license": "BSD-2-Clause",
533
- "engines": {
534
- "node": ">=12"
535
- },
536
- "funding": {
537
- "url": "https://dotenvx.com"
538
- }
539
- },
540
- "node_modules/dunder-proto": {
541
- "version": "1.0.1",
542
- "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
543
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
544
- "license": "MIT",
545
- "dependencies": {
546
- "call-bind-apply-helpers": "^1.0.1",
547
- "es-errors": "^1.3.0",
548
- "gopd": "^1.2.0"
549
- },
550
- "engines": {
551
- "node": ">= 0.4"
552
- }
553
- },
554
- "node_modules/emoji-regex": {
555
- "version": "8.0.0",
556
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
557
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
558
- "license": "MIT"
559
- },
560
- "node_modules/enabled": {
561
- "version": "2.0.0",
562
- "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
563
- "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==",
564
- "license": "MIT"
565
- },
566
- "node_modules/error-ex": {
567
- "version": "1.3.2",
568
- "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
569
- "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
570
- "license": "MIT",
571
- "dependencies": {
572
- "is-arrayish": "^0.2.1"
573
- }
574
- },
575
- "node_modules/error-ex/node_modules/is-arrayish": {
576
- "version": "0.2.1",
577
- "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
578
- "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
579
- "license": "MIT"
580
- },
581
- "node_modules/es-define-property": {
582
- "version": "1.0.1",
583
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
584
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
585
- "license": "MIT",
586
- "engines": {
587
- "node": ">= 0.4"
588
- }
589
- },
590
- "node_modules/es-errors": {
591
- "version": "1.3.0",
592
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
593
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
594
- "license": "MIT",
595
- "engines": {
596
- "node": ">= 0.4"
597
- }
598
- },
599
- "node_modules/es-object-atoms": {
600
- "version": "1.1.1",
601
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
602
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
603
- "license": "MIT",
604
- "dependencies": {
605
- "es-errors": "^1.3.0"
606
- },
607
- "engines": {
608
- "node": ">= 0.4"
609
- }
610
- },
611
- "node_modules/es-set-tostringtag": {
612
- "version": "2.1.0",
613
- "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
614
- "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
615
- "license": "MIT",
616
- "dependencies": {
617
- "es-errors": "^1.3.0",
618
- "get-intrinsic": "^1.2.6",
619
- "has-tostringtag": "^1.0.2",
620
- "hasown": "^2.0.2"
621
- },
622
- "engines": {
623
- "node": ">= 0.4"
624
- }
625
- },
626
- "node_modules/fecha": {
627
- "version": "4.2.3",
628
- "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
629
- "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==",
630
- "license": "MIT"
631
- },
632
- "node_modules/fill-range": {
633
- "version": "7.1.1",
634
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
635
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
636
- "dev": true,
637
- "license": "MIT",
638
- "dependencies": {
639
- "to-regex-range": "^5.0.1"
640
- },
641
- "engines": {
642
- "node": ">=8"
643
- }
644
- },
645
- "node_modules/find-up": {
646
- "version": "1.1.2",
647
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
648
- "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==",
649
- "license": "MIT",
650
- "dependencies": {
651
- "path-exists": "^2.0.0",
652
- "pinkie-promise": "^2.0.0"
653
- },
654
- "engines": {
655
- "node": ">=0.10.0"
656
- }
657
- },
658
- "node_modules/fn.name": {
659
- "version": "1.1.0",
660
- "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz",
661
- "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==",
662
- "license": "MIT"
663
- },
664
- "node_modules/follow-redirects": {
665
- "version": "1.15.9",
666
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
667
- "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
668
- "funding": [
669
- {
670
- "type": "individual",
671
- "url": "https://github.com/sponsors/RubenVerborgh"
672
- }
673
- ],
674
- "license": "MIT",
675
- "engines": {
676
- "node": ">=4.0"
677
- },
678
- "peerDependenciesMeta": {
679
- "debug": {
680
- "optional": true
681
- }
682
- }
683
- },
684
- "node_modules/form-data": {
685
- "version": "4.0.3",
686
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz",
687
- "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
688
- "license": "MIT",
689
- "dependencies": {
690
- "asynckit": "^0.4.0",
691
- "combined-stream": "^1.0.8",
692
- "es-set-tostringtag": "^2.1.0",
693
- "hasown": "^2.0.2",
694
- "mime-types": "^2.1.12"
695
- },
696
- "engines": {
697
- "node": ">= 6"
698
- }
699
- },
700
- "node_modules/fs-minipass": {
701
- "version": "2.1.0",
702
- "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
703
- "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
704
- "license": "ISC",
705
- "dependencies": {
706
- "minipass": "^3.0.0"
707
- },
708
- "engines": {
709
- "node": ">= 8"
710
- }
711
- },
712
- "node_modules/fs-minipass/node_modules/minipass": {
713
- "version": "3.3.6",
714
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
715
- "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
716
- "license": "ISC",
717
- "dependencies": {
718
- "yallist": "^4.0.0"
719
- },
720
- "engines": {
721
- "node": ">=8"
722
- }
723
- },
724
- "node_modules/fs.realpath": {
725
- "version": "1.0.0",
726
- "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
727
- "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
728
- "license": "ISC"
729
- },
730
- "node_modules/fsevents": {
731
- "version": "2.3.3",
732
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
733
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
734
- "dev": true,
735
- "hasInstallScript": true,
736
- "license": "MIT",
737
- "optional": true,
738
- "os": [
739
- "darwin"
740
- ],
741
- "engines": {
742
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
743
- }
744
- },
745
- "node_modules/function-bind": {
746
- "version": "1.1.2",
747
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
748
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
749
- "license": "MIT",
750
- "funding": {
751
- "url": "https://github.com/sponsors/ljharb"
752
- }
753
- },
754
- "node_modules/gauge": {
755
- "version": "3.0.2",
756
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
757
- "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
758
- "deprecated": "This package is no longer supported.",
759
- "license": "ISC",
760
- "dependencies": {
761
- "aproba": "^1.0.3 || ^2.0.0",
762
- "color-support": "^1.1.2",
763
- "console-control-strings": "^1.0.0",
764
- "has-unicode": "^2.0.1",
765
- "object-assign": "^4.1.1",
766
- "signal-exit": "^3.0.0",
767
- "string-width": "^4.2.3",
768
- "strip-ansi": "^6.0.1",
769
- "wide-align": "^1.1.2"
770
- },
771
- "engines": {
772
- "node": ">=10"
773
- }
774
- },
775
- "node_modules/get-caller-file": {
776
- "version": "1.0.3",
777
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
778
- "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==",
779
- "license": "ISC"
780
- },
781
- "node_modules/get-intrinsic": {
782
- "version": "1.3.0",
783
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
784
- "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
785
- "license": "MIT",
786
- "dependencies": {
787
- "call-bind-apply-helpers": "^1.0.2",
788
- "es-define-property": "^1.0.1",
789
- "es-errors": "^1.3.0",
790
- "es-object-atoms": "^1.1.1",
791
- "function-bind": "^1.1.2",
792
- "get-proto": "^1.0.1",
793
- "gopd": "^1.2.0",
794
- "has-symbols": "^1.1.0",
795
- "hasown": "^2.0.2",
796
- "math-intrinsics": "^1.1.0"
797
- },
798
- "engines": {
799
- "node": ">= 0.4"
800
- },
801
- "funding": {
802
- "url": "https://github.com/sponsors/ljharb"
803
- }
804
- },
805
- "node_modules/get-proto": {
806
- "version": "1.0.1",
807
- "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
808
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
809
- "license": "MIT",
810
- "dependencies": {
811
- "dunder-proto": "^1.0.1",
812
- "es-object-atoms": "^1.0.0"
813
- },
814
- "engines": {
815
- "node": ">= 0.4"
816
- }
817
- },
818
- "node_modules/glob": {
819
- "version": "7.2.3",
820
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
821
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
822
- "deprecated": "Glob versions prior to v9 are no longer supported",
823
- "license": "ISC",
824
- "dependencies": {
825
- "fs.realpath": "^1.0.0",
826
- "inflight": "^1.0.4",
827
- "inherits": "2",
828
- "minimatch": "^3.1.1",
829
- "once": "^1.3.0",
830
- "path-is-absolute": "^1.0.0"
831
- },
832
- "engines": {
833
- "node": "*"
834
- },
835
- "funding": {
836
- "url": "https://github.com/sponsors/isaacs"
837
- }
838
- },
839
- "node_modules/glob-parent": {
840
- "version": "5.1.2",
841
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
842
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
843
- "dev": true,
844
- "license": "ISC",
845
- "dependencies": {
846
- "is-glob": "^4.0.1"
847
- },
848
- "engines": {
849
- "node": ">= 6"
850
- }
851
- },
852
- "node_modules/gopd": {
853
- "version": "1.2.0",
854
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
855
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
856
- "license": "MIT",
857
- "engines": {
858
- "node": ">= 0.4"
859
- },
860
- "funding": {
861
- "url": "https://github.com/sponsors/ljharb"
862
- }
863
- },
864
- "node_modules/graceful-fs": {
865
- "version": "4.2.11",
866
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
867
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
868
- "license": "ISC"
869
- },
870
- "node_modules/has-flag": {
871
- "version": "3.0.0",
872
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
873
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
874
- "dev": true,
875
- "license": "MIT",
876
- "engines": {
877
- "node": ">=4"
878
- }
879
- },
880
- "node_modules/has-property-descriptors": {
881
- "version": "1.0.2",
882
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
883
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
884
- "license": "MIT",
885
- "dependencies": {
886
- "es-define-property": "^1.0.0"
887
- },
888
- "funding": {
889
- "url": "https://github.com/sponsors/ljharb"
890
- }
891
- },
892
- "node_modules/has-symbols": {
893
- "version": "1.1.0",
894
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
895
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
896
- "license": "MIT",
897
- "engines": {
898
- "node": ">= 0.4"
899
- },
900
- "funding": {
901
- "url": "https://github.com/sponsors/ljharb"
902
- }
903
- },
904
- "node_modules/has-tostringtag": {
905
- "version": "1.0.2",
906
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
907
- "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
908
- "license": "MIT",
909
- "dependencies": {
910
- "has-symbols": "^1.0.3"
911
- },
912
- "engines": {
913
- "node": ">= 0.4"
914
- },
915
- "funding": {
916
- "url": "https://github.com/sponsors/ljharb"
917
- }
918
- },
919
- "node_modules/has-unicode": {
920
- "version": "2.0.1",
921
- "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
922
- "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
923
- "license": "ISC"
924
- },
925
- "node_modules/hasown": {
926
- "version": "2.0.2",
927
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
928
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
929
- "license": "MIT",
930
- "dependencies": {
931
- "function-bind": "^1.1.2"
932
- },
933
- "engines": {
934
- "node": ">= 0.4"
935
- }
936
- },
937
- "node_modules/hosted-git-info": {
938
- "version": "2.8.9",
939
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
940
- "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
941
- "license": "ISC"
942
- },
943
- "node_modules/https-proxy-agent": {
944
- "version": "5.0.1",
945
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
946
- "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
947
- "license": "MIT",
948
- "dependencies": {
949
- "agent-base": "6",
950
- "debug": "4"
951
- },
952
- "engines": {
953
- "node": ">= 6"
954
- }
955
- },
956
- "node_modules/ignore-by-default": {
957
- "version": "1.0.1",
958
- "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz",
959
- "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==",
960
- "dev": true,
961
- "license": "ISC"
962
- },
963
- "node_modules/inflight": {
964
- "version": "1.0.6",
965
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
966
- "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
967
- "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
968
- "license": "ISC",
969
- "dependencies": {
970
- "once": "^1.3.0",
971
- "wrappy": "1"
972
- }
973
- },
974
- "node_modules/inherits": {
975
- "version": "2.0.4",
976
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
977
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
978
- "license": "ISC"
979
- },
980
- "node_modules/invert-kv": {
981
- "version": "1.0.0",
982
- "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
983
- "integrity": "sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==",
984
- "license": "MIT",
985
- "engines": {
986
- "node": ">=0.10.0"
987
- }
988
- },
989
- "node_modules/is-arrayish": {
990
- "version": "0.3.2",
991
- "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
992
- "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
993
- "license": "MIT"
994
- },
995
- "node_modules/is-binary-path": {
996
- "version": "2.1.0",
997
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
998
- "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
999
- "dev": true,
1000
- "license": "MIT",
1001
- "dependencies": {
1002
- "binary-extensions": "^2.0.0"
1003
- },
1004
- "engines": {
1005
- "node": ">=8"
1006
- }
1007
- },
1008
- "node_modules/is-core-module": {
1009
- "version": "2.16.1",
1010
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
1011
- "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
1012
- "license": "MIT",
1013
- "dependencies": {
1014
- "hasown": "^2.0.2"
1015
- },
1016
- "engines": {
1017
- "node": ">= 0.4"
1018
- },
1019
- "funding": {
1020
- "url": "https://github.com/sponsors/ljharb"
1021
- }
1022
- },
1023
- "node_modules/is-extglob": {
1024
- "version": "2.1.1",
1025
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1026
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1027
- "dev": true,
1028
- "license": "MIT",
1029
- "engines": {
1030
- "node": ">=0.10.0"
1031
- }
1032
- },
1033
- "node_modules/is-fullwidth-code-point": {
1034
- "version": "3.0.0",
1035
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1036
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1037
- "license": "MIT",
1038
- "engines": {
1039
- "node": ">=8"
1040
- }
1041
- },
1042
- "node_modules/is-glob": {
1043
- "version": "4.0.3",
1044
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1045
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1046
- "dev": true,
1047
- "license": "MIT",
1048
- "dependencies": {
1049
- "is-extglob": "^2.1.1"
1050
- },
1051
- "engines": {
1052
- "node": ">=0.10.0"
1053
- }
1054
- },
1055
- "node_modules/is-number": {
1056
- "version": "7.0.0",
1057
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1058
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
1059
- "dev": true,
1060
- "license": "MIT",
1061
- "engines": {
1062
- "node": ">=0.12.0"
1063
- }
1064
- },
1065
- "node_modules/is-stream": {
1066
- "version": "2.0.1",
1067
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
1068
- "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
1069
- "license": "MIT",
1070
- "engines": {
1071
- "node": ">=8"
1072
- },
1073
- "funding": {
1074
- "url": "https://github.com/sponsors/sindresorhus"
1075
- }
1076
- },
1077
- "node_modules/is-utf8": {
1078
- "version": "0.2.1",
1079
- "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
1080
- "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==",
1081
- "license": "MIT"
1082
- },
1083
- "node_modules/isexe": {
1084
- "version": "2.0.0",
1085
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1086
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1087
- "license": "ISC"
1088
- },
1089
- "node_modules/kuler": {
1090
- "version": "2.0.0",
1091
- "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz",
1092
- "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==",
1093
- "license": "MIT"
1094
- },
1095
- "node_modules/lcid": {
1096
- "version": "1.0.0",
1097
- "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
1098
- "integrity": "sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==",
1099
- "license": "MIT",
1100
- "dependencies": {
1101
- "invert-kv": "^1.0.0"
1102
- },
1103
- "engines": {
1104
- "node": ">=0.10.0"
1105
- }
1106
- },
1107
- "node_modules/load-json-file": {
1108
- "version": "1.1.0",
1109
- "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
1110
- "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==",
1111
- "license": "MIT",
1112
- "dependencies": {
1113
- "graceful-fs": "^4.1.2",
1114
- "parse-json": "^2.2.0",
1115
- "pify": "^2.0.0",
1116
- "pinkie-promise": "^2.0.0",
1117
- "strip-bom": "^2.0.0"
1118
- },
1119
- "engines": {
1120
- "node": ">=0.10.0"
1121
- }
1122
- },
1123
- "node_modules/logform": {
1124
- "version": "2.7.0",
1125
- "resolved": "https://registry.npmjs.org/logform/-/logform-2.7.0.tgz",
1126
- "integrity": "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==",
1127
- "license": "MIT",
1128
- "dependencies": {
1129
- "@colors/colors": "1.6.0",
1130
- "@types/triple-beam": "^1.3.2",
1131
- "fecha": "^4.2.0",
1132
- "ms": "^2.1.1",
1133
- "safe-stable-stringify": "^2.3.1",
1134
- "triple-beam": "^1.3.0"
1135
- },
1136
- "engines": {
1137
- "node": ">= 12.0.0"
1138
- }
1139
- },
1140
- "node_modules/make-dir": {
1141
- "version": "3.1.0",
1142
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
1143
- "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
1144
- "license": "MIT",
1145
- "dependencies": {
1146
- "semver": "^6.0.0"
1147
- },
1148
- "engines": {
1149
- "node": ">=8"
1150
- },
1151
- "funding": {
1152
- "url": "https://github.com/sponsors/sindresorhus"
1153
- }
1154
- },
1155
- "node_modules/make-dir/node_modules/semver": {
1156
- "version": "6.3.1",
1157
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1158
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1159
- "license": "ISC",
1160
- "bin": {
1161
- "semver": "bin/semver.js"
1162
- }
1163
- },
1164
- "node_modules/math-intrinsics": {
1165
- "version": "1.1.0",
1166
- "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1167
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1168
- "license": "MIT",
1169
- "engines": {
1170
- "node": ">= 0.4"
1171
- }
1172
- },
1173
- "node_modules/mime-db": {
1174
- "version": "1.52.0",
1175
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
1176
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1177
- "license": "MIT",
1178
- "engines": {
1179
- "node": ">= 0.6"
1180
- }
1181
- },
1182
- "node_modules/mime-types": {
1183
- "version": "2.1.35",
1184
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
1185
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1186
- "license": "MIT",
1187
- "dependencies": {
1188
- "mime-db": "1.52.0"
1189
- },
1190
- "engines": {
1191
- "node": ">= 0.6"
1192
- }
1193
- },
1194
- "node_modules/minimatch": {
1195
- "version": "3.1.2",
1196
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
1197
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
1198
- "license": "ISC",
1199
- "dependencies": {
1200
- "brace-expansion": "^1.1.7"
1201
- },
1202
- "engines": {
1203
- "node": "*"
1204
- }
1205
- },
1206
- "node_modules/minipass": {
1207
- "version": "5.0.0",
1208
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
1209
- "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
1210
- "license": "ISC",
1211
- "engines": {
1212
- "node": ">=8"
1213
- }
1214
- },
1215
- "node_modules/minizlib": {
1216
- "version": "2.1.2",
1217
- "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
1218
- "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
1219
- "license": "MIT",
1220
- "dependencies": {
1221
- "minipass": "^3.0.0",
1222
- "yallist": "^4.0.0"
1223
- },
1224
- "engines": {
1225
- "node": ">= 8"
1226
- }
1227
- },
1228
- "node_modules/minizlib/node_modules/minipass": {
1229
- "version": "3.3.6",
1230
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
1231
- "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
1232
- "license": "ISC",
1233
- "dependencies": {
1234
- "yallist": "^4.0.0"
1235
- },
1236
- "engines": {
1237
- "node": ">=8"
1238
- }
1239
- },
1240
- "node_modules/mkdirp": {
1241
- "version": "1.0.4",
1242
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
1243
- "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
1244
- "license": "MIT",
1245
- "bin": {
1246
- "mkdirp": "bin/cmd.js"
1247
- },
1248
- "engines": {
1249
- "node": ">=10"
1250
- }
1251
- },
1252
- "node_modules/ms": {
1253
- "version": "2.1.3",
1254
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1255
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1256
- "license": "MIT"
1257
- },
1258
- "node_modules/nan": {
1259
- "version": "2.22.2",
1260
- "resolved": "https://registry.npmjs.org/nan/-/nan-2.22.2.tgz",
1261
- "integrity": "sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==",
1262
- "license": "MIT"
1263
- },
1264
- "node_modules/node-addon-api": {
1265
- "version": "1.7.2",
1266
- "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz",
1267
- "integrity": "sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==",
1268
- "license": "MIT"
1269
- },
1270
- "node_modules/node-cmake": {
1271
- "version": "2.3.2",
1272
- "resolved": "https://registry.npmjs.org/node-cmake/-/node-cmake-2.3.2.tgz",
1273
- "integrity": "sha512-t3m0q/tB8b7eg1yAUZCx/UdC8bTPf9gNzQPWl+62fsLYE2pEeoU71auIYtgGos0G36jopbo+FCLini4NMzpFhg==",
1274
- "license": "ISC",
1275
- "dependencies": {
1276
- "nan": "*",
1277
- "which": "^1.2.14",
1278
- "yargs": "^7.0.2"
1279
- },
1280
- "bin": {
1281
- "ncmake": "lib/ncmake.js"
1282
- }
1283
- },
1284
- "node_modules/node-fetch": {
1285
- "version": "2.7.0",
1286
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
1287
- "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
1288
- "license": "MIT",
1289
- "dependencies": {
1290
- "whatwg-url": "^5.0.0"
1291
- },
1292
- "engines": {
1293
- "node": "4.x || >=6.0.0"
1294
- },
1295
- "peerDependencies": {
1296
- "encoding": "^0.1.0"
1297
- },
1298
- "peerDependenciesMeta": {
1299
- "encoding": {
1300
- "optional": true
1301
- }
1302
- }
1303
- },
1304
- "node_modules/node-pty": {
1305
- "version": "1.0.0",
1306
- "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.0.0.tgz",
1307
- "integrity": "sha512-wtBMWWS7dFZm/VgqElrTvtfMq4GzJ6+edFI0Y0zyzygUSZMgZdraDUMUhCIvkjhJjme15qWmbyJbtAx4ot4uZA==",
1308
- "hasInstallScript": true,
1309
- "license": "MIT",
1310
- "dependencies": {
1311
- "nan": "^2.17.0"
1312
- }
1313
- },
1314
- "node_modules/nodemon": {
1315
- "version": "3.1.10",
1316
- "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz",
1317
- "integrity": "sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==",
1318
- "dev": true,
1319
- "license": "MIT",
1320
- "dependencies": {
1321
- "chokidar": "^3.5.2",
1322
- "debug": "^4",
1323
- "ignore-by-default": "^1.0.1",
1324
- "minimatch": "^3.1.2",
1325
- "pstree.remy": "^1.1.8",
1326
- "semver": "^7.5.3",
1327
- "simple-update-notifier": "^2.0.0",
1328
- "supports-color": "^5.5.0",
1329
- "touch": "^3.1.0",
1330
- "undefsafe": "^2.0.5"
1331
- },
1332
- "bin": {
1333
- "nodemon": "bin/nodemon.js"
1334
- },
1335
- "engines": {
1336
- "node": ">=10"
1337
- },
1338
- "funding": {
1339
- "type": "opencollective",
1340
- "url": "https://opencollective.com/nodemon"
1341
- }
1342
- },
1343
- "node_modules/nopt": {
1344
- "version": "5.0.0",
1345
- "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
1346
- "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
1347
- "license": "ISC",
1348
- "dependencies": {
1349
- "abbrev": "1"
1350
- },
1351
- "bin": {
1352
- "nopt": "bin/nopt.js"
1353
- },
1354
- "engines": {
1355
- "node": ">=6"
1356
- }
1357
- },
1358
- "node_modules/normalize-package-data": {
1359
- "version": "2.5.0",
1360
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
1361
- "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
1362
- "license": "BSD-2-Clause",
1363
- "dependencies": {
1364
- "hosted-git-info": "^2.1.4",
1365
- "resolve": "^1.10.0",
1366
- "semver": "2 || 3 || 4 || 5",
1367
- "validate-npm-package-license": "^3.0.1"
1368
- }
1369
- },
1370
- "node_modules/normalize-package-data/node_modules/semver": {
1371
- "version": "5.7.2",
1372
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
1373
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
1374
- "license": "ISC",
1375
- "bin": {
1376
- "semver": "bin/semver"
1377
- }
1378
- },
1379
- "node_modules/normalize-path": {
1380
- "version": "3.0.0",
1381
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
1382
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
1383
- "dev": true,
1384
- "license": "MIT",
1385
- "engines": {
1386
- "node": ">=0.10.0"
1387
- }
1388
- },
1389
- "node_modules/npmlog": {
1390
- "version": "5.0.1",
1391
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
1392
- "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
1393
- "deprecated": "This package is no longer supported.",
1394
- "license": "ISC",
1395
- "dependencies": {
1396
- "are-we-there-yet": "^2.0.0",
1397
- "console-control-strings": "^1.1.0",
1398
- "gauge": "^3.0.0",
1399
- "set-blocking": "^2.0.0"
1400
- }
1401
- },
1402
- "node_modules/number-is-nan": {
1403
- "version": "1.0.1",
1404
- "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
1405
- "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
1406
- "license": "MIT",
1407
- "engines": {
1408
- "node": ">=0.10.0"
1409
- }
1410
- },
1411
- "node_modules/object-assign": {
1412
- "version": "4.1.1",
1413
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1414
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1415
- "license": "MIT",
1416
- "engines": {
1417
- "node": ">=0.10.0"
1418
- }
1419
- },
1420
- "node_modules/object-keys": {
1421
- "version": "1.1.1",
1422
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
1423
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
1424
- "license": "MIT",
1425
- "engines": {
1426
- "node": ">= 0.4"
1427
- }
1428
- },
1429
- "node_modules/object.assign": {
1430
- "version": "4.1.7",
1431
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
1432
- "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
1433
- "license": "MIT",
1434
- "dependencies": {
1435
- "call-bind": "^1.0.8",
1436
- "call-bound": "^1.0.3",
1437
- "define-properties": "^1.2.1",
1438
- "es-object-atoms": "^1.0.0",
1439
- "has-symbols": "^1.1.0",
1440
- "object-keys": "^1.1.1"
1441
- },
1442
- "engines": {
1443
- "node": ">= 0.4"
1444
- },
1445
- "funding": {
1446
- "url": "https://github.com/sponsors/ljharb"
1447
- }
1448
- },
1449
- "node_modules/once": {
1450
- "version": "1.4.0",
1451
- "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1452
- "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1453
- "license": "ISC",
1454
- "dependencies": {
1455
- "wrappy": "1"
1456
- }
1457
- },
1458
- "node_modules/one-time": {
1459
- "version": "1.0.0",
1460
- "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz",
1461
- "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==",
1462
- "license": "MIT",
1463
- "dependencies": {
1464
- "fn.name": "1.x.x"
1465
- }
1466
- },
1467
- "node_modules/os-locale": {
1468
- "version": "1.4.0",
1469
- "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
1470
- "integrity": "sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g==",
1471
- "license": "MIT",
1472
- "dependencies": {
1473
- "lcid": "^1.0.0"
1474
- },
1475
- "engines": {
1476
- "node": ">=0.10.0"
1477
- }
1478
- },
1479
- "node_modules/parse-json": {
1480
- "version": "2.2.0",
1481
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
1482
- "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==",
1483
- "license": "MIT",
1484
- "dependencies": {
1485
- "error-ex": "^1.2.0"
1486
- },
1487
- "engines": {
1488
- "node": ">=0.10.0"
1489
- }
1490
- },
1491
- "node_modules/path-exists": {
1492
- "version": "2.1.0",
1493
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
1494
- "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==",
1495
- "license": "MIT",
1496
- "dependencies": {
1497
- "pinkie-promise": "^2.0.0"
1498
- },
1499
- "engines": {
1500
- "node": ">=0.10.0"
1501
- }
1502
- },
1503
- "node_modules/path-is-absolute": {
1504
- "version": "1.0.1",
1505
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1506
- "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
1507
- "license": "MIT",
1508
- "engines": {
1509
- "node": ">=0.10.0"
1510
- }
1511
- },
1512
- "node_modules/path-parse": {
1513
- "version": "1.0.7",
1514
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
1515
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
1516
- "license": "MIT"
1517
- },
1518
- "node_modules/path-type": {
1519
- "version": "1.1.0",
1520
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
1521
- "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==",
1522
- "license": "MIT",
1523
- "dependencies": {
1524
- "graceful-fs": "^4.1.2",
1525
- "pify": "^2.0.0",
1526
- "pinkie-promise": "^2.0.0"
1527
- },
1528
- "engines": {
1529
- "node": ">=0.10.0"
1530
- }
1531
- },
1532
- "node_modules/picomatch": {
1533
- "version": "2.3.1",
1534
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1535
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1536
- "dev": true,
1537
- "license": "MIT",
1538
- "engines": {
1539
- "node": ">=8.6"
1540
- },
1541
- "funding": {
1542
- "url": "https://github.com/sponsors/jonschlinkert"
1543
- }
1544
- },
1545
- "node_modules/pify": {
1546
- "version": "2.3.0",
1547
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
1548
- "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
1549
- "license": "MIT",
1550
- "engines": {
1551
- "node": ">=0.10.0"
1552
- }
1553
- },
1554
- "node_modules/pinkie": {
1555
- "version": "2.0.4",
1556
- "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
1557
- "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
1558
- "license": "MIT",
1559
- "engines": {
1560
- "node": ">=0.10.0"
1561
- }
1562
- },
1563
- "node_modules/pinkie-promise": {
1564
- "version": "2.0.1",
1565
- "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
1566
- "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
1567
- "license": "MIT",
1568
- "dependencies": {
1569
- "pinkie": "^2.0.0"
1570
- },
1571
- "engines": {
1572
- "node": ">=0.10.0"
1573
- }
1574
- },
1575
- "node_modules/proxy-from-env": {
1576
- "version": "1.1.0",
1577
- "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
1578
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
1579
- "license": "MIT"
1580
- },
1581
- "node_modules/pstree.remy": {
1582
- "version": "1.1.8",
1583
- "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz",
1584
- "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==",
1585
- "dev": true,
1586
- "license": "MIT"
1587
- },
1588
- "node_modules/read-pkg": {
1589
- "version": "1.1.0",
1590
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
1591
- "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==",
1592
- "license": "MIT",
1593
- "dependencies": {
1594
- "load-json-file": "^1.0.0",
1595
- "normalize-package-data": "^2.3.2",
1596
- "path-type": "^1.0.0"
1597
- },
1598
- "engines": {
1599
- "node": ">=0.10.0"
1600
- }
1601
- },
1602
- "node_modules/read-pkg-up": {
1603
- "version": "1.0.1",
1604
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
1605
- "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==",
1606
- "license": "MIT",
1607
- "dependencies": {
1608
- "find-up": "^1.0.0",
1609
- "read-pkg": "^1.0.0"
1610
- },
1611
- "engines": {
1612
- "node": ">=0.10.0"
1613
- }
1614
- },
1615
- "node_modules/readable-stream": {
1616
- "version": "3.6.2",
1617
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
1618
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
1619
- "license": "MIT",
1620
- "dependencies": {
1621
- "inherits": "^2.0.3",
1622
- "string_decoder": "^1.1.1",
1623
- "util-deprecate": "^1.0.1"
1624
- },
1625
- "engines": {
1626
- "node": ">= 6"
1627
- }
1628
- },
1629
- "node_modules/readdirp": {
1630
- "version": "3.6.0",
1631
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
1632
- "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
1633
- "dev": true,
1634
- "license": "MIT",
1635
- "dependencies": {
1636
- "picomatch": "^2.2.1"
1637
- },
1638
- "engines": {
1639
- "node": ">=8.10.0"
1640
- }
1641
- },
1642
- "node_modules/require-directory": {
1643
- "version": "2.1.1",
1644
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
1645
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
1646
- "license": "MIT",
1647
- "engines": {
1648
- "node": ">=0.10.0"
1649
- }
1650
- },
1651
- "node_modules/require-main-filename": {
1652
- "version": "1.0.1",
1653
- "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
1654
- "integrity": "sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==",
1655
- "license": "ISC"
1656
- },
1657
- "node_modules/resolve": {
1658
- "version": "1.22.10",
1659
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
1660
- "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
1661
- "license": "MIT",
1662
- "dependencies": {
1663
- "is-core-module": "^2.16.0",
1664
- "path-parse": "^1.0.7",
1665
- "supports-preserve-symlinks-flag": "^1.0.0"
1666
- },
1667
- "bin": {
1668
- "resolve": "bin/resolve"
1669
- },
1670
- "engines": {
1671
- "node": ">= 0.4"
1672
- },
1673
- "funding": {
1674
- "url": "https://github.com/sponsors/ljharb"
1675
- }
1676
- },
1677
- "node_modules/rimraf": {
1678
- "version": "3.0.2",
1679
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
1680
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
1681
- "deprecated": "Rimraf versions prior to v4 are no longer supported",
1682
- "license": "ISC",
1683
- "dependencies": {
1684
- "glob": "^7.1.3"
1685
- },
1686
- "bin": {
1687
- "rimraf": "bin.js"
1688
- },
1689
- "funding": {
1690
- "url": "https://github.com/sponsors/isaacs"
1691
- }
1692
- },
1693
- "node_modules/safe-buffer": {
1694
- "version": "5.2.1",
1695
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1696
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1697
- "funding": [
1698
- {
1699
- "type": "github",
1700
- "url": "https://github.com/sponsors/feross"
1701
- },
1702
- {
1703
- "type": "patreon",
1704
- "url": "https://www.patreon.com/feross"
1705
- },
1706
- {
1707
- "type": "consulting",
1708
- "url": "https://feross.org/support"
1709
- }
1710
- ],
1711
- "license": "MIT"
1712
- },
1713
- "node_modules/safe-stable-stringify": {
1714
- "version": "2.5.0",
1715
- "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
1716
- "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
1717
- "license": "MIT",
1718
- "engines": {
1719
- "node": ">=10"
1720
- }
1721
- },
1722
- "node_modules/semver": {
1723
- "version": "7.7.2",
1724
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
1725
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
1726
- "license": "ISC",
1727
- "bin": {
1728
- "semver": "bin/semver.js"
1729
- },
1730
- "engines": {
1731
- "node": ">=10"
1732
- }
1733
- },
1734
- "node_modules/set-blocking": {
1735
- "version": "2.0.0",
1736
- "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
1737
- "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
1738
- "license": "ISC"
1739
- },
1740
- "node_modules/set-function-length": {
1741
- "version": "1.2.2",
1742
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
1743
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
1744
- "license": "MIT",
1745
- "dependencies": {
1746
- "define-data-property": "^1.1.4",
1747
- "es-errors": "^1.3.0",
1748
- "function-bind": "^1.1.2",
1749
- "get-intrinsic": "^1.2.4",
1750
- "gopd": "^1.0.1",
1751
- "has-property-descriptors": "^1.0.2"
1752
- },
1753
- "engines": {
1754
- "node": ">= 0.4"
1755
- }
1756
- },
1757
- "node_modules/signal-exit": {
1758
- "version": "3.0.7",
1759
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
1760
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
1761
- "license": "ISC"
1762
- },
1763
- "node_modules/simple-swizzle": {
1764
- "version": "0.2.2",
1765
- "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
1766
- "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
1767
- "license": "MIT",
1768
- "dependencies": {
1769
- "is-arrayish": "^0.3.1"
1770
- }
1771
- },
1772
- "node_modules/simple-update-notifier": {
1773
- "version": "2.0.0",
1774
- "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz",
1775
- "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==",
1776
- "dev": true,
1777
- "license": "MIT",
1778
- "dependencies": {
1779
- "semver": "^7.5.3"
1780
- },
1781
- "engines": {
1782
- "node": ">=10"
1783
- }
1784
- },
1785
- "node_modules/spdx-correct": {
1786
- "version": "3.2.0",
1787
- "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
1788
- "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
1789
- "license": "Apache-2.0",
1790
- "dependencies": {
1791
- "spdx-expression-parse": "^3.0.0",
1792
- "spdx-license-ids": "^3.0.0"
1793
- }
1794
- },
1795
- "node_modules/spdx-exceptions": {
1796
- "version": "2.5.0",
1797
- "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
1798
- "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
1799
- "license": "CC-BY-3.0"
1800
- },
1801
- "node_modules/spdx-expression-parse": {
1802
- "version": "3.0.1",
1803
- "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
1804
- "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
1805
- "license": "MIT",
1806
- "dependencies": {
1807
- "spdx-exceptions": "^2.1.0",
1808
- "spdx-license-ids": "^3.0.0"
1809
- }
1810
- },
1811
- "node_modules/spdx-license-ids": {
1812
- "version": "3.0.21",
1813
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz",
1814
- "integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==",
1815
- "license": "CC0-1.0"
1816
- },
1817
- "node_modules/stack-trace": {
1818
- "version": "0.0.10",
1819
- "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
1820
- "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==",
1821
- "license": "MIT",
1822
- "engines": {
1823
- "node": "*"
1824
- }
1825
- },
1826
- "node_modules/string_decoder": {
1827
- "version": "1.3.0",
1828
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
1829
- "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
1830
- "license": "MIT",
1831
- "dependencies": {
1832
- "safe-buffer": "~5.2.0"
1833
- }
1834
- },
1835
- "node_modules/string-width": {
1836
- "version": "4.2.3",
1837
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1838
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1839
- "license": "MIT",
1840
- "dependencies": {
1841
- "emoji-regex": "^8.0.0",
1842
- "is-fullwidth-code-point": "^3.0.0",
1843
- "strip-ansi": "^6.0.1"
1844
- },
1845
- "engines": {
1846
- "node": ">=8"
1847
- }
1848
- },
1849
- "node_modules/strip-ansi": {
1850
- "version": "6.0.1",
1851
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1852
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1853
- "license": "MIT",
1854
- "dependencies": {
1855
- "ansi-regex": "^5.0.1"
1856
- },
1857
- "engines": {
1858
- "node": ">=8"
1859
- }
1860
- },
1861
- "node_modules/strip-bom": {
1862
- "version": "2.0.0",
1863
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
1864
- "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==",
1865
- "license": "MIT",
1866
- "dependencies": {
1867
- "is-utf8": "^0.2.0"
1868
- },
1869
- "engines": {
1870
- "node": ">=0.10.0"
1871
- }
1872
- },
1873
- "node_modules/supports-color": {
1874
- "version": "5.5.0",
1875
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
1876
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
1877
- "dev": true,
1878
- "license": "MIT",
1879
- "dependencies": {
1880
- "has-flag": "^3.0.0"
1881
- },
1882
- "engines": {
1883
- "node": ">=4"
1884
- }
1885
- },
1886
- "node_modules/supports-preserve-symlinks-flag": {
1887
- "version": "1.0.0",
1888
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
1889
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
1890
- "license": "MIT",
1891
- "engines": {
1892
- "node": ">= 0.4"
1893
- },
1894
- "funding": {
1895
- "url": "https://github.com/sponsors/ljharb"
1896
- }
1897
- },
1898
- "node_modules/tar": {
1899
- "version": "6.2.1",
1900
- "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
1901
- "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
1902
- "license": "ISC",
1903
- "dependencies": {
1904
- "chownr": "^2.0.0",
1905
- "fs-minipass": "^2.0.0",
1906
- "minipass": "^5.0.0",
1907
- "minizlib": "^2.1.1",
1908
- "mkdirp": "^1.0.3",
1909
- "yallist": "^4.0.0"
1910
- },
1911
- "engines": {
1912
- "node": ">=10"
1913
- }
1914
- },
1915
- "node_modules/text-hex": {
1916
- "version": "1.0.0",
1917
- "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz",
1918
- "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
1919
- "license": "MIT"
1920
- },
1921
- "node_modules/to-regex-range": {
1922
- "version": "5.0.1",
1923
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
1924
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
1925
- "dev": true,
1926
- "license": "MIT",
1927
- "dependencies": {
1928
- "is-number": "^7.0.0"
1929
- },
1930
- "engines": {
1931
- "node": ">=8.0"
1932
- }
1933
- },
1934
- "node_modules/touch": {
1935
- "version": "3.1.1",
1936
- "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz",
1937
- "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==",
1938
- "dev": true,
1939
- "license": "ISC",
1940
- "bin": {
1941
- "nodetouch": "bin/nodetouch.js"
1942
- }
1943
- },
1944
- "node_modules/tr46": {
1945
- "version": "0.0.3",
1946
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
1947
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
1948
- "license": "MIT"
1949
- },
1950
- "node_modules/triple-beam": {
1951
- "version": "1.4.1",
1952
- "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz",
1953
- "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==",
1954
- "license": "MIT",
1955
- "engines": {
1956
- "node": ">= 14.0.0"
1957
- }
1958
- },
1959
- "node_modules/undefsafe": {
1960
- "version": "2.0.5",
1961
- "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz",
1962
- "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==",
1963
- "dev": true,
1964
- "license": "MIT"
1965
- },
1966
- "node_modules/util-deprecate": {
1967
- "version": "1.0.2",
1968
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
1969
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
1970
- "license": "MIT"
1971
- },
1972
- "node_modules/uuid": {
1973
- "version": "8.3.2",
1974
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
1975
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
1976
- "license": "MIT",
1977
- "bin": {
1978
- "uuid": "dist/bin/uuid"
1979
- }
1980
- },
1981
- "node_modules/validate-npm-package-license": {
1982
- "version": "3.0.4",
1983
- "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
1984
- "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
1985
- "license": "Apache-2.0",
1986
- "dependencies": {
1987
- "spdx-correct": "^3.0.0",
1988
- "spdx-expression-parse": "^3.0.0"
1989
- }
1990
- },
1991
- "node_modules/webidl-conversions": {
1992
- "version": "4.0.2",
1993
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
1994
- "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
1995
- "license": "BSD-2-Clause",
1996
- "optional": true
1997
- },
1998
- "node_modules/whatwg-url": {
1999
- "version": "5.0.0",
2000
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
2001
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
2002
- "license": "MIT",
2003
- "dependencies": {
2004
- "tr46": "~0.0.3",
2005
- "webidl-conversions": "^3.0.0"
2006
- }
2007
- },
2008
- "node_modules/whatwg-url/node_modules/webidl-conversions": {
2009
- "version": "3.0.1",
2010
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
2011
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
2012
- "license": "BSD-2-Clause"
2013
- },
2014
- "node_modules/which": {
2015
- "version": "1.3.1",
2016
- "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
2017
- "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
2018
- "license": "ISC",
2019
- "dependencies": {
2020
- "isexe": "^2.0.0"
2021
- },
2022
- "bin": {
2023
- "which": "bin/which"
2024
- }
2025
- },
2026
- "node_modules/which-module": {
2027
- "version": "1.0.0",
2028
- "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
2029
- "integrity": "sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==",
2030
- "license": "ISC"
2031
- },
2032
- "node_modules/wide-align": {
2033
- "version": "1.1.5",
2034
- "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
2035
- "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
2036
- "license": "ISC",
2037
- "dependencies": {
2038
- "string-width": "^1.0.2 || 2 || 3 || 4"
2039
- }
2040
- },
2041
- "node_modules/winston": {
2042
- "version": "3.17.0",
2043
- "resolved": "https://registry.npmjs.org/winston/-/winston-3.17.0.tgz",
2044
- "integrity": "sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==",
2045
- "license": "MIT",
2046
- "dependencies": {
2047
- "@colors/colors": "^1.6.0",
2048
- "@dabh/diagnostics": "^2.0.2",
2049
- "async": "^3.2.3",
2050
- "is-stream": "^2.0.0",
2051
- "logform": "^2.7.0",
2052
- "one-time": "^1.0.0",
2053
- "readable-stream": "^3.4.0",
2054
- "safe-stable-stringify": "^2.3.1",
2055
- "stack-trace": "0.0.x",
2056
- "triple-beam": "^1.3.0",
2057
- "winston-transport": "^4.9.0"
2058
- },
2059
- "engines": {
2060
- "node": ">= 12.0.0"
2061
- }
2062
- },
2063
- "node_modules/winston-transport": {
2064
- "version": "4.9.0",
2065
- "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz",
2066
- "integrity": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==",
2067
- "license": "MIT",
2068
- "dependencies": {
2069
- "logform": "^2.7.0",
2070
- "readable-stream": "^3.6.2",
2071
- "triple-beam": "^1.3.0"
2072
- },
2073
- "engines": {
2074
- "node": ">= 12.0.0"
2075
- }
2076
- },
2077
- "node_modules/wrap-ansi": {
2078
- "version": "2.1.0",
2079
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
2080
- "integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==",
2081
- "license": "MIT",
2082
- "dependencies": {
2083
- "string-width": "^1.0.1",
2084
- "strip-ansi": "^3.0.1"
2085
- },
2086
- "engines": {
2087
- "node": ">=0.10.0"
2088
- }
2089
- },
2090
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
2091
- "version": "2.1.1",
2092
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
2093
- "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
2094
- "license": "MIT",
2095
- "engines": {
2096
- "node": ">=0.10.0"
2097
- }
2098
- },
2099
- "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
2100
- "version": "1.0.0",
2101
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
2102
- "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==",
2103
- "license": "MIT",
2104
- "dependencies": {
2105
- "number-is-nan": "^1.0.0"
2106
- },
2107
- "engines": {
2108
- "node": ">=0.10.0"
2109
- }
2110
- },
2111
- "node_modules/wrap-ansi/node_modules/string-width": {
2112
- "version": "1.0.2",
2113
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
2114
- "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
2115
- "license": "MIT",
2116
- "dependencies": {
2117
- "code-point-at": "^1.0.0",
2118
- "is-fullwidth-code-point": "^1.0.0",
2119
- "strip-ansi": "^3.0.0"
2120
- },
2121
- "engines": {
2122
- "node": ">=0.10.0"
2123
- }
2124
- },
2125
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
2126
- "version": "3.0.1",
2127
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
2128
- "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
2129
- "license": "MIT",
2130
- "dependencies": {
2131
- "ansi-regex": "^2.0.0"
2132
- },
2133
- "engines": {
2134
- "node": ">=0.10.0"
2135
- }
2136
- },
2137
- "node_modules/wrappy": {
2138
- "version": "1.0.2",
2139
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2140
- "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2141
- "license": "ISC"
2142
- },
2143
- "node_modules/ws": {
2144
- "version": "8.18.3",
2145
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
2146
- "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
2147
- "license": "MIT",
2148
- "engines": {
2149
- "node": ">=10.0.0"
2150
- },
2151
- "peerDependencies": {
2152
- "bufferutil": "^4.0.1",
2153
- "utf-8-validate": ">=5.0.2"
2154
- },
2155
- "peerDependenciesMeta": {
2156
- "bufferutil": {
2157
- "optional": true
2158
- },
2159
- "utf-8-validate": {
2160
- "optional": true
2161
- }
2162
- }
2163
- },
2164
- "node_modules/y18n": {
2165
- "version": "3.2.2",
2166
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz",
2167
- "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==",
2168
- "license": "ISC"
2169
- },
2170
- "node_modules/yallist": {
2171
- "version": "4.0.0",
2172
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
2173
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
2174
- "license": "ISC"
2175
- },
2176
- "node_modules/yargs": {
2177
- "version": "7.1.2",
2178
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.2.tgz",
2179
- "integrity": "sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==",
2180
- "license": "MIT",
2181
- "dependencies": {
2182
- "camelcase": "^3.0.0",
2183
- "cliui": "^3.2.0",
2184
- "decamelize": "^1.1.1",
2185
- "get-caller-file": "^1.0.1",
2186
- "os-locale": "^1.4.0",
2187
- "read-pkg-up": "^1.0.1",
2188
- "require-directory": "^2.1.1",
2189
- "require-main-filename": "^1.0.1",
2190
- "set-blocking": "^2.0.0",
2191
- "string-width": "^1.0.2",
2192
- "which-module": "^1.0.0",
2193
- "y18n": "^3.2.1",
2194
- "yargs-parser": "^5.0.1"
2195
- }
2196
- },
2197
- "node_modules/yargs-parser": {
2198
- "version": "5.0.1",
2199
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.1.tgz",
2200
- "integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==",
2201
- "license": "ISC",
2202
- "dependencies": {
2203
- "camelcase": "^3.0.0",
2204
- "object.assign": "^4.1.0"
2205
- }
2206
- },
2207
- "node_modules/yargs/node_modules/ansi-regex": {
2208
- "version": "2.1.1",
2209
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
2210
- "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
2211
- "license": "MIT",
2212
- "engines": {
2213
- "node": ">=0.10.0"
2214
- }
2215
- },
2216
- "node_modules/yargs/node_modules/is-fullwidth-code-point": {
2217
- "version": "1.0.0",
2218
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
2219
- "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==",
2220
- "license": "MIT",
2221
- "dependencies": {
2222
- "number-is-nan": "^1.0.0"
2223
- },
2224
- "engines": {
2225
- "node": ">=0.10.0"
2226
- }
2227
- },
2228
- "node_modules/yargs/node_modules/string-width": {
2229
- "version": "1.0.2",
2230
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
2231
- "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
2232
- "license": "MIT",
2233
- "dependencies": {
2234
- "code-point-at": "^1.0.0",
2235
- "is-fullwidth-code-point": "^1.0.0",
2236
- "strip-ansi": "^3.0.0"
2237
- },
2238
- "engines": {
2239
- "node": ">=0.10.0"
2240
- }
2241
- },
2242
- "node_modules/yargs/node_modules/strip-ansi": {
2243
- "version": "3.0.1",
2244
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
2245
- "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
2246
- "license": "MIT",
2247
- "dependencies": {
2248
- "ansi-regex": "^2.0.0"
2249
- },
2250
- "engines": {
2251
- "node": ">=0.10.0"
2252
- }
2253
- }
2254
- }
2255
- }