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,44 +1,178 @@
1
- "use strict";
2
- const { execSync } = require("child_process");
3
- const { getArgs } = require("./utils.js");
4
- const args = getArgs();
5
- const positional = args._ || [];
6
- if (positional.length === 0) {
7
- console.error("Usage: yarn-reinstall <packageName> [--dev|-D|--peer|-P|--optional|-O]");
8
- process.exit(1);
9
- }
10
- const packageName = positional[0];
11
- const flags = positional.slice(1).concat(Object.keys(args)
12
- .filter((k) => k !== "_" && args[k] === true)
13
- .map((k) => `--${k}`));
14
- if (!packageName) {
15
- console.error("Please provide a package name.");
16
- process.exit(1);
17
- }
18
- // Remove and add commands
19
- const removeCmd = `yarn remove ${packageName}`;
20
- const addCmd = `yarn add ${packageName} ${flags.join(" ")}`.trim();
21
- try {
22
- // Check if the package is installed before removing
23
- let isInstalled = false;
24
- try {
25
- const listOutput = execSync(`yarn list --pattern "${packageName}" --depth=0`, { encoding: "utf8" });
26
- isInstalled = listOutput.includes(packageName + "@");
1
+ var __getOwnPropNames = Object.getOwnPropertyNames;
2
+ var __esm = (fn, res) => function __init() {
3
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
4
+ };
5
+ var __commonJS = (cb, mod) => function __require() {
6
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
7
+ };
8
+
9
+ // node_modules/tsup/assets/cjs_shims.js
10
+ var init_cjs_shims = __esm({
11
+ "node_modules/tsup/assets/cjs_shims.js"() {
12
+ }
13
+ });
14
+
15
+ // src/utils/index.cjs
16
+ var require_utils = __commonJS({
17
+ "src/utils/index.cjs"(exports2, module2) {
18
+ init_cjs_shims();
19
+ var fs = require("fs");
20
+ var path = require("upath");
21
+ var argv = require("minimist")(process.argv.slice(2));
22
+ var { exec } = require("child_process");
23
+ var { URL: URL2 } = require("url");
24
+ var { promisify } = require("util");
25
+ var execAsync = promisify(exec);
26
+ async function parseGitRemotes() {
27
+ try {
28
+ const { stdout } = await execAsync("git remote -v");
29
+ const lines = stdout.split("\n");
30
+ const remotes = {};
31
+ lines.forEach((line) => {
32
+ const [name, url] = line.split(" ");
33
+ if (name && url) {
34
+ const [repoUrl] = url.split(" ");
35
+ try {
36
+ const parsedUrl = new URL2(repoUrl);
37
+ const pathParts = parsedUrl.pathname.split("/").filter(Boolean);
38
+ if (parsedUrl.hostname === "github.com" && pathParts.length === 2) {
39
+ let repoPath = pathParts.join("/");
40
+ if (repoPath.endsWith(".git")) {
41
+ repoPath = repoPath.slice(0, -4);
42
+ }
43
+ remotes[name] = repoPath;
44
+ }
45
+ } catch (e) {
46
+ console.error("URL Parsing Error:", e.message);
47
+ }
48
+ }
49
+ });
50
+ return remotes;
51
+ } catch (error) {
52
+ console.error("Error:", error.message);
53
+ return {};
54
+ }
55
+ }
56
+ module2.exports.parseGitRemotes = parseGitRemotes;
57
+ function joinPathPreserveDriveLetter(...segments) {
58
+ let fullPath = require("path").join(...segments);
59
+ if (/^[a-z]:\\/.test(fullPath)) {
60
+ fullPath = fullPath.charAt(0).toUpperCase() + fullPath.slice(1);
61
+ }
62
+ return fullPath;
27
63
  }
28
- catch (_e) {
29
- // If yarn list fails, assume not installed
30
- isInstalled = false;
64
+ module2.exports.joinPathPreserveDriveLetter = joinPathPreserveDriveLetter;
65
+ function getArgs2() {
66
+ return argv;
31
67
  }
32
- if (isInstalled) {
33
- console.log(`Running: ${removeCmd}`);
34
- execSync(removeCmd, { stdio: "inherit" });
68
+ module2.exports.getArgs = getArgs2;
69
+ function del(fullPath) {
70
+ if (fs.statSync(fullPath).isDirectory()) {
71
+ const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
72
+ for (let i = 0; i < subdir.length; i++) {
73
+ del(subdir[i]);
74
+ }
75
+ } else {
76
+ try {
77
+ fs.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
78
+ console.log("deleted", fullPath);
79
+ } catch (_) {
80
+ console.log("failed delete", fullPath);
81
+ }
82
+ }
35
83
  }
36
- else {
37
- console.warn(`Package "${packageName}" was not installed or not referenced, skipping remove.`);
84
+ module2.exports.del = del;
85
+ function delStream(globStream) {
86
+ globStream.stream().on("data", (result) => {
87
+ const fullPath = path.resolve(process.cwd(), result);
88
+ if (fs.statSync(fullPath).isDirectory()) {
89
+ const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
90
+ for (let i = 0; i < subdir.length; i++) {
91
+ del(subdir[i]);
92
+ }
93
+ }
94
+ del(fullPath);
95
+ });
38
96
  }
39
- console.log(`Running: ${addCmd}`);
40
- execSync(addCmd, { stdio: "inherit" });
97
+ module2.exports.delStream = delStream;
98
+ function getFileTreeString(hashArray) {
99
+ const tree = {};
100
+ const hashMap = {};
101
+ for (const entry of hashArray) {
102
+ const [filePath, hash] = entry.split(" ");
103
+ hashMap[filePath] = hash;
104
+ const parts = filePath.split("/");
105
+ let current = tree;
106
+ for (let i = 0; i < parts.length; i++) {
107
+ const part = parts[i];
108
+ if (i === parts.length - 1) {
109
+ current[part] = null;
110
+ } else {
111
+ current[part] = current[part] || {};
112
+ current = current[part];
113
+ }
114
+ }
115
+ }
116
+ function printNode(node, prefix = "", parentPath = "") {
117
+ const keys = Object.keys(node).sort();
118
+ let lines = [];
119
+ keys.forEach((key, idx) => {
120
+ const isLast = idx === keys.length - 1;
121
+ const branch = isLast ? "\u2514\u2500\u2500 " : "\u251C\u2500\u2500 ";
122
+ const currentPath = parentPath ? parentPath + "/" + key : key;
123
+ if (node[key] === null) {
124
+ lines.push(prefix + branch + key + " [" + (hashMap[currentPath] || "") + "]");
125
+ } else {
126
+ lines.push(prefix + branch + key + "/");
127
+ lines = lines.concat(printNode(node[key], prefix + (isLast ? " " : "\u2502 "), currentPath));
128
+ }
129
+ });
130
+ return lines;
131
+ }
132
+ return printNode(tree, "", "").join("\n");
133
+ }
134
+ module2.exports.getFileTreeString = getFileTreeString;
135
+ var delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
136
+ module2.exports.delay = delay;
137
+ }
138
+ });
139
+
140
+ // src/yarn-reinstall.cjs
141
+ init_cjs_shims();
142
+ var { execSync } = require("child_process");
143
+ var { getArgs } = require_utils();
144
+ var args = getArgs();
145
+ var positional = args._ || [];
146
+ if (positional.length === 0) {
147
+ console.error("Usage: yarn-reinstall <packageName> [--dev|-D|--peer|-P|--optional|-O]");
148
+ process.exit(1);
41
149
  }
42
- catch (err) {
43
- process.exit(err.status || 1);
150
+ var packageName = positional[0];
151
+ var flags = positional.slice(1).concat(
152
+ Object.keys(args).filter((k) => k !== "_" && args[k] === true).map((k) => `--${k}`)
153
+ );
154
+ if (!packageName) {
155
+ console.error("Please provide a package name.");
156
+ process.exit(1);
157
+ }
158
+ var removeCmd = `yarn remove ${packageName}`;
159
+ var addCmd = `yarn add ${packageName} ${flags.join(" ")}`.trim();
160
+ try {
161
+ let isInstalled = false;
162
+ try {
163
+ const listOutput = execSync(`yarn list --pattern "${packageName}" --depth=0`, { encoding: "utf8" });
164
+ isInstalled = listOutput.includes(packageName + "@");
165
+ } catch (_e) {
166
+ isInstalled = false;
167
+ }
168
+ if (isInstalled) {
169
+ console.log(`Running: ${removeCmd}`);
170
+ execSync(removeCmd, { stdio: "inherit" });
171
+ } else {
172
+ console.warn(`Package "${packageName}" was not installed or not referenced, skipping remove.`);
173
+ }
174
+ console.log(`Running: ${addCmd}`);
175
+ execSync(addCmd, { stdio: "inherit" });
176
+ } catch (err) {
177
+ process.exit(err.status || 1);
44
178
  }
@@ -1,12 +1,12 @@
1
1
  import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
2
  import {
3
3
  require_utils
4
- } from "./chunk-APBWENF6.mjs";
4
+ } from "./chunk-V3N3JEUF.mjs";
5
5
  import {
6
6
  __commonJS,
7
7
  __require,
8
8
  init_esm_shims
9
- } from "./chunk-AASHBCRW.mjs";
9
+ } from "./chunk-QQ4A6DLD.mjs";
10
10
 
11
11
  // src/yarn-reinstall.cjs
12
12
  var require_yarn_reinstall = __commonJS({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binary-collections",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Utility to clean any programming caches and more",
5
5
  "keywords": [
6
6
  "cache",
@@ -13,10 +13,11 @@
13
13
  },
14
14
  "license": "MIT",
15
15
  "author": {
16
- "email": "dimaslanjaka@gmail.com",
17
16
  "name": "dimaslanjaka",
17
+ "email": "dimaslanjaka@gmail.com",
18
18
  "url": "https://webmanajemen.com"
19
19
  },
20
+ "type": "module",
20
21
  "main": "lib/index.js",
21
22
  "exports": {
22
23
  ".": {
@@ -28,144 +29,163 @@
28
29
  "default": "./lib/index.mjs",
29
30
  "types": "./lib/index.d.mts"
30
31
  }
31
- }
32
+ },
33
+ "./package.json": "./package.json"
32
34
  },
33
35
  "types": "lib/index.d.ts",
34
36
  "files": [
35
- "bin",
37
+ "binaries",
36
38
  "lib",
37
- "index.js",
38
- "!test",
39
- "package.json"
39
+ "package.json",
40
+ "docs-src/**/*.md",
41
+ "readme.md"
40
42
  ],
41
43
  "bin": {
42
44
  "binary-collections": "lib/binary-collections.cjs",
45
+ "binary-executor": "binaries/binary-executor.cjs",
46
+ "changelog": "lib/changelog.cjs",
47
+ "chatgpt": "lib/free-chatgpt.cjs",
43
48
  "clean-github-actions-cache": "lib/clean-github-actions-caches.cjs",
44
49
  "clean-github-actions-caches": "lib/clean-github-actions-caches.cjs",
45
- "clean-nodemodule": "bin/clean-nodemodule",
46
- "clean-nodemodules": "bin/clean-nodemodules",
50
+ "clean-nodemodule": "binaries/clean-nodemodule.cjs",
51
+ "clean-nodemodules": "binaries/clean-nodemodules.cjs",
47
52
  "clear-gh-caches": "lib/clean-github-actions-caches.cjs",
48
53
  "clear-github-actions-cache": "lib/clean-github-actions-caches.cjs",
49
54
  "clear-github-actions-caches": "lib/clean-github-actions-caches.cjs",
50
55
  "del-gradle": "lib/del-gradle.cjs",
51
- "del-node-modules": "lib/del-node-modules.mjs",
56
+ "del-node-modules": "lib/del-node-modules.cjs",
52
57
  "del-nodemodules": "lib/del-node-modules.cjs",
53
58
  "del-ps": "lib/del-ps.cjs",
54
- "del-yarn-caches": "lib/del-yarn-caches.mjs",
59
+ "del-yarn-caches": "lib/del-yarn-caches.cjs",
55
60
  "del-yarncaches": "lib/del-yarn-caches.cjs",
56
- "dev": "bin/dev",
61
+ "dev": "binaries/dev.cjs",
57
62
  "dir-tree": "lib/print-directory-tree.cjs",
58
- "empty": "bin/empty",
59
- "find-node-modules": "lib/find-node-modules.mjs",
60
- "find-node-modules-cli": "lib/find-node-modules-cli.mjs",
61
- "git-diff": "lib/git-diff.cjs",
63
+ "empty": "binaries/empty.cjs",
64
+ "find-node-modules": "lib/find-node-modules-cli.cjs",
65
+ "free-chatgpt": "lib/free-chatgpt.cjs",
66
+ "git-diff": "lib/git-diff-cli.cjs",
62
67
  "git-fix": "lib/git-fix.cjs",
63
68
  "git-purge": "lib/git-purge.cjs",
64
- "git-reduce-size": "bin/git-reduce-size",
65
- "index": "lib/index.mjs",
66
- "javakill": "bin/javakill.cmd",
67
- "kill-process": "bin/kill-process",
68
- "nodekill": "bin/nodekill.ps1",
69
+ "git-reduce-size": "binaries/git-reduce-size.cjs",
70
+ "javakill": "binaries/javakill.cjs",
71
+ "kill-process": "binaries/kill-process.cjs",
72
+ "nodekill": "binaries/nodekill.cjs",
69
73
  "npm-run-series": "lib/npm-run-series.cjs",
70
74
  "nrs": "lib/npm-run-series.cjs",
71
- "package-resolutions-updater": "src/package-resolutions-updater.mjs",
75
+ "package-resolutions-updater": "lib/package-resolutions-updater.cjs",
72
76
  "pkg-res-updater": "lib/package-resolutions-updater.cjs",
73
77
  "pkg-resolutions-updater": "lib/package-resolutions-updater.cjs",
74
- "print-directory-tree": "src/print-directory-tree.cjs",
78
+ "print-directory-tree": "lib/print-directory-tree.cjs",
75
79
  "print-tree": "lib/print-directory-tree.cjs",
76
- "prod": "bin/prod",
77
- "rmfind": "bin/rmfind",
78
- "rmpath": "bin/rmpath",
79
- "rmx": "bin/rmx",
80
+ "prod": "binaries/prod.cjs",
81
+ "remove-module": "lib/remove-module.cjs",
82
+ "rmfind": "binaries/rmfind.cjs",
83
+ "rmpath": "lib/rmpath.cjs",
84
+ "rmx": "binaries/rmx.cjs",
80
85
  "run-s": "lib/npm-run-series.cjs",
81
86
  "run-series": "lib/npm-run-series.cjs",
82
87
  "submodule-install": "lib/submodule-install.cjs",
83
- "submodule-remove": "bin/submodule-remove",
84
- "submodule-token": "bin/submodule-token",
85
- "yarn-reinstall": "src/yarn-reinstall.cjs"
88
+ "submodule-remove": "lib/submodule-remove-cli.cjs",
89
+ "submodule-token": "binaries/submodule-token.cjs",
90
+ "yarn-reinstall": "lib/yarn-reinstall.cjs"
86
91
  },
87
92
  "scripts": {
88
- "update:packer": "curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/packer.js > packer.js",
89
- "build": "node build.tsup.js && tsc -b tsconfig.build.json && npm run postbuild",
90
- "postbuild": "node -r ts-node/register -r dotenv/config build.js && yarn run pack",
91
- "build:packages": "yarn workspaces foreach --worktree --no-private run build",
92
- "test": "npx jest --runInBand --forceExit",
93
- "test:watch": "npm test --watch",
94
- "test:coverage": "npm test --coverage",
95
- "test:debug": "npm test -- --detectOpenHandles",
93
+ "build": "tsc -b tsconfig.build.json && npm run build:tsup && npm run postbuild",
94
+ "build:packages": "yarn workspaces foreach --worktree --exclude=binary-collections --no-private run build",
95
+ "build:rollup": "rollup -c rollup.config.js",
96
+ "build:tsup": "node build.tsup.js",
97
+ "clean": "rimraf lib tmp/dist binaries",
98
+ "pack": "node packer.cjs --yarn --filename=bin",
99
+ "postbuild": "node -r ts-node/register -r dotenv/config build.exports.mjs && yarn run pack",
100
+ "prepare": "husky",
101
+ "test": "npx jest --runInBand --forceExit --testTimeout=120000 --testPathIgnorePatterns=\"\\.mjs$\"",
102
+ "test:coverage": "npm test --coverage --detectOpenHandles",
103
+ "test:esm": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand --forceExit --testTimeout=120000 --testPathIgnorePatterns=\"\\.(ts|js|cjs)$\"",
96
104
  "test:nrs": "npm test -- nrs build:**",
97
- "pack": "node packer.js --yarn --filename=bin",
105
+ "test:watch": "npm test --watch",
98
106
  "update:ncu": "npx npm-check-updates -u -x jsdom,chalk,hexo,deepmerge-ts --enginesNode --root",
99
- "clean": "rimraf lib",
100
- "prepare": "husky"
107
+ "update:packer": "curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/packer.js > packer.cjs"
101
108
  },
102
109
  "repository": {
103
110
  "type": "git",
104
111
  "url": "git+https://github.com/dimaslanjaka/bin"
105
112
  },
106
113
  "dependencies": {
107
- "axios": "^1.10.0",
108
- "dotenv": "^17.2.0",
114
+ "ansi-colors": "^4.1.3",
115
+ "axios": "^1.11.0",
116
+ "dotenv": "^17.2.1",
109
117
  "execa": "^9.6.0",
110
- "fs-extra": "^11.3.0",
111
- "git-command-helper": "^2.0.2",
118
+ "fs-extra": "^11.3.1",
119
+ "git-command-helper": "^2.1.0",
112
120
  "glob": "^11.0.3",
113
121
  "minimatch": "^10.0.3",
114
122
  "minimist": "^1.2.8",
115
123
  "ps-node": "^0.1.6",
124
+ "puppeteer": "^24.17.0",
125
+ "puppeteer-extra": "^3.3.6",
126
+ "puppeteer-extra-plugin-stealth": "^2.11.2",
116
127
  "remove": "^0.1.5",
117
- "sbg-utility": "^2.0.8",
128
+ "sbg-utility": "^2.0.10",
118
129
  "upath": "^2.0.1",
119
- "yaml": "^2.8.0",
130
+ "yaml": "^2.8.1",
120
131
  "yarn": "^1.22.22"
121
132
  },
122
133
  "devDependencies": {
123
- "@babel/core": "^7.28.0",
124
- "@babel/preset-env": "^7.28.0",
134
+ "@babel/core": "^7.28.3",
135
+ "@babel/preset-env": "^7.28.3",
136
+ "@babel/preset-typescript": "^7.27.1",
125
137
  "@eslint/eslintrc": "^3.3.1",
126
- "@eslint/js": "^9.30.1",
138
+ "@eslint/js": "^9.34.0",
139
+ "@rollup/plugin-babel": "^6.0.4",
140
+ "@rollup/plugin-commonjs": "^28.0.6",
141
+ "@rollup/plugin-json": "^6.1.0",
142
+ "@rollup/plugin-node-resolve": "^16.0.1",
127
143
  "@types/babel__core": "^7",
128
144
  "@types/babel__preset-env": "^7",
129
145
  "@types/eslint": "^9",
130
- "@types/fs-extra": "^11.0.4",
146
+ "@types/fs-extra": "^11",
131
147
  "@types/jest": "^30.0.0",
132
148
  "@types/minimist": "^1",
133
- "@types/node": "^24.0.10",
149
+ "@types/node": "^24.3.0",
134
150
  "@types/prettier": "^3",
135
151
  "@types/ps-node": "^0",
136
152
  "@types/yargs": "^17",
137
- "@typescript-eslint/eslint-plugin": "^8.36.0",
138
- "@typescript-eslint/parser": "^8.36.0",
139
- "babel-jest": "^30.0.4",
140
- "cross-env": "^7.0.3",
153
+ "@typescript-eslint/eslint-plugin": "^8.40.0",
154
+ "@typescript-eslint/parser": "^8.40.0",
155
+ "babel-jest": "^30.0.5",
156
+ "browser-sync": "^3.0.4",
157
+ "cross-env": "^10.0.0",
141
158
  "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/private/release/cross-spawn.tgz",
142
- "eslint": "^9.30.1",
143
- "eslint-config-prettier": "^10.1.5",
144
- "eslint-plugin-prettier": "^5.5.1",
159
+ "eslint": "^9.34.0",
160
+ "eslint-config-prettier": "^10.1.8",
161
+ "eslint-plugin-prettier": "^5.5.4",
145
162
  "globals": "^16.3.0",
163
+ "gulp": "^5.0.1",
146
164
  "husky": "^9.1.7",
147
- "jest": "^30.0.4",
148
- "lint-staged": "^16.1.2",
165
+ "jest": "^30.0.5",
166
+ "lint-staged": "^16.1.5",
167
+ "marked": "^16.2.0",
149
168
  "prettier": "^3.6.2",
150
169
  "rimraf": "^6.0.1",
151
- "ts-jest": "^29.4.0",
170
+ "rollup": "^4.48.1",
171
+ "ts-jest": "^29.4.1",
152
172
  "ts-node": "^10.9.2",
153
173
  "tsup": "^8.5.0",
154
- "typescript": "^5.8.3"
174
+ "typedoc": "^0.28.11",
175
+ "typedoc-plugin-ga": "^1.0.5",
176
+ "typescript": "^5.9.2"
155
177
  },
156
- "optionalDependencies": {
157
- "ansi-colors": "^4.1.3"
178
+ "directories": {
179
+ "lib": "lib",
180
+ "bin": "binaries"
158
181
  },
159
182
  "workspaces": [
160
183
  "packages/*"
161
184
  ],
162
- "directories": {
163
- "lib": "lib",
164
- "bin": "bin"
165
- },
166
185
  "packageManager": "yarn@4.9.2",
167
186
  "resolutions": {
168
- "sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/7696e66ab84f319909c5dab9054303e91f898454/packages/sbg-utility/release/sbg-utility.tgz",
169
- "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac7a7031a81e11ddb5fab0f8ba433041c98/release/cross-spawn.tgz"
187
+ "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac7a7031a81e11ddb5fab0f8ba433041c98/release/cross-spawn.tgz",
188
+ "git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/47133aa918c1292c15949c7f190be9cb302cd6f4/release/git-command-helper.tgz",
189
+ "sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/f58af787eab404891d8394fe0570ce603e0d7308/packages/sbg-utility/release/sbg-utility.tgz"
170
190
  }
171
191
  }