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
@@ -0,0 +1,285 @@
1
+ #!/usr/bin/env node
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __esm = (fn, res) => function __init() {
9
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
10
+ };
11
+ var __commonJS = (cb, mod) => function __require() {
12
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
13
+ };
14
+ var __copyProps = (to, from, except, desc) => {
15
+ if (from && typeof from === "object" || typeof from === "function") {
16
+ for (let key of __getOwnPropNames(from))
17
+ if (!__hasOwnProp.call(to, key) && key !== except)
18
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
19
+ }
20
+ return to;
21
+ };
22
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
23
+ // If the importer is in node compatibility mode or this is not an ESM
24
+ // file that has been converted to a CommonJS file using a Babel-
25
+ // compatible transform (i.e. "__esModule" has not been set), then set
26
+ // "default" to the CommonJS "module.exports" for node compatibility.
27
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
28
+ mod
29
+ ));
30
+
31
+ // node_modules/tsup/assets/cjs_shims.js
32
+ var getImportMetaUrl, importMetaUrl;
33
+ var init_cjs_shims = __esm({
34
+ "node_modules/tsup/assets/cjs_shims.js"() {
35
+ getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.tagName.toUpperCase() === "SCRIPT" ? document.currentScript.src : new URL("main.js", document.baseURI).href;
36
+ importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
37
+ }
38
+ });
39
+
40
+ // src/utils/index.cjs
41
+ var require_utils = __commonJS({
42
+ "src/utils/index.cjs"(exports2, module2) {
43
+ init_cjs_shims();
44
+ var fs2 = require("fs");
45
+ var path2 = require("upath");
46
+ var minimistLib = require("minimist");
47
+ var argv2 = minimistLib(process.argv.slice(2));
48
+ var { exec } = require("child_process");
49
+ var { promisify } = require("util");
50
+ var execAsync = promisify(exec);
51
+ async function parseGitRemotes() {
52
+ try {
53
+ const { stdout } = await execAsync("git remote -v");
54
+ const lines = stdout.split("\n");
55
+ const remotes = {};
56
+ lines.forEach((line) => {
57
+ const [name, url] = line.split(" ");
58
+ if (name && url) {
59
+ const [repoUrl] = url.split(" ");
60
+ try {
61
+ const parsedUrl = new URL(repoUrl);
62
+ const pathParts = parsedUrl.pathname.split("/").filter(Boolean);
63
+ if (parsedUrl.hostname === "github.com" && pathParts.length === 2) {
64
+ let repoPath = pathParts.join("/");
65
+ if (repoPath.endsWith(".git")) {
66
+ repoPath = repoPath.slice(0, -4);
67
+ }
68
+ remotes[name] = repoPath;
69
+ }
70
+ } catch (e) {
71
+ console.error("URL Parsing Error:", e.message);
72
+ }
73
+ }
74
+ });
75
+ return remotes;
76
+ } catch (error) {
77
+ console.error("Error:", error.message);
78
+ return {};
79
+ }
80
+ }
81
+ module2.exports.parseGitRemotes = parseGitRemotes;
82
+ function getArgs2(opts) {
83
+ if (opts) {
84
+ return minimistLib(process.argv.slice(2), opts);
85
+ }
86
+ return argv2;
87
+ }
88
+ module2.exports.getArgs = getArgs2;
89
+ function del(fullPath) {
90
+ try {
91
+ if (!fs2.existsSync(fullPath)) return;
92
+ const stat = fs2.lstatSync(fullPath);
93
+ if (stat.isSymbolicLink()) {
94
+ try {
95
+ fs2.unlinkSync(fullPath);
96
+ console.log("deleted symlink", fullPath);
97
+ } catch (e) {
98
+ console.log("failed delete symlink", fullPath, e && e.message);
99
+ }
100
+ return;
101
+ }
102
+ if (stat.isDirectory()) {
103
+ const subdir = fs2.readdirSync(fullPath).map((dirPath) => path2.resolve(fullPath, dirPath));
104
+ for (let i = 0; i < subdir.length; i++) {
105
+ del(subdir[i]);
106
+ }
107
+ try {
108
+ fs2.rmdirSync(fullPath);
109
+ console.log("deleted", fullPath);
110
+ } catch (_e) {
111
+ try {
112
+ fs2.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
113
+ console.log("deleted", fullPath);
114
+ } catch (ee) {
115
+ console.log("failed delete", fullPath, ee && ee.message);
116
+ }
117
+ }
118
+ return;
119
+ }
120
+ try {
121
+ fs2.unlinkSync(fullPath);
122
+ console.log("deleted", fullPath);
123
+ } catch (_e) {
124
+ try {
125
+ fs2.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
126
+ console.log("deleted", fullPath);
127
+ } catch (ee) {
128
+ console.log("failed delete", fullPath, ee && ee.message);
129
+ }
130
+ }
131
+ } catch (err) {
132
+ console.log("failed delete", fullPath, err && err.message);
133
+ }
134
+ }
135
+ module2.exports.del = del;
136
+ function delStream(globStream) {
137
+ globStream.stream().on("data", (result) => {
138
+ const fullPath = path2.resolve(process.cwd(), result);
139
+ try {
140
+ if (fs2.existsSync(fullPath)) {
141
+ const stat = fs2.lstatSync(fullPath);
142
+ if (stat.isSymbolicLink()) {
143
+ try {
144
+ fs2.unlinkSync(fullPath);
145
+ console.log("deleted symlink", fullPath);
146
+ } catch (e) {
147
+ console.log("failed delete symlink", fullPath, e && e.message);
148
+ }
149
+ return;
150
+ }
151
+ if (stat.isDirectory()) {
152
+ const subdir = fs2.readdirSync(fullPath).map((dirPath) => path2.resolve(fullPath, dirPath));
153
+ for (let i = 0; i < subdir.length; i++) {
154
+ del(subdir[i]);
155
+ }
156
+ }
157
+ }
158
+ del(fullPath);
159
+ } catch (err) {
160
+ console.log("failed processing", fullPath, err && err.message);
161
+ }
162
+ });
163
+ }
164
+ module2.exports.delStream = delStream;
165
+ function getFileTreeString(hashArray) {
166
+ const tree = {};
167
+ const hashMap = {};
168
+ for (const entry of hashArray) {
169
+ const [filePath, hash] = entry.split(" ");
170
+ hashMap[filePath] = hash;
171
+ const parts = filePath.split("/");
172
+ let current = tree;
173
+ for (let i = 0; i < parts.length; i++) {
174
+ const part = parts[i];
175
+ if (i === parts.length - 1) {
176
+ current[part] = null;
177
+ } else {
178
+ current[part] = current[part] || {};
179
+ current = current[part];
180
+ }
181
+ }
182
+ }
183
+ function printNode(node, prefix = "", parentPath = "") {
184
+ const keys = Object.keys(node).sort();
185
+ let lines = [];
186
+ keys.forEach((key, idx) => {
187
+ const isLast = idx === keys.length - 1;
188
+ const branch = isLast ? "\u2514\u2500\u2500 " : "\u251C\u2500\u2500 ";
189
+ const currentPath = parentPath ? parentPath + "/" + key : key;
190
+ if (node[key] === null) {
191
+ lines.push(prefix + branch + key + " [" + (hashMap[currentPath] || "") + "]");
192
+ } else {
193
+ lines.push(prefix + branch + key + "/");
194
+ lines = lines.concat(printNode(node[key], prefix + (isLast ? " " : "\u2502 "), currentPath));
195
+ }
196
+ });
197
+ return lines;
198
+ }
199
+ return printNode(tree, "", "").join("\n");
200
+ }
201
+ module2.exports.getFileTreeString = getFileTreeString;
202
+ var delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
203
+ module2.exports.delay = delay;
204
+ }
205
+ });
206
+
207
+ // src/rmpath-cli.mjs
208
+ init_cjs_shims();
209
+
210
+ // src/rmpath.mjs
211
+ init_cjs_shims();
212
+ var import_dotenv = __toESM(require("dotenv"), 1);
213
+ var import_fs_extra = __toESM(require("fs-extra"), 1);
214
+ var glob = __toESM(require("glob"), 1);
215
+ var import_upath = __toESM(require("upath"), 1);
216
+ var import_url = require("url");
217
+ var __filename2 = (0, import_url.fileURLToPath)(importMetaUrl);
218
+ var __dirname = import_upath.default.dirname(__filename2);
219
+ var dotenvPath = import_upath.default.resolve(process.cwd(), ".env");
220
+ if (import_fs_extra.default.existsSync(dotenvPath)) {
221
+ import_dotenv.default.config({ path: dotenvPath, override: true, quiet: true });
222
+ }
223
+ var deletePatterns = [];
224
+ function resolveDeletePatterns(targetPath) {
225
+ if (import_fs_extra.default.existsSync(targetPath) && import_fs_extra.default.lstatSync(targetPath).isFile()) {
226
+ deletePatterns.push(targetPath);
227
+ return;
228
+ }
229
+ const vowels = ["a", "i", "u", "e", "o", "A", "I", "U", "E", "O"];
230
+ const letters = [];
231
+ for (let i = 97; i <= 122; i++) letters.push(String.fromCharCode(i));
232
+ for (let i = 65; i <= 90; i++) letters.push(String.fromCharCode(i));
233
+ for (const letter of letters) {
234
+ for (const vowel of vowels) {
235
+ deletePatterns.push(
236
+ `.${letter}*`,
237
+ `@${letter}*`,
238
+ `${letter}*`,
239
+ `@${letter}${vowel}*`,
240
+ `.${letter}${vowel}*`,
241
+ `${letter}${vowel}*`
242
+ );
243
+ }
244
+ }
245
+ }
246
+ async function deleteMatchingFiles(baseDir) {
247
+ for (const pattern of deletePatterns) {
248
+ if (import_fs_extra.default.existsSync(pattern)) {
249
+ import_fs_extra.default.rmSync(pattern, { recursive: true, force: true });
250
+ continue;
251
+ }
252
+ const matches = glob.sync(import_upath.default.join(baseDir, pattern), { dot: true, nocase: true });
253
+ for (const fpath of matches) {
254
+ try {
255
+ console.log(`deleting ${fpath}`);
256
+ import_fs_extra.default.rmSync(fpath, { recursive: true, force: true });
257
+ } catch (_e) {
258
+ console.error(`cannot delete ${fpath}`);
259
+ }
260
+ }
261
+ }
262
+ }
263
+ async function deleteMainScript(targetPath) {
264
+ if (!import_fs_extra.default.existsSync(targetPath)) {
265
+ targetPath = import_upath.default.resolve(process.cwd(), targetPath);
266
+ }
267
+ resolveDeletePatterns(targetPath);
268
+ await deleteMatchingFiles(targetPath);
269
+ console.log(`cleaning ${targetPath}`);
270
+ try {
271
+ import_fs_extra.default.rmSync(targetPath, { recursive: true, force: true });
272
+ } catch (_e) {
273
+ }
274
+ }
275
+
276
+ // src/rmpath-cli.mjs
277
+ var import_utils = __toESM(require_utils(), 1);
278
+ var argv = (0, import_utils.getArgs)();
279
+ var positional = argv._ || [];
280
+ if (positional.length === 0) {
281
+ console.error("You need to provide a file or folder path");
282
+ process.exit(1);
283
+ } else {
284
+ deleteMainScript(positional[0]);
285
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,23 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ deleteMainScript
4
+ } from "./chunk-RDGDLSPD.mjs";
5
+ import {
6
+ require_utils
7
+ } from "./chunk-6RK5UCTP.mjs";
8
+ import {
9
+ __toESM,
10
+ init_esm_shims
11
+ } from "./chunk-QQ4A6DLD.mjs";
12
+
13
+ // src/rmpath-cli.mjs
14
+ init_esm_shims();
15
+ var import_utils = __toESM(require_utils(), 1);
16
+ var argv = (0, import_utils.getArgs)();
17
+ var positional = argv._ || [];
18
+ if (positional.length === 0) {
19
+ console.error("You need to provide a file or folder path");
20
+ process.exit(1);
21
+ } else {
22
+ deleteMainScript(positional[0]);
23
+ }
package/lib/rmpath.cjs CHANGED
@@ -1,16 +1,9 @@
1
- #!/usr/bin/env node
2
1
  var __create = Object.create;
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
5
  var __getProtoOf = Object.getPrototypeOf;
