step-node-agent 3.20.2 → 3.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (732) hide show
  1. package/node_modules/aws4/README.md +31 -1
  2. package/node_modules/aws4/aws4.js +10 -2
  3. package/node_modules/aws4/package.json +1 -1
  4. package/node_modules/content-type/HISTORY.md +5 -0
  5. package/node_modules/content-type/README.md +21 -19
  6. package/node_modules/content-type/index.js +12 -9
  7. package/node_modules/content-type/package.json +13 -11
  8. package/node_modules/get-intrinsic/.eslintrc +1 -0
  9. package/node_modules/get-intrinsic/CHANGELOG.md +12 -0
  10. package/node_modules/get-intrinsic/index.js +10 -0
  11. package/node_modules/get-intrinsic/package.json +7 -6
  12. package/node_modules/get-intrinsic/test/GetIntrinsic.js +1 -1
  13. package/node_modules/minimist/.eslintrc +25 -50
  14. package/node_modules/minimist/CHANGELOG.md +87 -1
  15. package/node_modules/minimist/README.md +14 -10
  16. package/node_modules/minimist/example/parse.js +2 -0
  17. package/node_modules/minimist/index.js +256 -242
  18. package/node_modules/minimist/package.json +73 -73
  19. package/node_modules/minimist/test/all_bool.js +26 -24
  20. package/node_modules/minimist/test/bool.js +146 -147
  21. package/node_modules/minimist/test/dash.js +33 -21
  22. package/node_modules/minimist/test/default_bool.js +26 -24
  23. package/node_modules/minimist/test/dotted.js +13 -11
  24. package/node_modules/minimist/test/kv_short.js +26 -10
  25. package/node_modules/minimist/test/long.js +28 -26
  26. package/node_modules/minimist/test/num.js +30 -28
  27. package/node_modules/minimist/test/parse.js +169 -157
  28. package/node_modules/minimist/test/parse_modified.js +7 -5
  29. package/node_modules/minimist/test/proto.js +41 -37
  30. package/node_modules/minimist/test/short.js +57 -55
  31. package/node_modules/minimist/test/stop_early.js +10 -8
  32. package/node_modules/minimist/test/unknown.js +83 -81
  33. package/node_modules/minimist/test/whitespace.js +6 -4
  34. package/node_modules/npm/AUTHORS +6 -0
  35. package/node_modules/npm/CHANGELOG.md +57 -0
  36. package/node_modules/npm/Makefile +6 -8
  37. package/node_modules/npm/docs/config.json +5 -0
  38. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-access.md +4 -8
  39. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-adduser.md +6 -10
  40. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-audit.md +2 -6
  41. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bin.md +4 -8
  42. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bugs.md +5 -9
  43. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-build.md +4 -8
  44. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bundle.md +2 -6
  45. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-cache.md +5 -9
  46. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ci.md +3 -7
  47. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-completion.md +2 -6
  48. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-config.md +3 -7
  49. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-dedupe.md +4 -8
  50. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-deprecate.md +2 -5
  51. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-dist-tag.md +6 -11
  52. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-docs.md +4 -8
  53. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-doctor.md +4 -8
  54. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-edit.md +4 -8
  55. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-explore.md +6 -10
  56. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-fund.md +5 -9
  57. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-help-search.md +3 -7
  58. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-help.md +4 -8
  59. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-hook.md +1 -5
  60. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-init.md +2 -6
  61. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install-ci-test.md +3 -7
  62. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install-test.md +3 -7
  63. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install.md +13 -17
  64. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-link.md +5 -9
  65. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-logout.md +5 -9
  66. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ls.md +7 -11
  67. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-org.md +1 -5
  68. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-outdated.md +3 -7
  69. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-owner.md +3 -7
  70. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-pack.md +4 -8
  71. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ping.md +2 -6
  72. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-prefix.md +5 -9
  73. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-profile.md +2 -5
  74. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-prune.md +3 -6
  75. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-publish.md +15 -18
  76. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-rebuild.md +3 -7
  77. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-repo.md +3 -7
  78. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-restart.md +6 -10
  79. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-root.md +4 -8
  80. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-run-script.md +6 -10
  81. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-search.md +3 -7
  82. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-shrinkwrap.md +4 -8
  83. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-star.md +4 -8
  84. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-stars.md +5 -9
  85. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-start.md +6 -10
  86. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-stop.md +5 -9
  87. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-team.md +2 -6
  88. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-test.md +5 -9
  89. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-token.md +1 -5
  90. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-uninstall.md +4 -8
  91. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-unpublish.md +5 -9
  92. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-update.md +5 -9
  93. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-version.md +3 -7
  94. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-view.md +5 -9
  95. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-whoami.md +3 -6
  96. package/node_modules/npm/docs/content/{cli-commands → commands}/npm.md +6 -10
  97. package/node_modules/npm/docs/content/configuring-npm/folders.md +8 -12
  98. package/node_modules/npm/docs/content/configuring-npm/install.md +1 -5
  99. package/node_modules/npm/docs/content/configuring-npm/npmrc.md +3 -7
  100. package/node_modules/npm/docs/content/configuring-npm/package-json.md +9 -13
  101. package/node_modules/npm/docs/content/configuring-npm/package-lock-json.md +3 -7
  102. package/node_modules/npm/docs/content/configuring-npm/package-locks.md +3 -7
  103. package/node_modules/npm/docs/content/configuring-npm/shrinkwrap-json.md +4 -8
  104. package/node_modules/npm/docs/content/using-npm/config.md +8 -12
  105. package/node_modules/npm/docs/content/using-npm/developers.md +8 -12
  106. package/node_modules/npm/docs/content/using-npm/orgs.md +5 -9
  107. package/node_modules/npm/docs/content/using-npm/registry.md +3 -8
  108. package/node_modules/npm/docs/content/using-npm/removal.md +3 -7
  109. package/node_modules/npm/docs/content/using-npm/scope.md +7 -9
  110. package/node_modules/npm/docs/content/using-npm/scripts.md +7 -11
  111. package/node_modules/npm/docs/content/using-npm/semver.md +1 -4
  112. package/node_modules/npm/docs/dockhand.js +341 -0
  113. package/node_modules/npm/docs/nav.yml +236 -0
  114. package/node_modules/npm/docs/output/commands/npm-access.html +240 -0
  115. package/node_modules/npm/docs/output/commands/npm-adduser.html +220 -0
  116. package/node_modules/npm/docs/output/commands/npm-audit.html +253 -0
  117. package/node_modules/npm/docs/output/commands/npm-bin.html +174 -0
  118. package/node_modules/npm/docs/output/commands/npm-bugs.html +194 -0
  119. package/node_modules/npm/docs/output/commands/npm-build.html +181 -0
  120. package/node_modules/npm/docs/output/commands/npm-bundle.html +170 -0
  121. package/node_modules/npm/docs/output/commands/npm-cache.html +230 -0
  122. package/node_modules/npm/docs/output/commands/npm-ci.html +205 -0
  123. package/node_modules/npm/docs/output/commands/npm-completion.html +185 -0
  124. package/node_modules/npm/docs/output/commands/npm-config.html +213 -0
  125. package/node_modules/npm/docs/output/commands/npm-dedupe.html +203 -0
  126. package/node_modules/npm/docs/output/commands/npm-deprecate.html +181 -0
  127. package/node_modules/npm/docs/output/commands/npm-dist-tag.html +232 -0
  128. package/node_modules/npm/docs/output/commands/npm-docs.html +195 -0
  129. package/node_modules/npm/docs/output/commands/npm-doctor.html +241 -0
  130. package/node_modules/npm/docs/output/commands/npm-edit.html +190 -0
  131. package/node_modules/npm/docs/output/commands/npm-explore.html +190 -0
  132. package/node_modules/npm/docs/output/commands/npm-fund.html +208 -0
  133. package/node_modules/npm/docs/output/commands/npm-help-search.html +185 -0
  134. package/node_modules/npm/docs/output/commands/npm-help.html +187 -0
  135. package/node_modules/npm/docs/output/commands/npm-hook.html +206 -0
  136. package/node_modules/npm/docs/output/commands/npm-init.html +209 -0
  137. package/node_modules/npm/docs/output/commands/npm-install-ci-test.html +173 -0
  138. package/node_modules/npm/docs/output/commands/npm-install-test.html +182 -0
  139. package/node_modules/npm/docs/output/commands/npm-install.html +582 -0
  140. package/node_modules/npm/docs/output/commands/npm-link.html +217 -0
  141. package/node_modules/npm/docs/output/commands/npm-logout.html +190 -0
  142. package/node_modules/npm/docs/output/commands/npm-ls.html +257 -0
  143. package/node_modules/npm/docs/output/commands/npm-org.html +193 -0
  144. package/node_modules/npm/docs/output/commands/npm-outdated.html +260 -0
  145. package/node_modules/npm/docs/output/commands/npm-owner.html +193 -0
  146. package/node_modules/npm/docs/output/commands/npm-pack.html +182 -0
  147. package/node_modules/npm/docs/output/commands/npm-ping.html +177 -0
  148. package/node_modules/npm/docs/output/commands/npm-prefix.html +178 -0
  149. package/node_modules/npm/docs/output/commands/npm-profile.html +235 -0
  150. package/node_modules/npm/docs/output/commands/npm-prune.html +188 -0
  151. package/node_modules/npm/docs/output/commands/npm-publish.html +232 -0
  152. package/node_modules/npm/docs/output/commands/npm-rebuild.html +173 -0
  153. package/node_modules/npm/docs/output/commands/npm-repo.html +181 -0
  154. package/node_modules/npm/docs/output/commands/npm-restart.html +193 -0
  155. package/node_modules/npm/docs/output/commands/npm-root.html +174 -0
  156. package/node_modules/npm/docs/output/commands/npm-run-script.html +226 -0
  157. package/node_modules/npm/docs/output/commands/npm-search.html +248 -0
  158. package/node_modules/npm/docs/output/commands/npm-shrinkwrap.html +181 -0
  159. package/node_modules/npm/docs/output/commands/npm-star.html +176 -0
  160. package/node_modules/npm/docs/output/commands/npm-stars.html +176 -0
  161. package/node_modules/npm/docs/output/commands/npm-start.html +178 -0
  162. package/node_modules/npm/docs/output/commands/npm-stop.html +174 -0
  163. package/node_modules/npm/docs/output/commands/npm-team.html +213 -0
  164. package/node_modules/npm/docs/output/commands/npm-test.html +176 -0
  165. package/node_modules/npm/docs/output/commands/npm-token.html +215 -0
  166. package/node_modules/npm/docs/output/commands/npm-uninstall.html +208 -0
  167. package/node_modules/npm/docs/output/commands/npm-unpublish.html +187 -0
  168. package/node_modules/npm/docs/output/commands/npm-update.html +252 -0
  169. package/node_modules/npm/docs/output/commands/npm-version.html +263 -0
  170. package/node_modules/npm/docs/output/commands/npm-view.html +235 -0
  171. package/node_modules/npm/docs/output/commands/npm-whoami.html +172 -0
  172. package/node_modules/npm/docs/output/commands/npm.html +290 -0
  173. package/node_modules/npm/docs/output/configuring-npm/folders.html +321 -0
  174. package/node_modules/npm/docs/output/configuring-npm/install.html +203 -0
  175. package/node_modules/npm/docs/output/configuring-npm/npmrc.html +227 -0
  176. package/node_modules/npm/docs/output/configuring-npm/package-json.html +827 -0
  177. package/node_modules/npm/docs/output/configuring-npm/package-lock-json.html +273 -0
  178. package/node_modules/npm/docs/output/configuring-npm/package-locks.html +310 -0
  179. package/node_modules/npm/docs/output/configuring-npm/shrinkwrap-json.html +181 -0
  180. package/node_modules/npm/docs/output/using-npm/config.html +1248 -0
  181. package/node_modules/npm/docs/output/using-npm/developers.html +356 -0
  182. package/node_modules/npm/docs/output/using-npm/orgs.html +236 -0
  183. package/node_modules/npm/docs/output/using-npm/registry.html +234 -0
  184. package/node_modules/npm/docs/output/using-npm/removal.html +200 -0
  185. package/node_modules/npm/docs/output/using-npm/scope.html +244 -0
  186. package/node_modules/npm/docs/output/using-npm/scripts.html +410 -0
  187. package/node_modules/npm/docs/output/using-npm/semver.html +521 -0
  188. package/node_modules/npm/docs/template.html +161 -0
  189. package/node_modules/npm/lib/help.js +2 -2
  190. package/node_modules/npm/man/man1/npm-README.1 +1 -1
  191. package/node_modules/npm/man/man1/npm-access.1 +1 -1
  192. package/node_modules/npm/man/man1/npm-adduser.1 +1 -7
  193. package/node_modules/npm/man/man1/npm-audit.1 +1 -1
  194. package/node_modules/npm/man/man1/npm-bin.1 +1 -1
  195. package/node_modules/npm/man/man1/npm-bugs.1 +1 -1
  196. package/node_modules/npm/man/man1/npm-build.1 +2 -2
  197. package/node_modules/npm/man/man1/npm-bundle.1 +1 -1
  198. package/node_modules/npm/man/man1/npm-cache.1 +1 -1
  199. package/node_modules/npm/man/man1/npm-ci.1 +1 -1
  200. package/node_modules/npm/man/man1/npm-completion.1 +1 -1
  201. package/node_modules/npm/man/man1/npm-config.1 +1 -1
  202. package/node_modules/npm/man/man1/npm-dedupe.1 +1 -1
  203. package/node_modules/npm/man/man1/npm-deprecate.1 +1 -1
  204. package/node_modules/npm/man/man1/npm-dist-tag.1 +1 -7
  205. package/node_modules/npm/man/man1/npm-docs.1 +1 -1
  206. package/node_modules/npm/man/man1/npm-doctor.1 +1 -1
  207. package/node_modules/npm/man/man1/npm-edit.1 +1 -1
  208. package/node_modules/npm/man/man1/npm-explore.1 +1 -7
  209. package/node_modules/npm/man/man1/npm-fund.1 +1 -1
  210. package/node_modules/npm/man/man1/npm-help-search.1 +1 -1
  211. package/node_modules/npm/man/man1/npm-help.1 +1 -1
  212. package/node_modules/npm/man/man1/npm-hook.1 +1 -1
  213. package/node_modules/npm/man/man1/npm-init.1 +1 -1
  214. package/node_modules/npm/man/man1/npm-install-ci-test.1 +2 -2
  215. package/node_modules/npm/man/man1/npm-install-test.1 +2 -2
  216. package/node_modules/npm/man/man1/npm-install.1 +1 -1
  217. package/node_modules/npm/man/man1/npm-link.1 +1 -1
  218. package/node_modules/npm/man/man1/npm-logout.1 +1 -1
  219. package/node_modules/npm/man/man1/npm-ls.1 +2 -2
  220. package/node_modules/npm/man/man1/npm-org.1 +1 -1
  221. package/node_modules/npm/man/man1/npm-outdated.1 +1 -1
  222. package/node_modules/npm/man/man1/npm-owner.1 +1 -3
  223. package/node_modules/npm/man/man1/npm-pack.1 +1 -1
  224. package/node_modules/npm/man/man1/npm-ping.1 +1 -1
  225. package/node_modules/npm/man/man1/npm-prefix.1 +1 -1
  226. package/node_modules/npm/man/man1/npm-profile.1 +1 -1
  227. package/node_modules/npm/man/man1/npm-prune.1 +1 -1
  228. package/node_modules/npm/man/man1/npm-publish.1 +5 -5
  229. package/node_modules/npm/man/man1/npm-rebuild.1 +1 -1
  230. package/node_modules/npm/man/man1/npm-repo.1 +1 -1
  231. package/node_modules/npm/man/man1/npm-restart.1 +1 -1
  232. package/node_modules/npm/man/man1/npm-root.1 +1 -1
  233. package/node_modules/npm/man/man1/npm-run-script.1 +1 -1
  234. package/node_modules/npm/man/man1/npm-search.1 +1 -1
  235. package/node_modules/npm/man/man1/npm-shrinkwrap.1 +1 -1
  236. package/node_modules/npm/man/man1/npm-star.1 +1 -1
  237. package/node_modules/npm/man/man1/npm-stars.1 +1 -1
  238. package/node_modules/npm/man/man1/npm-start.1 +1 -1
  239. package/node_modules/npm/man/man1/npm-stop.1 +1 -1
  240. package/node_modules/npm/man/man1/npm-team.1 +1 -1
  241. package/node_modules/npm/man/man1/npm-test.1 +1 -1
  242. package/node_modules/npm/man/man1/npm-token.1 +1 -1
  243. package/node_modules/npm/man/man1/npm-uninstall.1 +1 -1
  244. package/node_modules/npm/man/man1/npm-unpublish.1 +1 -1
  245. package/node_modules/npm/man/man1/npm-update.1 +1 -1
  246. package/node_modules/npm/man/man1/npm-version.1 +1 -1
  247. package/node_modules/npm/man/man1/npm-view.1 +1 -1
  248. package/node_modules/npm/man/man1/npm-whoami.1 +1 -1
  249. package/node_modules/npm/man/man1/npm.1 +2 -2
  250. package/node_modules/npm/man/man5/folders.5 +1 -1
  251. package/node_modules/npm/man/man5/install.5 +2 -2
  252. package/node_modules/npm/man/man5/npmrc.5 +1 -1
  253. package/node_modules/npm/man/man5/package-json.5 +1 -1
  254. package/node_modules/npm/man/man5/package-lock-json.5 +1 -1
  255. package/node_modules/npm/man/man5/package-locks.5 +1 -1
  256. package/node_modules/npm/man/man5/shrinkwrap-json.5 +2 -2
  257. package/node_modules/npm/man/man7/config.7 +1 -1
  258. package/node_modules/npm/man/man7/developers.7 +1 -1
  259. package/node_modules/npm/man/man7/orgs.7 +1 -1
  260. package/node_modules/npm/man/man7/registry.7 +1 -3
  261. package/node_modules/npm/man/man7/removal.7 +1 -1
  262. package/node_modules/npm/man/man7/scope.7 +3 -2
  263. package/node_modules/npm/man/man7/scripts.7 +1 -1
  264. package/node_modules/npm/man/man7/semver.7 +1 -1
  265. package/node_modules/npm/node_modules/@iarna/cli/LICENSE +14 -0
  266. package/node_modules/npm/node_modules/@iarna/cli/README.md +152 -0
  267. package/node_modules/npm/node_modules/@iarna/cli/app.js +109 -0
  268. package/node_modules/npm/node_modules/@iarna/cli/package.json +35 -0
  269. package/node_modules/npm/{docs → node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer}/LICENSE +5 -6
  270. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  271. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  272. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  273. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  274. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  275. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  276. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  277. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  278. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  279. package/node_modules/npm/node_modules/asn1/Jenkinsfile +65 -0
  280. package/node_modules/npm/node_modules/asn1/package.json +2 -2
  281. package/node_modules/npm/node_modules/aws4/.github/FUNDING.yml +3 -0
  282. package/node_modules/npm/node_modules/aws4/.travis.yml +5 -1
  283. package/node_modules/npm/node_modules/aws4/README.md +50 -390
  284. package/node_modules/npm/node_modules/aws4/aws4.js +63 -22
  285. package/node_modules/npm/node_modules/aws4/package.json +9 -63
  286. package/node_modules/npm/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  287. package/node_modules/npm/node_modules/balanced-match/README.md +6 -0
  288. package/node_modules/npm/node_modules/balanced-match/index.js +3 -0
  289. package/node_modules/npm/node_modules/balanced-match/package.json +3 -4
  290. package/node_modules/npm/node_modules/bluebird/README.md +1 -1
  291. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.js +210 -120
  292. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.min.js +3 -3
  293. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.js +240 -128
  294. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.min.js +4 -4
  295. package/node_modules/npm/node_modules/bluebird/js/release/async.js +3 -48
  296. package/node_modules/npm/node_modules/bluebird/js/release/debuggability.js +102 -27
  297. package/node_modules/npm/node_modules/bluebird/js/release/join.js +4 -7
  298. package/node_modules/npm/node_modules/bluebird/js/release/map.js +10 -3
  299. package/node_modules/npm/node_modules/bluebird/js/release/promise.js +58 -28
  300. package/node_modules/npm/node_modules/bluebird/js/release/promise_array.js +1 -0
  301. package/node_modules/npm/node_modules/bluebird/js/release/reduce.js +16 -5
  302. package/node_modules/npm/node_modules/bluebird/js/release/settle.js +4 -0
  303. package/node_modules/npm/node_modules/bluebird/js/release/util.js +39 -7
  304. package/node_modules/npm/node_modules/bluebird/package.json +1 -1
  305. package/node_modules/npm/node_modules/cacache/CHANGELOG.md +4 -0
  306. package/node_modules/npm/node_modules/cacache/package.json +6 -7
  307. package/node_modules/npm/node_modules/combined-stream/lib/combined_stream.js +21 -2
  308. package/node_modules/npm/node_modules/combined-stream/package.json +1 -1
  309. package/node_modules/npm/node_modules/combined-stream/yarn.lock +17 -0
  310. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  311. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  312. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  313. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  314. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  315. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  316. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  317. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  318. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  319. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  320. package/node_modules/npm/node_modules/config-chain/package.json +5 -7
  321. package/node_modules/npm/node_modules/decode-uri-component/index.js +4 -4
  322. package/node_modules/npm/node_modules/decode-uri-component/license +4 -16
  323. package/node_modules/npm/node_modules/decode-uri-component/package.json +35 -35
  324. package/node_modules/npm/node_modules/decode-uri-component/readme.md +14 -1
  325. package/node_modules/npm/node_modules/dezalgo/package.json +12 -8
  326. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  327. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  328. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  329. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  330. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  331. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  332. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  333. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  334. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  335. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  336. package/node_modules/npm/node_modules/env-paths/index.d.ts +32 -0
  337. package/node_modules/npm/node_modules/env-paths/package.json +1 -1
  338. package/node_modules/npm/node_modules/env-paths/readme.md +44 -5
  339. package/node_modules/npm/node_modules/figgy-pudding/CHANGELOG.md +38 -33
  340. package/node_modules/npm/node_modules/figgy-pudding/README.md +10 -2
  341. package/node_modules/npm/node_modules/figgy-pudding/package.json +4 -8
  342. package/node_modules/npm/node_modules/filter-obj/index.js +17 -0
  343. package/node_modules/npm/node_modules/filter-obj/license +21 -0
  344. package/node_modules/npm/node_modules/filter-obj/package.json +37 -0
  345. package/node_modules/npm/node_modules/filter-obj/readme.md +41 -0
  346. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  347. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  348. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  349. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  350. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  351. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  352. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  353. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  354. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  355. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  356. package/node_modules/npm/node_modules/form-data/README.md +4 -4
  357. package/node_modules/npm/node_modules/form-data/package.json +2 -2
  358. package/node_modules/npm/node_modules/form-data/yarn.lock +2662 -0
  359. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  360. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  361. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  362. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  363. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  364. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  365. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  366. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  367. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  368. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  369. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  370. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  371. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  372. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  373. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  374. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  375. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  376. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  377. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  378. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  379. package/node_modules/npm/node_modules/glob/README.md +4 -1
  380. package/node_modules/npm/node_modules/glob/common.js +6 -8
  381. package/node_modules/npm/node_modules/glob/glob.js +8 -8
  382. package/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
  383. package/node_modules/npm/node_modules/glob/node_modules/minimatch/README.md +230 -0
  384. package/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js +947 -0
  385. package/node_modules/npm/node_modules/glob/node_modules/minimatch/package.json +33 -0
  386. package/node_modules/npm/node_modules/glob/package.json +13 -4
  387. package/node_modules/npm/node_modules/glob/sync.js +10 -10
  388. package/node_modules/npm/node_modules/graceful-fs/LICENSE +1 -1
  389. package/node_modules/npm/node_modules/graceful-fs/README.md +11 -1
  390. package/node_modules/npm/node_modules/graceful-fs/clone.js +5 -1
  391. package/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +132 -38
  392. package/node_modules/npm/node_modules/graceful-fs/package.json +4 -4
  393. package/node_modules/npm/node_modules/graceful-fs/polyfills.js +48 -35
  394. package/node_modules/npm/node_modules/is-cidr/README.md +6 -10
  395. package/node_modules/npm/node_modules/is-cidr/index.d.ts +31 -0
  396. package/node_modules/npm/node_modules/is-cidr/index.js +1 -0
  397. package/node_modules/npm/node_modules/is-cidr/package.json +12 -6
  398. package/node_modules/npm/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
  399. package/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  400. package/node_modules/npm/node_modules/json-parse-even-better-errors/README.md +96 -0
  401. package/node_modules/npm/node_modules/json-parse-even-better-errors/index.js +121 -0
  402. package/node_modules/npm/node_modules/json-parse-even-better-errors/package.json +33 -0
  403. package/node_modules/npm/node_modules/lock-verify/README.md +8 -0
  404. package/node_modules/npm/node_modules/lock-verify/cli.js +17 -0
  405. package/node_modules/npm/node_modules/lock-verify/package.json +8 -12
  406. package/node_modules/npm/node_modules/meant/CHANGELOG.md +7 -0
  407. package/node_modules/npm/node_modules/meant/package.json +4 -1
  408. package/node_modules/npm/node_modules/minimatch/README.md +22 -1
  409. package/node_modules/npm/node_modules/minimatch/minimatch.js +93 -69
  410. package/node_modules/npm/node_modules/minimatch/package.json +6 -3
  411. package/node_modules/npm/node_modules/mkdirp/index.js +5 -2
  412. package/node_modules/npm/node_modules/mkdirp/package.json +3 -4
  413. package/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md +27 -5
  414. package/node_modules/npm/node_modules/node-gyp/.github/workflows/Python_tests.yml +1 -1
  415. package/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +14 -0
  416. package/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +1 -1
  417. package/node_modules/npm/node_modules/node-gyp/README.md +3 -3
  418. package/node_modules/npm/node_modules/node-gyp/addon.gypi +22 -1
  419. package/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +2 -3
  420. package/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md +14 -12
  421. package/node_modules/npm/node_modules/node-gyp/package.json +1 -1
  422. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  423. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  424. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  425. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  426. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  427. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  428. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  429. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  430. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  431. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  432. package/node_modules/npm/node_modules/psl/.env +0 -0
  433. package/node_modules/npm/node_modules/psl/LICENSE +9 -0
  434. package/node_modules/npm/node_modules/psl/README.md +4 -6
  435. package/node_modules/npm/node_modules/psl/browserstack-logo.svg +90 -0
  436. package/node_modules/npm/node_modules/psl/data/rules.json +9376 -1
  437. package/node_modules/npm/node_modules/psl/dist/psl.js +9378 -3
  438. package/node_modules/npm/node_modules/psl/dist/psl.min.js +1 -1
  439. package/node_modules/npm/node_modules/psl/package.json +24 -23
  440. package/node_modules/npm/node_modules/qs/.editorconfig +14 -1
  441. package/node_modules/npm/node_modules/qs/.eslintrc +21 -3
  442. package/node_modules/npm/node_modules/qs/.github/FUNDING.yml +12 -0
  443. package/node_modules/npm/node_modules/qs/.nycrc +13 -0
  444. package/node_modules/npm/node_modules/qs/CHANGELOG.md +24 -0
  445. package/node_modules/npm/node_modules/qs/LICENSE.md +29 -0
  446. package/node_modules/npm/node_modules/qs/README.md +54 -19
  447. package/node_modules/npm/node_modules/qs/bower.json +21 -0
  448. package/node_modules/npm/node_modules/qs/component.json +15 -0
  449. package/node_modules/npm/node_modules/qs/dist/qs.js +35 -25
  450. package/node_modules/npm/node_modules/qs/lib/formats.js +1 -1
  451. package/node_modules/npm/node_modules/qs/lib/parse.js +6 -5
  452. package/node_modules/npm/node_modules/qs/lib/stringify.js +21 -14
  453. package/node_modules/npm/node_modules/qs/lib/utils.js +7 -5
  454. package/node_modules/npm/node_modules/qs/package.json +18 -16
  455. package/node_modules/npm/node_modules/qs/test/parse.js +79 -4
  456. package/node_modules/npm/node_modules/qs/test/stringify.js +45 -0
  457. package/node_modules/npm/node_modules/qs/test/utils.js +31 -0
  458. package/node_modules/npm/node_modules/query-string/index.d.ts +290 -9
  459. package/node_modules/npm/node_modules/query-string/index.js +154 -28
  460. package/node_modules/npm/node_modules/query-string/license +1 -1
  461. package/node_modules/npm/node_modules/query-string/package.json +9 -4
  462. package/node_modules/npm/node_modules/query-string/readme.md +275 -26
  463. package/node_modules/npm/node_modules/qw/LICENSE +0 -0
  464. package/node_modules/npm/node_modules/qw/README.md +0 -0
  465. package/node_modules/npm/node_modules/qw/package.json +1 -1
  466. package/node_modules/npm/node_modules/qw/qw.js +1 -0
  467. package/node_modules/npm/node_modules/read-package-json/CHANGELOG.md +10 -0
  468. package/node_modules/npm/node_modules/read-package-json/package.json +3 -6
  469. package/node_modules/npm/node_modules/read-package-json/read-json.js +2 -7
  470. package/node_modules/npm/node_modules/request/CHANGELOG.md +8 -0
  471. package/node_modules/npm/node_modules/request/README.md +81 -45
  472. package/node_modules/npm/node_modules/request/index.js +1 -1
  473. package/node_modules/npm/node_modules/request/lib/auth.js +1 -1
  474. package/node_modules/npm/node_modules/request/lib/getProxyFromURI.js +1 -1
  475. package/node_modules/npm/node_modules/request/lib/har.js +1 -1
  476. package/node_modules/npm/node_modules/request/package.json +6 -6
  477. package/node_modules/npm/node_modules/request/request.js +13 -11
  478. package/node_modules/npm/node_modules/safe-buffer/index.js +3 -0
  479. package/node_modules/npm/node_modules/safe-buffer/package.json +18 -4
  480. package/node_modules/npm/node_modules/sshpk/Jenkinsfile +86 -0
  481. package/node_modules/npm/node_modules/sshpk/README.md +116 -10
  482. package/node_modules/npm/node_modules/sshpk/bin/sshpk-conv +73 -32
  483. package/node_modules/npm/node_modules/sshpk/lib/certificate.js +33 -1
  484. package/node_modules/npm/node_modules/sshpk/lib/dhe.js +4 -21
  485. package/node_modules/npm/node_modules/sshpk/lib/ed-compat.js +1 -7
  486. package/node_modules/npm/node_modules/sshpk/lib/fingerprint.js +69 -11
  487. package/node_modules/npm/node_modules/sshpk/lib/formats/auto.js +18 -1
  488. package/node_modules/npm/node_modules/sshpk/lib/formats/openssh-cert.js +37 -8
  489. package/node_modules/npm/node_modules/sshpk/lib/formats/pem.js +107 -9
  490. package/node_modules/npm/node_modules/sshpk/lib/formats/pkcs8.js +23 -4
  491. package/node_modules/npm/node_modules/sshpk/lib/formats/putty.js +194 -0
  492. package/node_modules/npm/node_modules/sshpk/lib/formats/x509-pem.js +14 -4
  493. package/node_modules/npm/node_modules/sshpk/lib/formats/x509.js +28 -5
  494. package/node_modules/npm/node_modules/sshpk/lib/identity.js +87 -3
  495. package/node_modules/npm/node_modules/sshpk/lib/index.js +1 -0
  496. package/node_modules/npm/node_modules/sshpk/lib/key.js +30 -11
  497. package/node_modules/npm/node_modules/sshpk/lib/private-key.js +11 -17
  498. package/node_modules/npm/node_modules/sshpk/lib/utils.js +48 -33
  499. package/node_modules/npm/node_modules/sshpk/package.json +5 -5
  500. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  501. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  502. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  503. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  504. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  505. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  506. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  507. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  508. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  509. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  510. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  511. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  512. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  513. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  514. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  515. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  516. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  517. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  518. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  519. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  520. package/node_modules/npm/node_modules/tough-cookie/README.md +24 -4
  521. package/node_modules/npm/node_modules/tough-cookie/lib/cookie.js +54 -3
  522. package/node_modules/npm/node_modules/tough-cookie/lib/memstore.js +5 -0
  523. package/node_modules/npm/node_modules/tough-cookie/lib/store.js +4 -0
  524. package/node_modules/npm/node_modules/tough-cookie/lib/version.js +2 -0
  525. package/node_modules/npm/node_modules/{punycode → tough-cookie/node_modules/punycode}/LICENSE-MIT.txt +0 -0
  526. package/node_modules/npm/node_modules/{punycode → tough-cookie/node_modules/punycode}/README.md +9 -63
  527. package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/package.json +58 -0
  528. package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/punycode.es6.js +441 -0
  529. package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/punycode.js +440 -0
  530. package/node_modules/npm/node_modules/tough-cookie/package.json +6 -4
  531. package/node_modules/npm/node_modules/uri-js/README.md +3 -1
  532. package/node_modules/npm/node_modules/uri-js/dist/es5/uri.all.js +1 -1
  533. package/node_modules/npm/node_modules/uri-js/dist/es5/uri.all.min.js +1 -1
  534. package/node_modules/npm/node_modules/uri-js/package.json +2 -2
  535. package/node_modules/npm/node_modules/uri-js/yarn.lock +1263 -628
  536. package/node_modules/npm/node_modules/uuid/CHANGELOG.md +25 -18
  537. package/node_modules/npm/node_modules/uuid/README.md +27 -44
  538. package/node_modules/npm/node_modules/uuid/lib/bytesToUuid.js +10 -8
  539. package/node_modules/npm/node_modules/uuid/package.json +13 -8
  540. package/node_modules/npm/node_modules/uuid/v1.js +1 -1
  541. package/node_modules/npm/package.json +27 -23
  542. package/node_modules/npm/scripts/docs-build.js +15 -3
  543. package/node_modules/object-inspect/CHANGELOG.md +10 -0
  544. package/node_modules/object-inspect/index.js +10 -6
  545. package/node_modules/object-inspect/package.json +10 -7
  546. package/node_modules/punycode/README.md +7 -3
  547. package/node_modules/punycode/package.json +5 -5
  548. package/node_modules/punycode/punycode.es6.js +24 -21
  549. package/node_modules/punycode/punycode.js +24 -21
  550. package/package.json +1 -1
  551. package/node_modules/npm/.eslintrc +0 -3
  552. package/node_modules/npm/docs/content/using-npm/disputes.md +0 -137
  553. package/node_modules/npm/docs/gatsby-browser.js +0 -8
  554. package/node_modules/npm/docs/gatsby-config.js +0 -88
  555. package/node_modules/npm/docs/gatsby-node.js +0 -43
  556. package/node_modules/npm/docs/gatsby-ssr.js +0 -6
  557. package/node_modules/npm/docs/package-lock.json +0 -18301
  558. package/node_modules/npm/docs/package.json +0 -45
  559. package/node_modules/npm/docs/public/cli-commands/npm/index.html +0 -213
  560. package/node_modules/npm/docs/public/cli-commands/npm-access/index.html +0 -151
  561. package/node_modules/npm/docs/public/cli-commands/npm-adduser/index.html +0 -146
  562. package/node_modules/npm/docs/public/cli-commands/npm-audit/index.html +0 -168
  563. package/node_modules/npm/docs/public/cli-commands/npm-bin/index.html +0 -97
  564. package/node_modules/npm/docs/public/cli-commands/npm-bugs/index.html +0 -117
  565. package/node_modules/npm/docs/public/cli-commands/npm-build/index.html +0 -103
  566. package/node_modules/npm/docs/public/cli-commands/npm-bundle/index.html +0 -94
  567. package/node_modules/npm/docs/public/cli-commands/npm-cache/index.html +0 -148
  568. package/node_modules/npm/docs/public/cli-commands/npm-ci/index.html +0 -125
  569. package/node_modules/npm/docs/public/cli-commands/npm-completion/index.html +0 -107
  570. package/node_modules/npm/docs/public/cli-commands/npm-config/index.html +0 -131
  571. package/node_modules/npm/docs/public/cli-commands/npm-dedupe/index.html +0 -124
  572. package/node_modules/npm/docs/public/cli-commands/npm-deprecate/index.html +0 -103
  573. package/node_modules/npm/docs/public/cli-commands/npm-dist-tag/index.html +0 -152
  574. package/node_modules/npm/docs/public/cli-commands/npm-docs/index.html +0 -118
  575. package/node_modules/npm/docs/public/cli-commands/npm-doctor/index.html +0 -166
  576. package/node_modules/npm/docs/public/cli-commands/npm-edit/index.html +0 -113
  577. package/node_modules/npm/docs/public/cli-commands/npm-explore/index.html +0 -117
  578. package/node_modules/npm/docs/public/cli-commands/npm-fund/index.html +0 -131
  579. package/node_modules/npm/docs/public/cli-commands/npm-help/index.html +0 -110
  580. package/node_modules/npm/docs/public/cli-commands/npm-help-search/index.html +0 -108
  581. package/node_modules/npm/docs/public/cli-commands/npm-hook/index.html +0 -122
  582. package/node_modules/npm/docs/public/cli-commands/npm-init/index.html +0 -129
  583. package/node_modules/npm/docs/public/cli-commands/npm-install/index.html +0 -471
  584. package/node_modules/npm/docs/public/cli-commands/npm-install-ci-test/index.html +0 -96
  585. package/node_modules/npm/docs/public/cli-commands/npm-install-test/index.html +0 -105
  586. package/node_modules/npm/docs/public/cli-commands/npm-link/index.html +0 -137
  587. package/node_modules/npm/docs/public/cli-commands/npm-logout/index.html +0 -112
  588. package/node_modules/npm/docs/public/cli-commands/npm-ls/index.html +0 -179
  589. package/node_modules/npm/docs/public/cli-commands/npm-org/index.html +0 -110
  590. package/node_modules/npm/docs/public/cli-commands/npm-outdated/index.html +0 -181
  591. package/node_modules/npm/docs/public/cli-commands/npm-owner/index.html +0 -117
  592. package/node_modules/npm/docs/public/cli-commands/npm-pack/index.html +0 -105
  593. package/node_modules/npm/docs/public/cli-commands/npm-ping/index.html +0 -98
  594. package/node_modules/npm/docs/public/cli-commands/npm-prefix/index.html +0 -101
  595. package/node_modules/npm/docs/public/cli-commands/npm-profile/index.html +0 -151
  596. package/node_modules/npm/docs/public/cli-commands/npm-prune/index.html +0 -111
  597. package/node_modules/npm/docs/public/cli-commands/npm-publish/index.html +0 -143
  598. package/node_modules/npm/docs/public/cli-commands/npm-rebuild/index.html +0 -96
  599. package/node_modules/npm/docs/public/cli-commands/npm-repo/index.html +0 -104
  600. package/node_modules/npm/docs/public/cli-commands/npm-restart/index.html +0 -116
  601. package/node_modules/npm/docs/public/cli-commands/npm-root/index.html +0 -97
  602. package/node_modules/npm/docs/public/cli-commands/npm-run-script/index.html +0 -146
  603. package/node_modules/npm/docs/public/cli-commands/npm-search/index.html +0 -171
  604. package/node_modules/npm/docs/public/cli-commands/npm-shrinkwrap/index.html +0 -104
  605. package/node_modules/npm/docs/public/cli-commands/npm-star/index.html +0 -99
  606. package/node_modules/npm/docs/public/cli-commands/npm-stars/index.html +0 -99
  607. package/node_modules/npm/docs/public/cli-commands/npm-start/index.html +0 -101
  608. package/node_modules/npm/docs/public/cli-commands/npm-stop/index.html +0 -97
  609. package/node_modules/npm/docs/public/cli-commands/npm-team/index.html +0 -128
  610. package/node_modules/npm/docs/public/cli-commands/npm-test/index.html +0 -99
  611. package/node_modules/npm/docs/public/cli-commands/npm-token/index.html +0 -136
  612. package/node_modules/npm/docs/public/cli-commands/npm-uninstall/index.html +0 -121
  613. package/node_modules/npm/docs/public/cli-commands/npm-unpublish/index.html +0 -109
  614. package/node_modules/npm/docs/public/cli-commands/npm-update/index.html +0 -170
  615. package/node_modules/npm/docs/public/cli-commands/npm-version/index.html +0 -183
  616. package/node_modules/npm/docs/public/cli-commands/npm-view/index.html +0 -148
  617. package/node_modules/npm/docs/public/cli-commands/npm-whoami/index.html +0 -95
  618. package/node_modules/npm/docs/public/configuring-npm/folders/index.html +0 -243
  619. package/node_modules/npm/docs/public/configuring-npm/install/index.html +0 -126
  620. package/node_modules/npm/docs/public/configuring-npm/npmrc/index.html +0 -148
  621. package/node_modules/npm/docs/public/configuring-npm/package-json/index.html +0 -714
  622. package/node_modules/npm/docs/public/configuring-npm/package-lock-json/index.html +0 -189
  623. package/node_modules/npm/docs/public/configuring-npm/package-locks/index.html +0 -217
  624. package/node_modules/npm/docs/public/configuring-npm/shrinkwrap-json/index.html +0 -105
  625. package/node_modules/npm/docs/public/icons/icon-144x144.png +0 -0
  626. package/node_modules/npm/docs/public/icons/icon-192x192.png +0 -0
  627. package/node_modules/npm/docs/public/icons/icon-256x256.png +0 -0
  628. package/node_modules/npm/docs/public/icons/icon-384x384.png +0 -0
  629. package/node_modules/npm/docs/public/icons/icon-48x48.png +0 -0
  630. package/node_modules/npm/docs/public/icons/icon-512x512.png +0 -0
  631. package/node_modules/npm/docs/public/icons/icon-72x72.png +0 -0
  632. package/node_modules/npm/docs/public/icons/icon-96x96.png +0 -0
  633. package/node_modules/npm/docs/public/index.html +0 -131
  634. package/node_modules/npm/docs/public/static/d/2215187023.json +0 -1
  635. package/node_modules/npm/docs/public/static/d/2417117884.json +0 -1
  636. package/node_modules/npm/docs/public/static/network-icon-f659855f70bb0e12addd96250807c241.svg +0 -1
  637. package/node_modules/npm/docs/public/styles.e93b5499b63484750fba.css +0 -1
  638. package/node_modules/npm/docs/public/using-npm/config/index.html +0 -1164
  639. package/node_modules/npm/docs/public/using-npm/developers/index.html +0 -262
  640. package/node_modules/npm/docs/public/using-npm/disputes/index.html +0 -195
  641. package/node_modules/npm/docs/public/using-npm/orgs/index.html +0 -147
  642. package/node_modules/npm/docs/public/using-npm/registry/index.html +0 -159
  643. package/node_modules/npm/docs/public/using-npm/removal/index.html +0 -119
  644. package/node_modules/npm/docs/public/using-npm/scope/index.html +0 -162
  645. package/node_modules/npm/docs/public/using-npm/scripts/index.html +0 -326
  646. package/node_modules/npm/docs/public/using-npm/semver/index.html +0 -438
  647. package/node_modules/npm/docs/src/components/Accordion.js +0 -57
  648. package/node_modules/npm/docs/src/components/Button.js +0 -22
  649. package/node_modules/npm/docs/src/components/DocLinks.js +0 -72
  650. package/node_modules/npm/docs/src/components/FoundTypo.js +0 -23
  651. package/node_modules/npm/docs/src/components/MobileSidebar.js +0 -33
  652. package/node_modules/npm/docs/src/components/Sidebar.js +0 -30
  653. package/node_modules/npm/docs/src/components/home/DarkBlock.js +0 -40
  654. package/node_modules/npm/docs/src/components/home/FeatureCard.js +0 -39
  655. package/node_modules/npm/docs/src/components/home/Features.js +0 -83
  656. package/node_modules/npm/docs/src/components/home/Footer.js +0 -29
  657. package/node_modules/npm/docs/src/components/home/Terminal.js +0 -120
  658. package/node_modules/npm/docs/src/components/home/Windows.js +0 -73
  659. package/node_modules/npm/docs/src/components/home/cubes.js +0 -101
  660. package/node_modules/npm/docs/src/components/home/hero.js +0 -25
  661. package/node_modules/npm/docs/src/components/layout.js +0 -24
  662. package/node_modules/npm/docs/src/components/links.js +0 -50
  663. package/node_modules/npm/docs/src/components/navbar.js +0 -136
  664. package/node_modules/npm/docs/src/components/scripts.js +0 -27
  665. package/node_modules/npm/docs/src/components/seo.js +0 -88
  666. package/node_modules/npm/docs/src/images/background-boxes.svg +0 -2782
  667. package/node_modules/npm/docs/src/images/background-cubes.svg +0 -2767
  668. package/node_modules/npm/docs/src/images/background-rectangles.svg +0 -1
  669. package/node_modules/npm/docs/src/images/bracket.svg +0 -1
  670. package/node_modules/npm/docs/src/images/cli-logo.svg +0 -1
  671. package/node_modules/npm/docs/src/images/down-carrot.svg +0 -1
  672. package/node_modules/npm/docs/src/images/hamburger-close.svg +0 -1
  673. package/node_modules/npm/docs/src/images/hamburger.svg +0 -1
  674. package/node_modules/npm/docs/src/images/manager-icon.svg +0 -1
  675. package/node_modules/npm/docs/src/images/network-icon.svg +0 -1
  676. package/node_modules/npm/docs/src/images/npm-icon.png +0 -0
  677. package/node_modules/npm/docs/src/images/orange-cube.svg +0 -1
  678. package/node_modules/npm/docs/src/images/pink-gradient-cube.svg +0 -1
  679. package/node_modules/npm/docs/src/images/purple-cube.svg +0 -1
  680. package/node_modules/npm/docs/src/images/purple-gradient-cube.svg +0 -1
  681. package/node_modules/npm/docs/src/images/red-cube.svg +0 -1
  682. package/node_modules/npm/docs/src/images/right-shadow-box.svg +0 -2809
  683. package/node_modules/npm/docs/src/images/terminal-icon.svg +0 -1
  684. package/node_modules/npm/docs/src/images/test-icon.svg +0 -1
  685. package/node_modules/npm/docs/src/images/up-carrot.svg +0 -1
  686. package/node_modules/npm/docs/src/images/x.svg +0 -1
  687. package/node_modules/npm/docs/src/main.css +0 -167
  688. package/node_modules/npm/docs/src/pages/404.js +0 -12
  689. package/node_modules/npm/docs/src/pages/index.js +0 -16
  690. package/node_modules/npm/docs/src/templates/Page.js +0 -40
  691. package/node_modules/npm/docs/src/theme.js +0 -50
  692. package/node_modules/npm/man/man7/disputes.7 +0 -149
  693. package/node_modules/npm/node_modules/balanced-match/.npmignore +0 -5
  694. package/node_modules/npm/node_modules/combined-stream/lib/defer.js +0 -26
  695. package/node_modules/npm/node_modules/dezalgo/.travis.yml +0 -7
  696. package/node_modules/npm/node_modules/dezalgo/test/basic.js +0 -29
  697. package/node_modules/npm/node_modules/glob/changelog.md +0 -67
  698. package/node_modules/npm/node_modules/meant/.github/workflows/ci.yml +0 -20
  699. package/node_modules/npm/node_modules/meant/test.js +0 -11
  700. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/.travis.yml +0 -8
  701. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/LICENSE +0 -18
  702. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/example/parse.js +0 -2
  703. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/index.js +0 -249
  704. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/package.json +0 -45
  705. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/readme.markdown +0 -98
  706. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/all_bool.js +0 -32
  707. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/bool.js +0 -178
  708. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dash.js +0 -31
  709. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/default_bool.js +0 -35
  710. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dotted.js +0 -22
  711. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/kv_short.js +0 -16
  712. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/long.js +0 -31
  713. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/num.js +0 -36
  714. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse.js +0 -197
  715. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js +0 -9
  716. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/proto.js +0 -60
  717. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/short.js +0 -67
  718. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/stop_early.js +0 -15
  719. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/unknown.js +0 -102
  720. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/whitespace.js +0 -8
  721. package/node_modules/npm/node_modules/psl/.eslintignore +0 -1
  722. package/node_modules/npm/node_modules/psl/.eslintrc +0 -11
  723. package/node_modules/npm/node_modules/psl/.travis.yml +0 -6
  724. package/node_modules/npm/node_modules/psl/karma.conf.js +0 -38
  725. package/node_modules/npm/node_modules/psl/yarn.lock +0 -4532
  726. package/node_modules/npm/node_modules/punycode/package.json +0 -60
  727. package/node_modules/npm/node_modules/punycode/punycode.js +0 -533
  728. package/node_modules/npm/node_modules/qs/.eslintignore +0 -1
  729. package/node_modules/npm/node_modules/qs/LICENSE +0 -28
  730. package/node_modules/npm/node_modules/qs/test/.eslintrc +0 -15
  731. package/node_modules/npm/node_modules/qw/README.md~ +0 -27
  732. package/node_modules/npm/node_modules/sshpk/.npmignore +0 -9
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1588 1837.91"><defs><style>.cls-1,.cls-2,.cls-3,.cls-4{opacity:0.4;}.cls-1{fill:url(#linear-gradient);}.cls-2{fill:url(#linear-gradient-2);}.cls-3{fill:url(#linear-gradient-3);}.cls-4{fill:url(#linear-gradient-4);}</style><linearGradient id="linear-gradient" x1="-5862.01" y1="1221.45" x2="-5482.01" y2="1221.45" gradientTransform="translate(6776.01 86.59)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb8817"/><stop offset="1" stop-color="#e02aff"/></linearGradient><linearGradient id="linear-gradient-2" x1="595.72" y1="979.68" x2="799.72" y2="979.68" gradientTransform="translate(473.19 -491.22)" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-3" x1="-5814.22" y1="991.04" x2="-5434.22" y2="991.04" gradientTransform="translate(6086.35 -651.13)" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-4" x1="-746.26" y1="227.69" x2="-366.26" y2="227.69" gradientTransform="translate(1009.26 889.3)" xlink:href="#linear-gradient"/></defs><title>background-rectangles</title><rect class="cls-1" x="914" y="1211.04" width="380" height="194" transform="translate(-279.95 2315.24) rotate(-85.88)"/><rect class="cls-2" x="1068.92" y="204.46" width="204" height="568" transform="translate(-60.05 181.29) rotate(-8.63)"/><rect class="cls-3" x="272.13" y="242.91" width="380" height="194" transform="translate(71.24 759.8) rotate(-83.38)"/><rect class="cls-4" x="263" y="1020" width="380" height="194" transform="translate(-51.49 22.29) rotate(-2.67)"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 30"><defs><style>.cls-1{fill:#fb3b49;}</style></defs><title>cursor</title><polygon class="cls-1" points="4.65 29.27 0.69 24.6 11.97 15.03 0.68 5.37 4.66 0.72 21.41 15.04 4.65 29.27"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 17"><defs><style>.cls-1{fill:#231f20;}.cls-2{fill:none;}</style></defs><title>cli-logo</title><path class="cls-1" d="M.54,13.4h6.4V3.67h3.2V13.4h3.2V.42H.54ZM31.26.42v13h6.4V3.67h3.2V13.4h3.2V3.67h3.19V13.4h3.2V.42Zm-9,3.25h3.2v6.49H22.3Zm-6.4,13h6.4V13.4h6.4V.42H15.9Z"/><rect class="cls-2" x="0.54" y="0.42" width="49.91" height="16.22"/><polygon class="cls-1" points="65.58 3.56 65.58 9.86 71.66 9.86 71.66 13.02 65.44 13.02 59.2 13.04 59.22 0.41 71.66 0.41 71.66 3.54 65.58 3.56"/><polygon class="cls-1" points="80.62 10.23 80.62 0.36 74.23 0.36 74.23 13.3 76.92 13.3 80.62 13.3 86.47 13.3 86.47 10.23 80.62 10.23"/><rect class="cls-1" x="101.32" y="8.37" width="1.99" height="8.29" transform="translate(114.83 -89.79) rotate(90)"/><rect class="cls-1" x="88.33" y="0.36" width="6.39" height="12.94"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.5 10"><defs><style>.cls-1{fill:#fb3b49;}</style></defs><title>down-carrot</title><path class="cls-1" d="M8.25,9.15a1.15,1.15,0,0,1-.81-.34l-6-6A1.15,1.15,0,0,1,3.06,1.19L8.25,6.37l5.19-5.19a1.15,1.15,0,1,1,1.63,1.63l-6,6A1.15,1.15,0,0,1,8.25,9.15Z"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 31.48 26.49"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-2{fill:url(#linear-gradient-2);}</style><linearGradient id="linear-gradient" x1="-0.52" y1="12.65" x2="34.48" y2="12.65" gradientTransform="translate(28.39 -3.74) rotate(90)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb8817"/><stop offset="1" stop-color="#e02aff"/></linearGradient><linearGradient id="linear-gradient-2" x1="18.41" y1="36.61" x2="53.41" y2="36.61" gradientTransform="matrix(1, 0, 0, -1, -20.17, 49.85)" xlink:href="#linear-gradient"/></defs><title>hamburger-close</title><rect class="cls-1" x="13.74" y="-4.25" width="4" height="35" rx="2" ry="2" transform="translate(-4.78 14.75) rotate(-44.28)"/><rect class="cls-2" x="-1.76" y="11.25" width="35" height="4" rx="2" ry="2" transform="translate(-4.79 14.51) rotate(-43.62)"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 35 23"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-2{fill:url(#linear-gradient-2);}.cls-3{fill:url(#linear-gradient-3);}</style><linearGradient id="linear-gradient" y1="2" x2="35" y2="2" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb8817"/><stop offset="1" stop-color="#e02aff"/></linearGradient><linearGradient id="linear-gradient-2" y1="11.5" y2="11.5" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-3" y1="21" y2="21" xlink:href="#linear-gradient"/></defs><title>hamburger</title><rect class="cls-1" width="35" height="4" rx="2" ry="2"/><rect class="cls-2" y="9.5" width="35" height="4" rx="2" ry="2"/><rect class="cls-3" y="19" width="35" height="4" rx="2" ry="2"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 132.16 126.87"><defs><style>.cls-1{opacity:0.7;}.cls-2{fill:#d42782;}.cls-3{fill:none;}.cls-3,.cls-4{stroke:#223839;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;}.cls-4{fill:#eeb0f2;}.cls-5{fill:#fbb03b;}.cls-6{fill:#ec62f6;}.cls-7{fill:#9538e6;}.cls-8{fill:red;}.cls-9{fill:#ba31ec;}.cls-10{fill:#f15a24;}.cls-11{fill:#f0f;}.cls-12{fill:#ed1c24;}.cls-13{fill:#fff;opacity:0.6;}.cls-14{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="64.54" y1="38.16" x2="70.64" y2="3.59" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="0.12" stop-color="#fff" stop-opacity="0.77"/><stop offset="0.25" stop-color="#fff" stop-opacity="0.57"/><stop offset="0.37" stop-color="#fff" stop-opacity="0.39"/><stop offset="0.5" stop-color="#fff" stop-opacity="0.25"/><stop offset="0.62" stop-color="#fff" stop-opacity="0.14"/><stop offset="0.75" stop-color="#fff" stop-opacity="0.06"/><stop offset="0.87" stop-color="#fff" stop-opacity="0.02"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><image id="image" width="25" height="25" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsSAAALEgHS3X78AAABvElEQVRIS+2WQWobQRREq7p7hoGMRLCDV8ErbSIdIOtcItcZ5jDe+BI+QwK2N1ppaSwjbAkmM92/shhZ2MGYzIRkEVy7ht//UZ9Pd1ES/oXCsxNJQABqvlw+RJUAAnsnfHRUs3bVYh6WZVsULg++je7VPq8o5cEaa+Nsmzf15VWsVFkPIonFeXZb+OMGOg3UkQE5ZYOdiU4OaKN4V4CrD01a4/Jrtx+dsCzPikn0p95lX5I4J1UKfjAIlJK49Q5XydqLZZl2M+gRVPPEzcM9dezFT4Q+A3wPaMT4aAQ2ENXRfT9xPgA1D8uwa6NzzDLRJj0ERwBGgGAgINjEyWW7tnNT/LJ1lLEflxx6yHBQv1wOIKl0GP3wRiP1BhqtN9BovYFG6/8DPXtURSdQAmgADGPyBPd3IQlOVALwBPQuD3bfWecVHgRt0L+7YxwbhA3hHhJiN82DAQdQpRs7ixP5tTldSyChEuDwHxaSwC2p68xsfWMpTlFpDyJm2/PmtvCrznQRqG8m5E//k9+V4OShNhrvMuSr2TY1APeOJNWsY7WYr5dlu/uTFEQlxDxYYz/ix0MKkg5xq6/6e7nuJ0iX6eILPP+zAAAAAElFTkSuQmCC"/></defs><title>manager-icon.svg</title><use class="cls-1" transform="translate(7.21 69.69)" xlink:href="#image"/><rect class="cls-2" x="11.21" y="73.69" width="17" height="17"/><rect class="cls-3" x="11.21" y="73.69" width="17" height="17"/><rect class="cls-4" x="57.21" y="39.69" width="17" height="17"/><use class="cls-1" transform="translate(99.21 69.69)" xlink:href="#image"/><rect class="cls-5" x="103.21" y="73.69" width="17" height="17"/><rect class="cls-3" x="103.21" y="73.69" width="17" height="17"/><use class="cls-1" transform="translate(76.21 69.69)" xlink:href="#image"/><rect class="cls-6" x="80.21" y="73.69" width="17" height="17"/><rect class="cls-3" x="80.21" y="73.69" width="17" height="17"/><use class="cls-1" transform="translate(53.21 92.69)" xlink:href="#image"/><rect class="cls-7" x="57.21" y="96.69" width="17" height="17"/><rect class="cls-3" x="57.21" y="96.69" width="17" height="17"/><use class="cls-1" transform="translate(76.21 92.69)" xlink:href="#image"/><rect class="cls-8" x="80.21" y="96.69" width="17" height="17"/><rect class="cls-3" x="80.21" y="96.69" width="17" height="17"/><use class="cls-1" transform="translate(99.21 92.69)" xlink:href="#image"/><rect class="cls-9" x="103.21" y="96.69" width="17" height="17"/><rect class="cls-3" x="103.21" y="96.69" width="17" height="17"/><use class="cls-1" transform="translate(30.21 92.69)" xlink:href="#image"/><rect class="cls-10" x="34.21" y="96.69" width="17" height="17"/><rect class="cls-3" x="34.21" y="96.69" width="17" height="17"/><use class="cls-1" transform="translate(8.21 92.69)" xlink:href="#image"/><rect class="cls-11" x="12.21" y="96.69" width="17" height="17"/><rect class="cls-3" x="12.21" y="96.69" width="17" height="17"/><use class="cls-1" transform="translate(30.21 69.69)" xlink:href="#image"/><rect class="cls-12" x="34.21" y="73.69" width="17" height="17"/><rect class="cls-3" x="34.21" y="73.69" width="17" height="17"/><rect class="cls-13" x="58.21" y="73.69" width="17" height="17"/><polygon class="cls-14" points="75.21 36.69 56.21 36.69 60.21 3.69 71.21 3.69 75.21 36.69"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 132.16 126.87"><defs><style>.cls-1,.cls-16,.cls-2,.cls-3,.cls-6{fill:none;}.cls-1,.cls-13,.cls-14,.cls-15,.cls-16,.cls-2,.cls-3,.cls-6,.cls-8{stroke:#223839;}.cls-1,.cls-13,.cls-14,.cls-15,.cls-16,.cls-2,.cls-3{stroke-linecap:round;stroke-linejoin:round;}.cls-1,.cls-2,.cls-3{stroke-width:2.11px;}.cls-1{stroke-dasharray:0 4.22;}.cls-3{stroke-dasharray:0 4.24;}.cls-4{opacity:0.8;}.cls-5{fill:url(#linear-gradient);}.cls-6,.cls-8{stroke-miterlimit:10;}.cls-16,.cls-6{stroke-width:1.9px;}.cls-7,.cls-8{fill:#413844;}.cls-8{stroke-width:1.06px;}.cls-9{opacity:0.22;}.cls-10,.cls-13{fill:#ff737b;}.cls-11,.cls-14{fill:#e78bff;}.cls-12,.cls-15{fill:#ff1c36;}.cls-13,.cls-14,.cls-15{stroke-width:1.69px;}.cls-17{fill:#223839;}</style><linearGradient id="linear-gradient" x1="24.7" y1="72.34" x2="107.23" y2="72.34" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#ffe9f2" stop-opacity="0.8"/></linearGradient></defs><title>network-icon</title><image width="81" height="45" transform="translate(10.59 15.51) scale(1.06)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAuCAYAAAC7zE4hAAAACXBIWXMAAAp1AAAKdQFKJd39AAAB8klEQVRoQ+3aMW/TQBiA4ffufK2SLKHqCQYGS3RG/MPo/iFibSudxEKxZRypWCK2cwyYtgmusCG6pd+zfZdMn3JvPFjFGBH/Lxs5UyNn4nkRQD898d5rwBZFsQJWIYTzEMI5IPPRPOzIDjtDPbnail9LvFgul6/btlUxxgpAKXUBIPPjbK2NTdPcOecqoD2+2mfAG+C9MUZ3XXcDYIy5ApD5YN4Dn4B7oD242uLvsiwDUPv9XltrH8+PvrcDvgCx73sFVAB9398Pn7/Y2VrLYrH4ttvtrFIKIMYYqxBCl+f5QSPx3uvNZpMVRXHmnCOE0AHkeZ4BL3ouy1JprZXW+pUx5i1A13Wft9vt1zzPfxwsciCPP+NUWZarLMveGWM+APR9/3G9Xt8A34+vNgzPReJPl5eXsa7r0c/kz2aGEEI3PAJdA9e/GwmyyJMZa6QYp4BVXddXY42UX+SJyCJnkEYmII2cThqZgixyBmlkAtLI6aSRKcgiZ5BGJiCNnE4amYIscgZpZALSyOmkkSnIImeQRiYgjZxOGpmCLHIGaWQC0sjppJEpyCJnkEYmII2cThp5Sm3borXea633bds+nI+9aCqe9/CO/TDfDWfSyBmi975zzlVN09w2TXPrnKu89x0QpZHzHb9jH0Gu9r8Y/eX9BOdX7OxN4Rf/AAAAAElFTkSuQmCC"/><line class="cls-1" x1="89.71" y1="34.52" x2="89.71" y2="19.8"/><line class="cls-2" x1="89.71" y1="17.7" x2="89.71" y2="17.7"/><line class="cls-3" x1="85.47" y1="17.7" x2="15.49" y2="17.7"/><line class="cls-2" x1="13.37" y1="17.7" x2="13.37" y2="17.7"/><image class="cls-4" width="117" height="99" transform="translate(2.92 19.73) scale(1.06)" xlink:href="data:image/png;base64,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"/><rect class="cls-5" x="24.7" y="40.43" width="82.54" height="63.82" rx="1.06"/><rect class="cls-6" x="24.7" y="40.43" width="82.54" height="63.82" rx="1.06"/><polygon class="cls-7" points="109.57 102.51 22.56 102.51 20.45 113 111.69 113 109.57 102.51"/><path class="cls-8" d="M34.05,47H98.43a2,2,0,0,1,2,2V88a2.32,2.32,0,0,1-2.32,2.32H34.05A2.32,2.32,0,0,1,31.74,88V49.32A2.32,2.32,0,0,1,34.05,47Z"/><image class="cls-9" width="24" height="24" transform="translate(43.31 64.06) scale(1.06)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAp1AAAKdQFKJd39AAADIUlEQVRIS72WS0/jShCFz6n2IzGgcDOKPOJGSFdiw5r/L/EHWGfDCkWICE2EB8aJH93nLrBDXtzZDLekki13dX1d3V1VpiR8tUS/Gedvxvfl6Irt2Ee8O7f+eXt76wAc1W5sY4sjC9uPpDewbb2+vjYAeH5+3nEwmUx0fX0NAOGIAl1k3DsTArD7+/toNBrFSZLEzrl4vV5HZmbD4RCr1YoAMBwOtVqtEEIIg8Gg9d43dV03RVE0V1dXbQc6gGwA4/E4TdM0i6LopCzLE+dcSjICYG3bEgCiKBKAIKn13ldZlv1q2/ZXVVXlcrmstkHbELu7u3OXl5dplmWnksaSvgEYSzqTlAJwzjkCgPdeADzJiuQrgCXJHySXZVm+PTw8VDc3Nx5A6CHsNC6KIqvr+lscxxdmNiV5AWBMMgshxPi4LMHMGkklgKWkxxDCvGmaxyRJfoxGoxJAA0DbB8/5fG7n5+dxFEVZF8GFmf0j6XsI4UxSYmYGAOFdapKvJJ9CCABQRlH04pz7OZ/PbTqd8gASx7Gt1+soSZIUwCnJsaTvAP4mOZI0kLSJhOQaQCEJZlZIOgWQrtfrKI7jzXU+SEYzs7ZtI+dcCiADcNYB/iKZ4j0/QNJLqkhC0k8AmaTUex+ZmXnvNz53IGbG9/m0zllMMgGQdjroIQB6LynJRFIMwJE0Sex8Afi8rOxkvKT9TO/FSXLdoj7N+M/Kyh+VzyIRPjI2dPvv8bFF6N49Sb9tiyNFcgcSQpBzTpJC56SRVJOsAFSd2faZVAAqSTXec8J3cxVC2MAOIgkhhCRJWgAVyRLAK4CCJEIIg27/ISmY2bobewVQAqiiKGrruu4L5AFETdOEk5OTtmmaiuQbyaVz7klSf02TbUgX5SvJJ+/9UtKbpGowGLQvLy+brduBTKfTUBRF07ZtGcfxkuRjV3YKM8tCCHGfjCQ3ZUVSb7ts27Y0s2Y6nR6twl9eIIH/qdTvgL6qafUQYK/9LhYLy/P8aPtdLBbI8/w/2+/+Fe6J/So8AM5mM+Z5jslkgn2ZzWbI81xbc7ffARxGsi9/5JfoX8sIRk3tSGMLAAAAAElFTkSuQmCC"/><rect class="cls-10" x="50.41" y="71.33" width="11.29" height="11.29"/><image class="cls-9" width="23" height="24" transform="translate(59.15 64.06) scale(1.06)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAACXBIWXMAAAp1AAAKdQFKJd39AAADAklEQVRIS71Wy2rjWBA9p64etpLgjBujJmMCA9l4nf+H/EDW3mQVTIgJbaJ2WtbznllY8vjV3YuZTEEhUapbp+rWS5SEz6TgN9/5m+/7dNZTOyfE1rD1z4eHBwfghDv5Tg9nHDqOoFewfZ7NZgYAb29vOwOTyUSz2QwA/BkGuoh4lAMCsKenp2A0GoVRFIXOubAoisDMbDgcYrPZcDgcarPZwHvvB4NB07ZtXVVVnWVZfXd313QgJwA74+PxOI7jOAmC4CLP8wvnXEwywOGVeklN27ZlkiQ/mqb5UZZlvlqtyn2QfQB7fHx0t7e3cZIkl5LGkr4AGEu6khRje/fsvGtJliTXAFYkv5Fc5Xn+8fz8XN7f37cAfA/AjsMsy5Kqqr6EYXhjZlOSNwDGJBPvfdgDmFktKQewkvTivV/Udf0SRdG30WiUA6gBaD/JXCwWdn19HQZBkHSe35jZX5K+eu+vJEUkTZL33lck1yRfvfcAkAdB8O6c+75YLGw6nfIEIAxDK4oiiKIoBnBJcizpK4A/SY4kDfoISBYAMkkws0zSJYC4KIogDMNdyZ40mplZ0zSBcy4GkAC46oz/QTIGYCS9pJIkJH0HkEiK27YNzMzatt3ZOwAwMwIgScM2oSHJCEDc8QDbSuprPSYZSQoBuO762NnZ2sR5OuhkSWc7uZP/spN/BvCf0c8AhH+60ZNsAZxwJ9/p4czAO8iB917OOUnynZFaUkWyBFB2an0OSgClpArbmm+7c/Le74BOqsh776MoagCUJHMAawAZSXjvByQpSWZWdPI1gBxAGQRBU1VVXwAnAKrr2l9cXDR1XZckP0iunHOvkvpyjNBF0EW2Jvnatu1K0oekcjAYNO/v77vrOgCYTqc+y7K6aZo8DMMVyZdulGRmthsVJHejQlKvt2qaJjezejqdnp2mnzrsgP9hXB+AfMbC6QGAo5W5XC4tTdOTlblcLpGm6S9X5nGZ9mi9By0AzudzpmmKyWRyoDyfz5GmqfbO7b8DOI3gmP71b8vfNwQtTE7U9s4AAAAASUVORK5CYII="/><rect class="cls-11" x="65.68" y="71.33" width="11.29" height="11.29"/><image class="cls-9" width="24" height="23" transform="translate(73.93 65.12) scale(1.06)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAACXBIWXMAAAp1AAAKdQFKJd39AAADGUlEQVRIS71Wy2rjWBA9p+6VZCsJzrgxajImMJCN1/l/6B/I2pusggkxoU3UScvW655ZWHL7NdObyRQUAlWpzq3HqStKwmeL/42dv7Efy9kT27mX2Aa3/vnt2zcH4Kx2tp0vzhzsOJPewfZ1NpsZALy+vh4EmEwmms1mABDOKNBlxqOeEIA9Pj760WgUxXEcOeeizWbjzcyGwyHW6zUBYDgcar1eI4QQBoNB07ZtXVVVned5fXd313RAJyA7gPF4nCRJknrvL4qiuHDOJSQ9AGuahgDgvReAIKlp27ZM0/Rn0zQ/y7IsVqtVuQ+0D2IPDw/u9vY2SdP0UtJY0hcAY0lXkhIAzjlHAGjbVgBakiXJdwArkt9Jroqi+Hh6eirv7+9bAKEHYadRnudpVVVfoii6MbMpyRsAY5JpCCHCr2EJZlZLKgCsJD2HEBZ1XT/Hcfx9NBoVAGoA2m88F4uFXV9fR977tMvgxsz+kvQ1hHAlKTYzA4CwlYrkO8mXEAIAFN77N+fcj8ViYdPplCcgURTZZrPxcRwnAC5JjiV9BfAnyZGkgaRdJiQ3AHJJMLNc0iWAZLPZ+CiKduN8QkYzs6ZpvHMuAZACuOoA/iCZYMsPkGwllSQh6QeAVFLStq03M2vbdhfzAMTMuP2e1gWLSMYAkk4HPQiAPkpCMpYUAXAkTRK7WNu4OC/9IJAkuxKdVUlGcuePM4z/JxD1KkkkzzE6YNuXoO2I7uuBHJQrhCDnnCQFbMtRS6pIlgDKzm2/XCWAUlKF7bi23bcKIezAThofQghxHDcASpIFgHcAOUmEEAZdvyApmNmms70DKACU3vumqqp+d52AqK7rcHFx0dR1XZL8ILlyzr1I6ico3gfpsnwn+dK27UrSh6RyMBg0b29vu911ADKdTkOe53XTNEUURSuSz9tyIzezNIQQ9TwhuWO8pN531TRNYWb1dDo9uyA/fXcB/9MWPgD6rPukBwGOCLdcLi3LsrM343K5RJZl/3ozHo9wj9ifogXA+XzOLMswmUxwLPP5HFmW7ZPwhJDHmRzLf/K38jeurEtHGCFIyQAAAABJRU5ErkJggg=="/><rect class="cls-12" x="80.93" y="71.54" width="11.29" height="11.29"/><rect class="cls-13" x="21.6" y="10.55" width="13.54" height="13.54"/><rect class="cls-14" x="43.09" y="10.55" width="13.54" height="13.54"/><rect class="cls-15" x="63.49" y="10.81" width="13.54" height="13.54"/><line class="cls-16" x1="79.73" y1="97.88" x2="99.82" y2="97.88"/><circle class="cls-17" cx="33.29" cy="97.12" r="1.59"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 42 39"><defs><style>.cls-1,.cls-2,.cls-3{stroke-miterlimit:10;stroke-width:0.74px;}.cls-1{fill:url(#linear-gradient);stroke:url(#linear-gradient-2);}.cls-2{fill:url(#linear-gradient-3);stroke:url(#linear-gradient-4);}.cls-3{fill:url(#linear-gradient-5);stroke:url(#linear-gradient-6);}</style><linearGradient id="linear-gradient" x1="2.06" y1="27.12" x2="29.3" y2="27.12" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb8817"/><stop offset="0.37" stop-color="#fb8719"/><stop offset="0.51" stop-color="#fa8420"/><stop offset="0.61" stop-color="#f9802c"/><stop offset="0.69" stop-color="#f7793d"/><stop offset="0.76" stop-color="#f47053"/><stop offset="0.82" stop-color="#f1656e"/><stop offset="0.87" stop-color="#ed578f"/><stop offset="0.92" stop-color="#e948b5"/><stop offset="0.97" stop-color="#e437de"/><stop offset="1" stop-color="#e02aff"/></linearGradient><linearGradient id="linear-gradient-2" x1="1.69" y1="27.12" x2="29.67" y2="27.12" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb8817"/><stop offset="1" stop-color="#e02aff"/></linearGradient><linearGradient id="linear-gradient-3" x1="28.44" y1="20.41" x2="39.94" y2="20.41" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-4" x1="28.07" y1="20.41" x2="40.31" y2="20.41" xlink:href="#linear-gradient-2"/><linearGradient id="linear-gradient-5" x1="2.06" y1="10.94" x2="32.06" y2="10.94" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-6" x1="1.69" y1="10.94" x2="32.43" y2="10.94" xlink:href="#linear-gradient-2"/></defs><title>orange-cube</title><path class="cls-1" d="M29,37a.43.43,0,0,1-.22,0L10.35,35.24A.43.43,0,0,1,10,35L2.1,17.84a.43.43,0,1,1,.78-.36l7.8,16.93,17.5,1.69L20.6,19.64a.43.43,0,1,1,.78-.36l7.89,17.12A.43.43,0,0,1,29,37Z"/><path class="cls-2" d="M29,37a.43.43,0,0,1-.53-.63L39,21.29,31.25,4.41A.43.43,0,1,1,32,4.05l7.88,17.1a.43.43,0,0,1,0,.43L29.22,36.83A.43.43,0,0,1,29,37Z"/><path class="cls-3" d="M21.16,19.85a.38.38,0,0,1-.22,0l-18.5-1.8a.43.43,0,0,1-.31-.67L12.78,2.17A.43.43,0,0,1,13.17,2L31.67,3.81a.43.43,0,0,1,.31.67L21.33,19.71A.38.38,0,0,1,21.16,19.85Z"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 56 52"><defs><style>.cls-1{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="1.52" y1="26" x2="54.48" y2="26" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb8817"/><stop offset="1" stop-color="#e02aff"/></linearGradient></defs><title>pink-gradient-cube</title><path class="cls-1" d="M54.45,29a.58.58,0,0,0,0-.13.61.61,0,0,0,0-.08.59.59,0,0,0,0-.15s0,0,0,0L44.3,4.66a.6.6,0,0,0-.48-.36L18,1.43h0a.59.59,0,0,0-.23,0h0l0,0-.12.08-.07.07,0,0L1.63,22.85a.6.6,0,0,0-.07.59L11.75,47.33a.59.59,0,0,0,.19.24.58.58,0,0,0,.25.1l0,0,25.85,2.87a.6.6,0,0,0,.55-.24L54.37,29.2a.55.55,0,0,0,0-.07ZM49.63,29l2.14.24-.22.1ZM17.76,3.21l9.62,22.65L12.43,45.92,2.8,23.29Z"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 38"><defs><style>.cls-1{fill:#f0f;}</style></defs><title>purple-cube</title><path class="cls-1" d="M42.52,18.75,33.29,2.64a.43.43,0,0,0-.16-.15A.42.42,0,0,0,33,2.43h0l-18.59.11a.43.43,0,0,0-.37.22L4.54,19.06a.39.39,0,0,0,0,.06l0,.07a.42.42,0,0,0,0,.1.36.36,0,0,0,0,.06.41.41,0,0,0,0,.11v0l9.2,16.16a.43.43,0,0,0,.37.21l18.6-.11h0a.42.42,0,0,0,.16,0h0l.08-.07,0-.05,0,0,9.45-16.36A.43.43,0,0,0,42.52,18.75Zm-36.87.09L14.57,3.4l17.61-.11L23.25,18.75Z"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 52 53"><defs><style>.cls-1{opacity:0.9;fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="0.96" y1="26.5" x2="51.04" y2="26.5" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#913fff"/><stop offset="1" stop-color="#e02aff"/></linearGradient></defs><title>purple-gradient-cube</title><path class="cls-1" d="M45.35,8.85a.56.56,0,0,0,0-.08.57.57,0,0,0,0-.09.57.57,0,0,0-.08-.11l-.06-.06L45,8.44l0,0L20.5.59a.59.59,0,0,0-.58.13L1.14,18.22l0,0a.57.57,0,0,0-.12.2l0,0s0,0,0,0a.57.57,0,0,0,0,.14.56.56,0,0,0,0,.1s0,0,0,0L6.65,44.23a.59.59,0,0,0,.4.43l24.43,7.75a.59.59,0,0,0,.3,0A.58.58,0,0,0,32,52.3l0,0L50.85,34.78a.59.59,0,0,0,.17-.56ZM7.73,43.63,2.34,19.52,25.48,26.9,30.87,51Z"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 59 58"><defs><style>.cls-1{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="1.41" y1="29" x2="57.59" y2="29" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb3b49"/><stop offset="1" stop-color="#ec3b49"/></linearGradient></defs><title>red-cube</title><path class="cls-1" d="M57.59,23.48a.61.61,0,0,0,0-.15.62.62,0,0,0,0-.09.61.61,0,0,0-.08-.15l0,0L39.22,1.82a.64.64,0,0,0-.61-.21L11.18,7.12l0,0a.63.63,0,0,0-.23.11l0,0,0,0a.61.61,0,0,0-.09.12l-.05.09,0,0L1.44,34.41a.64.64,0,0,0,.12.63L19.82,56.19a.64.64,0,0,0,.28.18.63.63,0,0,0,.29,0h0l27.43-5.51a.64.64,0,0,0,.48-.43l9.22-26.79a.68.68,0,0,0,0-.09A.66.66,0,0,0,57.59,23.48ZM47.25,49.69l-26,5.22L30,29.5l26-5.18Z"/></svg>