binary-collections 2.0.8 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (250) hide show
  1. package/binaries/binary-executor.cjs +43 -0
  2. package/{bin → binaries}/clean-nodemodule +0 -0
  3. package/binaries/clean-nodemodule.cjs +43 -0
  4. package/binaries/clean-nodemodule.cmd +4 -0
  5. package/{bin → binaries}/clean-nodemodules +0 -0
  6. package/binaries/clean-nodemodules.cjs +43 -0
  7. package/binaries/clean-nodemodules.cmd +5 -0
  8. package/{bin → binaries}/dev +0 -0
  9. package/binaries/dev.cjs +43 -0
  10. package/{bin → binaries}/empty +0 -0
  11. package/binaries/empty.cjs +43 -0
  12. package/{bin → binaries}/git-reduce-size +0 -0
  13. package/binaries/git-reduce-size.cjs +43 -0
  14. package/binaries/javakill.cjs +43 -0
  15. package/{bin → binaries}/javakill.cmd +0 -0
  16. package/{bin → binaries}/kill-process +0 -0
  17. package/binaries/kill-process.cjs +43 -0
  18. package/binaries/nodekill.cjs +43 -0
  19. package/{bin → binaries}/nodekill.ps1 +0 -0
  20. package/{bin → binaries}/prod +0 -0
  21. package/binaries/prod.cjs +43 -0
  22. package/{bin → binaries}/rmfind +0 -0
  23. package/binaries/rmfind.cjs +43 -0
  24. package/{bin → binaries}/rmx +0 -0
  25. package/binaries/rmx.cjs +43 -0
  26. package/{bin → binaries}/submodule-token +0 -0
  27. package/binaries/submodule-token.cjs +43 -0
  28. package/docs-src/clean-github-actions-caches.md +26 -0
  29. package/docs-src/free-chatgpt.md +26 -0
  30. package/lib/binary-collections-config.cjs +3 -2
  31. package/lib/binary-collections-config.mjs +2 -2
  32. package/lib/binary-collections.cjs +452 -87
  33. package/lib/binary-collections.mjs +247 -8
  34. package/lib/changelog.cjs +328 -0
  35. package/lib/changelog.mjs +205 -0
  36. package/lib/chunk-4EWQC6GZ.mjs +382 -0
  37. package/lib/chunk-4ZI7BQKQ.mjs +381 -0
  38. package/lib/chunk-5J2BEPY5.mjs +83 -0
  39. package/lib/{chunk-4BYBVEYC.mjs → chunk-66PAU5PS.mjs} +5 -4
  40. package/lib/chunk-6HHJRKFB.mjs +59 -0
  41. package/lib/chunk-6S4NXESK.mjs +26 -0
  42. package/lib/{chunk-ZYAQRPUL.mjs → chunk-7YD7IPFF.mjs} +2 -2
  43. package/lib/{chunk-SH3L6HHV.mjs → chunk-A2JQXI5Z.mjs} +2 -2
  44. package/lib/{chunk-EGSSKVDH.mjs → chunk-A3VUZEJK.mjs} +1 -1
  45. package/lib/chunk-AGZYRDC2.mjs +323 -0
  46. package/lib/{chunk-VVEZVNIV.mjs → chunk-AI4CVPJ7.mjs} +6 -6
  47. package/lib/chunk-BDCHCWHD.mjs +136 -0
  48. package/lib/chunk-BEZKJ25G.mjs +140 -0
  49. package/lib/chunk-DI5MDPSN.mjs +386 -0
  50. package/lib/{chunk-ONIBBBQ3.mjs → chunk-E6FDDAOO.mjs} +4 -3
  51. package/lib/chunk-FKI7IEB5.mjs +172 -0
  52. package/lib/chunk-GJTGHXRA.mjs +356 -0
  53. package/lib/{chunk-YV7DO3YV.mjs → chunk-HLGOWBEO.mjs} +1 -1
  54. package/lib/chunk-HMRMTYZM.mjs +40 -0
  55. package/lib/chunk-HN52G2YL.mjs +305 -0
  56. package/lib/chunk-HO6GHCOB.mjs +385 -0
  57. package/lib/chunk-LEM5OMRP.mjs +384 -0
  58. package/lib/{chunk-YX5U7XDR.mjs → chunk-M3YIYRHT.mjs} +6 -5
  59. package/lib/chunk-O6SWBEOQ.mjs +81 -0
  60. package/lib/{chunk-JGR2NW6D.mjs → chunk-PDSXF5HY.mjs} +3 -3
  61. package/lib/{chunk-AASHBCRW.mjs → chunk-QQ4A6DLD.mjs} +8 -0
  62. package/lib/chunk-RCP7DHVY.mjs +190 -0
  63. package/lib/chunk-SBNDSKG5.mjs +136 -0
  64. package/lib/chunk-U6SO4QEV.mjs +320 -0
  65. package/lib/{chunk-APBWENF6.mjs → chunk-V3N3JEUF.mjs} +3 -3
  66. package/lib/chunk-XD6BJK6Q.mjs +351 -0
  67. package/lib/chunk-XVBFFVCJ.mjs +209 -0
  68. package/lib/chunk-YXSFGA2D.mjs +383 -0
  69. package/lib/clean-github-actions-caches.cjs +243 -148
  70. package/lib/clean-github-actions-caches.mjs +4 -3
  71. package/lib/del-gradle.cjs +2 -2
  72. package/lib/del-gradle.js +1 -1
  73. package/lib/del-gradle.mjs +2 -2
  74. package/lib/del-node-modules.cjs +2 -2
  75. package/lib/del-node-modules.js +1 -1
  76. package/lib/del-node-modules.mjs +2 -2
  77. package/lib/del-ps.cjs +29 -8
  78. package/lib/del-ps.js +2 -2
  79. package/lib/del-ps.mjs +7 -5
  80. package/lib/del-yarn-caches.cjs +26 -5
  81. package/lib/del-yarn-caches.js +38 -3
  82. package/lib/del-yarn-caches.mjs +6 -6
  83. package/lib/find-node-modules-cli.cjs +5 -4
  84. package/lib/find-node-modules-cli.js +1 -1
  85. package/lib/find-node-modules-cli.mjs +2 -2
  86. package/lib/find-node-modules.cjs +4 -3
  87. package/lib/{find-node-modules.d.ts → find-node-modules.d.cts} +1 -1
  88. package/lib/find-node-modules.mjs +2 -2
  89. package/lib/free-chatgpt.cjs +548 -0
  90. package/lib/free-chatgpt.d.ts +1 -0
  91. package/lib/free-chatgpt.js +51 -0
  92. package/lib/free-chatgpt.mjs +50 -0
  93. package/lib/git/gitattributes.cjs +1 -1
  94. package/lib/git/{gitattributes.d.mts → gitattributes.d.cts} +5 -7
  95. package/lib/git/gitattributes.mjs +2 -2
  96. package/lib/git/line-endings.cjs +297 -64
  97. package/lib/git/line-endings.mjs +4 -4
  98. package/lib/git/normalize.cjs +26 -36
  99. package/lib/git/normalize.mjs +2 -2
  100. package/lib/git/permissions.cjs +77 -11
  101. package/lib/git/permissions.mjs +3 -3
  102. package/lib/git/pull-strategy.cjs +76 -9
  103. package/lib/git/pull-strategy.mjs +3 -3
  104. package/lib/git/user-config.cjs +266 -83
  105. package/lib/git/user-config.mjs +4 -4
  106. package/lib/git/utils.cjs +40 -60
  107. package/lib/git/utils.mjs +2 -2
  108. package/lib/git-diff-cli.cjs +651 -0
  109. package/lib/git-diff-cli.d.ts +1 -0
  110. package/lib/git-diff-cli.js +15 -0
  111. package/lib/git-diff-cli.mjs +16 -0
  112. package/lib/git-diff.cjs +657 -58
  113. package/lib/git-diff.d.ts +38 -83
  114. package/lib/git-diff.js +152 -0
  115. package/lib/git-diff.mjs +23 -85
  116. package/lib/git-fix.cjs +685 -97
  117. package/lib/git-fix.mjs +12 -11
  118. package/lib/git-purge.cjs +3 -3
  119. package/lib/git-purge.d.cts +1 -0
  120. package/lib/git-purge.mjs +43 -37
  121. package/lib/index.cjs +7 -6
  122. package/lib/index.d.ts +1 -1
  123. package/lib/index.js +2 -5
  124. package/lib/index.mjs +4 -4
  125. package/lib/npm-run-series.cjs +3 -3
  126. package/lib/npm-run-series.mjs +42 -36
  127. package/lib/package-resolutions-updater.cjs +174 -1
  128. package/lib/package-resolutions-updater.mjs +270 -290
  129. package/lib/print-directory-tree.cjs +275 -210
  130. package/lib/print-directory-tree.mjs +2 -2
  131. package/lib/ps/connected-domain.cjs +25 -2
  132. package/lib/ps/connected-domain.d.ts +10 -2
  133. package/lib/ps/connected-domain.js +5 -2
  134. package/lib/ps/connected-domain.mjs +8 -4
  135. package/lib/ps/index.cjs +345 -322
  136. package/lib/ps/index.d.mjs +1 -1
  137. package/lib/ps/index.js +1 -1
  138. package/lib/ps/index.mjs +179 -182
  139. package/lib/ps/isWin.cjs +24 -1
  140. package/lib/ps/isWin.d.ts +1 -1
  141. package/lib/ps/isWin.js +3 -1
  142. package/lib/ps/isWin.mjs +8 -4
  143. package/lib/ps/table-parser.cjs +167 -159
  144. package/lib/ps/table-parser.d.ts +5 -0
  145. package/lib/ps/table-parser.js +10 -4
  146. package/lib/ps/table-parser.mjs +9 -5
  147. package/lib/remove-module.cjs +262 -0
  148. package/lib/remove-module.d.mts +1 -0
  149. package/lib/remove-module.mjs +111 -0
  150. package/lib/rmpath.cjs +274 -0
  151. package/lib/rmpath.d.mts +3 -0
  152. package/lib/rmpath.mjs +108 -0
  153. package/lib/submodule-install.cjs +264 -85
  154. package/lib/submodule-install.mjs +56 -7
  155. package/lib/submodule-remove-cli.cjs +103 -0
  156. package/lib/submodule-remove-cli.d.ts +1 -0
  157. package/lib/submodule-remove-cli.js +31 -0
  158. package/lib/submodule-remove-cli.mjs +28 -0
  159. package/lib/submodule-remove.cjs +43 -0
  160. package/lib/submodule-remove.d.cts +2 -0
  161. package/lib/submodule-remove.mjs +6 -0
  162. package/lib/utils/chatgpt.cjs +383 -0
  163. package/lib/utils/chatgpt.d.ts +31 -0
  164. package/lib/utils/chatgpt.js +541 -0
  165. package/lib/utils/chatgpt.mjs +8 -0
  166. package/lib/{utils.cjs → utils/index.cjs} +1 -1
  167. package/lib/{utils.mjs → utils/index.mjs} +2 -2
  168. package/lib/yarn-reinstall.cjs +172 -38
  169. package/lib/yarn-reinstall.mjs +2 -2
  170. package/package.json +91 -71
  171. package/readme.md +43 -69
  172. package/releases/readme.md +36 -0
  173. package/test/README.md +101 -0
  174. package/test/package.json +2 -1
  175. package/test-project/readme.md +26 -0
  176. package/tmp/test-repo/README.md +35 -0
  177. package/tmp/typedoc/readme.md +320 -0
  178. package/bin/bash-dummy +0 -56
  179. package/bin/bash-dummy.cmd +0 -25
  180. package/bin/dir-tree.cmd +0 -7
  181. package/bin/git-diff +0 -4
  182. package/bin/git-diff.cmd +0 -7
  183. package/bin/git-fix +0 -36
  184. package/bin/git-fix.cmd +0 -7
  185. package/bin/rmpath +0 -70
  186. package/bin/submodule-install.txt +0 -118
  187. package/bin/submodule-remove +0 -46
  188. package/bin/submodule.txt +0 -172
  189. package/lib/binary-collections-config.d.mts +0 -18
  190. package/lib/binary-collections-config.js +0 -39
  191. package/lib/binary-collections.d.mts +0 -121
  192. package/lib/binary-collections.d.ts +0 -121
  193. package/lib/chunk-DPKAJKFO.mjs +0 -171
  194. package/lib/chunk-G3THLIDT.mjs +0 -200
  195. package/lib/chunk-W3ENOM53.mjs +0 -18
  196. package/lib/clean-github-actions-caches.d.mts +0 -169
  197. package/lib/clean-github-actions-caches.d.ts +0 -169
  198. package/lib/del-gradle.d.mts +0 -2
  199. package/lib/del-node-modules.d.mts +0 -2
  200. package/lib/del-ps.d.mts +0 -2
  201. package/lib/del-yarn-caches.d.mts +0 -2
  202. package/lib/find-node-modules-cli.d.mts +0 -1
  203. package/lib/find-node-modules.d.mts +0 -13
  204. package/lib/find-node-modules.js +0 -53
  205. package/lib/git/line-endings.d.mts +0 -83
  206. package/lib/git/line-endings.d.ts +0 -83
  207. package/lib/git/normalize.d.mts +0 -43
  208. package/lib/git/normalize.d.ts +0 -43
  209. package/lib/git/permissions.d.mts +0 -17
  210. package/lib/git/permissions.d.ts +0 -17
  211. package/lib/git/pull-strategy.d.mts +0 -15
  212. package/lib/git/pull-strategy.d.ts +0 -15
  213. package/lib/git/user-config.d.mts +0 -105
  214. package/lib/git/user-config.d.ts +0 -105
  215. package/lib/git/utils.d.mts +0 -69
  216. package/lib/git/utils.d.ts +0 -69
  217. package/lib/git-diff.d.mts +0 -84
  218. package/lib/git-fix.d.mts +0 -141
  219. package/lib/git-fix.d.ts +0 -141
  220. package/lib/git-purge.d.mts +0 -2
  221. package/lib/git-purge.js +0 -59
  222. package/lib/index.d.mts +0 -1
  223. package/lib/npm-run-series.d.mts +0 -1
  224. package/lib/npm-run-series.d.ts +0 -2
  225. package/lib/npm-run-series.js +0 -86
  226. package/lib/package-resolutions-updater.d.ts +0 -326
  227. package/lib/print-directory-tree.d.mts +0 -234
  228. package/lib/print-directory-tree.d.ts +0 -234
  229. package/lib/ps/connected-domain.d.mts +0 -3
  230. package/lib/ps/index.d.d.mts +0 -26
  231. package/lib/ps/index.d.d.ts +0 -26
  232. package/lib/ps/index.d.mts +0 -26
  233. package/lib/ps/isWin.d.mts +0 -3
  234. package/lib/ps/table-parser.d.mts +0 -3
  235. package/lib/submodule-install.d.mts +0 -121
  236. package/lib/submodule-install.d.ts +0 -121
  237. package/lib/utils.d.mts +0 -40
  238. package/lib/utils.js +0 -181
  239. package/lib/yarn-reinstall.d.mts +0 -49
  240. package/lib/yarn-reinstall.d.ts +0 -49
  241. package/src/package-resolutions-updater.mjs +0 -325
  242. package/src/print-directory-tree.cjs +0 -234
  243. package/src/ps/index.js +0 -286
  244. package/src/yarn-reinstall.cjs +0 -49
  245. /package/{bin → binaries}/nodekill +0 -0
  246. /package/{bin → binaries}/nodekill.cmd +0 -0
  247. /package/lib/{binary-collections-config.d.ts → binary-collections-config.d.cts} +0 -0
  248. /package/lib/{git-purge.d.ts → changelog.d.cts} +0 -0
  249. /package/lib/{git-diff.d.cts → npm-run-series.d.cts} +0 -0
  250. /package/lib/{utils.d.ts → utils/index.d.cts} +0 -0