7
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __esm = (fn, res) => function __init() {
9
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
10
- };
11
- var __commonJS = (cb, mod) => function __require() {
12
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
13
- };
14
7
  var __export = (target, all) => {
15
8
  for (var name in all)
16
9
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -33,187 +26,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
26
  ));
34
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
28
 
36
- // node_modules/tsup/assets/cjs_shims.js
37
- var getImportMetaUrl, importMetaUrl;
38
- var init_cjs_shims = __esm({
39
- "node_modules/tsup/assets/cjs_shims.js"() {
40
- getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.tagName.toUpperCase() === "SCRIPT" ? document.currentScript.src : new URL("main.js", document.baseURI).href;
41
- importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
42
- }
43
- });
44
-
45
- // src/utils/index.cjs
46
- var require_utils = __commonJS({
47
- "src/utils/index.cjs"(exports2, module2) {
48
- init_cjs_shims();
49
- var fs2 = require("fs");
50
- var path2 = require("upath");
51
- var argv2 = require("minimist")(process.argv.slice(2));
52
- var { exec } = require("child_process");
53
- var { URL: URL2 } = require("url");
54
- var { promisify } = require("util");
55
- var execAsync = promisify(exec);
56
- async function parseGitRemotes() {
57
- try {
58
- const { stdout } = await execAsync("git remote -v");
59
- const lines = stdout.split("\n");
60
- const remotes = {};
61
- lines.forEach((line) => {
62
- const [name, url] = line.split(" ");
63
- if (name && url) {
64
- const [repoUrl] = url.split(" ");
65
- try {
66
- const parsedUrl = new URL2(repoUrl);
67
- const pathParts = parsedUrl.pathname.split("/").filter(Boolean);
68
- if (parsedUrl.hostname === "github.com" && pathParts.length === 2) {
69
- let repoPath = pathParts.join("/");
70
- if (repoPath.endsWith(".git")) {
71
- repoPath = repoPath.slice(0, -4);
72
- }
73
- remotes[name] = repoPath;
74
- }
75
- } catch (e) {
76
- console.error("URL Parsing Error:", e.message);
77
- }
78
- }
79
- });
80
- return remotes;
81
- } catch (error) {
82
- console.error("Error:", error.message);
83
- return {};
84
- }
85
- }
86
- module2.exports.parseGitRemotes = parseGitRemotes;
87
- function joinPathPreserveDriveLetter(...segments) {
88
- let fullPath = require("path").join(...segments);
89
- if (/^[a-z]:\\/.test(fullPath)) {
90
- fullPath = fullPath.charAt(0).toUpperCase() + fullPath.slice(1);
91
- }
92
- return fullPath;
93
- }
94
- module2.exports.joinPathPreserveDriveLetter = joinPathPreserveDriveLetter;
95
- function getArgs2() {
96
- return argv2;
97
- }
98
- module2.exports.getArgs = getArgs2;
99
- function del(fullPath) {
100
- try {
101
- if (!fs2.existsSync(fullPath)) return;
102
- const stat = fs2.lstatSync(fullPath);
103
- if (stat.isSymbolicLink()) {
104
- try {
105
- fs2.unlinkSync(fullPath);
106
- console.log("deleted symlink", fullPath);
107
- } catch (e) {
108
- console.log("failed delete symlink", fullPath, e && e.message);
109
- }
110
- return;
111
- }
112
- if (stat.isDirectory()) {
113
- const subdir = fs2.readdirSync(fullPath).map((dirPath) => path2.resolve(fullPath, dirPath));
114
- for (let i = 0; i < subdir.length; i++) {
115
- del(subdir[i]);
116
- }
117
- try {
118
- fs2.rmdirSync(fullPath);
119
- console.log("deleted", fullPath);
120
- } catch (e) {
121
- try {
122
- fs2.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
123
- console.log("deleted", fullPath);
124
- } catch (ee) {
125
- console.log("failed delete", fullPath, ee && ee.message);
126
- }
127
- }
128
- return;
129
- }
130
- try {
131
- fs2.unlinkSync(fullPath);
132
- console.log("deleted", fullPath);
133
- } catch (e) {
134
- try {
135
- fs2.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
136
- console.log("deleted", fullPath);
137
- } catch (ee) {
138
- console.log("failed delete", fullPath, ee && ee.message);
139
- }
140
- }
141
- } catch (err) {
142
- console.log("failed delete", fullPath, err && err.message);
143
- }
144
- }
145
- module2.exports.del = del;
146
- function delStream(globStream) {
147
- globStream.stream().on("data", (result) => {
148
- const fullPath = path2.resolve(process.cwd(), result);
149
- try {
150
- if (fs2.existsSync(fullPath)) {
151
- const stat = fs2.lstatSync(fullPath);
152
- if (stat.isSymbolicLink()) {
153
- try {
154
- fs2.unlinkSync(fullPath);
155
- console.log("deleted symlink", fullPath);
156
- } catch (e) {
157
- console.log("failed delete symlink", fullPath, e && e.message);
158
- }
159
- return;
160
- }
161
- if (stat.isDirectory()) {
162
- const subdir = fs2.readdirSync(fullPath).map((dirPath) => path2.resolve(fullPath, dirPath));
163
- for (let i = 0; i < subdir.length; i++) {
164
- del(subdir[i]);
165
- }
166
- }
167
- }
168
- del(fullPath);
169
- } catch (err) {
170
- console.log("failed processing", fullPath, err && err.message);
171
- }
172
- });
173
- }
174
- module2.exports.delStream = delStream;
175
- function getFileTreeString(hashArray) {
176
- const tree = {};
177
- const hashMap = {};
178
- for (const entry of hashArray) {
179
- const [filePath, hash] = entry.split(" ");
180
- hashMap[filePath] = hash;
181
- const parts = filePath.split("/");
182
- let current = tree;
183
- for (let i = 0; i < parts.length; i++) {
184
- const part = parts[i];
185
- if (i === parts.length - 1) {
186
- current[part] = null;
187
- } else {
188
- current[part] = current[part] || {};
189
- current = current[part];
190
- }
191
- }
192
- }
193
- function printNode(node, prefix = "", parentPath = "") {
194
- const keys = Object.keys(node).sort();
195
- let lines = [];
196
- keys.forEach((key, idx) => {
197
- const isLast = idx === keys.length - 1;
198
- const branch = isLast ? "\u2514\u2500\u2500 " : "\u251C\u2500\u2500 ";
199
- const currentPath = parentPath ? parentPath + "/" + key : key;
200
- if (node[key] === null) {
201
- lines.push(prefix + branch + key + " [" + (hashMap[currentPath] || "") + "]");
202
- } else {
203
- lines.push(prefix + branch + key + "/");
204
- lines = lines.concat(printNode(node[key], prefix + (isLast ? " " : "\u2502 "), currentPath));
205
- }
206
- });
207
- return lines;
208
- }
209
- return printNode(tree, "", "").join("\n");
210
- }
211
- module2.exports.getFileTreeString = getFileTreeString;
212
- var delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
213
- module2.exports.delay = delay;
214
- }
215
- });
216
-
217
29
  // src/rmpath.mjs
