binary-collections 2.0.9 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/binaries/binary-executor.cjs +43 -0
  2. package/{bin → binaries}/clean-nodemodule +0 -0
  3. package/binaries/clean-nodemodule.cjs +43 -0
  4. package/binaries/clean-nodemodule.cmd +4 -0
  5. package/{bin → binaries}/clean-nodemodules +0 -0
  6. package/binaries/clean-nodemodules.cjs +43 -0
  7. package/binaries/clean-nodemodules.cmd +5 -0
  8. package/{bin → binaries}/dev +0 -0
  9. package/binaries/dev.cjs +43 -0
  10. package/{bin → binaries}/empty +0 -0
  11. package/binaries/empty.cjs +43 -0
  12. package/{bin → binaries}/git-reduce-size +0 -0
  13. package/binaries/git-reduce-size.cjs +43 -0
  14. package/binaries/javakill.cjs +43 -0
  15. package/{bin → binaries}/javakill.cmd +0 -0
  16. package/{bin → binaries}/kill-process +0 -0
  17. package/binaries/kill-process.cjs +43 -0
  18. package/binaries/nodekill.cjs +43 -0
  19. package/{bin → binaries}/nodekill.ps1 +0 -0
  20. package/{bin → binaries}/prod +0 -0
  21. package/binaries/prod.cjs +43 -0
  22. package/{bin → binaries}/rmfind +0 -0
  23. package/binaries/rmfind.cjs +43 -0
  24. package/{bin → binaries}/rmx +0 -0
  25. package/binaries/rmx.cjs +43 -0
  26. package/{bin → binaries}/submodule-token +0 -0
  27. package/binaries/submodule-token.cjs +43 -0
  28. package/docs-src/clean-github-actions-caches.md +26 -0
  29. package/docs-src/free-chatgpt.md +26 -0
  30. package/lib/binary-collections-config.cjs +3 -2
  31. package/lib/binary-collections-config.mjs +2 -2
  32. package/lib/binary-collections.cjs +452 -105
  33. package/lib/binary-collections.mjs +131 -84
  34. package/lib/changelog.cjs +3 -3
  35. package/lib/changelog.mjs +177 -171
  36. package/lib/chunk-4EWQC6GZ.mjs +382 -0
  37. package/lib/chunk-4ZI7BQKQ.mjs +381 -0
  38. package/lib/chunk-5J2BEPY5.mjs +83 -0
  39. package/lib/{chunk-4BYBVEYC.mjs → chunk-66PAU5PS.mjs} +5 -4
  40. package/lib/chunk-6HHJRKFB.mjs +59 -0
  41. package/lib/chunk-6S4NXESK.mjs +26 -0
  42. package/lib/{chunk-ZYAQRPUL.mjs → chunk-7YD7IPFF.mjs} +2 -2
  43. package/lib/{chunk-SH3L6HHV.mjs → chunk-A2JQXI5Z.mjs} +2 -2
  44. package/lib/{chunk-EGSSKVDH.mjs → chunk-A3VUZEJK.mjs} +1 -1
  45. package/lib/chunk-AGZYRDC2.mjs +323 -0
  46. package/lib/{chunk-VVEZVNIV.mjs → chunk-AI4CVPJ7.mjs} +6 -6
  47. package/lib/chunk-BDCHCWHD.mjs +136 -0
  48. package/lib/chunk-BEZKJ25G.mjs +140 -0
  49. package/lib/chunk-DI5MDPSN.mjs +386 -0
  50. package/lib/{chunk-ONIBBBQ3.mjs → chunk-E6FDDAOO.mjs} +4 -3
  51. package/lib/chunk-FKI7IEB5.mjs +172 -0
  52. package/lib/chunk-GJTGHXRA.mjs +356 -0
  53. package/lib/{chunk-YV7DO3YV.mjs → chunk-HLGOWBEO.mjs} +1 -1
  54. package/lib/chunk-HMRMTYZM.mjs +40 -0
  55. package/lib/chunk-HN52G2YL.mjs +305 -0
  56. package/lib/chunk-HO6GHCOB.mjs +385 -0
  57. package/lib/chunk-LEM5OMRP.mjs +384 -0
  58. package/lib/{chunk-YX5U7XDR.mjs → chunk-M3YIYRHT.mjs} +6 -5
  59. package/lib/chunk-O6SWBEOQ.mjs +81 -0
  60. package/lib/{chunk-JGR2NW6D.mjs → chunk-PDSXF5HY.mjs} +3 -3
  61. package/lib/{chunk-AASHBCRW.mjs → chunk-QQ4A6DLD.mjs} +8 -0
  62. package/lib/chunk-RCP7DHVY.mjs +190 -0
  63. package/lib/chunk-SBNDSKG5.mjs +136 -0
  64. package/lib/chunk-U6SO4QEV.mjs +320 -0
  65. package/lib/{chunk-APBWENF6.mjs → chunk-V3N3JEUF.mjs} +3 -3
  66. package/lib/chunk-XD6BJK6Q.mjs +351 -0
  67. package/lib/chunk-XVBFFVCJ.mjs +209 -0
  68. package/lib/chunk-YXSFGA2D.mjs +383 -0
  69. package/lib/clean-github-actions-caches.cjs +243 -148
  70. package/lib/clean-github-actions-caches.mjs +3 -2
  71. package/lib/del-gradle.cjs +2 -2
  72. package/lib/del-gradle.js +1 -1
  73. package/lib/del-gradle.mjs +2 -2
  74. package/lib/del-node-modules.cjs +2 -2
  75. package/lib/del-node-modules.js +1 -1
  76. package/lib/del-node-modules.mjs +2 -2
  77. package/lib/del-ps.cjs +29 -8
  78. package/lib/del-ps.js +2 -2
  79. package/lib/del-ps.mjs +7 -5
  80. package/lib/del-yarn-caches.cjs +26 -5
  81. package/lib/del-yarn-caches.js +38 -3
  82. package/lib/del-yarn-caches.mjs +6 -6
  83. package/lib/find-node-modules-cli.cjs +5 -4
  84. package/lib/find-node-modules-cli.js +1 -1
  85. package/lib/find-node-modules-cli.mjs +2 -2
  86. package/lib/find-node-modules.cjs +4 -3
  87. package/lib/{find-node-modules.d.ts → find-node-modules.d.cts} +1 -1
  88. package/lib/find-node-modules.mjs +2 -2
  89. package/lib/free-chatgpt.cjs +548 -0
  90. package/lib/free-chatgpt.js +51 -0
  91. package/lib/free-chatgpt.mjs +50 -0
  92. package/lib/git/gitattributes.cjs +1 -1
  93. package/lib/git/{gitattributes.d.mts → gitattributes.d.cts} +5 -7
  94. package/lib/git/gitattributes.mjs +2 -2
  95. package/lib/git/line-endings.cjs +297 -64
  96. package/lib/git/line-endings.mjs +4 -4
  97. package/lib/git/normalize.cjs +26 -36
  98. package/lib/git/normalize.mjs +2 -2
  99. package/lib/git/permissions.cjs +77 -11
  100. package/lib/git/permissions.mjs +3 -3
  101. package/lib/git/pull-strategy.cjs +76 -9
  102. package/lib/git/pull-strategy.mjs +3 -3
  103. package/lib/git/user-config.cjs +266 -83
  104. package/lib/git/user-config.mjs +4 -4
  105. package/lib/git/utils.cjs +40 -60
  106. package/lib/git/utils.mjs +2 -2
  107. package/lib/git-diff-cli.cjs +651 -0
  108. package/lib/git-diff-cli.d.ts +1 -0
  109. package/lib/git-diff-cli.js +15 -0
  110. package/lib/git-diff-cli.mjs +16 -0
  111. package/lib/git-diff.cjs +657 -58
  112. package/lib/git-diff.d.ts +38 -83
  113. package/lib/git-diff.js +152 -0
  114. package/lib/git-diff.mjs +23 -85
  115. package/lib/git-fix.cjs +685 -97
  116. package/lib/git-fix.mjs +14 -13
  117. package/lib/git-purge.cjs +3 -3
  118. package/lib/git-purge.d.cts +1 -0
  119. package/lib/git-purge.mjs +43 -37
  120. package/lib/index.cjs +7 -6
  121. package/lib/index.d.ts +1 -1
  122. package/lib/index.js +2 -5
  123. package/lib/index.mjs +4 -4
  124. package/lib/npm-run-series.cjs +3 -3
  125. package/lib/npm-run-series.mjs +42 -36
  126. package/lib/package-resolutions-updater.cjs +5 -5
  127. package/lib/package-resolutions-updater.mjs +266 -309
  128. package/lib/print-directory-tree.cjs +275 -210
  129. package/lib/print-directory-tree.mjs +2 -2
  130. package/lib/ps/connected-domain.cjs +25 -2
  131. package/lib/ps/connected-domain.d.ts +10 -2
  132. package/lib/ps/connected-domain.js +5 -2
  133. package/lib/ps/connected-domain.mjs +8 -4
  134. package/lib/ps/index.cjs +345 -322
  135. package/lib/ps/index.d.mjs +1 -1
  136. package/lib/ps/index.js +1 -1
  137. package/lib/ps/index.mjs +179 -182
  138. package/lib/ps/isWin.cjs +24 -1
  139. package/lib/ps/isWin.d.ts +1 -1
  140. package/lib/ps/isWin.js +3 -1
  141. package/lib/ps/isWin.mjs +8 -4
  142. package/lib/ps/table-parser.cjs +167 -159
  143. package/lib/ps/table-parser.d.ts +5 -0
  144. package/lib/ps/table-parser.js +10 -4
  145. package/lib/ps/table-parser.mjs +9 -5
  146. package/lib/remove-module.cjs +262 -0
  147. package/lib/remove-module.d.mts +1 -0
  148. package/lib/remove-module.mjs +111 -0
  149. package/lib/rmpath.cjs +274 -0
  150. package/lib/rmpath.d.mts +3 -0
  151. package/lib/rmpath.mjs +108 -0
  152. package/lib/submodule-install.cjs +264 -86
  153. package/lib/submodule-install.mjs +51 -3
  154. package/lib/submodule-remove-cli.cjs +103 -0
  155. package/lib/submodule-remove-cli.d.ts +1 -0
  156. package/lib/submodule-remove-cli.js +31 -0
  157. package/lib/submodule-remove-cli.mjs +28 -0
  158. package/lib/submodule-remove.cjs +43 -0
  159. package/lib/submodule-remove.d.cts +2 -0
  160. package/lib/submodule-remove.mjs +6 -0
  161. package/lib/utils/chatgpt.cjs +383 -0
  162. package/lib/utils/chatgpt.d.ts +31 -0
  163. package/lib/utils/chatgpt.js +541 -0
  164. package/lib/utils/chatgpt.mjs +8 -0
  165. package/lib/{utils.cjs → utils/index.cjs} +1 -1
  166. package/lib/{utils.mjs → utils/index.mjs} +2 -2
  167. package/lib/yarn-reinstall.cjs +172 -38
  168. package/lib/yarn-reinstall.mjs +2 -2
  169. package/package.json +91 -71
  170. package/readme.md +43 -69
  171. package/releases/readme.md +36 -0
  172. package/test/README.md +101 -0
  173. package/test/package.json +2 -1
  174. package/test-project/readme.md +26 -0
  175. package/tmp/test-repo/README.md +35 -0
  176. package/tmp/test-repo/package.json +1 -1
  177. package/tmp/typedoc/readme.md +320 -0
  178. package/bin/bash-dummy +0 -56
  179. package/bin/bash-dummy.cmd +0 -25
  180. package/bin/dir-tree.cmd +0 -7
  181. package/bin/git-diff +0 -4
  182. package/bin/git-diff.cmd +0 -7
  183. package/bin/git-fix +0 -36
  184. package/bin/git-fix.cmd +0 -7
  185. package/bin/rmpath +0 -70
  186. package/bin/submodule-install.txt +0 -118
  187. package/bin/submodule-remove +0 -46
  188. package/bin/submodule.txt +0 -172
  189. package/lib/binary-collections-config.d.mts +0 -18
  190. package/lib/binary-collections-config.js +0 -39
  191. package/lib/binary-collections.d.mts +0 -137
  192. package/lib/binary-collections.d.ts +0 -137
  193. package/lib/changelog.d.mts +0 -2
  194. package/lib/changelog.js +0 -226
  195. package/lib/chunk-DPKAJKFO.mjs +0 -171
  196. package/lib/chunk-G3THLIDT.mjs +0 -200
  197. package/lib/chunk-W3ENOM53.mjs +0 -18
  198. package/lib/clean-github-actions-caches.d.mts +0 -169
  199. package/lib/clean-github-actions-caches.d.ts +0 -169
  200. package/lib/del-gradle.d.mts +0 -2
  201. package/lib/del-node-modules.d.mts +0 -2
  202. package/lib/del-ps.d.mts +0 -2
  203. package/lib/del-yarn-caches.d.mts +0 -2
  204. package/lib/find-node-modules-cli.d.mts +0 -1
  205. package/lib/find-node-modules.d.mts +0 -13
  206. package/lib/find-node-modules.js +0 -53
  207. package/lib/git/line-endings.d.mts +0 -83
  208. package/lib/git/line-endings.d.ts +0 -83
  209. package/lib/git/normalize.d.mts +0 -43
  210. package/lib/git/normalize.d.ts +0 -43
  211. package/lib/git/permissions.d.mts +0 -17
  212. package/lib/git/permissions.d.ts +0 -17
  213. package/lib/git/pull-strategy.d.mts +0 -15
  214. package/lib/git/pull-strategy.d.ts +0 -15
  215. package/lib/git/user-config.d.mts +0 -105
  216. package/lib/git/user-config.d.ts +0 -105
  217. package/lib/git/utils.d.mts +0 -69
  218. package/lib/git/utils.d.ts +0 -69
  219. package/lib/git-diff.d.mts +0 -84
  220. package/lib/git-fix.d.mts +0 -141
  221. package/lib/git-fix.d.ts +0 -141
  222. package/lib/git-purge.d.mts +0 -2
  223. package/lib/git-purge.js +0 -59
  224. package/lib/index.d.mts +0 -1
  225. package/lib/npm-run-series.d.mts +0 -1
  226. package/lib/npm-run-series.d.ts +0 -2
  227. package/lib/npm-run-series.js +0 -86
  228. package/lib/package-resolutions-updater.d.ts +0 -352
  229. package/lib/print-directory-tree.d.mts +0 -234
  230. package/lib/print-directory-tree.d.ts +0 -234
  231. package/lib/ps/connected-domain.d.mts +0 -3
  232. package/lib/ps/index.d.d.mts +0 -26
  233. package/lib/ps/index.d.d.ts +0 -26
  234. package/lib/ps/index.d.mts +0 -26
  235. package/lib/ps/isWin.d.mts +0 -3
  236. package/lib/ps/table-parser.d.mts +0 -3
  237. package/lib/submodule-install.d.mts +0 -121
  238. package/lib/submodule-install.d.ts +0 -121
  239. package/lib/utils.d.mts +0 -40
  240. package/lib/utils.js +0 -181
  241. package/lib/yarn-reinstall.d.mts +0 -49
  242. package/lib/yarn-reinstall.d.ts +0 -49
  243. package/src/package-resolutions-updater.mjs +0 -350
  244. package/src/print-directory-tree.cjs +0 -234
  245. package/src/ps/index.js +0 -286
  246. package/src/yarn-reinstall.cjs +0 -49
  247. /package/{bin → binaries}/nodekill +0 -0
  248. /package/{bin → binaries}/nodekill.cmd +0 -0
  249. /package/lib/{binary-collections-config.d.ts → binary-collections-config.d.cts} +0 -0
  250. /package/lib/{changelog.d.ts → changelog.d.cts} +0 -0
  251. /package/lib/{git-purge.d.ts → free-chatgpt.d.ts} +0 -0
  252. /package/lib/{git-diff.d.cts → npm-run-series.d.cts} +0 -0
  253. /package/lib/{utils.d.ts → utils/index.d.cts} +0 -0
