binary-collections 2.0.11 → 2.0.13

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 (330) hide show
  1. package/binaries/binary-executor.cjs +89 -13
  2. package/binaries/clean-nodemodule.cjs +89 -13
  3. package/binaries/clean-nodemodules.cjs +89 -13
  4. package/binaries/dev.cjs +89 -13
  5. package/binaries/empty.cjs +89 -13
  6. package/binaries/git-reduce-size.cjs +89 -13
  7. package/binaries/javakill.cjs +89 -13
  8. package/binaries/kill-process.cjs +89 -13
  9. package/binaries/nodekill.cjs +89 -13
  10. package/binaries/prod.cjs +89 -13
  11. package/binaries/py.cjs +89 -13
  12. package/binaries/rmfind.cjs +89 -13
  13. package/binaries/rmx +15 -1
  14. package/binaries/rmx.cjs +89 -13
  15. package/binaries/rmx.cmd +12 -0
  16. package/binaries/submodule-token.cjs +89 -13
  17. package/binaries/test-cjs +9 -1
  18. package/binaries/test-cjs.cjs +89 -13
  19. package/binaries/test-cjs.cmd +16 -1
  20. package/binaries/test-esm +16 -0
  21. package/binaries/test-esm.cjs +254 -0
  22. package/binaries/test-esm.cmd +23 -0
  23. package/binaries/yarn-clean +1 -1
  24. package/binaries/yarn-clean.cjs +89 -13
  25. package/binaries/yarn-clean.cmd +1 -1
  26. package/binaries/yarn-clean.py +33 -15
  27. package/binaries/yc +131 -0
  28. package/binaries/yc.cjs +254 -0
  29. package/binaries/ycw +256 -0
  30. package/binaries/ycw.cjs +254 -0
  31. package/docs-src/binary-collections.md +34 -0
  32. package/docs-src/changelog.md +26 -0
  33. package/docs-src/clean-github-actions-caches.md +91 -2
  34. package/docs-src/copy-move-file.md +59 -0
  35. package/docs-src/del-gradle.md +17 -0
  36. package/docs-src/del-ps.md +28 -0
  37. package/docs-src/downloader.md +62 -0
  38. package/docs-src/env-helpers.md +29 -0
  39. package/docs-src/find-node-modules.md +17 -0
  40. package/docs-src/git-diff.md +33 -0
  41. package/docs-src/git-fix.md +34 -0
  42. package/docs-src/git-purge.md +17 -0
  43. package/docs-src/git-reduce-size.md +17 -0
  44. package/docs-src/git-undo.md +21 -0
  45. package/docs-src/kill-night-crows.md +26 -0
  46. package/docs-src/node-cache-cleaner.md +182 -0
  47. package/docs-src/node-executor.md +50 -0
  48. package/docs-src/node-package-packer.md +48 -0
  49. package/docs-src/npm-run-series.md +43 -0
  50. package/docs-src/package-resolutions-updater.md +22 -0
  51. package/docs-src/php-cs-fixer-staged.md +19 -0
  52. package/docs-src/print-directory-tree.md +35 -0
  53. package/docs-src/print-tarball-tree.md +55 -0
  54. package/docs-src/py.md +19 -0
  55. package/docs-src/remove-module.md +32 -0
  56. package/docs-src/rmfind-rmx.md +21 -0
  57. package/docs-src/rmpath.md +38 -0
  58. package/docs-src/run-by-checksum.md +87 -0
  59. package/docs-src/submodule-install.md +31 -0
  60. package/docs-src/submodule-remove.md +22 -0
  61. package/docs-src/submodule-token.md +17 -0
  62. package/docs-src/test-runners.md +21 -0
  63. package/docs-src/yarn-install.md +31 -0
  64. package/docs-src/yarn-reinstall.md +27 -0
  65. package/lib/binary-collections/config.cjs +126 -0
  66. package/lib/binary-collections/config.mjs +7 -0
  67. package/lib/binary-collections/executeScript.cjs +19 -0
  68. package/lib/binary-collections/executeScript.d.cts +12 -0
  69. package/lib/binary-collections/executeScript.mjs +6 -0
  70. package/lib/binary-collections/findScript.cjs +309 -0
  71. package/lib/binary-collections/findScript.d.cts +12 -0
  72. package/lib/binary-collections/findScript.mjs +7 -0
  73. package/lib/binary-collections/listScript.cjs +291 -0
  74. package/lib/binary-collections/listScript.d.cts +19 -0
  75. package/lib/binary-collections/listScript.mjs +7 -0
  76. package/lib/binary-collections.cjs +264 -157
  77. package/lib/binary-collections.mjs +26 -286
  78. package/lib/changelog.cjs +9 -14
  79. package/lib/changelog.mjs +2 -2
  80. package/lib/chunk-2MN4VPV2.mjs +246 -0
  81. package/lib/chunk-6C7KTYGZ.mjs +41 -0
  82. package/lib/{chunk-Z6JLYU2J.mjs → chunk-6RK5UCTP.mjs} +7 -12
  83. package/lib/chunk-CD3HF3LK.mjs +190 -0
  84. package/lib/chunk-FLYSZFLW.mjs +61 -0
  85. package/lib/{chunk-N436BNBK.mjs → chunk-GAGABICI.mjs} +19 -13
  86. package/lib/chunk-H44UWUFY.mjs +105 -0
  87. package/lib/chunk-KLKAIFKI.mjs +40 -0
  88. package/lib/chunk-LVSPEFU2.mjs +86 -0
  89. package/lib/{chunk-RWLXRTYP.mjs → chunk-MGPYPKIE.mjs} +2 -2
  90. package/lib/chunk-NGFK3EYW.mjs +28 -0
  91. package/lib/chunk-NQXUYO67.mjs +253 -0
  92. package/lib/chunk-NVEG3LEZ.mjs +143 -0
  93. package/lib/chunk-OBXLTXFJ.mjs +34 -0
  94. package/lib/chunk-OGXVGBRI.mjs +29 -0
  95. package/lib/chunk-OXV52GD5.mjs +62 -0
  96. package/lib/chunk-PXBMHE7O.mjs +35 -0
  97. package/lib/chunk-QD4T255Z.mjs +40 -0
  98. package/lib/chunk-QII2EKCS.mjs +26 -0
  99. package/lib/chunk-R5FJOR63.mjs +47 -0
  100. package/lib/chunk-RDGDLSPD.mjs +76 -0
  101. package/lib/chunk-RDN6HF5Z.mjs +79 -0
  102. package/lib/chunk-RJKTSUAX.mjs +123 -0
  103. package/lib/{chunk-XA3SNBPA.mjs → chunk-TBWXE7ST.mjs} +97 -38
  104. package/lib/chunk-UXCFNAR6.mjs +55 -0
  105. package/lib/{chunk-M3YIYRHT.mjs → chunk-UY5VUEA3.mjs} +1 -1
  106. package/lib/chunk-WSHVPGNM.mjs +44 -0
  107. package/lib/{chunk-66PAU5PS.mjs → chunk-X2B3X7D4.mjs} +10 -6
  108. package/lib/clean-github-actions-caches-cli.cjs +507 -0
  109. package/lib/clean-github-actions-caches-cli.mjs +74 -0
  110. package/lib/clean-github-actions-caches.cjs +246 -106
  111. package/lib/clean-github-actions-caches.d.cts +53 -1
  112. package/lib/clean-github-actions-caches.mjs +5 -130
  113. package/lib/cross-env/command.cjs +63 -0
  114. package/lib/cross-env/command.d.ts +8 -0
  115. package/lib/cross-env/command.js +45 -0
  116. package/lib/{ps/isWin.mjs → cross-env/command.mjs} +4 -5
  117. package/lib/cross-env/index.cjs +178 -0
  118. package/lib/cross-env/index.d.ts +8 -0
  119. package/lib/cross-env/index.js +102 -0
  120. package/lib/cross-env/index.mjs +101 -0
  121. package/lib/cross-env/variable.cjs +60 -0
  122. package/lib/cross-env/variable.d.ts +7 -0
  123. package/lib/cross-env/variable.js +59 -0
  124. package/lib/cross-env/variable.mjs +9 -0
  125. package/lib/del-gradle.cjs +8 -13
  126. package/lib/del-gradle.js +8 -8
  127. package/lib/del-gradle.mjs +1 -1
  128. package/lib/del-node-modules.cjs +185 -3
  129. package/lib/del-node-modules.js +25 -25
  130. package/lib/del-node-modules.mjs +6 -3
  131. package/lib/{del-ps.cjs → del-ps-cli.cjs} +38 -43
  132. package/lib/del-ps-cli.d.mts +1 -0
  133. package/lib/del-ps-cli.mjs +44 -0
  134. package/lib/del-yarn-caches.cjs +8 -13
  135. package/lib/del-yarn-caches.js +2 -2
  136. package/lib/del-yarn-caches.mjs +1 -1
  137. package/lib/downloader-cli.cjs +256 -0
  138. package/lib/downloader-cli.d.cts +2 -0
  139. package/lib/downloader-cli.mjs +90 -0
  140. package/lib/file/copy-cli.cjs +273 -0
  141. package/lib/file/copy-cli.d.mts +1 -0
  142. package/lib/file/copy-cli.mjs +59 -0
  143. package/lib/file/copy.cjs +56 -0
  144. package/lib/file/copy.d.mts +1 -0
  145. package/lib/file/copy.mjs +8 -0
  146. package/lib/file/move-cli.cjs +272 -0
  147. package/lib/file/move-cli.d.mts +1 -0
  148. package/lib/file/move-cli.mjs +59 -0
  149. package/lib/file/move.cjs +55 -0
  150. package/lib/file/move.d.mts +1 -0
  151. package/lib/file/move.mjs +8 -0
  152. package/lib/find-node-modules-cli.cjs +1 -1
  153. package/lib/find-node-modules-cli.js +1 -1
  154. package/lib/find-node-modules-cli.mjs +1 -1
  155. package/lib/find-node-modules.cjs +1 -1
  156. package/lib/find-node-modules.mjs +1 -1
  157. package/lib/free-chatgpt.cjs +27 -26
  158. package/lib/free-chatgpt.js +10 -10
  159. package/lib/free-chatgpt.mjs +2 -2
  160. package/lib/git/user-config.cjs +9 -14
  161. package/lib/git/user-config.mjs +2 -2
  162. package/lib/git-diff-cli.cjs +273 -66
  163. package/lib/git-diff-cli.mjs +5 -4
  164. package/lib/git-diff.cjs +273 -66
  165. package/lib/git-diff.d.ts +2 -1
  166. package/lib/git-diff.js +153 -39
  167. package/lib/git-diff.mjs +5 -4
  168. package/lib/git-fix.cjs +9 -14
  169. package/lib/git-fix.mjs +2 -2
  170. package/lib/git-purge.cjs +9 -14
  171. package/lib/git-purge.mjs +2 -2
  172. package/lib/index.cjs +1 -1
  173. package/lib/index.d.ts +1 -1
  174. package/lib/index.mjs +1 -1
  175. package/lib/kill-night-crows.cjs +7 -7
  176. package/lib/kill-night-crows.mjs +7 -7
  177. package/lib/node-cache-cleaner/npm.cjs +65 -0
  178. package/lib/node-cache-cleaner/npm.d.ts +2 -0
  179. package/lib/node-cache-cleaner/npm.js +41 -0
  180. package/lib/node-cache-cleaner/npm.mjs +10 -0
  181. package/lib/node-cache-cleaner/npx.cjs +89 -0
  182. package/lib/node-cache-cleaner/npx.d.ts +4 -0
  183. package/lib/node-cache-cleaner/npx.js +82 -0
  184. package/lib/{ps/index.d.mjs → node-cache-cleaner/npx.mjs} +6 -5
  185. package/lib/node-cache-cleaner/yarn.cjs +73 -0
  186. package/lib/node-cache-cleaner/yarn.d.ts +2 -0
  187. package/lib/node-cache-cleaner/yarn.js +62 -0
  188. package/lib/node-cache-cleaner/yarn.mjs +10 -0
  189. package/lib/node-cache-cleaner-cli.cjs +365 -0
  190. package/lib/node-cache-cleaner-cli.d.ts +2 -0
  191. package/lib/node-cache-cleaner-cli.js +57 -0
  192. package/lib/node-cache-cleaner-cli.mjs +60 -0
  193. package/lib/node-executor.cjs +272 -0
  194. package/lib/node-executor.d.cts +2 -0
  195. package/lib/node-executor.mjs +106 -0
  196. package/lib/node-package-packer/build-readme.cjs +150 -0
  197. package/lib/node-package-packer/build-readme.d.mts +10 -0
  198. package/lib/node-package-packer/build-readme.mjs +10 -0
  199. package/lib/node-package-packer/build-tarball.cjs +495 -0
  200. package/lib/node-package-packer/build-tarball.d.mts +33 -0
  201. package/lib/node-package-packer/build-tarball.mjs +175 -0
  202. package/lib/node-package-packer-cli.cjs +525 -0
  203. package/lib/node-package-packer-cli.d.mts +1 -0
  204. package/lib/node-package-packer-cli.mjs +34 -0
  205. package/lib/npm-run-series.cjs +28 -40
  206. package/lib/npm-run-series.mjs +21 -7
  207. package/lib/package-resolutions-updater-cli.cjs +255 -173
  208. package/lib/package-resolutions-updater-cli.mjs +19 -40
  209. package/lib/package-resolutions-updater.cjs +244 -141
  210. package/lib/package-resolutions-updater.d.mts +54 -1
  211. package/lib/package-resolutions-updater.mjs +8 -5
  212. package/lib/php-cs-fixer-staged.cjs +1 -1
  213. package/lib/php-cs-fixer-staged.mjs +1 -1
  214. package/lib/print-directory-tree.cjs +18 -20
  215. package/lib/print-directory-tree.mjs +11 -8
  216. package/lib/print-tarball-tree.cjs +262 -0
  217. package/lib/print-tarball-tree.d.mts +1 -0
  218. package/lib/print-tarball-tree.mjs +68 -0
  219. package/lib/ps/connected-domain.js +10 -10
  220. package/lib/ps/index.cjs +11 -11
  221. package/lib/ps/index.mjs +180 -174
  222. package/lib/ps/table-parser.d.ts +3 -4
  223. package/lib/ps/table-parser.js +15 -22
  224. package/lib/remove-module.cjs +19 -24
  225. package/lib/remove-module.mjs +2 -2
  226. package/lib/rm-node-module-cli.cjs +389 -0
  227. package/lib/rm-node-module-cli.d.cts +1 -0
  228. package/lib/rm-node-module-cli.mjs +92 -0
  229. package/lib/rm-node-modules.cjs +127 -0
  230. package/lib/rm-node-modules.d.cts +35 -0
  231. package/lib/{binary-collections-config.mjs → rm-node-modules.mjs} +3 -3
  232. package/lib/rmpath-cli.cjs +285 -0
  233. package/lib/rmpath-cli.d.mts +1 -0
  234. package/lib/rmpath-cli.mjs +23 -0
  235. package/lib/rmpath.cjs +6 -217
  236. package/lib/rmpath.mjs +5 -101
  237. package/lib/run-by-checksum/cache.cjs +69 -0
  238. package/lib/run-by-checksum/cache.d.ts +19 -0
  239. package/lib/run-by-checksum/cache.js +50 -0
  240. package/lib/run-by-checksum/cache.mjs +12 -0
  241. package/lib/run-by-checksum/hash.cjs +72 -0
  242. package/lib/run-by-checksum/hash.d.ts +14 -0
  243. package/lib/run-by-checksum/hash.js +85 -0
  244. package/lib/run-by-checksum/hash.mjs +10 -0
  245. package/lib/run-by-checksum/run.cjs +169 -0
  246. package/lib/run-by-checksum/run.d.ts +22 -0
  247. package/lib/run-by-checksum/run.js +93 -0
  248. package/lib/run-by-checksum/run.mjs +10 -0
  249. package/lib/run-by-checksum-cli.cjs +382 -0
  250. package/lib/run-by-checksum-cli.d.ts +2 -0
  251. package/lib/run-by-checksum-cli.js +43 -0
  252. package/lib/run-by-checksum-cli.mjs +56 -0
  253. package/lib/submodule-install.cjs +55 -47
  254. package/lib/submodule-install.mjs +48 -35
  255. package/lib/submodule-remove-cli.cjs +170 -4
  256. package/lib/submodule-remove-cli.js +5 -5
  257. package/lib/submodule-remove-cli.mjs +6 -4
  258. package/lib/utils/chatgpt.cjs +19 -13
  259. package/lib/utils/chatgpt.js +94 -94
  260. package/lib/utils/chatgpt.mjs +1 -1
  261. package/lib/utils/fetchResponse.cjs +24 -0
  262. package/lib/utils/fetchResponse.d.cts +25 -0
  263. package/lib/utils/fetchResponse.mjs +6 -0
  264. package/lib/utils/findEnvFiles.cjs +28 -46
  265. package/lib/utils/findEnvFiles.d.cts +19 -0
  266. package/lib/utils/findEnvFiles.mjs +3 -5
  267. package/lib/utils/findWorkspaceRoot.js +4 -4
  268. package/lib/utils/index.cjs +7 -12
  269. package/lib/utils/index.d.cts +2 -9
  270. package/lib/utils/index.mjs +1 -1
  271. package/lib/utils/isGithubTokenValid.js +7 -7
  272. package/lib/{ps/isWin.cjs → utils/isWindows.cjs} +12 -7
  273. package/lib/utils/isWindows.d.ts +5 -0
  274. package/lib/utils/isWindows.js +10 -0
  275. package/lib/utils/isWindows.mjs +10 -0
  276. package/lib/utils/runBash.cjs +53 -0
  277. package/lib/utils/runBash.d.cts +12 -0
  278. package/lib/utils/runBash.mjs +66 -0
  279. package/lib/yarn-per-branch-lock-installer.cjs +288 -0
  280. package/lib/yarn-per-branch-lock-installer.d.cts +2 -0
  281. package/lib/yarn-per-branch-lock-installer.mjs +122 -0
  282. package/lib/yarn-reinstall.cjs +8 -13
  283. package/lib/yarn-reinstall.mjs +1 -1
  284. package/package.json +91 -57
  285. package/readme.html +784 -0
  286. package/readme.md +107 -219
  287. package/releases/readme.md +6 -3
  288. package/test/README.md +2 -2
  289. package/test-project/workspaces/workspace-a/readme.md +20 -0
  290. package/test-project/workspaces/workspace-a/release/readme.md +42 -0
  291. package/test-project/workspaces/workspace-a/test/readme.md +12 -0
  292. package/test-project/workspaces/workspace-b/readme.md +94 -0
  293. package/test-project/workspaces/workspace-b/requirements.txt +1 -0
  294. package/test-project/workspaces/workspace-b/themes/hexo-theme-flowbite/readme.md +156 -0
  295. package/tmp/test-repo/README.md +2 -35
  296. package/tmp/test-repo-runChecksum/test-complex-glob/README.md +1 -0
  297. package/tmp/test-repo-runChecksum/test-mixed-args/README.md +1 -0
  298. package/lib/binary-collections-config.cjs +0 -15
  299. package/lib/chunk-2CBJCW7E.mjs +0 -81
  300. package/lib/chunk-4UHL4WVN.mjs +0 -136
  301. package/lib/chunk-6HHJRKFB.mjs +0 -59
  302. package/lib/chunk-6S4NXESK.mjs +0 -26
  303. package/lib/chunk-7XTEJHOE.mjs +0 -193
  304. package/lib/chunk-AJDD5DZM.mjs +0 -109
  305. package/lib/chunk-FCDQGYBF.mjs +0 -136
  306. package/lib/chunk-GEYA2USY.mjs +0 -207
  307. package/lib/chunk-GJTGHXRA.mjs +0 -356
  308. package/lib/chunk-ID2WBTE2.mjs +0 -80
  309. package/lib/chunk-JXFOHKDM.mjs +0 -239
  310. package/lib/chunk-NCXAP7AA.mjs +0 -31
  311. package/lib/chunk-PDSXF5HY.mjs +0 -187
  312. package/lib/chunk-TOIVAQF7.mjs +0 -136
  313. package/lib/chunk-V5SKYJUB.mjs +0 -136
  314. package/lib/chunk-WSRETQCA.mjs +0 -59
  315. package/lib/chunk-YYLIQQKF.mjs +0 -31
  316. package/lib/del-ps.js +0 -32
  317. package/lib/del-ps.mjs +0 -43
  318. package/lib/ps/index.d.cjs +0 -17
  319. package/lib/ps/index.d.ts +0 -2
  320. package/lib/ps/index.js +0 -254
  321. package/lib/ps/isWin.d.ts +0 -2
  322. package/lib/ps/isWin.js +0 -4
  323. package/lib/utils/findEnvFiles.d.ts +0 -8
  324. package/lib/utils/findEnvFiles.js +0 -121
  325. package/test/package.json +0 -20
  326. package/test-project/package.json +0 -16
  327. package/tmp/test-repo/package.json +0 -7
  328. package/tmp/typedoc/readme.md +0 -320
  329. /package/lib/{binary-collections-config.d.cts → binary-collections/config.d.cts} +0 -0
  330. /package/lib/{del-ps.d.ts → clean-github-actions-caches-cli.d.cts} +0 -0