218
30
  var rmpath_exports = {};
219
31
  __export(rmpath_exports, {
@@ -222,21 +34,23 @@ __export(rmpath_exports, {
222
34
  resolveDeletePatterns: () => resolveDeletePatterns
223
35
  });
224
36
  module.exports = __toCommonJS(rmpath_exports);
225
- init_cjs_shims();
37
+
38
+ // node_modules/tsup/assets/cjs_shims.js
39
+ var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.tagName.toUpperCase() === "SCRIPT" ? document.currentScript.src : new URL("main.js", document.baseURI).href;
40
+ var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
41
+
42
+ // src/rmpath.mjs
226
43
  var import_dotenv = __toESM(require("dotenv"), 1);
227
44
  var import_fs_extra = __toESM(require("fs-extra"), 1);
228
45
  var glob = __toESM(require("glob"), 1);
229
46
  var import_upath = __toESM(require("upath"), 1);
230
47
  var import_url = require("url");
231
- var import_utils = __toESM(require_utils(), 1);
232
48
  var __filename2 = (0, import_url.fileURLToPath)(importMetaUrl);
233
49
  var __dirname = import_upath.default.dirname(__filename2);
234
50
  var dotenvPath = import_upath.default.resolve(process.cwd(), ".env");
235
51
  if (import_fs_extra.default.existsSync(dotenvPath)) {
236
52
  import_dotenv.default.config({ path: dotenvPath, override: true, quiet: true });
237
53
  }
238
- var argv = (0, import_utils.getArgs)();
239
- var positional = argv._ || [];
240
54
  var deletePatterns = [];
241
55
  function resolveDeletePatterns(targetPath) {
242
56
  if (import_fs_extra.default.existsSync(targetPath) && import_fs_extra.default.lstatSync(targetPath).isFile()) {
@@ -289,31 +103,6 @@ async function deleteMainScript(targetPath) {
289
103
  } catch (_e) {
290
104
  }
291
105
  }
292
- var isMain = false;
293
- try {
294
- if (typeof require !== "undefined" && typeof module !== "undefined" && require.main === module) {
295
- isMain = true;
296
- }
297
- } catch (_e) {
298
- }
299
- try {
300
- const mainArg = process.argv[1] && import_upath.default.resolve(process.argv[1]);
301
- if (mainArg && importMetaUrl === (0, import_url.pathToFileURL)(mainArg).href) {
302
- isMain = true;
303
- }
304
- } catch (_e) {
305
- }
306
- if (isMain) {
307
- console.log("Invoked from CLI");
308
- if (positional.length === 0) {
309
- console.error("You need to provide a file or folder path");
310
- process.exit(1);
311
- } else {
312
- deleteMainScript(positional[0]);
313
- }
314
- } else {
315
- console.log("Not invoked from CLI");
316
- }
317
106
  // Annotate the CommonJS export names for ESM import in node:
318
107
  0 && (module.exports = {
319
108
  deleteMainScript,
package/lib/rmpath.mjs CHANGED
@@ -1,106 +1,10 @@
1
1
  import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
2
  import {
3
- require_utils
4
- } from "./chunk-Z6JLYU2J.mjs";
5
- import {
6
- __require,
7
- __toESM,
8
- init_esm_shims
9
- } from "./chunk-QQ4A6DLD.mjs";
10
-
11
- // src/rmpath.mjs
12
- init_esm_shims();
13
- var import_utils = __toESM(require_utils(), 1);
14
- import dotenv from "dotenv";
15
- import fs from "fs-extra";
16
- import * as glob from "glob";
17
- import path from "upath";
18
- import { fileURLToPath, pathToFileURL } from "url";
19
- var __filename = fileURLToPath(import.meta.url);
20
- var __dirname = path.dirname(__filename);
21
- var dotenvPath = path.resolve(process.cwd(), ".env");
22
- if (fs.existsSync(dotenvPath)) {
23
- dotenv.config({ path: dotenvPath, override: true, quiet: true });
24
- }
25
- var argv = (0, import_utils.getArgs)();
26
- var positional = argv._ || [];
27
- var deletePatterns = [];
28
- function resolveDeletePatterns(targetPath) {
29
- if (fs.existsSync(targetPath) && fs.lstatSync(targetPath).isFile()) {
30
- deletePatterns.push(targetPath);
31
- return;
32
- }
33
- const vowels = ["a", "i", "u", "e", "o", "A", "I", "U", "E", "O"];
34
- const letters = [];
35
- for (let i = 97; i <= 122; i++) letters.push(String.fromCharCode(i));
36
- for (let i = 65; i <= 90; i++) letters.push(String.fromCharCode(i));
37
- for (const letter of letters) {
38
- for (const vowel of vowels) {
39
- deletePatterns.push(
40
- `.${letter}*`,
41
- `@${letter}*`,
42
- `${letter}*`,
43
- `@${letter}${vowel}*`,
44
- `.${letter}${vowel}*`,
45
- `${letter}${vowel}*`
46
- );
47
- }
48
- }
49
- }
50
- async function deleteMatchingFiles(baseDir) {
51
- for (const pattern of deletePatterns) {
52
- if (fs.existsSync(pattern)) {
53
- fs.rmSync(pattern, { recursive: true, force: true });
54
- continue;
55
- }
56
- const matches = glob.sync(path.join(baseDir, pattern), { dot: true, nocase: true });
57
- for (const fpath of matches) {
58
- try {
59
- console.log(`deleting ${fpath}`);
60
- fs.rmSync(fpath, { recursive: true, force: true });
61
- } catch (_e) {
62
- console.error(`cannot delete ${fpath}`);
63
- }
64
- }
65
- }
66
- }
67
- async function deleteMainScript(targetPath) {
68
- if (!fs.existsSync(targetPath)) {
69
- targetPath = path.resolve(process.cwd(), targetPath);
70
- }
71
- resolveDeletePatterns(targetPath);
72
- await deleteMatchingFiles(targetPath);
73
- console.log(`cleaning ${targetPath}`);
74
- try {
75
- fs.rmSync(targetPath, { recursive: true, force: true });
76
- } catch (_e) {
77
- }
78
- }
79
- var isMain = false;
80
- try {
81
- if (typeof __require !== "undefined" && typeof module !== "undefined" && __require.main === module) {
82
- isMain = true;
83
- }
84
- } catch (_e) {
85
- }
86
- try {
87
- const mainArg = process.argv[1] && path.resolve(process.argv[1]);
88
- if (mainArg && import.meta.url === pathToFileURL(mainArg).href) {
89
- isMain = true;
90
- }
91
- } catch (_e) {
92
- }
93
- if (isMain) {
94
- console.log("Invoked from CLI");
95
- if (positional.length === 0) {
96
- console.error("You need to provide a file or folder path");
97
- process.exit(1);
98
- } else {
99
- deleteMainScript(positional[0]);
100
- }
101
- } else {
102
- console.log("Not invoked from CLI");
103
- }
3
+ deleteMainScript,
4
+ deleteMatchingFiles,
5
+ resolveDeletePatterns
6
+ } from "./chunk-RDGDLSPD.mjs";
7
+ import "./chunk-QQ4A6DLD.mjs";
104
8
  export {
105
9
  deleteMainScript,
106
10
  deleteMatchingFiles,