@@ -1,350 +0,0 @@
1
- /**
2
- * 📦 GitHub Package Resolver
3
- *
4
- * This script updates the commit hashes in `package.json`'s `resolutions` field
5
- * for GitHub tarball URLs (typically using `raw/branch-name/...`) to point to the
6
- * latest commit SHA of the corresponding repository and branch.
7
- *
8
- * 🔍 Features:
9
- * - Parses GitHub URLs to extract repository owner, name, and branch.
10
- * - Fetches the latest commit SHA across all branches using GitHub's API.
11
- * - Replaces the old branch or commit in the URL with the latest SHA.
12
- * - Overwrites `package.json` with the updated URLs.
13
- *
14
- * 🛠 Requirements:
15
- * - GitHub Personal Access Token (GITHUB_TOKEN) via `.env`
16
- * - ESM support (`type: "module"` in `package.json`)
17
- * - Node.js v18+ recommended for ESM and `fetch` fallback compatibility
18
- *
19
- * 🧩 Dependencies:
20
- * - `ansi-colors` – for styled terminal output
21
- * - `dotenv` – to load GitHub token from `.env`
22
- *
23
- * ✅ Use case:
24
- * - Ensures package resolutions always use immutable SHAs instead of mutable branch names.
25
- * - Helps achieve deterministic builds in monorepos or projects with internal GitHub packages.
26
- */
27
-
28
- import ansiColors from "ansi-colors";
29
- import * as dotenv from "dotenv";
30
- import fs from "fs";
31
- import https from "https";
32
- import os from "os";
33
- import path from "path";
34
- import { getArgs } from "./utils.js";
35
-
36
- const projectDir = process.cwd();
37
- const envPath = path.join(projectDir, ".env");
38
- const args = getArgs();
39
- const ACCESS_TOKEN = process.env.GITHUB_TOKEN || process.env.ACCESS_TOKEN;
40
-
41
- // Show help if --help/-h is passed
42
- if (args.help || args.h) {
43
- showHelp();
44
- }
45
-
46
- /**
47
- * Display help information for the package-resolutions-updater script.
48
- */
49
- function showHelp() {
50
- const helpText = `\n\
51
- GitHub Package Resolutions Updater\n\
52
- Usage:\n node src/package-resolutions-updater.mjs [options]\n\
53
- Options:\n --help, -h Show this help message\n\
54
- Description:\n Updates the commit hashes in package.json's 'resolutions' field for GitHub tarball URLs to point to the latest commit SHA of the corresponding repository and branch.\n\
55
- Features:\n - Parses GitHub URLs to extract repository owner, name, and branch.\n - Fetches the latest commit SHA across all branches using GitHub's API.\n - Replaces the old branch or commit in the URL with the latest SHA.\n - Overwrites package.json with the updated URLs.\n\
56
- Requirements:\n - GitHub Personal Access Token (GITHUB_TOKEN) via .env\n - ESM support (type: "module" in package.json)\n - Node.js v18+ recommended\n\
57
- Dependencies:\n - ansi-colors – for styled terminal output\n - dotenv – to load GitHub token from .env\n\
58
- Examples:\n node src/package-resolutions-updater.mjs\n node src/package-resolutions-updater.mjs --help\n\n`;
59
- console.log(helpText);
60
- process.exit(0);
61
- }
62
-
63
- // Load the .env file using dotenv (ESM import)
64
- if (fs.existsSync(envPath)) dotenv.config({ path: envPath });
65
-
66
- // 📌 Static override rules
67
- const specialPackageOverrides = [
68
- // SBG packages
69
- { pkg: "sbg-utility", branch: "sbg-utility", repo: "static-blog-generator", owner: "dimaslanjaka" },
70
- { pkg: "sbg-api", branch: "sbg-api", repo: "static-blog-generator", owner: "dimaslanjaka" },
71
- { pkg: "instant-indexing", branch: "instant-indexing", repo: "static-blog-generator", owner: "dimaslanjaka" },
72
- { pkg: "sbg-server", branch: "master", repo: "static-blog-generator", owner: "dimaslanjaka" },
73
- { pkg: "sbg-cli", branch: "master", repo: "static-blog-generator", owner: "dimaslanjaka" },
74
- { pkg: "static-blog-generator", branch: "master", repo: "static-blog-generator", owner: "dimaslanjaka" },
75
- // Hexo family
76
- { pkg: "hexo", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
77
- { pkg: "hexo-util", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
78
- { pkg: "warehouse", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
79
- { pkg: "hexo-server", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
80
- { pkg: "hexo-log", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
81
- { pkg: "hexo-front-matter", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
82
- { pkg: "hexo-cli", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
83
- { pkg: "hexo-asset-link", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
84
- { pkg: "hexo-post-parser", branch: "pre-release", repo: "hexo-post-parser", owner: "dimaslanjaka" },
85
- { pkg: "hexo-seo", branch: "pre-release", repo: "hexo-seo", owner: "dimaslanjaka" },
86
- { pkg: "hexo-is", branch: "master", repo: "hexo-is", owner: "dimaslanjaka" },
87
- { pkg: "markdown-it", branch: "master", repo: "markdown-it", owner: "dimaslanjaka" },
88
- { pkg: "hexo-renderers", branch: "pre-release", repo: "hexo-renderers", owner: "dimaslanjaka" },
89
- { pkg: "hexo-shortcodes", branch: "pre-release", repo: "hexo-shortcodes", owner: "dimaslanjaka" },
90
- { pkg: "google-news-sitemap", branch: "master", repo: "google-news-sitemap", owner: "dimaslanjaka" },
91
- { pkg: "git-command-helper", branch: "pre-release", repo: "git-command-helper", owner: "dimaslanjaka" },
92
- {
93
- pkg: "nodejs-package-types",
94
- branch: "main",
95
- repo: "nodejs-package-types",
96
- owner: "dimaslanjaka"
97
- },
98
- { pkg: "cross-spawn", branch: "private", repo: "node-cross-spawn", owner: "dimaslanjaka" },
99
- { pkg: "hexo-generator-redirect", branch: "master", repo: "hexo-generator-redirect", owner: "dimaslanjaka" },
100
- { pkg: "binary-collections", branch: "master", repo: "bin", owner: "dimaslanjaka" },
101
- { pkg: "@types/hexo", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
102
- { pkg: "@types/git-command-helper", branch: "pre-release", repo: "git-command-helper", owner: "dimaslanjaka" }
103
- ];
104
-
105
- // --- Optimized: Load package.json once at the top ---
106
- const pkgPath = path.join(process.cwd(), "package.json");
107
- let pkg;
108
- try {
109
- pkg = JSON.parse(fs.readFileSync(pkgPath, "utf-8"));
110
- } catch (e) {
111
- console.error(ansiColors.red(`Failed to read package.json: ${e.message}`));
112
- process.exit(1);
113
- }
114
-
115
- // --- Use a random User-Agent for GitHub API requests ---
116
- const GITHUB_USER_AGENTS = [
117
- "octokit-rest.js/19.0.7",
118
- "GitHub CLI/2.40.0",
119
- "Mozilla/5.0 (compatible; GitHubCopilot/1.0)",
120
- "PostmanRuntime/7.32.3",
121
- "binary-collections-resolver/1.0 (+https://github.com/dimaslanjaka/bin)"
122
- ];
123
-
124
- // --- User-Agent persistence in system temp folder ---
125
- const userAgentDir = path.join(os.tmpdir(), "nodejs");
126
- const userAgentFile = path.join(userAgentDir, "useragent.txt");
127
- let selectedUserAgent;
128
- try {
129
- if (!fs.existsSync(userAgentDir)) fs.mkdirSync(userAgentDir, { recursive: true });
130
- if (fs.existsSync(userAgentFile)) {
131
- const fileAgent = fs.readFileSync(userAgentFile, "utf-8").trim();
132
- if (GITHUB_USER_AGENTS.includes(fileAgent)) {
133
- selectedUserAgent = fileAgent;
134
- }
135
- }
136
- if (!selectedUserAgent) {
137
- selectedUserAgent = GITHUB_USER_AGENTS[Math.floor(Math.random() * GITHUB_USER_AGENTS.length)];
138
- fs.writeFileSync(userAgentFile, selectedUserAgent, "utf-8");
139
- }
140
- } catch (_e) {
141
- // fallback to random if any error
142
- selectedUserAgent = GITHUB_USER_AGENTS[Math.floor(Math.random() * GITHUB_USER_AGENTS.length)];
143
- }
144
-
145
- /**
146
- * Fetch JSON from a URL with GitHub headers.
147
- * @param {string} url
148
- * @returns {Promise<any>}
149
- */
150
- function fetchJson(url) {
151
- const headers = {
152
- "User-Agent": selectedUserAgent,
153
- Accept: "application/vnd.github.v3+json",
154
- "X-GitHub-Api-Version": "2022-11-28",
155
- ...(ACCESS_TOKEN ? { Authorization: `token ${ACCESS_TOKEN}` } : {})
156
- };
157
- return new Promise((resolve, reject) => {
158
- https
159
- .get(url, { headers }, (res) => {
160
- let data = "";
161
- res.on("data", (chunk) => (data += chunk));
162
- res.on("end", () => {
163
- try {
164
- const json = JSON.parse(data);
165
- if (res.statusCode < 200 || res.statusCode >= 300) {
166
- return reject(
167
- new Error(`GitHub API Error ${res.statusCode}: ${json.message || "Unknown error"}\nURL: ${url}`)
168
- );
169
- }
170
- resolve(json);
171
- } catch {
172
- reject(new Error(`Invalid JSON from: ${url}`));
173
- }
174
- });
175
- })
176
- .on("error", reject);
177
- });
178
- }
179
-
180
- /**
181
- * Get latest commit SHA from a specific branch.
182
- */
183
- async function getLatestCommit(owner, repo, branch = "main") {
184
- const url = `https://api.github.com/repos/${owner}/${repo}/commits/${branch}`;
185
- const json = await fetchJson(url);
186
-
187
- const sha = json.sha;
188
- const dateStr = json.commit?.committer?.date || json.commit?.author?.date;
189
-
190
- if (!sha || !dateStr) {
191
- console.log(json);
192
- throw new Error(`Missing SHA or date for ${owner}/${repo}@${branch}`);
193
- }
194
-
195
- return {
196
- owner,
197
- repo,
198
- branch,
199
- sha,
200
- date: new Date(dateStr).toISOString()
201
- };
202
- }
203
-
204
- /**
205
- * Get latest commit SHA from all branches and pick the latest.
206
- */
207
- async function getLatestCommitAcrossBranches(owner, repo) {
208
- const branches = await fetchJson(`https://api.github.com/repos/${owner}/${repo}/branches`);
209
-
210
- const commits = await Promise.all(
211
- branches.map(async ({ name, commit }) => {
212
- const commitSha = commit?.sha;
213
- if (!commitSha) {
214
- console.warn(`No commit SHA for '${owner}/${repo}' branch: ${name}`);
215
- return { branch: name, sha: "", date: new Date(0) };
216
- }
217
-
218
- try {
219
- const commitData = await fetchJson(`https://api.github.com/repos/${owner}/${repo}/commits/${commitSha}`);
220
- const dateStr = commitData.commit?.committer?.date || commitData.commit?.author?.date;
221
- const date = dateStr ? new Date(dateStr) : new Date(0);
222
- return { branch: name, sha: commitData.sha, date };
223
- } catch (e) {
224
- console.warn(`Failed to fetch commit for ${name}: ${e.message}`);
225
- return { branch: name, sha: commitSha, date: new Date(0) };
226
- }
227
- })
228
- );
229
-
230
- const latest = commits.reduce((a, b) => (a.date > b.date ? a : b), { date: new Date(0) });
231
-
232
- return {
233
- owner,
234
- repo,
235
- branch: latest.branch,
236
- sha: latest.sha,
237
- date: latest.date.toISOString()
238
- };
239
- }
240
-
241
- /**
242
- * Replace the branch or commit in a GitHub raw URL with the latest hash.
243
- */
244
- function replaceRawWithLatestHash(url, latestHash) {
245
- const match = url.match(/^https:\/\/github\.com\/([^/]+)\/([^/]+)\/raw\/([^/]+)\/(.+)$/);
246
- if (!match) throw new Error("Invalid GitHub raw URL");
247
-
248
- const [, owner, repo, _oldHash, path] = match;
249
- return `https://github.com/${owner}/${repo}/raw/${latestHash}/${path}`;
250
- }
251
-
252
- /**
253
- * Parse GitHub URLs and extract owner, repo, branch, and original URL.
254
- */
255
- function parseGitHubUrl(url) {
256
- const ghRepoRoot = /^https:\/\/github\.com\/([^/]+)\/([^/]+)\/?$/;
257
- const ghTreeOrBlob = /^https:\/\/github\.com\/([^/]+)\/([^/]+)\/(tree|blob)\/([^/]+(?:\/[^/]+)*)/;
258
- const ghRaw = /^https:\/\/raw\.githubusercontent\.com\/([^/]+)\/([^/]+)\/([^/]+)(\/.+)?$/;
259
- const ghDotComRaw = /^https:\/\/github\.com\/([^/]+)\/([^/]+)\/raw\/([^/]+)\/.+/;
260
-
261
- let match;
262
-
263
- if ((match = url.match(ghRaw))) {
264
- const [, owner, repo, branch] = match;
265
- return { owner, repo, branch, url };
266
- }
267
-
268
- if ((match = url.match(ghDotComRaw))) {
269
- const [, owner, repo, branch] = match;
270
- return { owner, repo, branch, url };
271
- }
272
-
273
- if ((match = url.match(ghTreeOrBlob))) {
274
- const [, owner, repo, , branchPath] = match;
275
- return { owner, repo, branch: branchPath, url };
276
- }
277
-
278
- if ((match = url.match(ghRepoRoot))) {
279
- const [, owner, repo] = match;
280
- return { owner, repo, url };
281
- }
282
-
283
- throw new Error(`Unsupported GitHub URL: ${url}`);
284
- }
285
-
286
- // --- Main logic ---
287
- (async () => {
288
- const entries = Object.entries(pkg.resolutions || {});
289
- if (entries.length === 0) {
290
- console.log(ansiColors.yellow("No resolutions found in package.json"));
291
- return;
292
- }
293
- console.log(`Processing ${entries.length} resolution(s)...`);
294
- const updates = [];
295
- for (const [currentPkgName, url] of entries) {
296
- // Validate if URL is a GitHub URL
297
- let repo;
298
- try {
299
- repo = parseGitHubUrl(url);
300
- console.log(`✅ Valid GitHub URL for ${ansiColors.cyan(currentPkgName)}: ${url}`);
301
- } catch (error) {
302
- console.log(`⏭️ Skipping ${ansiColors.yellow(currentPkgName)}: ${error.message}`);
303
- continue;
304
- }
305
- try {
306
- const override = specialPackageOverrides.find((p) => p.pkg === currentPkgName);
307
- const latest = override
308
- ? await getLatestCommit(override.owner, override.repo, override.branch)
309
- : await getLatestCommitAcrossBranches(repo.owner, repo.repo);
310
- const new_url = replaceRawWithLatestHash(url, latest.sha);
311
- updates.push({
312
- currentPkgName,
313
- url,
314
- new_url,
315
- repo,
316
- latest
317
- });
318
- } catch (error) {
319
- console.log(`❌ Failed to process ${ansiColors.red(currentPkgName)}: ${error.message}`);
320
- }
321
- }
322
- if (updates.length === 0) {
323
- console.log(ansiColors.yellow("No GitHub URLs were processed"));
324
- return;
325
- }
326
- console.log(`\n📝 Applying updates to ${updates.length} GitHub URL(s)...`);
327
- let changed = false;
328
- for (const { currentPkgName, url, new_url, repo, latest } of updates) {
329
- if (url !== new_url) {
330
- console.log(`\n${ansiColors.cyan(currentPkgName)}:`);
331
- console.log(" from:", url.replace(repo.branch, ansiColors.red(repo.branch)));
332
- console.log(" to:", new_url.replace(latest.sha, ansiColors.green(latest.sha)));
333
- pkg.resolutions[currentPkgName] = new_url;
334
- changed = true;
335
- } else {
336
- console.log(`\n${ansiColors.cyan(currentPkgName)}: ${ansiColors.gray("already up-to-date")}`);
337
- }
338
- }
339
- if (changed) {
340
- try {
341
- fs.writeFileSync(pkgPath, JSON.stringify(pkg, null, 2) + "\n");
342
- console.log(`\n✅ package.json updated successfully`);
343
- } catch (e) {
344
- console.error(ansiColors.red(`Failed to write package.json: ${e.message}`));
345
- process.exit(1);
346
- }
347
- } else {
348
- console.log(ansiColors.green("No changes to package.json were necessary."));
349
- }
350
- })();
@@ -1,234 +0,0 @@
1
- const fs = require("fs").promises;
2
- const path = require("path");
3
- const crypto = require("crypto");
4
- const { execSync } = require("child_process");
5
- const glob = require("glob");
6
- const { getArgs } = require("./utils.js");
7
- const sbgUtil = require("sbg-utility");
8
- const dotenv = require("dotenv");
9
-
10
- const projectDir = process.cwd();
11
- const envPath = path.join(projectDir, ".env");
12
-
13
- // Load the .env file using dotenv (ESM import)
14
- if (fs.existsSync(envPath)) dotenv.config({ path: envPath });
15
-
16
- // Parse CLI arguments
17
- const argv = getArgs();
18
-
19
- // Main logic wrapped in an async function
20
- async function main() {
21
- // Determine output file from CLI args
22
- let relativeOutputFile = "tmp/directory-structure.txt";
23
- if (argv.output || argv.o) {
24
- relativeOutputFile = argv.output || argv.o;
25
- }
26
- // If not absolute, resolve relative to projectDir
27
- const outputFile = path.isAbsolute(relativeOutputFile)
28
- ? relativeOutputFile
29
- : path.join(projectDir, relativeOutputFile);
30
-
31
- // Create or clear the hash file
32
- sbgUtil.writefile(outputFile, "");
33
-
34
- /**
35
- * List of file extensions to include
36
- * @type {string[]}
37
- */
38
- let extensions = [];
39
- if (argv.ext) {
40
- extensions = argv.ext
41
- .split(",")
42
- .map((e) => e.trim().replace(/^\./, ""))
43
- .filter(Boolean);
44
- }
45
-
46
- // Directories to exclude
47
- let excludeDirs = [
48
- "node_modules",
49
- "vendor",
50
- "venv",
51
- ".venv",
52
- ".git",
53
- ".hg",
54
- ".svn",
55
- ".idea",
56
- ".vscode",
57
- "dist",
58
- "build",
59
- "out",
60
- "coverage",
61
- ".DS_Store"
62
- ];
63
- if (argv.exclude) {
64
- const userExcludes = argv.exclude
65
- .split(",")
66
- .map((d) => d.trim())
67
- .filter(Boolean);
68
- if (argv["override-exclude"] || argv.we) {
69
- // Override the default excludes with user-provided ones
70
- excludeDirs = userExcludes;
71
- } else {
72
- // Append user-provided excludes to the default ones
73
- excludeDirs = excludeDirs.concat(userExcludes);
74
- }
75
- }
76
-
77
- // Convert excludeDirs into glob ignore patterns
78
- const ignorePatterns = excludeDirs.map((dir) => `**/${dir}/**`);
79
-
80
- // Initialize an array to hold the formatted outputs
81
- let hashArray = [];
82
-
83
- // Helper function to hash and add file if not already processed
84
- const processedFiles = new Set();
85
- /**
86
- * Hashes a file and pushes its relative path and hash to the hashArray.
87
- * @param {string} file - The absolute path to the file.
88
- * @returns {Promise<void>} Resolves when the file has been processed and added to hashArray.
89
- */
90
- async function hashAndPush(file) {
91
- if (processedFiles.has(file)) return;
92
- processedFiles.add(file);
93
- let relativePath = path.relative(projectDir, file);
94
- relativePath = relativePath.split(path.sep).join("/");
95
- try {
96
- const stats = await fs.stat(file);
97
- const pseudoHash = `${stats.size}-${stats.mtimeMs}`;
98
- const hash = crypto.createHash("sha256").update(pseudoHash).digest("hex");
99
- hashArray.push(`${relativePath} ${hash.slice(0, 8)}`);
100
- } catch (err) {
101
- console.error(`Error processing file: ${file}`, err instanceof Error ? err.message : "<unknown error>");
102
- if (err && err.code === "ENOENT") {
103
- hashArray.push(`${relativePath} <file not found>`);
104
- } else {
105
- hashArray.push(`${relativePath} <error: ${err && err.code ? `code ${err.code}` : "unknown"}>`);
106
- }
107
- }
108
- }
109
-
110
- // Collect all files to process (extensions + special files)
111
- const initialFiles = [
112
- path.join(projectDir, "package.json"),
113
- path.join(projectDir, "composer.json"),
114
- path.join(projectDir, "requirements.txt")
115
- ];
116
- let patterns = [];
117
- if (argv.pattern) {
118
- if (Array.isArray(argv.pattern)) {
119
- patterns = argv.pattern.map((p) => p.trim()).filter(Boolean);
120
- } else {
121
- patterns = [argv.pattern.trim()];
122
- }
123
- } else if (extensions.length === 0) {
124
- patterns = ["**/*.*"];
125
- } else {
126
- patterns = extensions.map((ext) => `**/*.${ext}`);
127
- }
128
- const globFiles = glob.sync(patterns.length === 1 ? patterns[0] : `{${patterns.join(",")}}`, {
129
- cwd: projectDir,
130
- ignore: ignorePatterns,
131
- absolute: true,
132
- nodir: true
133
- });
134
- const allFiles = new Set([...initialFiles, ...globFiles]);
135
-
136
- // Hash all unique files
137
- await Promise.all(Array.from(allFiles).map(hashAndPush));
138
-
139
- // Sort the hashArray by file paths
140
- hashArray.sort((a, b) => a.localeCompare(b));
141
-
142
- /**
143
- * Generates a directory/file tree string from a hash array of file paths and hashes.
144
- *
145
- * @param {string[]} hashArray - Array of strings in the format 'relative/path/to/file hash'.
146
- * @returns {string} The directory/file tree as a string, with file hashes.
147
- */
148
- function getFileTreeString(hashArray) {
149
- const tree = {};
150
- // Map file paths to hashes for quick lookup
151
- const hashMap = {};
152
- for (const entry of hashArray) {
153
- const [filePath, hash] = entry.split(" ");
154
- hashMap[filePath] = hash;
155
- const parts = filePath.split("/");
156
- let current = tree;
157
- for (let i = 0; i < parts.length; i++) {
158
- const part = parts[i];
159
- if (i === parts.length - 1) {
160
- current[part] = null; // file
161
- } else {
162
- current[part] = current[part] || {};
163
- current = current[part];
164
- }
165
- }
166
- }
167
- /**
168
- * Recursively builds the tree string for a given node.
169
- *
170
- * @param {Object} node - The current node in the tree.
171
- * @param {string} prefix - The prefix for the current tree level.
172
- * @param {string} parentPath - The path to the current node.
173
- * @returns {string[]} Array of lines representing the tree structure.
174
- */
175
- function printNode(node, prefix = "", parentPath = "") {
176
- const keys = Object.keys(node).sort();
177
- let lines = [];
178
- keys.forEach((key, idx) => {
179
- const isLast = idx === keys.length - 1;
180
- const branch = isLast ? "└── " : "├── ";
181
- const currentPath = parentPath ? parentPath + "/" + key : key;
182
- if (node[key] === null) {
183
- // file: show hash
184
- lines.push(prefix + branch + key + " [" + (hashMap[currentPath] || "") + "]");
185
- } else {
186
- lines.push(prefix + branch + key + "/");
187
- lines = lines.concat(printNode(node[key], prefix + (isLast ? " " : "│ "), currentPath));
188
- }
189
- });
190
- return lines;
191
- }
192
- return printNode(tree, "", "").join("\n");
193
- }
194
-
195
- // Write directory/file tree to the output file (hashes are included in the tree)
196
- const fileTreeString = getFileTreeString(hashArray);
197
- await fs.writeFile(outputFile, fileTreeString + "\n", "utf-8");
198
-
199
- // Add the hash file to the commit if --git-add is present
200
- if (argv["git-add"]) {
201
- execSync(`git add ${relativeOutputFile}`);
202
- console.log(`Directory tree written to ${relativeOutputFile} and staged for git.`);
203
- } else {
204
- console.log(`Directory tree written to ${relativeOutputFile}.`);
205
- }
206
- }
207
-
208
- if (argv.help || argv.h) {
209
- console.log(`
210
- Usage: node print-directory-tree.cjs [options]
211
-
212
- Options:
213
- --output, -o <file> Output file path (default: tmp/directory-structure.txt)
214
- --ext <exts> Comma-separated list of file extensions (no dot, e.g. js,ts)
215
- --pattern <glob> Glob pattern(s) for files (can be repeated)
216
- --exclude <dirs> Comma-separated list of directories to exclude (appends to default)
217
- --override-exclude, -we Override default exclude directories with --exclude
218
- --git-add Add output file to git after writing
219
- --help, -h Show this help message
220
-
221
- Examples:
222
- node print-directory-tree.cjs --ext=js,ts
223
- node print-directory-tree.cjs --pattern=src/**/*.js --pattern=test/**/*.js
224
- node print-directory-tree.cjs --exclude=dist,build
225
- node print-directory-tree.cjs --output=tmp/tree.txt
226
- `);
227
- process.exit(0);
228
- }
229
-
230
- // Execute the main function
231
- main().catch((err) => {
232
- console.error(err);
233
- process.exit(1);
234
- });