@@ -1,31 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- import {
3
- __commonJS,
4
- __require,
5
- init_esm_shims
6
- } from "./chunk-QQ4A6DLD.mjs";
7
-
8
- // src/binary-collections-config.cjs
9
- var require_binary_collections_config = __commonJS({
10
- "src/binary-collections-config.cjs"(exports, module) {
11
- init_esm_shims();
12
- var path = __require("path");
13
- __require("dotenv").config({ path: path.join(process.cwd(), ".env"), quiet: true });
14
- function getTempDir() {
15
- return process.env.TEMP_DIR || path.join(process.cwd(), "tmp");
16
- }
17
- function getTempPath(...segments) {
18
- return path.join(getTempDir(), ...segments);
19
- }
20
- var TEMP_BASE_DIR = getTempDir();
21
- module.exports = {
22
- getTempDir,
23
- getTempPath,
24
- TEMP_BASE_DIR
25
- };
26
- }
27
- });
28
-
29
- export {
30
- require_binary_collections_config
31
- };
@@ -1,187 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- import {
3
- __commonJS,
4
- __require,
5
- init_esm_shims
6
- } from "./chunk-QQ4A6DLD.mjs";
7
-
8
- // src/git/gitattributes.cjs
9
- var require_gitattributes = __commonJS({
10
- "src/git/gitattributes.cjs"(exports, module) {
11
- init_esm_shims();
12
- var fs = __require("fs");
13
- function parseGitAttributes(gitattributesPath) {
14
- const rules = [];
15
- if (!fs.existsSync(gitattributesPath)) {
16
- return rules;
17
- }
18
- const content = fs.readFileSync(gitattributesPath, "utf8");
19
- const lines = content.split("\n");
20
- lines.forEach((line, index) => {
21
- const trimmedLine = line.trim();
22
- if (!trimmedLine || trimmedLine.startsWith("#")) {
23
- rules.push({
24
- type: trimmedLine.startsWith("#") ? "comment" : "empty",
25
- content: line,
26
- lineNumber: index + 1
27
- });
28
- return;
29
- }
30
- const parts = trimmedLine.split(/\s+/);
31
- if (parts.length >= 2) {
32
- const pattern = parts[0];
33
- const attributes = parts.slice(1).join(" ");
34
- rules.push({
35
- type: "rule",
36
- pattern,
37
- attributes,
38
- content: line,
39
- lineNumber: index + 1
40
- });
41
- } else {
42
- rules.push({
43
- type: "invalid",
44
- content: line,
45
- lineNumber: index + 1
46
- });
47
- }
48
- });
49
- return rules;
50
- }
51
- function patternsConflict(pattern1, pattern2) {
52
- if (pattern1 === pattern2) {
53
- return true;
54
- }
55
- if (pattern1 === "*" || pattern2 === "*") {
56
- return pattern1 !== pattern2;
57
- }
58
- const normalize = (p) => p.replace(/\{[^}]+\}/g, "*").replace(/\*+/g, "*");
59
- const norm1 = normalize(pattern1);
60
- const norm2 = normalize(pattern2);
61
- return norm1 === norm2;
62
- }
63
- function mergeGitAttributeRules(existingRules, desiredRules) {
64
- let mergedRules;
65
- if (existingRules.length === 0) {
66
- mergedRules = desiredRules.map((desired, idx) => ({
67
- type: "rule",
68
- pattern: desired.pattern,
69
- attributes: desired.attributes,
70
- content: `${desired.pattern} ${desired.attributes}`,
71
- lineNumber: idx + 1,
72
- added: true
73
- }));
74
- return {
75
- mergedRules,
76
- conflicts: [],
77
- changes: desiredRules.map((rule) => ({ action: "added", pattern: rule.pattern, attributes: rule.attributes }))
78
- };
79
- } else {
80
- mergedRules = [...existingRules];
81
- }
82
- const conflicts = [];
83
- const changes = [];
84
- desiredRules.forEach((desired) => {
85
- const existingIdx = mergedRules.findIndex((r) => r.type === "rule" && r.pattern === desired.pattern);
86
- if (existingIdx !== -1) {
87
- const existing = mergedRules[existingIdx];
88
- if (existing.attributes === desired.attributes) {
89
- conflicts.push({
90
- pattern: desired.pattern,
91
- existing: existing.attributes,
92
- proposed: desired.attributes,
93
- action: "kept existing (identical)"
94
- });
95
- } else if (desired.priority > (existing.priority || 0)) {
96
- mergedRules[existingIdx] = {
97
- type: "rule",
98
- pattern: desired.pattern,
99
- attributes: desired.attributes,
100
- content: `${desired.pattern} ${desired.attributes}`,
101
- lineNumber: existing.lineNumber,
102
- replaced: true
103
- };
104
- conflicts.push({
105
- pattern: desired.pattern,
106
- existing: existing.attributes,
107
- proposed: desired.attributes,
108
- action: "replaced (higher priority)"
109
- });
110
- changes.push({
111
- action: "replaced",
112
- pattern: desired.pattern,
113
- attributes: desired.attributes,
114
- oldAttributes: existing.attributes
115
- });
116
- } else {
117
- conflicts.push({
118
- pattern: desired.pattern,
119
- existing: existing.attributes,
120
- proposed: desired.attributes,
121
- action: "kept existing (lower priority)"
122
- });
123
- }
124
- } else {
125
- mergedRules.push({
126
- type: "rule",
127
- pattern: desired.pattern,
128
- attributes: desired.attributes,
129
- content: `${desired.pattern} ${desired.attributes}`,
130
- lineNumber: mergedRules.length + 1,
131
- added: true
132
- });
133
- changes.push({
134
- action: "added",
135
- pattern: desired.pattern,
136
- attributes: desired.attributes
137
- });
138
- }
139
- });
140
- return { mergedRules, conflicts, changes };
141
- }
142
- function formatGitAttributes(rules) {
143
- return rules.map((rule) => {
144
- if (rule.type === "rule") {
145
- return `${rule.pattern} ${rule.attributes}`;
146
- }
147
- return rule.content;
148
- }).join("\n") + "\n";
149
- }
150
- function updateGitAttributes(gitattributesPath, desiredRules) {
151
- try {
152
- const existingRules = parseGitAttributes(gitattributesPath);
153
- const { mergedRules, conflicts, changes } = mergeGitAttributeRules(existingRules, desiredRules);
154
- let success = false;
155
- if (changes.length > 0) {
156
- const newContent = formatGitAttributes(mergedRules);
157
- fs.writeFileSync(gitattributesPath, newContent);
158
- success = true;
159
- }
160
- return {
161
- success,
162
- conflicts,
163
- changes,
164
- message: success ? `Updated .gitattributes with ${changes.length} changes` : "No changes needed - all rules already present"
165
- };
166
- } catch (error) {
167
- return {
168
- success: false,
169
- error: error.message,
170
- conflicts: [],
171
- changes: []
172
- };
173
- }
174
- }
175
- module.exports = {
176
- parseGitAttributes,
177
- patternsConflict,
178
- mergeGitAttributeRules,
179
- formatGitAttributes,
180
- updateGitAttributes
181
- };
182
- }
183
- });
184
-
185
- export {
186
- require_gitattributes
187
- };
@@ -1,136 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- import {
3
- runChatGpt
4
- } from "./chunk-N436BNBK.mjs";
5
- import {
6
- require_binary_collections_config
7
- } from "./chunk-66PAU5PS.mjs";
8
- import {
9
- require_utils
10
- } from "./chunk-Z6JLYU2J.mjs";
11
- import {
12
- __toESM,
13
- init_esm_shims
14
- } from "./chunk-QQ4A6DLD.mjs";
15
-
16
- // src/git-diff.js
17
- init_esm_shims();
18
- var import_binary_collections_config = __toESM(require_binary_collections_config(), 1);
19
- import { execSync } from "child_process";
20
- import fs from "fs-extra";
21
- import path from "upath";
22
- import { fileURLToPath } from "url";
23
- var import_utils = __toESM(require_utils(), 1);
24
- var __filename = fileURLToPath(import.meta.url);
25
- var __dirname = path.dirname(__filename);
26
- var DIFF_OUTPUT = (0, import_binary_collections_config.getTempPath)("git-diff.txt");
27
- var GPT_DIFF_OUTPUT = (0, import_binary_collections_config.getTempPath)("gpt-question.txt");
28
- var CACHE_DIR = path.dirname(DIFF_OUTPUT);
29
- var DIFF_OUTPUT_RELATIVE = path.relative(process.cwd(), DIFF_OUTPUT);
30
- var GPT_DIFF_OUTPUT_RELATIVE = path.relative(process.cwd(), GPT_DIFF_OUTPUT);
31
- if (!fs.existsSync(CACHE_DIR)) {
32
- fs.mkdirSync(CACHE_DIR, { recursive: true });
33
- }
34
- function showHelp() {
35
- console.log("\u{1F4DD} Git Diff Helper");
36
- console.log("\u{1F4C4} Usage:");
37
- console.log(" \u{1F4C2} git-diff FILE Show staged diff of specified file");
38
- console.log(" \u{1F4C2} git-diff --staged-only Show staged diff of all files");
39
- console.log(" \u{1F4C2} git-diff -s | -S Same as --staged-only");
40
- console.log(" \u{1F4C2} git-diff --ai Run ChatGPT automation for commit message");
41
- console.log(" \u{1F4C2} git-diff --help | -h Show this help message");
42
- console.log("");
43
- console.log(`\u{1F4BE} Output is saved to: ${DIFF_OUTPUT_RELATIVE}`);
44
- console.log(`\u{1F916} GPT prompt is saved to: ${GPT_DIFF_OUTPUT_RELATIVE}`);
45
- process.exit(0);
46
- }
47
- function runGitDiff(command, successMessage, errorMessage) {
48
- try {
49
- console.log(`\u{1F50D} [i] Running command: ${command}`);
50
- const result = execSync(command, {
51
- encoding: "utf8",
52
- maxBuffer: 1024 * 1024 * 10
53
- // 10MB buffer to handle large diffs
54
- });
55
- if (!result || result.trim() === "") {
56
- console.log(`\u2139\uFE0F [i] No changes found for the specified criteria`);
57
- fs.writeFileSync(DIFF_OUTPUT, "# No changes found\n");
58
- console.log(`\u2705 Empty diff saved to "${DIFF_OUTPUT_RELATIVE}"`);
59
- return;
60
- }
61
- fs.writeFileSync(DIFF_OUTPUT, result);
62
- fs.writeFileSync(
63
- GPT_DIFF_OUTPUT,
64
- `Hello, ChatGPT!
65
- Can you create a conventional commit message by diff content below:
66
-
67
- \`\`\`${result}
68
- \`\`\`
69
-
70
- Give me result as codeblock with language "text" only.
71
-
72
- Thank you!`
73
- );
74
- console.log(`\u2705 ${successMessage}`);
75
- console.log(`\u{1F4BE} GPT diff prompt saved to "${GPT_DIFF_OUTPUT_RELATIVE}"`);
76
- } catch (error) {
77
- console.error(`\u274C ${errorMessage}`);
78
- console.error(`\u{1F4DD} Command: ${command}`);
79
- console.error(`\u26A0\uFE0F Error: ${error.message}`);
80
- if (error.message.includes("not a git repository")) {
81
- console.error("\u{1F6A7} Make sure you are in a git repository");
82
- }
83
- process.exit(1);
84
- }
85
- }
86
- async function mainGitDiff() {
87
- const args = (0, import_utils.getArgs)();
88
- const positional = args._ || [];
89
- if (args.help || args.h) {
90
- showHelp();
91
- }
92
- if (args["staged-only"] || args.s || args.S) {
93
- runGitDiff(
94
- "git --no-pager diff --staged",
95
- `Full staged diff saved to "${DIFF_OUTPUT_RELATIVE}"`,
96
- "Failed to save staged diff"
97
- );
98
- } else {
99
- const file = positional[0];
100
- if (!file) {
101
- runGitDiff(
102
- "git --no-pager diff",
103
- `Full staged diff saved to "${DIFF_OUTPUT_RELATIVE}"`,
104
- "Failed to save all diff's"
105
- );
106
- } else {
107
- runGitDiff(
108
- `git --no-pager diff --cached -- "${file}"`,
109
- `Staged diff of "${file}" saved to "${DIFF_OUTPUT_RELATIVE}"`,
110
- `Failed to generate diff for "${file}"`
111
- );
112
- }
113
- }
114
- if (args.ai) {
115
- try {
116
- await runChatGpt({ headless: true, questionFile: GPT_DIFF_OUTPUT });
117
- } catch (error) {
118
- console.error("\u274C Error running ChatGPT:", error.message);
119
- console.error("\u{1F4A1} Try running with visible browser mode or check if Chrome is installed");
120
- }
121
- } else {
122
- console.log("\u{1F4A1} Tip: Use --ai flag to generate commit message with ChatGPT");
123
- }
124
- }
125
- var git_diff_default = runGitDiff;
126
-
127
- export {
128
- DIFF_OUTPUT,
129
- GPT_DIFF_OUTPUT,
130
- CACHE_DIR,
131
- DIFF_OUTPUT_RELATIVE,
132
- GPT_DIFF_OUTPUT_RELATIVE,
133
- runGitDiff,
134
- mainGitDiff,
135
- git_diff_default
136
- };
@@ -1,136 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- import {
3
- runChatGpt
4
- } from "./chunk-N436BNBK.mjs";
5
- import {
6
- require_binary_collections_config
7
- } from "./chunk-NCXAP7AA.mjs";
8
- import {
9
- require_utils
10
- } from "./chunk-Z6JLYU2J.mjs";
11
- import {
12
- __toESM,
13
- init_esm_shims
14
- } from "./chunk-QQ4A6DLD.mjs";
15
-
16
- // src/git-diff.js
17
- init_esm_shims();
18
- var import_binary_collections_config = __toESM(require_binary_collections_config(), 1);
19
- import { execSync } from "child_process";
20
- import fs from "fs-extra";
21
- import path from "upath";
22
- import { fileURLToPath } from "url";
23
- var import_utils = __toESM(require_utils(), 1);
24
- var __filename = fileURLToPath(import.meta.url);
25
- var __dirname = path.dirname(__filename);
26
- var DIFF_OUTPUT = (0, import_binary_collections_config.getTempPath)("git-diff.txt");
27
- var GPT_DIFF_OUTPUT = (0, import_binary_collections_config.getTempPath)("gpt-question.txt");
28
- var CACHE_DIR = path.dirname(DIFF_OUTPUT);
29
- var DIFF_OUTPUT_RELATIVE = path.relative(process.cwd(), DIFF_OUTPUT);
30
- var GPT_DIFF_OUTPUT_RELATIVE = path.relative(process.cwd(), GPT_DIFF_OUTPUT);
31
- if (!fs.existsSync(CACHE_DIR)) {
32
- fs.mkdirSync(CACHE_DIR, { recursive: true });
33
- }
34
- function showHelp() {
35
- console.log("\u{1F4DD} Git Diff Helper");
36
- console.log("\u{1F4C4} Usage:");
37
- console.log(" \u{1F4C2} git-diff FILE Show staged diff of specified file");
38
- console.log(" \u{1F4C2} git-diff --staged-only Show staged diff of all files");
39
- console.log(" \u{1F4C2} git-diff -s | -S Same as --staged-only");
40
- console.log(" \u{1F4C2} git-diff --ai Run ChatGPT automation for commit message");
41
- console.log(" \u{1F4C2} git-diff --help | -h Show this help message");
42
- console.log("");
43
- console.log(`\u{1F4BE} Output is saved to: ${DIFF_OUTPUT_RELATIVE}`);
44
- console.log(`\u{1F916} GPT prompt is saved to: ${GPT_DIFF_OUTPUT_RELATIVE}`);
45
- process.exit(0);
46
- }
47
- function runGitDiff(command, successMessage, errorMessage) {
48
- try {
49
- console.log(`\u{1F50D} [i] Running command: ${command}`);
50
- const result = execSync(command, {
51
- encoding: "utf8",
52
- maxBuffer: 1024 * 1024 * 10
53
- // 10MB buffer to handle large diffs
54
- });
55
- if (!result || result.trim() === "") {
56
- console.log(`\u2139\uFE0F [i] No changes found for the specified criteria`);
57
- fs.writeFileSync(DIFF_OUTPUT, "# No changes found\n");
58
- console.log(`\u2705 Empty diff saved to "${DIFF_OUTPUT_RELATIVE}"`);
59
- return;
60
- }
61
- fs.writeFileSync(DIFF_OUTPUT, result);
62
- fs.writeFileSync(
63
- GPT_DIFF_OUTPUT,
64
- `Hello, ChatGPT!
65
- Can you create a conventional commit message by diff content below:
66
-
67
- \`\`\`${result}
68
- \`\`\`
69
-
70
- Give me result as codeblock with language "text" only.
71
-
72
- Thank you!`
73
- );
74
- console.log(`\u2705 ${successMessage}`);
75
- console.log(`\u{1F4BE} GPT diff prompt saved to "${GPT_DIFF_OUTPUT_RELATIVE}"`);
76
- } catch (error) {
77
- console.error(`\u274C ${errorMessage}`);
78
- console.error(`\u{1F4DD} Command: ${command}`);
79
- console.error(`\u26A0\uFE0F Error: ${error.message}`);
80
- if (error.message.includes("not a git repository")) {
81
- console.error("\u{1F6A7} Make sure you are in a git repository");
82
- }
83
- process.exit(1);
84
- }
85
- }
86
- async function mainGitDiff() {
87
- const args = (0, import_utils.getArgs)();
88
- const positional = args._ || [];
89
- if (args.help || args.h) {
90
- showHelp();
91
- }
92
- if (args["staged-only"] || args.s || args.S) {
93
- runGitDiff(
94
- "git --no-pager diff --staged",
95
- `Full staged diff saved to "${DIFF_OUTPUT_RELATIVE}"`,
96
- "Failed to save staged diff"
97
- );
98
- } else {
99
- const file = positional[0];
100
- if (!file) {
101
- runGitDiff(
102
- "git --no-pager diff",
103
- `Full staged diff saved to "${DIFF_OUTPUT_RELATIVE}"`,
104
- "Failed to save all diff's"
105
- );
106
- } else {
107
- runGitDiff(
108
- `git --no-pager diff --cached -- "${file}"`,
109
- `Staged diff of "${file}" saved to "${DIFF_OUTPUT_RELATIVE}"`,
110
- `Failed to generate diff for "${file}"`
111
- );
112
- }
113
- }
114
- if (args.ai) {
115
- try {
116
- await runChatGpt({ headless: true, questionFile: GPT_DIFF_OUTPUT });
117
- } catch (error) {
118
- console.error("\u274C Error running ChatGPT:", error.message);
119
- console.error("\u{1F4A1} Try running with visible browser mode or check if Chrome is installed");
120
- }
121
- } else {
122
- console.log("\u{1F4A1} Tip: Use --ai flag to generate commit message with ChatGPT");
123
- }
124
- }
125
- var git_diff_default = runGitDiff;
126
-
127
- export {
128
- DIFF_OUTPUT,
129
- GPT_DIFF_OUTPUT,
130
- CACHE_DIR,
131
- DIFF_OUTPUT_RELATIVE,
132
- GPT_DIFF_OUTPUT_RELATIVE,
133
- runGitDiff,
134
- mainGitDiff,
135
- git_diff_default
136
- };
@@ -1,59 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- import {
3
- __commonJS,
4
- __require,
5
- init_esm_shims
6
- } from "./chunk-QQ4A6DLD.mjs";
7
-
8
- // src/submodule-remove.cjs
9
- var require_submodule_remove = __commonJS({
10
- "src/submodule-remove.cjs"(exports, module) {
11
- init_esm_shims();
12
- var { spawnAsync } = __require("cross-spawn");
13
- var path = __require("upath");
14
- var fs = __require("fs-extra");
15
- var dotenv = __require("dotenv");
16
- dotenv.config({ path: path.resolve(process.cwd(), ".env"), override: true, quiet: true });
17
- async function removeSubmodule(submodulePath) {
18
- try {
19
- await spawnAsync("git", ["submodule", "deinit", "-f", submodulePath], { stdio: "inherit" });
20
- } catch (error) {
21
- console.warn(`Warning: Could not deinitialize submodule "${submodulePath}". It may not exist.`);
22
- console.warn(error.message);
23
- }
24
- try {
25
- await spawnAsync("git", ["config", "--remove-section", `submodule.${submodulePath}`], { stdio: "inherit" });
26
- } catch (error) {
27
- console.warn(`Warning: Could not remove git config section for submodule "${submodulePath}". It may not exist.`);
28
- console.warn(error.message);
29
- }
30
- const gitModulesPath = path.resolve(".git", "modules", submodulePath);
31
- if (fs.existsSync(gitModulesPath)) {
32
- fs.rmSync(gitModulesPath, { recursive: true, force: true });
33
- console.log(`Removed .git/modules entry for submodule "${submodulePath}".`);
34
- } else {
35
- console.warn(`Warning: The path "${gitModulesPath}" does not exist. Skipping removal of .git/modules entry.`);
36
- }
37
- const gitmodulesPath = path.resolve(".gitmodules");
38
- if (fs.existsSync(gitmodulesPath)) {
39
- let gitmodulesContent = fs.readFileSync(gitmodulesPath, "utf-8");
40
- const submoduleSectionRegex = new RegExp(
41
- `\\[submodule "${submodulePath.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&")}"]([\\s\\S]*?)(?=\\[|$)`,
42
- "g"
43
- );
44
- gitmodulesContent = gitmodulesContent.replace(submoduleSectionRegex, "").trim();
45
- fs.writeFileSync(gitmodulesPath, gitmodulesContent);
46
- console.log(`Removed submodule "${submodulePath}" from .gitmodules.`);
47
- } else {
48
- console.warn(`Warning: The .gitmodules file does not exist. Skipping removal of submodule "${submodulePath}".`);
49
- }
50
- fs.rmSync(path.resolve(submodulePath), { recursive: true, force: true });
51
- console.log(`Submodule "${submodulePath}" has been removed.`);
52
- }
53
- module.exports = removeSubmodule;
54
- }
55
- });
56
-
57
- export {
58
- require_submodule_remove
59
- };
@@ -1,31 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- import {
3
- __commonJS,
4
- __require,
5
- init_esm_shims
6
- } from "./chunk-QQ4A6DLD.mjs";
7
-
8
- // src/binary-collections-config.cjs
9
- var require_binary_collections_config = __commonJS({
10
- "src/binary-collections-config.cjs"(exports, module) {
11
- init_esm_shims();
12
- var path = __require("path");
13
- __require("dotenv").config({ path: path.join(process.cwd(), ".env"), quiet: true, override: true });
14
- function getTempDir() {
15
- return process.env.TEMP_DIR || path.join(process.cwd(), "tmp");
16
- }
17
- function getTempPath(...segments) {
18
- return path.join(getTempDir(), ...segments);
19
- }
20
- var TEMP_BASE_DIR = getTempDir();
21
- module.exports = {
22
- getTempDir,
23
- getTempPath,
24
- TEMP_BASE_DIR
25
- };
26
- }
27
- });
28
-
29
- export {
30
- require_binary_collections_config
31
- };
package/lib/del-ps.js DELETED
@@ -1,32 +0,0 @@
1
- "use strict";
2
- const crossSpawn = require("cross-spawn");
3
- const ps = require("ps-node");
4
- const isWin = require("./ps/isWin.js").default;
5
- const { getArgs } = require("./utils/index.cjs");
6
- getArgs()._.forEach((command) => {
7
- ps.lookup({
8
- command,
9
- psargs: "ux"
10
- }, function (err, resultList) {
11
- if (err) {
12
- throw new Error(err);
13
- }
14
- resultList.forEach(function (process) {
15
- if (process) {
16
- // console.log('PID: %s, COMMAND: %s, ARGUMENTS: %s', process.pid, process.command, process.arguments);
17
- if (!isWin) {
18
- crossSpawn.spawnAsync("kill", ["-9", process.pid]).catch((e) => console.log(`kill failed ${e.message}`));
19
- crossSpawn
20
- .spawnAsync("killall", ["-9", process.pid])
21
- .catch((e) => console.log(`killall failed ${e.message}`));
22
- }
23
- else {
24
- // wmic process where "name like 'java.exe'" delete
25
- crossSpawn
26
- .spawnAsync("wmic", ["process", "where", `"name like '${command}'" delete`])
27
- .catch((e) => console.log(`wmic failed ${e.message}`));
28
- }
29
- }
30
- });
31
- });
32
- });
package/lib/del-ps.mjs DELETED
@@ -1,43 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- import {
3
- init_isWin,
4
- isWin_exports
5
- } from "./chunk-6S4NXESK.mjs";
6
- import {
7
- require_utils
8
- } from "./chunk-Z6JLYU2J.mjs";
9
- import {
10
- __require,
11
- __toCommonJS,
12
- init_esm_shims
13
- } from "./chunk-QQ4A6DLD.mjs";
14
-
15
- // src/del-ps.js
16
- init_esm_shims();
17
- var crossSpawn = __require("cross-spawn");
18
- var ps = __require("ps-node");
19
- var isWin = (init_isWin(), __toCommonJS(isWin_exports)).default;
20
- var { getArgs } = require_utils();
21
- getArgs()._.forEach((command) => {
22
- ps.lookup(
23
- {
24
- command,
25
- psargs: "ux"
26
- },
27
- function(err, resultList) {
28
- if (err) {
29
- throw new Error(err);
30
- }
31
- resultList.forEach(function(process) {
32
- if (process) {
33
- if (!isWin) {
34
- crossSpawn.spawnAsync("kill", ["-9", process.pid]).catch((e) => console.log(`kill failed ${e.message}`));
35
- crossSpawn.spawnAsync("killall", ["-9", process.pid]).catch((e) => console.log(`killall failed ${e.message}`));
36
- } else {
37
- crossSpawn.spawnAsync("wmic", ["process", "where", `"name like '${command}'" delete`]).catch((e) => console.log(`wmic failed ${e.message}`));
38
- }
39
- }
40
- });
41
- }
42
- );
43
- });
@@ -1,17 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __copyProps = (to, from, except, desc) => {
6
- if (from && typeof from === "object" || typeof from === "function") {
7
- for (let key of __getOwnPropNames(from))
8
- if (!__hasOwnProp.call(to, key) && key !== except)
9
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
- }
11
- return to;
12
- };
13
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
14
-
15
- // src/ps/index.d.ts
16
- var index_d_exports = {};
17
- module.exports = __toCommonJS(index_d_exports);
package/lib/ps/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- declare const _exports: Function;
2
- export = _exports;