@@ -1,46 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- # put these on top of file
4
-
5
- (set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix
6
-
7
- # absolute path working directory
8
- basecwd=${PWD}
9
- # base script directory
10
- basedir=`dirname "$0"`
11
- # absolute path script directory
12
- SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
13
- # get script path
14
- SCRIPT=$(realpath "$0")
15
- SCRIPTPATH=$(dirname "$SCRIPT")
16
-
17
- # Detect Cygwin or MinGW
18
- case "$(uname)" in
19
- *CYGWIN*)
20
- basedir=$(cygpath -w "$basedir")
21
- # make cygwin bin as priority
22
- export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
23
- ;;
24
- *MINGW*)
25
- # make mingw bin as priority
26
- export PATH="/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
27
- ;;
28
- esac
29
-
30
- # parse and export .env file (dotenv)
31
- if [ -f ".env" ]; then
32
- # Export the vars in .env into your shell:
33
- export $(egrep -v '^#' .env | xargs)
34
- fi
35
-
36
- echo "input submodule path"
37
- read folderpath
38
-
39
- # Remove the submodule entry from .git/config
40
- git submodule deinit -f $folderpath
41
-
42
- # Remove the submodule directory from the superproject's .git/modules directory
43
- rm -rf .git/modules/$folderpath
44
-
45
- # Remove the entry in .gitmodules and remove the submodule directory located at path/to/submodule
46
- git rm -f $folderpath
package/bin/submodule.txt DELETED
@@ -1,172 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- # put these on top of file
4
-
5
- (set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix
6
-
7
- # absolute path working directory
8
- basecwd=${PWD}
9
- # base script directory
10
- basedir=`dirname "$0"`
11
- # absolute path script directory
12
- SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
13
- # get script path
14
- SCRIPT=$(realpath "$0")
15
- SCRIPTPATH=$(dirname "$SCRIPT")
16
-
17
- # Detect Cygwin or MinGW
18
- case "$(uname)" in
19
- *CYGWIN*)
20
- basedir=$(cygpath -w "$basedir")
21
- # make cygwin bin as priority
22
- export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
23
- ;;
24
- *MINGW*)
25
- # make mingw bin as priority
26
- export PATH="/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
27
- ;;
28
- esac
29
-
30
- # parse and export .env file (dotenv)
31
- if [ -f ".env" ]; then
32
- # Export the vars in .env into your shell:
33
- export $(egrep -v '^#' .env | xargs)
34
- fi
35
-
36
- # parse and export .env file (dotenv)
37
- if [ -f ".env" ]; then
38
- # Export the vars in .env into your shell:
39
- export $(egrep -v '^#' .env | xargs)
40
- fi
41
-
42
- # auto clone all submodules, prevent not-matched hash
43
- # set ACCESS_TOKEN=github_personal_tokens
44
- # usages: sh folder_this_repo/submodule-install
45
-
46
- update_submodule() {
47
- # set default root
48
- export ROOT="$(git rev-parse --show-toplevel)"
49
- while test $# -gt 0; do
50
- case "$1" in
51
- -h|--help)
52
- echo "$package - attempt to install submodules"
53
- echo " "
54
- echo "$package [options] application [arguments]"
55
- echo " "
56
- echo "options:"
57
- echo "-h, --help show brief help"
58
- echo "-o, --output-dir=DIR specify a directory to install submodules"
59
- exit 0
60
- ;;
61
- -cwd)
62
- shift
63
- if test $# -gt 0; then
64
- export ROOT=$1
65
- else
66
- echo "no output dir specified"
67
- exit 1
68
- fi
69
- shift
70
- ;;
71
- --cwd*)
72
- export ROOT=`echo $1 | sed -e 's/^[^=]*=//g'`
73
- shift
74
- ;;
75
- *)
76
- break
77
- ;;
78
- esac
79
- done
80
-
81
- echo "installing submodules at $ROOT"
82
-
83
- git -C "${REPO_PATH}" config -f .gitmodules --get-regexp '^submodule\..*\.path$' |
84
- while read -r KEY MODULE_PATH
85
- do
86
- # relative module path from root
87
- RELATIVE_MODULE_PATH="${ROOT}/${MODULE_PATH}"
88
- # cd git root dir
89
- cd ${ROOT}
90
- # If the module's path exists, remove it.
91
- # This is done b/c the module's path is currently
92
- # not a valid git repo and adding the submodule will cause an error.
93
- if [ -d "${RELATIVE_MODULE_PATH}" ]; then
94
- echo "deleting ${RELATIVE_MODULE_PATH}"
95
- rm -rf "${RELATIVE_MODULE_PATH}"
96
- fi
97
-
98
- NAME="$(echo "${KEY}" | sed 's/^submodule\.\(.*\)\.path$/\1/')"
99
-
100
- url_key="$(echo "${KEY}" | sed 's/\.path$/.url/')"
101
- branch_key="$(echo "${KEY}" | sed 's/\.path$/.branch/')"
102
-
103
- URL="$(git config -f .gitmodules --get "${url_key}")"
104
- BRANCH="$(git config -f .gitmodules --get "${branch_key}" || echo "master")"
105
-
106
- git -C "${REPO_PATH}" submodule add --force -b "${BRANCH}" --name "${NAME}" "${URL}" "${MODULE_PATH}" || echo "cannot add submodule ${MODULE_PATH}"
107
-
108
- repo=${URL#"https://github.com/"}
109
- if [ $ACCESS_TOKEN != "" ]; then
110
- URL_WITH_TOKEN="https://${ACCESS_TOKEN}@github.com/${repo}"
111
- echo "apply token for ${repo} at ${MODULE_PATH} branch ${BRANCH}"
112
- GIT_MODULES="${RELATIVE_MODULE_PATH}/.gitmodules"
113
- cd "${RELATIVE_MODULE_PATH}"
114
- git remote set-url origin "${URL_WITH_TOKEN}"
115
- fi
116
- # fetch
117
- git fetch --all
118
- # pull
119
- git pull origin "${BRANCH}"
120
- if [ -f "${GIT_MODULES}" ]; then
121
- echo "${MODULE_PATH} has submodules"
122
- bash -e "${SCRIPT}" -cwd ${RELATIVE_MODULE_PATH}
123
- fi
124
- done
125
-
126
- git -C "${REPO_PATH}" submodule update --init --recursive
127
- }
128
-
129
- remove_submodule() {
130
- if [[ -z $2 || $2 == "" ]]; then
131
- echo "input submodule path"
132
- read folderpath
133
- else
134
- folderpath="$2"
135
- fi
136
-
137
- if [ -z $folderpath ]; then
138
- echo "Folder path is empty" ;
139
- exit 1;
140
- fi
141
-
142
- echo "removing submodule $folderpath"
143
-
144
- # Remove the submodule entry from .git/config
145
- if [ -d $folderpath ]; then
146
- git submodule deinit -f $folderpath
147
- fi
148
-
149
- # Remove the submodule directory from the superproject's .git/modules directory
150
- if [ -d ".git/modules/$folderpath" ]; then
151
- rm -rf .git/modules/$folderpath
152
- fi
153
-
154
- # Remove the entry in .gitmodules and remove the submodule directory located at path/to/submodule
155
- if [ -d "$folderpath" ]; then
156
- git rm -f $folderpath
157
- fi
158
- }
159
-
160
- case $1 in
161
- install|i)
162
- update_submodule "$@"
163
- ;;
164
- uninstall|remove|u|x)
165
- remove_submodule "$@"
166
- ;;
167
- *)
168
- echo "no option found. Usage:"
169
- echo "update submodule $SCRIPT [install|i]"
170
- echo "remove submodule $SCRIPT [uninstall|remove|u|x]"
171
- ;;
172
- esac
@@ -1,18 +0,0 @@
1
- /**
2
- * Get the base temporary directory path
3
- * Can be overridden via TEMP_DIR environment variable
4
- * @returns {string} The base temporary directory path
5
- */
6
- declare function getTempDir(): string;
7
- /**
8
- * Get a temporary file or directory path
9
- * @param {...string} segments - Path segments to join with the temp directory
10
- * @returns {string} The full temporary path
11
- */
12
- declare function getTempPath(...segments: string[]): string;
13
- /**
14
- * Legacy aliases for backward compatibility
15
- */
16
- declare const TEMP_BASE_DIR: string;
17
-
18
- export { TEMP_BASE_DIR, getTempDir, getTempPath };
@@ -1,39 +0,0 @@
1
- /**
2
- * Centralized configuration for binary-collections
3
- * This module provides a consistent way to handle temporary directories and other configuration across the project.
4
- *
5
- * Usage:
6
- * const { getTempDir, getTempPath } = require('./binary-collections-config');
7
- *
8
- * // Get base temp directory
9
- * const tempDir = getTempDir();
10
- *
11
- * // Get specific temp path
12
- * const myTempPath = getTempPath('my-module', 'output.txt');
13
- */
14
- const path = require("path");
15
- /**
16
- * Get the base temporary directory path
17
- * Can be overridden via TEMP_DIR environment variable
18
- * @returns {string} The base temporary directory path
19
- */
20
- function getTempDir() {
21
- return process.env.TEMP_DIR || "tmp";
22
- }
23
- /**
24
- * Get a temporary file or directory path
25
- * @param {...string} segments - Path segments to join with the temp directory
26
- * @returns {string} The full temporary path
27
- */
28
- function getTempPath(...segments) {
29
- return path.join(getTempDir(), ...segments);
30
- }
31
- /**
32
- * Legacy aliases for backward compatibility
33
- */
34
- const TEMP_BASE_DIR = getTempDir();
35
- module.exports = {
36
- getTempDir,
37
- getTempPath,
38
- TEMP_BASE_DIR
39
- };
@@ -1,121 +0,0 @@
1
- #!/usr/bin/env node
2
- const { spawn } = require("child_process");
3
- const { glob } = require("glob");
4
- const path = require("path");
5
- const { getArgs } = require("./utils.js");
6
-
7
- /**
8
- * Main binary-collections script that dynamically finds and executes other scripts
9
- * Usage: npx binary-collections <script-name> [...args]
10
- * Example: npx binary-collections git-diff -s
11
- */
12
-
13
- function showHelp() {
14
- console.log("🚀 Binary Collections - Dynamic Script Runner");
15
- console.log("═══════════════════════════════════════════════");
16
- console.log("");
17
- console.log("📋 Usage: npx binary-collections <script-name> [...args]");
18
- console.log("");
19
- console.log("✨ Examples:");
20
- console.log(" 📊 npx binary-collections git-diff -s");
21
- console.log(" 🧹 npx binary-collections del-node-modules");
22
- console.log(" 🔍 npx binary-collections find-node-modules --help");
23
- console.log("");
24
- console.log("ℹ️ This tool will search for <script-name>.{cjs,js,mjs} in the script's directory");
25
- console.log(" and execute it with the provided arguments.");
26
- console.log("");
27
- console.log("⚙️ Options:");
28
- console.log(" --help, -h Show this help message");
29
- process.exit(0);
30
- }
31
-
32
- function findScript(scriptName, searchDir = null) {
33
- if (!searchDir) searchDir = __dirname;
34
-
35
- // Define ignore patterns for library config and utils
36
- const ignorePatterns = [
37
- `**/*config*.{cjs,js,mjs}`,
38
- `**/utils.{cjs,js,mjs}`,
39
- `**/index.{cjs,js,mjs}`,
40
- `**/chunk-*.{cjs,js,mjs}`,
41
- `**/*.d.{ts,cts,mts}` // ignore TypeScript declaration files
42
- ];
43
-
44
- try {
45
- // Use glob to find script files, excluding ignored patterns
46
- // Use cwd option for better path handling
47
- const pattern = `${scriptName}.{cjs,js,mjs}`;
48
- const files = glob.sync(pattern, {
49
- cwd: searchDir,
50
- ignore: ignorePatterns,
51
- absolute: true
52
- });
53
-
54
- // Return the first match if found
55
- if (files.length > 0) {
56
- return files[0];
57
- }
58
- } catch (error) {
59
- console.error(`🔍 Error searching for script: ${error.message}`);
60
- }
61
-
62
- return null;
63
- }
64
-
65
- function executeScript(scriptPath, args) {
66
- const child = spawn("node", [scriptPath, ...args], {
67
- stdio: "inherit",
68
- shell: true
69
- });
70
-
71
- child.on("error", (error) => {
72
- console.error(`❌ Error executing script: ${error.message}`);
73
- process.exit(1);
74
- });
75
-
76
- child.on("close", (code) => {
77
- process.exit(code);
78
- });
79
- }
80
-
81
- function main() {
82
- const args = getArgs();
83
- const positional = args._ || [];
84
-
85
- // Show help if no arguments or if help is requested without a script name
86
- if (positional.length === 0 || (positional.length === 1 && (args.help || args.h))) {
87
- showHelp();
88
- }
89
-
90
- const scriptName = positional[0];
91
- const scriptArgs = positional.slice(1);
92
-
93
- // Find the script in current directory
94
- const scriptPath = findScript(scriptName);
95
-
96
- if (!scriptPath) {
97
- console.error(`❌ Error: Script "${scriptName}" not found.`);
98
- console.error(`🔍 Searched for: ${scriptName}.{cjs,js,mjs} in ${__dirname}`);
99
- console.error("");
100
- console.error("📝 Available extensions: .cjs, .js, .mjs");
101
- process.exit(1);
102
- }
103
-
104
- // Show relative path from current working directory
105
- const relativePath = path.relative(process.cwd(), scriptPath);
106
- console.log(`✅ Found script: ${relativePath}`);
107
- executeScript(scriptPath, scriptArgs);
108
- }
109
-
110
- // Handle uncaught exceptions
111
- process.on("uncaughtException", (error) => {
112
- console.error("💥 Uncaught Exception:", error.message);
113
- process.exit(1);
114
- });
115
-
116
- process.on("unhandledRejection", (reason, promise) => {
117
- console.error("⚠️ Unhandled Rejection at:", promise, "reason:", reason);
118
- process.exit(1);
119
- });
120
-
121
- main();
@@ -1,121 +0,0 @@
1
- #!/usr/bin/env node
2
- const { spawn } = require("child_process");
3
- const { glob } = require("glob");
4
- const path = require("path");
5
- const { getArgs } = require("./utils.js");
6
-
7
- /**
8
- * Main binary-collections script that dynamically finds and executes other scripts
9
- * Usage: npx binary-collections <script-name> [...args]
10
- * Example: npx binary-collections git-diff -s
11
- */
12
-
13
- function showHelp() {
14
- console.log("🚀 Binary Collections - Dynamic Script Runner");
15
- console.log("═══════════════════════════════════════════════");
16
- console.log("");
17
- console.log("📋 Usage: npx binary-collections <script-name> [...args]");
18
- console.log("");
19
- console.log("✨ Examples:");
20
- console.log(" 📊 npx binary-collections git-diff -s");
21
- console.log(" 🧹 npx binary-collections del-node-modules");
22
- console.log(" 🔍 npx binary-collections find-node-modules --help");
23
- console.log("");
24
- console.log("ℹ️ This tool will search for <script-name>.{cjs,js,mjs} in the script's directory");
25
- console.log(" and execute it with the provided arguments.");
26
- console.log("");
27
- console.log("⚙️ Options:");
28
- console.log(" --help, -h Show this help message");
29
- process.exit(0);
30
- }
31
-
32
- function findScript(scriptName, searchDir = null) {
33
- if (!searchDir) searchDir = __dirname;
34
-
35
- // Define ignore patterns for library config and utils
36
- const ignorePatterns = [
37
- `**/*config*.{cjs,js,mjs}`,
38
- `**/utils.{cjs,js,mjs}`,
39
- `**/index.{cjs,js,mjs}`,
40
- `**/chunk-*.{cjs,js,mjs}`,
41
- `**/*.d.{ts,cts,mts}` // ignore TypeScript declaration files
42
- ];
43
-
44
- try {
45
- // Use glob to find script files, excluding ignored patterns
46
- // Use cwd option for better path handling
47
- const pattern = `${scriptName}.{cjs,js,mjs}`;
48
- const files = glob.sync(pattern, {
49
- cwd: searchDir,
50
- ignore: ignorePatterns,
51
- absolute: true
52
- });
53
-
54
- // Return the first match if found
55
- if (files.length > 0) {
56
- return files[0];
57
- }
58
- } catch (error) {
59
- console.error(`🔍 Error searching for script: ${error.message}`);
60
- }
61
-
62
- return null;
63
- }
64
-
65
- function executeScript(scriptPath, args) {
66
- const child = spawn("node", [scriptPath, ...args], {
67
- stdio: "inherit",
68
- shell: true
69
- });
70
-
71
- child.on("error", (error) => {
72
- console.error(`❌ Error executing script: ${error.message}`);
73
- process.exit(1);
74
- });
75
-
76
- child.on("close", (code) => {
77
- process.exit(code);
78
- });
79
- }
80
-
81
- function main() {
82
- const args = getArgs();
83
- const positional = args._ || [];
84
-
85
- // Show help if no arguments or if help is requested without a script name
86
- if (positional.length === 0 || (positional.length === 1 && (args.help || args.h))) {
87
- showHelp();
88
- }
89
-
90
- const scriptName = positional[0];
91
- const scriptArgs = positional.slice(1);
92
-
93
- // Find the script in current directory
94
- const scriptPath = findScript(scriptName);
95
-
96
- if (!scriptPath) {
97
- console.error(`❌ Error: Script "${scriptName}" not found.`);
98
- console.error(`🔍 Searched for: ${scriptName}.{cjs,js,mjs} in ${__dirname}`);
99
- console.error("");
100
- console.error("📝 Available extensions: .cjs, .js, .mjs");
101
- process.exit(1);
102
- }
103
-
104
- // Show relative path from current working directory
105
- const relativePath = path.relative(process.cwd(), scriptPath);
106
- console.log(`✅ Found script: ${relativePath}`);
107
- executeScript(scriptPath, scriptArgs);
108
- }
109
-
110
- // Handle uncaught exceptions
111
- process.on("uncaughtException", (error) => {
112
- console.error("💥 Uncaught Exception:", error.message);
113
- process.exit(1);
114
- });
115
-
116
- process.on("unhandledRejection", (reason, promise) => {
117
- console.error("⚠️ Unhandled Rejection at:", promise, "reason:", reason);
118
- process.exit(1);
119
- });
120
-
121
- main();
@@ -1,171 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- import {
3
- __commonJS,
4
- init_esm_shims
5
- } from "./chunk-AASHBCRW.mjs";
6
-
7
- // src/ps/connected-domain.js
8
- var require_connected_domain = __commonJS({
9
- "src/ps/connected-domain.js"(exports, module) {
10
- init_esm_shims();
11
- module.exports = function(tdArray, indicator, hardlink) {
12
- hardlink = hardlink || false;
13
- if (!tdArray) {
14
- throw new Error("tdArray must be provided");
15
- }
16
- if (!indicator) {
17
- throw new Error("indicator must be provided");
18
- }
19
- tdArray = JSON.parse(JSON.stringify(tdArray));
20
- var domains = {};
21
- var domainUUID = 0;
22
- var pointsHash = {};
23
- tdArray.forEach(function(row, y) {
24
- row.forEach(function(colItem, x) {
25
- var identifier2 = indicator(colItem, x, y);
26
- var neighbours = [];
27
- if (tdArray[y - 1] && tdArray[y - 1][x] !== void 0) {
28
- neighbours.push(pointsHash[x + "_" + (y - 1)]);
29
- }
30
- if (row[x - 1] !== void 0) {
31
- neighbours.push(pointsHash[x - 1 + "_" + y]);
32
- }
33
- if (!hardlink) {
34
- if (tdArray[y - 1] && tdArray[y - 1][x - 1] !== void 0) {
35
- neighbours.push(pointsHash[x - 1 + "_" + (y - 1)]);
36
- }
37
- if (tdArray[y - 1] && tdArray[y - 1][x + 1] !== void 0) {
38
- neighbours.push(pointsHash[x + 1 + "_" + (y - 1)]);
39
- }
40
- }
41
- if (neighbours.length) {
42
- var matched = false;
43
- neighbours.forEach(function(neighbour) {
44
- if (neighbour.identifier == identifier2) {
45
- if (!matched) {
46
- addPointToDomain(colItem, x, y, neighbour.domainId);
47
- matched = true;
48
- } else {
49
- var colItemPoint = pointsHash[x + "_" + y];
50
- if (neighbour.domainId != colItemPoint.domainId) {
51
- mergeDomains(neighbour.domainId, colItemPoint.domainId);
52
- }
53
- }
54
- }
55
- });
56
- if (!matched) {
57
- addNewDomain(colItem, x, y, identifier2);
58
- }
59
- } else {
60
- addNewDomain(colItem, x, y, identifier2);
61
- }
62
- });
63
- });
64
- var result = {
65
- domains: [],
66
- totalDomains: 0,
67
- groupByIdentifier: {},
68
- totalIdentifiers: 0
69
- };
70
- var domainId = null;
71
- var identifier = null;
72
- var domain = null;
73
- for (domainId in domains) {
74
- domain = domains[domainId];
75
- domain.bounding = calculateBounding(domain.points);
76
- identifier = domain.identifier;
77
- result.domains.push(domain);
78
- result.totalDomains++;
79
- if (!(identifier in result.groupByIdentifier)) {
80
- result.groupByIdentifier[identifier] = [];
81
- result.totalIdentifiers++;
82
- }
83
- result.groupByIdentifier[identifier].push(domain);
84
- }
85
- function calculateBounding(points) {
86
- var minX = null;
87
- var minY = null;
88
- var maxX = null;
89
- var maxY = null;
90
- points.forEach(function(point) {
91
- if (minX === null || point.x < minX) {
92
- minX = point.x;
93
- }
94
- if (minY === null || point.y < minY) {
95
- minY = point.y;
96
- }
97
- if (maxX === null || point.x > maxX) {
98
- maxX = point.x;
99
- }
100
- if (maxY === null || point.y > maxY) {
101
- maxY = point.y;
102
- }
103
- });
104
- var w = maxX - minX;
105
- var h = maxY - minY;
106
- return {
107
- x: minX,
108
- y: minY,
109
- w,
110
- h
111
- };
112
- }
113
- function addNewDomain(point, x, y, identifier2) {
114
- var newDomain = {
115
- identifier: identifier2,
116
- domainId: ++domainUUID,
117
- bounding: {},
118
- points: []
119
- };
120
- var newPoint = {
121
- value: point,
122
- x,
123
- y,
124
- identifier: identifier2,
125
- domainId: newDomain.domainId
126
- };
127
- pointsHash[x + "_" + y] = {
128
- value: point,
129
- identifier: identifier2,
130
- domainId: newDomain.domainId
131
- };
132
- newDomain.points.push(newPoint);
133
- domains[newDomain.domainId] = newDomain;
134
- }
135
- function addPointToDomain(point, x, y, domainId2) {
136
- var domain2 = domains[domainId2];
137
- var newPoint = {
138
- value: point,
139
- x,
140
- y,
141
- identifier: domain2.identifier,
142
- domainId: domainId2
143
- };
144
- pointsHash[x + "_" + y] = {
145
- value: point,
146
- identifier: domain2.identifier,
147
- domainId: domainId2
148
- };
149
- domain2.points.push(newPoint);
150
- }
151
- function mergeDomains(domainAId, domainBId) {
152
- var domainA = domains[domainAId];
153
- var domainB = domains[domainBId];
154
- if (domainA.identifier == domainB.identifier) {
155
- domainB.domainId = domainA.domainId;
156
- domainB.points.forEach(function(point) {
157
- point.domainId = domainA.domainId;
158
- pointsHash[point.x + "_" + point.y].domainId = domainA.domainId;
159
- });
160
- domainA.points = domainA.points.concat(domainB.points);
161
- delete domains[domainBId];
162
- }
163
- }
164
- return result;
165
- };
166
- }
167
- });
168
-
169
- export {
170
- require_connected_domain
171
- };