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,253 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ __commonJS
4
+ } from "./chunk-QQ4A6DLD.mjs";
5
+
6
+ // package.json
7
+ var require_package = __commonJS({
8
+ "package.json"(exports, module) {
9
+ module.exports = {
10
+ name: "binary-collections",
11
+ version: "2.0.13",
12
+ description: "Utility to clean any programming caches and more",
13
+ keywords: [
14
+ "cache",
15
+ "cleaner",
16
+ "utility"
17
+ ],
18
+ homepage: "https://www.webmanajemen.com/",
19
+ bugs: {
20
+ url: "https://github.com/dimaslanjaka/bin/issues"
21
+ },
22
+ license: "MIT",
23
+ author: {
24
+ name: "dimaslanjaka",
25
+ email: "dimaslanjaka@gmail.com",
26
+ url: "https://webmanajemen.com"
27
+ },
28
+ type: "module",
29
+ main: "lib/index.js",
30
+ exports: {
31
+ ".": {
32
+ require: {
33
+ default: "./lib/index.cjs",
34
+ types: "./lib/index.d.ts"
35
+ },
36
+ import: {
37
+ default: "./lib/index.mjs",
38
+ types: "./lib/index.d.mts"
39
+ }
40
+ },
41
+ "./package.json": "./package.json"
42
+ },
43
+ types: "lib/index.d.ts",
44
+ files: [
45
+ "binaries",
46
+ "lib",
47
+ "docs-src",
48
+ "readme.md",
49
+ ".puppeterrc.cjs",
50
+ "requirements.txt"
51
+ ],
52
+ scripts: {
53
+ build: "tsc -b tsconfig.build.json && npm run build-tsup && npm run build-exports",
54
+ "build-exports": "node -r ts-node/register -r dotenv/config build.mjs",
55
+ "build-packages": "yarn workspaces foreach --worktree --exclude=binary-collections --no-private run build",
56
+ "build-rollup": "rollup -c rollup.config.js",
57
+ "build-tsup": "node build.tsup.js",
58
+ clean: "rimraf lib tmp/dist binaries",
59
+ pack: "node package.cjs --yarn --filename=bin",
60
+ prepare: "husky",
61
+ "puppeteer:browser": "npx -y puppeteer browsers install chrome",
62
+ test: "test-cjs",
63
+ "test-coverage": "npm test --coverage --detectOpenHandles",
64
+ "test-esm": "test-esm",
65
+ "test-nrs": "npm test -- nrs build-**",
66
+ "test-watch": "npm test --watch",
67
+ "update:ncu": "npx npm-check-updates -u --enginesNode --root -x jest -x @types/jest -x babel-jest -x @babel/core -x @babel/preset-env -x @babel/preset-typescript -x ts-jest -x eslint -x @eslint/eslintrc -x @eslint/js -x @typescript-eslint/eslint-plugin -x @typescript-eslint/parser -x eslint-config-prettier -x eslint-plugin-prettier -x typescript-eslint -x prettier -x typescript -x ts-node -x @yarnpkg/core",
68
+ "update:packer": "curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/packer.js > packer.cjs"
69
+ },
70
+ repository: {
71
+ type: "git",
72
+ url: "git+https://github.com/dimaslanjaka/bin"
73
+ },
74
+ dependencies: {
75
+ "@yarnpkg/core": "^4.7.0",
76
+ "ansi-colors": "^4.1.3",
77
+ axios: "^1.16.1",
78
+ "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/78b09a1f799430fb251c1b438ec56ce7957674f4/release/cross-spawn.tgz",
79
+ "crypto-js": "^4.2.0",
80
+ dotenv: "^17.4.2",
81
+ "fs-extra": "^11.3.5",
82
+ "git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/ed17f70eb7444d24bd8eb984a4afe9fd64652838/release/git-command-helper.tgz",
83
+ glob: "^13.0.6",
84
+ minimatch: "^10.2.5",
85
+ minimist: "^1.2.8",
86
+ "ps-node": "^0.1.6",
87
+ puppeteer: "^25.0.4",
88
+ "puppeteer-extra": "^3.3.6",
89
+ "puppeteer-extra-plugin-stealth": "^2.11.2",
90
+ "sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/44e5c7b79b4e60f8c2d34857c27b8ce677d7493e/packages/sbg-utility/release/sbg-utility.tgz",
91
+ "tar-stream": "^3.2.0",
92
+ upath: "^3.0.7",
93
+ which: "^7.0.0",
94
+ yaml: "^2.9.0",
95
+ yarn: "^1.22.22",
96
+ zlib: "^1.0.5"
97
+ },
98
+ devDependencies: {
99
+ "@babel/core": "^7.29.0",
100
+ "@babel/plugin-syntax-import-assertions": "^7.28.6",
101
+ "@babel/preset-env": "^7.29.2",
102
+ "@babel/preset-typescript": "^7.28.5",
103
+ "@dimaslanjaka/eslint-base-config": "^1.0.1",
104
+ "@rollup/plugin-babel": "^7.0.0",
105
+ "@rollup/plugin-commonjs": "^29.0.2",
106
+ "@rollup/plugin-json": "^6.1.0",
107
+ "@rollup/plugin-node-resolve": "^16.0.3",
108
+ "@types/babel__core": "^7",
109
+ "@types/babel__preset-env": "^7",
110
+ "@types/crypto-js": "^4",
111
+ "@types/fs-extra": "^11",
112
+ "@types/jest": "^30.0.0",
113
+ "@types/minimist": "^1",
114
+ "@types/mocha": "^10.0.10",
115
+ "@types/node": "^25.9.1",
116
+ "@types/ps-node": "^0",
117
+ "@types/tar-stream": "^3",
118
+ "@types/which": "^3.0.4",
119
+ "babel-jest": "^30.4.1",
120
+ "browser-sync": "^3.0.4",
121
+ "cross-env": "^10.1.0",
122
+ globals: "^17.6.0",
123
+ gulp: "^5.0.1",
124
+ husky: "^9.1.7",
125
+ jest: "^30.4.2",
126
+ "lint-staged": "^17.0.5",
127
+ marked: "^18.0.4",
128
+ rimraf: "^6.1.3",
129
+ rollup: "^4.60.4",
130
+ "ts-jest": "^29.4.9",
131
+ "ts-node": "^10.9.2",
132
+ tsup: "^8.5.1",
133
+ typescript: "^6.0.3"
134
+ },
135
+ directories: {
136
+ lib: "lib",
137
+ bin: "binaries"
138
+ },
139
+ workspaces: [
140
+ "packages/*"
141
+ ],
142
+ packageManager: "yarn@4.9.2",
143
+ resolutions: {
144
+ "@types/through2": "https://github.com/dimaslanjaka/nodejs-package-types/raw/refs/heads/through2/release/types-through2.tgz",
145
+ "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/78b09a1f799430fb251c1b438ec56ce7957674f4/release/cross-spawn.tgz",
146
+ "git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/dd8c8ef596083f367c592f97a2439f9fc8ab33b2/release/git-command-helper.tgz",
147
+ "sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/44e5c7b79b4e60f8c2d34857c27b8ce677d7493e/packages/sbg-utility/release/sbg-utility.tgz",
148
+ "@dimaslanjaka/eslint-base-config": "https://github.com/dimaslanjaka/eslint-base-config/raw/9741b4feac89f303ea585e3ecac2b0e768434135/release/dimaslanjaka-eslint-base-config.tgz"
149
+ },
150
+ bin: {
151
+ "binary-collections": "lib/binary-collections.cjs",
152
+ "binary-executor": "binaries/binary-executor.cjs",
153
+ "build-package": "lib/node-package-packer-cli.cjs",
154
+ "build-package-tarball": "lib/node-package-packer-cli.cjs",
155
+ "build-tarball": "lib/node-package-packer-cli.cjs",
156
+ changelog: "lib/changelog.cjs",
157
+ chatgpt: "lib/free-chatgpt.cjs",
158
+ "clean-github-actions-cache": "lib/clean-github-actions-caches-cli.cjs",
159
+ "clean-github-actions-caches": "lib/clean-github-actions-caches-cli.cjs",
160
+ "clean-nodemodule": "binaries/clean-nodemodule.cjs",
161
+ "clean-nodemodules": "binaries/clean-nodemodules.cjs",
162
+ "clear-gh-caches": "lib/clean-github-actions-caches-cli.cjs",
163
+ "clear-github-actions-cache": "lib/clean-github-actions-caches-cli.cjs",
164
+ "clear-github-actions-caches": "lib/clean-github-actions-caches-cli.cjs",
165
+ copy: "lib/file/copy-cli.cjs",
166
+ "copy-file": "lib/file/copy-cli.cjs",
167
+ "del-gradle": "lib/del-gradle.cjs",
168
+ "del-node-modules": "lib/del-node-modules.cjs",
169
+ "del-nodemodules": "lib/del-node-modules.cjs",
170
+ "del-ps": "lib/del-ps-cli.cjs",
171
+ "del-yarn-caches": "lib/del-yarn-caches.cjs",
172
+ "del-yarncaches": "lib/del-yarn-caches.cjs",
173
+ dev: "binaries/dev.cjs",
174
+ "dir-tree": "lib/print-directory-tree.cjs",
175
+ download: "lib/downloader-cli.cjs",
176
+ "download-file": "lib/downloader-cli.cjs",
177
+ downloader: "lib/downloader-cli.cjs",
178
+ empty: "binaries/empty.cjs",
179
+ "exec-node": "lib/node-executor.cjs",
180
+ "execute-node": "lib/node-executor.cjs",
181
+ "fetch-file": "lib/downloader-cli.cjs",
182
+ "file-downloader": "lib/downloader-cli.cjs",
183
+ "find-node-modules": "lib/find-node-modules-cli.cjs",
184
+ "free-chatgpt": "lib/free-chatgpt.cjs",
185
+ "git-diff": "lib/git-diff-cli.cjs",
186
+ "git-fix": "lib/git-fix.cjs",
187
+ "git-purge": "lib/git-purge.cjs",
188
+ "git-reduce-size": "binaries/git-reduce-size.cjs",
189
+ "git-undo-commit": "lib/git/undo-commit.cjs",
190
+ "git-undo-staged": "lib/git/undo-staged.cjs",
191
+ javakill: "binaries/javakill.cjs",
192
+ "kill-night-crows": "lib/kill-night-crows.cjs",
193
+ "kill-process": "binaries/kill-process.cjs",
194
+ move: "lib/file/move-cli.cjs",
195
+ "move-file": "lib/file/move-cli.cjs",
196
+ "node-cache-cleaner": "lib/node-cache-cleaner-cli.cjs",
197
+ "node-copy": "lib/file/copy-cli.cjs",
198
+ "node-exec": "lib/node-executor.cjs",
199
+ "node-executor": "lib/node-executor.cjs",
200
+ "node-move": "lib/file/move-cli.cjs",
201
+ "node-package-packer": "lib/node-package-packer-cli.cjs",
202
+ nodekill: "binaries/nodekill.cjs",
203
+ "npm-run-series": "lib/npm-run-series.cjs",
204
+ nrs: "lib/npm-run-series.cjs",
205
+ "pack-node-package": "lib/node-package-packer-cli.cjs",
206
+ "pack-tarball": "lib/node-package-packer-cli.cjs",
207
+ "package-resolutions-updater": "lib/package-resolutions-updater-cli.cjs",
208
+ "php-cs-fixer-staged": "lib/php-cs-fixer-staged.cjs",
209
+ "pkg-res-updater": "lib/package-resolutions-updater-cli.cjs",
210
+ "pkg-resolutions-updater": "lib/package-resolutions-updater-cli.cjs",
211
+ "print-directory-tree": "lib/print-directory-tree.cjs",
212
+ "print-tarball-tree": "lib/print-tarball-tree.cjs",
213
+ "print-tree": "lib/print-directory-tree.cjs",
214
+ prod: "binaries/prod.cjs",
215
+ py: "binaries/py.cjs",
216
+ "remove-module": "lib/remove-module.cjs",
217
+ "remove-node-module": "lib/rm-node-module-cli.cjs",
218
+ "remove-node-modules": "lib/rm-node-module-cli.cjs",
219
+ "rm-node-module": "lib/rm-node-module-cli.cjs",
220
+ "rm-node-modules": "lib/rm-node-module-cli.cjs",
221
+ rmfind: "binaries/rmfind.cjs",
222
+ rmpath: "lib/rmpath-cli.cjs",
223
+ rmx: "binaries/rmx.cjs",
224
+ "run-by-checksum": "lib/run-by-checksum-cli.cjs",
225
+ "run-c": "lib/run-by-checksum-cli.cjs",
226
+ "run-checksum": "lib/run-by-checksum-cli.cjs",
227
+ "run-s": "lib/npm-run-series.cjs",
228
+ "run-series": "lib/npm-run-series.cjs",
229
+ "submodule-install": "lib/submodule-install.cjs",
230
+ "submodule-remove": "lib/submodule-remove-cli.cjs",
231
+ "submodule-token": "binaries/submodule-token.cjs",
232
+ "tarball-packer": "lib/node-package-packer-cli.cjs",
233
+ "tarball-tree": "lib/print-tarball-tree.cjs",
234
+ "test-cjs": "binaries/test-cjs.cjs",
235
+ "test-esm": "binaries/test-esm.cjs",
236
+ "undo-commit": "lib/git/undo-commit.cjs",
237
+ "undo-last-commit": "lib/git/undo-commit.cjs",
238
+ "undo-staged": "lib/git/undo-staged.cjs",
239
+ "y-install": "lib/yarn-per-branch-lock-installer.cjs",
240
+ "yarn-clean": "binaries/yarn-clean.cjs",
241
+ "yarn-install": "lib/yarn-per-branch-lock-installer.cjs",
242
+ "yarn-per-branch-lock-installer": "lib/yarn-per-branch-lock-installer.cjs",
243
+ "yarn-reinstall": "lib/yarn-reinstall.cjs",
244
+ yc: "binaries/yc.cjs",
245
+ ycw: "binaries/ycw.cjs"
246
+ }
247
+ };
248
+ }
249
+ });
250
+
251
+ export {
252
+ require_package
253
+ };
@@ -0,0 +1,143 @@
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/rm-node-modules.cjs
9
+ var require_rm_node_modules = __commonJS({
10
+ "src/rm-node-modules.cjs"(exports, module) {
11
+ init_esm_shims();
12
+ var fs = __require("fs-extra");
13
+ var path = __require("upath");
14
+ var ansiColors = __require("ansi-colors");
15
+ var child_process = __require("child_process");
16
+ var os = __require("os");
17
+ function generateBashScript(options = {}) {
18
+ const { dryRun = true } = options;
19
+ return `
20
+ #!/bin/bash
21
+
22
+ set -u
23
+
24
+ cwd="$(pwd)"
25
+ max_jobs=4
26
+ DRY_RUN=${dryRun ? "true" : "false"}
27
+
28
+ cleanup_letter() {
29
+ local letter="$1"
30
+
31
+ if [ "$DRY_RUN" = "true" ]; then
32
+ echo "Would remove: node_modules/\${letter}*"
33
+ echo "Would remove: node_modules/@types/\${letter}*"
34
+ echo "Would remove: node_modules/@\${letter}*"
35
+ else
36
+ rm -rf "\${cwd}/node_modules/\${letter}"*
37
+ echo "Removed: node_modules/\${letter}*"
38
+
39
+ rm -rf "\${cwd}/node_modules/@types/\${letter}"*
40
+ echo "Removed: node_modules/@types/\${letter}*"
41
+
42
+ rm -rf "\${cwd}/node_modules/@\${letter}"*
43
+ echo "Removed: node_modules/@\${letter}*"
44
+ fi
45
+ }
46
+
47
+ export -f cleanup_letter
48
+ export cwd
49
+ export DRY_RUN
50
+
51
+ if [ "$DRY_RUN" = "true" ]; then
52
+ echo "Dry-run mode (pass --force to actually delete)"
53
+ fi
54
+
55
+ echo "Cleaning \${cwd}/node_modules..."
56
+
57
+ running=0
58
+
59
+ for letter in {a..z}; do
60
+ cleanup_letter "$letter" &
61
+
62
+ ((running++))
63
+
64
+ # limit concurrent jobs
65
+ if (( running >= max_jobs )); then
66
+ wait -n
67
+ ((running--))
68
+ fi
69
+ done
70
+
71
+ wait
72
+
73
+ # final full cleanup (ensure nothing left behind)
74
+ if [ "$DRY_RUN" = "true" ]; then
75
+ echo "Would remove: node_modules (final cleanup)"
76
+ else
77
+ rm -rf "\${cwd}/node_modules"
78
+ echo "Removed: node_modules (final cleanup)"
79
+ fi
80
+
81
+ if [ "$DRY_RUN" = "true" ]; then
82
+ echo "Done (dry-run). Run with --force to delete for real."
83
+ else
84
+ echo "Done cleaning node_modules."
85
+ fi
86
+ `.trim();
87
+ }
88
+ async function cleanUp(rootDir, options = {}) {
89
+ const { dryRun = true } = options;
90
+ const nodeModulesDir = path.join(rootDir, "node_modules");
91
+ const script = generateBashScript({ dryRun });
92
+ const tmpDir = os.tmpdir();
93
+ const name = `rm-node-modules-${Date.now()}-${Math.random().toString(36).slice(2)}.sh`;
94
+ const scriptPath = path.join(tmpDir, name);
95
+ try {
96
+ fs.writeFileSync(scriptPath, script, { encoding: "utf8" });
97
+ try {
98
+ fs.chmodSync(scriptPath, 493);
99
+ } catch {
100
+ }
101
+ const result = child_process.spawnSync("bash", [scriptPath], {
102
+ cwd: rootDir,
103
+ env: process.env,
104
+ encoding: "utf8",
105
+ shell: false
106
+ });
107
+ if (result.stdout) process.stdout.write(result.stdout);
108
+ if (result.stderr) process.stderr.write(result.stderr);
109
+ if (result.error) {
110
+ try {
111
+ console.warn(
112
+ ansiColors.yellow(`bash execution failed: ${result.error.message}. Falling back to Node removal.`)
113
+ );
114
+ console.log(`Cleaning ${ansiColors.cyan(nodeModulesDir)}...`);
115
+ fs.rmSync(nodeModulesDir, { recursive: true, force: true });
116
+ console.log(`Removed: ${ansiColors.green("node_modules (final cleanup)")}`);
117
+ console.log("Done cleaning node_modules.");
118
+ return {
119
+ code: 0,
120
+ stdout: result.stdout || "",
121
+ stderr: (result.stderr || "") + `
122
+ ${result.error.stack || result.error.message}`
123
+ };
124
+ } catch (e) {
125
+ return { code: 1, stdout: result.stdout || "", stderr: (result.stderr || "") + `
126
+ ${e.stack || e.message}` };
127
+ }
128
+ }
129
+ return { code: result.status ?? 0, stdout: result.stdout ?? "", stderr: result.stderr ?? "" };
130
+ } finally {
131
+ try {
132
+ if (fs.existsSync(scriptPath)) fs.unlinkSync(scriptPath);
133
+ } catch {
134
+ }
135
+ }
136
+ }
137
+ module.exports = { generateBashScript, cleanUp };
138
+ }
139
+ });
140
+
141
+ export {
142
+ require_rm_node_modules
143
+ };
@@ -0,0 +1,34 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ init_isWindows,
4
+ isWindows
5
+ } from "./chunk-QII2EKCS.mjs";
6
+ import {
7
+ init_esm_shims
8
+ } from "./chunk-QQ4A6DLD.mjs";
9
+
10
+ // src/cross-env/command.ts
11
+ init_esm_shims();
12
+ init_isWindows();
13
+ import path from "upath";
14
+ function commandConvert(command, env, normalize = false) {
15
+ if (!isWindows()) {
16
+ return command;
17
+ }
18
+ const simpleEnvRegex = /\$(\w+)|\${(\w+)}/g;
19
+ const defaultValueRegex = /\$\{(\w+):-([^}]+)\}/g;
20
+ let convertedCmd = command;
21
+ convertedCmd = convertedCmd.replace(defaultValueRegex, (match, varName, defaultValue) => {
22
+ const value = env[varName] || defaultValue;
23
+ return value;
24
+ });
25
+ convertedCmd = convertedCmd.replace(simpleEnvRegex, (match, $1, $2) => {
26
+ const varName = $1 || $2;
27
+ return env[varName] ? `%${varName}%` : "";
28
+ });
29
+ return normalize === true ? path.normalize(convertedCmd) : convertedCmd;
30
+ }
31
+
32
+ export {
33
+ commandConvert
34
+ };
@@ -0,0 +1,29 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ init_esm_shims
4
+ } from "./chunk-QQ4A6DLD.mjs";
5
+
6
+ // src/file/copy.mjs
7
+ init_esm_shims();
8
+ import fs from "fs-extra";
9
+ import path from "upath";
10
+ async function copy(src, dest) {
11
+ if (!await fs.pathExists(src)) {
12
+ throw new Error(`Source file does not exist: ${src}`);
13
+ }
14
+ const srcStat = await fs.stat(src);
15
+ let finalDest = dest;
16
+ if (srcStat.isFile()) {
17
+ const destExists = await fs.pathExists(dest);
18
+ const destStat = destExists ? await fs.stat(dest) : null;
19
+ if (destStat && destStat.isDirectory()) {
20
+ finalDest = path.join(dest, path.basename(src));
21
+ }
22
+ }
23
+ await fs.ensureDir(path.dirname(finalDest));
24
+ await fs.copy(src, finalDest, { overwrite: true });
25
+ }
26
+
27
+ export {
28
+ copy
29
+ };
@@ -0,0 +1,62 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ init_esm_shims
4
+ } from "./chunk-QQ4A6DLD.mjs";
5
+
6
+ // src/node-cache-cleaner/npx.ts
7
+ init_esm_shims();
8
+ import fs from "fs-extra";
9
+ import upath from "upath";
10
+ import os from "os";
11
+ import { spawn } from "cross-spawn";
12
+ function getNpmCacheDir() {
13
+ return new Promise((resolve, reject) => {
14
+ var _a, _b;
15
+ const child = spawn("npm", ["config", "get", "cache"], {
16
+ stdio: ["ignore", "pipe", "pipe"],
17
+ shell: true
18
+ });
19
+ let output = "";
20
+ let error = "";
21
+ (_a = child.stdout) == null ? void 0 : _a.on("data", (data) => {
22
+ output += data.toString();
23
+ });
24
+ (_b = child.stderr) == null ? void 0 : _b.on("data", (data) => {
25
+ error += data.toString();
26
+ });
27
+ child.on("close", (code) => {
28
+ if (code === 0) {
29
+ resolve(output.trim());
30
+ } else {
31
+ reject(new Error(`Failed to get npm cache directory (code ${code}): ${error}`));
32
+ }
33
+ });
34
+ });
35
+ }
36
+ async function removeDir(target) {
37
+ try {
38
+ const exists = await fs.pathExists(target);
39
+ if (exists) {
40
+ console.log(`Removing: ${target}`);
41
+ await fs.remove(target);
42
+ } else {
43
+ console.log(`Not found: ${target}`);
44
+ }
45
+ } catch (err) {
46
+ console.error(`Failed to remove ${target}:`, err);
47
+ }
48
+ }
49
+ async function cleanNpxCache() {
50
+ const cacheDir = await getNpmCacheDir();
51
+ console.log("Detected npm cache:", cacheDir);
52
+ console.log("\nCleaning npm/npx cache...\n");
53
+ const npxCache = upath.join(cacheDir, "_npx");
54
+ const npmCache = upath.join(cacheDir, "_cacache");
55
+ const altNpxLinux = upath.join(os.homedir(), ".cache", "npx");
56
+ await Promise.all([removeDir(npxCache), removeDir(npmCache), removeDir(altNpxLinux)]);
57
+ console.log("\nDone \u2714\uFE0F");
58
+ }
59
+
60
+ export {
61
+ cleanNpxCache
62
+ };
@@ -0,0 +1,35 @@
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/executeScript.cjs
9
+ var require_executeScript = __commonJS({
10
+ "src/binary-collections/executeScript.cjs"(exports, module) {
11
+ init_esm_shims();
12
+ var { spawn } = __require("child_process");
13
+ function executeScript(scriptPath, args) {
14
+ console.log(`\u{1F527} Executing script: ${scriptPath} args: ${args.join(" ")}
15
+ `);
16
+ const child = spawn("node", [scriptPath, ...args], {
17
+ stdio: "inherit",
18
+ shell: true
19
+ });
20
+ child.on("error", (error) => {
21
+ console.error(`\u274C Error executing script: ${error.message}`);
22
+ process.exit(1);
23
+ });
24
+ child.on("close", (code) => {
25
+ process.exit(code);
26
+ });
27
+ }
28
+ module.exports = executeScript;
29
+ module.exports.default = executeScript;
30
+ }
31
+ });
32
+
33
+ export {
34
+ require_executeScript
35
+ };
@@ -0,0 +1,40 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ init_esm_shims
4
+ } from "./chunk-QQ4A6DLD.mjs";
5
+
6
+ // src/run-by-checksum/cache.js
7
+ init_esm_shims();
8
+ import fs from "fs-extra";
9
+ import path from "upath";
10
+ import crypto from "crypto";
11
+ function md5(str) {
12
+ return crypto.createHash("md5").update(str).digest("hex");
13
+ }
14
+ function getCacheFile({ patterns, ignore, cwd }) {
15
+ const root = cwd || process.env.INIT_CWD || process.cwd();
16
+ const key = md5(
17
+ JSON.stringify({
18
+ patterns: [...patterns].sort(),
19
+ ignore: [...ignore].sort()
20
+ })
21
+ );
22
+ return path.join(root, "tmp", ".checksum", `${key}.json`);
23
+ }
24
+ function loadCache(file) {
25
+ try {
26
+ return fs.readJsonSync(file);
27
+ } catch {
28
+ return null;
29
+ }
30
+ }
31
+ function saveCache(file, data) {
32
+ fs.ensureDirSync(path.dirname(file));
33
+ fs.writeJsonSync(file, data, { spaces: 2 });
34
+ }
35
+
36
+ export {
37
+ getCacheFile,
38
+ loadCache,
39
+ saveCache
40
+ };
@@ -0,0 +1,26 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ __esm,
4
+ __export,
5
+ init_esm_shims
6
+ } from "./chunk-QQ4A6DLD.mjs";
7
+
8
+ // src/utils/isWindows.js
9
+ var isWindows_exports = {};
10
+ __export(isWindows_exports, {
11
+ isWindows: () => isWindows
12
+ });
13
+ function isWindows() {
14
+ return process.platform === "win32" || /^(msys|cygwin)$/.test(process.env.OSTYPE || "");
15
+ }
16
+ var init_isWindows = __esm({
17
+ "src/utils/isWindows.js"() {
18
+ init_esm_shims();
19
+ }
20
+ });
21
+
22
+ export {
23
+ isWindows,
24
+ isWindows_exports,
25
+ init_isWindows
26
+ };
@@ -0,0 +1,47 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ init_esm_shims
4
+ } from "./chunk-QQ4A6DLD.mjs";
5
+
6
+ // src/node-cache-cleaner/npm.ts
7
+ init_esm_shims();
8
+ import { spawn } from "cross-spawn";
9
+ function npmVersion() {
10
+ return new Promise((resolve, reject) => {
11
+ const process = spawn("npm", ["--version"], {
12
+ stdio: "pipe",
13
+ shell: true
14
+ });
15
+ let version = "";
16
+ process.stdout.on("data", (data) => {
17
+ version += data.toString();
18
+ });
19
+ process.on("close", (code) => {
20
+ if (code === 0) {
21
+ resolve(version.trim());
22
+ } else {
23
+ reject(new Error(`NPM version check failed with exit code ${code}`));
24
+ }
25
+ });
26
+ });
27
+ }
28
+ function cleanNpmCache() {
29
+ return new Promise((resolve, reject) => {
30
+ const process = spawn("npm", ["cache", "clean", "--force"], {
31
+ stdio: "inherit",
32
+ shell: true
33
+ });
34
+ process.on("close", (code) => {
35
+ if (code === 0) {
36
+ resolve(true);
37
+ } else {
38
+ reject(new Error(`NPM cache clean failed with exit code ${code}`));
39
+ }
40
+ });
41
+ });
42
+ }
43
+
44
+ export {
45
+ npmVersion,
46
+ cleanNpmCache
47
+ };