@relative-ci/core 5.0.0-alpha.2

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 (395) hide show
  1. package/lib/cjs/__/cross-spawn/index.js +59 -0
  2. package/lib/cjs/__/cross-spawn/index.js.map +1 -0
  3. package/lib/cjs/__/cross-spawn/lib/enoent.js +71 -0
  4. package/lib/cjs/__/cross-spawn/lib/enoent.js.map +1 -0
  5. package/lib/cjs/__/cross-spawn/lib/parse.js +112 -0
  6. package/lib/cjs/__/cross-spawn/lib/parse.js.map +1 -0
  7. package/lib/cjs/__/cross-spawn/lib/util/escape.js +60 -0
  8. package/lib/cjs/__/cross-spawn/lib/util/escape.js.map +1 -0
  9. package/lib/cjs/__/cross-spawn/lib/util/readShebang.js +42 -0
  10. package/lib/cjs/__/cross-spawn/lib/util/readShebang.js.map +1 -0
  11. package/lib/cjs/__/cross-spawn/lib/util/resolveCommand.js +72 -0
  12. package/lib/cjs/__/cross-spawn/lib/util/resolveCommand.js.map +1 -0
  13. package/lib/cjs/__/env-ci/index.js +81 -0
  14. package/lib/cjs/__/env-ci/index.js.map +1 -0
  15. package/lib/cjs/__/env-ci/lib/git.js +71 -0
  16. package/lib/cjs/__/env-ci/lib/git.js.map +1 -0
  17. package/lib/cjs/__/env-ci/lib/utils.js +15 -0
  18. package/lib/cjs/__/env-ci/lib/utils.js.map +1 -0
  19. package/lib/cjs/__/env-ci/services/appveyor.js +33 -0
  20. package/lib/cjs/__/env-ci/services/appveyor.js.map +1 -0
  21. package/lib/cjs/__/env-ci/services/azure-pipelines.js +35 -0
  22. package/lib/cjs/__/env-ci/services/azure-pipelines.js.map +1 -0
  23. package/lib/cjs/__/env-ci/services/bamboo.js +24 -0
  24. package/lib/cjs/__/env-ci/services/bamboo.js.map +1 -0
  25. package/lib/cjs/__/env-ci/services/bitbucket.js +25 -0
  26. package/lib/cjs/__/env-ci/services/bitbucket.js.map +1 -0
  27. package/lib/cjs/__/env-ci/services/bitrise.js +33 -0
  28. package/lib/cjs/__/env-ci/services/bitrise.js.map +1 -0
  29. package/lib/cjs/__/env-ci/services/buddy.js +34 -0
  30. package/lib/cjs/__/env-ci/services/buddy.js.map +1 -0
  31. package/lib/cjs/__/env-ci/services/buildkite.js +38 -0
  32. package/lib/cjs/__/env-ci/services/buildkite.js.map +1 -0
  33. package/lib/cjs/__/env-ci/services/circleci.js +36 -0
  34. package/lib/cjs/__/env-ci/services/circleci.js.map +1 -0
  35. package/lib/cjs/__/env-ci/services/cirrus.js +35 -0
  36. package/lib/cjs/__/env-ci/services/cirrus.js.map +1 -0
  37. package/lib/cjs/__/env-ci/services/cloudflare-pages.js +21 -0
  38. package/lib/cjs/__/env-ci/services/cloudflare-pages.js.map +1 -0
  39. package/lib/cjs/__/env-ci/services/codebuild.js +25 -0
  40. package/lib/cjs/__/env-ci/services/codebuild.js.map +1 -0
  41. package/lib/cjs/__/env-ci/services/codefresh.js +30 -0
  42. package/lib/cjs/__/env-ci/services/codefresh.js.map +1 -0
  43. package/lib/cjs/__/env-ci/services/codeship.js +23 -0
  44. package/lib/cjs/__/env-ci/services/codeship.js.map +1 -0
  45. package/lib/cjs/__/env-ci/services/drone.js +32 -0
  46. package/lib/cjs/__/env-ci/services/drone.js.map +1 -0
  47. package/lib/cjs/__/env-ci/services/git.js +12 -0
  48. package/lib/cjs/__/env-ci/services/git.js.map +1 -0
  49. package/lib/cjs/__/env-ci/services/github.js +65 -0
  50. package/lib/cjs/__/env-ci/services/github.js.map +1 -0
  51. package/lib/cjs/__/env-ci/services/gitlab.js +35 -0
  52. package/lib/cjs/__/env-ci/services/gitlab.js.map +1 -0
  53. package/lib/cjs/__/env-ci/services/jenkins.js +40 -0
  54. package/lib/cjs/__/env-ci/services/jenkins.js.map +1 -0
  55. package/lib/cjs/__/env-ci/services/jetbrains-space.js +29 -0
  56. package/lib/cjs/__/env-ci/services/jetbrains-space.js.map +1 -0
  57. package/lib/cjs/__/env-ci/services/netlify.js +29 -0
  58. package/lib/cjs/__/env-ci/services/netlify.js.map +1 -0
  59. package/lib/cjs/__/env-ci/services/puppet.js +23 -0
  60. package/lib/cjs/__/env-ci/services/puppet.js.map +1 -0
  61. package/lib/cjs/__/env-ci/services/sail.js +27 -0
  62. package/lib/cjs/__/env-ci/services/sail.js.map +1 -0
  63. package/lib/cjs/__/env-ci/services/screwdriver.js +31 -0
  64. package/lib/cjs/__/env-ci/services/screwdriver.js.map +1 -0
  65. package/lib/cjs/__/env-ci/services/scrutinizer.js +27 -0
  66. package/lib/cjs/__/env-ci/services/scrutinizer.js.map +1 -0
  67. package/lib/cjs/__/env-ci/services/semaphore.js +34 -0
  68. package/lib/cjs/__/env-ci/services/semaphore.js.map +1 -0
  69. package/lib/cjs/__/env-ci/services/shippable.js +32 -0
  70. package/lib/cjs/__/env-ci/services/shippable.js.map +1 -0
  71. package/lib/cjs/__/env-ci/services/teamcity.js +64 -0
  72. package/lib/cjs/__/env-ci/services/teamcity.js.map +1 -0
  73. package/lib/cjs/__/env-ci/services/travis.js +34 -0
  74. package/lib/cjs/__/env-ci/services/travis.js.map +1 -0
  75. package/lib/cjs/__/env-ci/services/vela.js +32 -0
  76. package/lib/cjs/__/env-ci/services/vela.js.map +1 -0
  77. package/lib/cjs/__/env-ci/services/vercel.js +34 -0
  78. package/lib/cjs/__/env-ci/services/vercel.js.map +1 -0
  79. package/lib/cjs/__/env-ci/services/wercker.js +24 -0
  80. package/lib/cjs/__/env-ci/services/wercker.js.map +1 -0
  81. package/lib/cjs/__/env-ci/services/woodpecker.js +32 -0
  82. package/lib/cjs/__/env-ci/services/woodpecker.js.map +1 -0
  83. package/lib/cjs/__/execa/index.js +149 -0
  84. package/lib/cjs/__/execa/index.js.map +1 -0
  85. package/lib/cjs/__/execa/lib/command.js +27 -0
  86. package/lib/cjs/__/execa/lib/command.js.map +1 -0
  87. package/lib/cjs/__/execa/lib/error.js +92 -0
  88. package/lib/cjs/__/execa/lib/error.js.map +1 -0
  89. package/lib/cjs/__/execa/lib/promise.js +10 -0
  90. package/lib/cjs/__/execa/lib/promise.js.map +1 -0
  91. package/lib/cjs/__/execa/lib/stdio.js +35 -0
  92. package/lib/cjs/__/execa/lib/stdio.js.map +1 -0
  93. package/lib/cjs/__/execa/lib/stream.js +35 -0
  94. package/lib/cjs/__/execa/lib/stream.js.map +1 -0
  95. package/lib/cjs/__/execa/lib/verbose.js +29 -0
  96. package/lib/cjs/__/execa/lib/verbose.js.map +1 -0
  97. package/lib/cjs/__/get-stream/source/array-buffer.js +4 -0
  98. package/lib/cjs/__/get-stream/source/array-buffer.js.map +1 -0
  99. package/lib/cjs/__/human-signals/build/src/core.js +276 -0
  100. package/lib/cjs/__/human-signals/build/src/core.js.map +1 -0
  101. package/lib/cjs/__/human-signals/build/src/main.js +72 -0
  102. package/lib/cjs/__/human-signals/build/src/main.js.map +1 -0
  103. package/lib/cjs/__/human-signals/build/src/realtime.js +21 -0
  104. package/lib/cjs/__/human-signals/build/src/realtime.js.map +1 -0
  105. package/lib/cjs/__/human-signals/build/src/signals.js +36 -0
  106. package/lib/cjs/__/human-signals/build/src/signals.js.map +1 -0
  107. package/lib/cjs/__/is-stream/index.js +10 -0
  108. package/lib/cjs/__/is-stream/index.js.map +1 -0
  109. package/lib/cjs/__/isexe/index.js +73 -0
  110. package/lib/cjs/__/isexe/index.js.map +1 -0
  111. package/lib/cjs/__/isexe/mode.js +60 -0
  112. package/lib/cjs/__/isexe/mode.js.map +1 -0
  113. package/lib/cjs/__/isexe/windows.js +61 -0
  114. package/lib/cjs/__/isexe/windows.js.map +1 -0
  115. package/lib/cjs/__/java-properties/dist-node/index.js +234 -0
  116. package/lib/cjs/__/java-properties/dist-node/index.js.map +1 -0
  117. package/lib/cjs/__/merge-stream/index.js +59 -0
  118. package/lib/cjs/__/merge-stream/index.js.map +1 -0
  119. package/lib/cjs/__/npm-run-path/__/path-key/index.js +17 -0
  120. package/lib/cjs/__/npm-run-path/__/path-key/index.js.map +1 -0
  121. package/lib/cjs/__/npm-run-path/index.js +63 -0
  122. package/lib/cjs/__/npm-run-path/index.js.map +1 -0
  123. package/lib/cjs/__/path-key/index.js +29 -0
  124. package/lib/cjs/__/path-key/index.js.map +1 -0
  125. package/lib/cjs/__/shebang-command/index.js +33 -0
  126. package/lib/cjs/__/shebang-command/index.js.map +1 -0
  127. package/lib/cjs/__/shebang-regex/index.js +14 -0
  128. package/lib/cjs/__/shebang-regex/index.js.map +1 -0
  129. package/lib/cjs/__/signal-exit/dist/mjs/index.js +253 -0
  130. package/lib/cjs/__/signal-exit/dist/mjs/index.js.map +1 -0
  131. package/lib/cjs/__/signal-exit/dist/mjs/signals.js +43 -0
  132. package/lib/cjs/__/signal-exit/dist/mjs/signals.js.map +1 -0
  133. package/lib/cjs/__/strip-final-newline/index.js +19 -0
  134. package/lib/cjs/__/strip-final-newline/index.js.map +1 -0
  135. package/lib/cjs/__/which/which.js +145 -0
  136. package/lib/cjs/__/which/which.js.map +1 -0
  137. package/lib/cjs/_virtual/_commonjsHelpers.js +11 -0
  138. package/lib/cjs/_virtual/_commonjsHelpers.js.map +1 -0
  139. package/lib/cjs/_virtual/escape.js +6 -0
  140. package/lib/cjs/_virtual/escape.js.map +1 -0
  141. package/lib/cjs/_virtual/index.js +10 -0
  142. package/lib/cjs/_virtual/index.js.map +1 -0
  143. package/lib/cjs/_virtual/index2.js +6 -0
  144. package/lib/cjs/_virtual/index2.js.map +1 -0
  145. package/lib/cjs/_virtual/index3.js +10 -0
  146. package/lib/cjs/_virtual/index3.js.map +1 -0
  147. package/lib/cjs/_virtual/index4.js +6 -0
  148. package/lib/cjs/_virtual/index4.js.map +1 -0
  149. package/lib/cjs/_virtual/index5.js +6 -0
  150. package/lib/cjs/_virtual/index5.js.map +1 -0
  151. package/lib/cjs/_virtual/index6.js +6 -0
  152. package/lib/cjs/_virtual/index6.js.map +1 -0
  153. package/lib/cjs/artifacts/filter-artifacts.js +27 -0
  154. package/lib/cjs/artifacts/filter-artifacts.js.map +1 -0
  155. package/lib/cjs/artifacts/validate-webpack-stats.js +18 -0
  156. package/lib/cjs/artifacts/validate-webpack-stats.js.map +1 -0
  157. package/lib/cjs/artifacts.js +10 -0
  158. package/lib/cjs/artifacts.js.map +1 -0
  159. package/lib/cjs/constants.js +10 -0
  160. package/lib/cjs/constants.js.map +1 -0
  161. package/lib/cjs/index.js +33 -0
  162. package/lib/cjs/index.js.map +1 -0
  163. package/lib/cjs/ingest/ingest.js +85 -0
  164. package/lib/cjs/ingest/ingest.js.map +1 -0
  165. package/lib/cjs/ingest.js +8 -0
  166. package/lib/cjs/ingest.js.map +1 -0
  167. package/lib/cjs/locales/en.js +27 -0
  168. package/lib/cjs/locales/en.js.map +1 -0
  169. package/lib/cjs/package.json +1 -0
  170. package/lib/cjs/utils/debug.js +13 -0
  171. package/lib/cjs/utils/debug.js.map +1 -0
  172. package/lib/cjs/utils/get-commit-message.js +21 -0
  173. package/lib/cjs/utils/get-commit-message.js.map +1 -0
  174. package/lib/cjs/utils/get-env-vars.js +56 -0
  175. package/lib/cjs/utils/get-env-vars.js.map +1 -0
  176. package/lib/cjs/utils/get-slug.js +44 -0
  177. package/lib/cjs/utils/get-slug.js.map +1 -0
  178. package/lib/cjs/utils/log-response.js +19 -0
  179. package/lib/cjs/utils/log-response.js.map +1 -0
  180. package/lib/cjs/utils/logger.js +16 -0
  181. package/lib/cjs/utils/logger.js.map +1 -0
  182. package/lib/cjs/utils/mask-object-property.js +27 -0
  183. package/lib/cjs/utils/mask-object-property.js.map +1 -0
  184. package/lib/cjs/utils/normalize-params.js +62 -0
  185. package/lib/cjs/utils/normalize-params.js.map +1 -0
  186. package/lib/cjs/utils.js +23 -0
  187. package/lib/cjs/utils.js.map +1 -0
  188. package/lib/esm/__/cross-spawn/index.js +53 -0
  189. package/lib/esm/__/cross-spawn/index.js.map +1 -0
  190. package/lib/esm/__/cross-spawn/lib/enoent.js +69 -0
  191. package/lib/esm/__/cross-spawn/lib/enoent.js.map +1 -0
  192. package/lib/esm/__/cross-spawn/lib/parse.js +106 -0
  193. package/lib/esm/__/cross-spawn/lib/parse.js.map +1 -0
  194. package/lib/esm/__/cross-spawn/lib/util/escape.js +58 -0
  195. package/lib/esm/__/cross-spawn/lib/util/escape.js.map +1 -0
  196. package/lib/esm/__/cross-spawn/lib/util/readShebang.js +36 -0
  197. package/lib/esm/__/cross-spawn/lib/util/readShebang.js.map +1 -0
  198. package/lib/esm/__/cross-spawn/lib/util/resolveCommand.js +66 -0
  199. package/lib/esm/__/cross-spawn/lib/util/resolveCommand.js.map +1 -0
  200. package/lib/esm/__/env-ci/index.js +79 -0
  201. package/lib/esm/__/env-ci/index.js.map +1 -0
  202. package/lib/esm/__/env-ci/lib/git.js +67 -0
  203. package/lib/esm/__/env-ci/lib/git.js.map +1 -0
  204. package/lib/esm/__/env-ci/lib/utils.js +12 -0
  205. package/lib/esm/__/env-ci/lib/utils.js.map +1 -0
  206. package/lib/esm/__/env-ci/services/appveyor.js +31 -0
  207. package/lib/esm/__/env-ci/services/appveyor.js.map +1 -0
  208. package/lib/esm/__/env-ci/services/azure-pipelines.js +33 -0
  209. package/lib/esm/__/env-ci/services/azure-pipelines.js.map +1 -0
  210. package/lib/esm/__/env-ci/services/bamboo.js +22 -0
  211. package/lib/esm/__/env-ci/services/bamboo.js.map +1 -0
  212. package/lib/esm/__/env-ci/services/bitbucket.js +23 -0
  213. package/lib/esm/__/env-ci/services/bitbucket.js.map +1 -0
  214. package/lib/esm/__/env-ci/services/bitrise.js +31 -0
  215. package/lib/esm/__/env-ci/services/bitrise.js.map +1 -0
  216. package/lib/esm/__/env-ci/services/buddy.js +32 -0
  217. package/lib/esm/__/env-ci/services/buddy.js.map +1 -0
  218. package/lib/esm/__/env-ci/services/buildkite.js +36 -0
  219. package/lib/esm/__/env-ci/services/buildkite.js.map +1 -0
  220. package/lib/esm/__/env-ci/services/circleci.js +34 -0
  221. package/lib/esm/__/env-ci/services/circleci.js.map +1 -0
  222. package/lib/esm/__/env-ci/services/cirrus.js +33 -0
  223. package/lib/esm/__/env-ci/services/cirrus.js.map +1 -0
  224. package/lib/esm/__/env-ci/services/cloudflare-pages.js +19 -0
  225. package/lib/esm/__/env-ci/services/cloudflare-pages.js.map +1 -0
  226. package/lib/esm/__/env-ci/services/codebuild.js +23 -0
  227. package/lib/esm/__/env-ci/services/codebuild.js.map +1 -0
  228. package/lib/esm/__/env-ci/services/codefresh.js +28 -0
  229. package/lib/esm/__/env-ci/services/codefresh.js.map +1 -0
  230. package/lib/esm/__/env-ci/services/codeship.js +21 -0
  231. package/lib/esm/__/env-ci/services/codeship.js.map +1 -0
  232. package/lib/esm/__/env-ci/services/drone.js +30 -0
  233. package/lib/esm/__/env-ci/services/drone.js.map +1 -0
  234. package/lib/esm/__/env-ci/services/git.js +10 -0
  235. package/lib/esm/__/env-ci/services/git.js.map +1 -0
  236. package/lib/esm/__/env-ci/services/github.js +63 -0
  237. package/lib/esm/__/env-ci/services/github.js.map +1 -0
  238. package/lib/esm/__/env-ci/services/gitlab.js +33 -0
  239. package/lib/esm/__/env-ci/services/gitlab.js.map +1 -0
  240. package/lib/esm/__/env-ci/services/jenkins.js +38 -0
  241. package/lib/esm/__/env-ci/services/jenkins.js.map +1 -0
  242. package/lib/esm/__/env-ci/services/jetbrains-space.js +27 -0
  243. package/lib/esm/__/env-ci/services/jetbrains-space.js.map +1 -0
  244. package/lib/esm/__/env-ci/services/netlify.js +27 -0
  245. package/lib/esm/__/env-ci/services/netlify.js.map +1 -0
  246. package/lib/esm/__/env-ci/services/puppet.js +21 -0
  247. package/lib/esm/__/env-ci/services/puppet.js.map +1 -0
  248. package/lib/esm/__/env-ci/services/sail.js +25 -0
  249. package/lib/esm/__/env-ci/services/sail.js.map +1 -0
  250. package/lib/esm/__/env-ci/services/screwdriver.js +29 -0
  251. package/lib/esm/__/env-ci/services/screwdriver.js.map +1 -0
  252. package/lib/esm/__/env-ci/services/scrutinizer.js +25 -0
  253. package/lib/esm/__/env-ci/services/scrutinizer.js.map +1 -0
  254. package/lib/esm/__/env-ci/services/semaphore.js +32 -0
  255. package/lib/esm/__/env-ci/services/semaphore.js.map +1 -0
  256. package/lib/esm/__/env-ci/services/shippable.js +30 -0
  257. package/lib/esm/__/env-ci/services/shippable.js.map +1 -0
  258. package/lib/esm/__/env-ci/services/teamcity.js +62 -0
  259. package/lib/esm/__/env-ci/services/teamcity.js.map +1 -0
  260. package/lib/esm/__/env-ci/services/travis.js +32 -0
  261. package/lib/esm/__/env-ci/services/travis.js.map +1 -0
  262. package/lib/esm/__/env-ci/services/vela.js +30 -0
  263. package/lib/esm/__/env-ci/services/vela.js.map +1 -0
  264. package/lib/esm/__/env-ci/services/vercel.js +32 -0
  265. package/lib/esm/__/env-ci/services/vercel.js.map +1 -0
  266. package/lib/esm/__/env-ci/services/wercker.js +22 -0
  267. package/lib/esm/__/env-ci/services/wercker.js.map +1 -0
  268. package/lib/esm/__/env-ci/services/woodpecker.js +30 -0
  269. package/lib/esm/__/env-ci/services/woodpecker.js.map +1 -0
  270. package/lib/esm/__/execa/index.js +141 -0
  271. package/lib/esm/__/execa/index.js.map +1 -0
  272. package/lib/esm/__/execa/lib/command.js +24 -0
  273. package/lib/esm/__/execa/lib/command.js.map +1 -0
  274. package/lib/esm/__/execa/lib/error.js +86 -0
  275. package/lib/esm/__/execa/lib/error.js.map +1 -0
  276. package/lib/esm/__/execa/lib/promise.js +8 -0
  277. package/lib/esm/__/execa/lib/promise.js.map +1 -0
  278. package/lib/esm/__/execa/lib/stdio.js +33 -0
  279. package/lib/esm/__/execa/lib/stdio.js.map +1 -0
  280. package/lib/esm/__/execa/lib/stream.js +33 -0
  281. package/lib/esm/__/execa/lib/stream.js.map +1 -0
  282. package/lib/esm/__/execa/lib/verbose.js +22 -0
  283. package/lib/esm/__/execa/lib/verbose.js.map +1 -0
  284. package/lib/esm/__/get-stream/source/array-buffer.js +2 -0
  285. package/lib/esm/__/get-stream/source/array-buffer.js.map +1 -0
  286. package/lib/esm/__/human-signals/build/src/core.js +274 -0
  287. package/lib/esm/__/human-signals/build/src/core.js.map +1 -0
  288. package/lib/esm/__/human-signals/build/src/main.js +70 -0
  289. package/lib/esm/__/human-signals/build/src/main.js.map +1 -0
  290. package/lib/esm/__/human-signals/build/src/realtime.js +18 -0
  291. package/lib/esm/__/human-signals/build/src/realtime.js.map +1 -0
  292. package/lib/esm/__/human-signals/build/src/signals.js +34 -0
  293. package/lib/esm/__/human-signals/build/src/signals.js.map +1 -0
  294. package/lib/esm/__/is-stream/index.js +8 -0
  295. package/lib/esm/__/is-stream/index.js.map +1 -0
  296. package/lib/esm/__/isexe/index.js +71 -0
  297. package/lib/esm/__/isexe/index.js.map +1 -0
  298. package/lib/esm/__/isexe/mode.js +54 -0
  299. package/lib/esm/__/isexe/mode.js.map +1 -0
  300. package/lib/esm/__/isexe/windows.js +55 -0
  301. package/lib/esm/__/isexe/windows.js.map +1 -0
  302. package/lib/esm/__/java-properties/dist-node/index.js +228 -0
  303. package/lib/esm/__/java-properties/dist-node/index.js.map +1 -0
  304. package/lib/esm/__/merge-stream/index.js +53 -0
  305. package/lib/esm/__/merge-stream/index.js.map +1 -0
  306. package/lib/esm/__/npm-run-path/__/path-key/index.js +15 -0
  307. package/lib/esm/__/npm-run-path/__/path-key/index.js.map +1 -0
  308. package/lib/esm/__/npm-run-path/index.js +55 -0
  309. package/lib/esm/__/npm-run-path/index.js.map +1 -0
  310. package/lib/esm/__/path-key/index.js +27 -0
  311. package/lib/esm/__/path-key/index.js.map +1 -0
  312. package/lib/esm/__/shebang-command/index.js +31 -0
  313. package/lib/esm/__/shebang-command/index.js.map +1 -0
  314. package/lib/esm/__/shebang-regex/index.js +12 -0
  315. package/lib/esm/__/shebang-regex/index.js.map +1 -0
  316. package/lib/esm/__/signal-exit/dist/mjs/index.js +251 -0
  317. package/lib/esm/__/signal-exit/dist/mjs/index.js.map +1 -0
  318. package/lib/esm/__/signal-exit/dist/mjs/signals.js +41 -0
  319. package/lib/esm/__/signal-exit/dist/mjs/signals.js.map +1 -0
  320. package/lib/esm/__/strip-final-newline/index.js +17 -0
  321. package/lib/esm/__/strip-final-newline/index.js.map +1 -0
  322. package/lib/esm/__/which/which.js +139 -0
  323. package/lib/esm/__/which/which.js.map +1 -0
  324. package/lib/esm/_virtual/_commonjsHelpers.js +8 -0
  325. package/lib/esm/_virtual/_commonjsHelpers.js.map +1 -0
  326. package/lib/esm/_virtual/escape.js +4 -0
  327. package/lib/esm/_virtual/escape.js.map +1 -0
  328. package/lib/esm/_virtual/index.js +8 -0
  329. package/lib/esm/_virtual/index.js.map +1 -0
  330. package/lib/esm/_virtual/index2.js +4 -0
  331. package/lib/esm/_virtual/index2.js.map +1 -0
  332. package/lib/esm/_virtual/index3.js +8 -0
  333. package/lib/esm/_virtual/index3.js.map +1 -0
  334. package/lib/esm/_virtual/index4.js +4 -0
  335. package/lib/esm/_virtual/index4.js.map +1 -0
  336. package/lib/esm/_virtual/index5.js +4 -0
  337. package/lib/esm/_virtual/index5.js.map +1 -0
  338. package/lib/esm/_virtual/index6.js +4 -0
  339. package/lib/esm/_virtual/index6.js.map +1 -0
  340. package/lib/esm/artifacts/filter-artifacts.js +20 -0
  341. package/lib/esm/artifacts/filter-artifacts.js.map +1 -0
  342. package/lib/esm/artifacts/validate-webpack-stats.js +12 -0
  343. package/lib/esm/artifacts/validate-webpack-stats.js.map +1 -0
  344. package/lib/esm/artifacts.js +3 -0
  345. package/lib/esm/artifacts.js.map +1 -0
  346. package/lib/esm/constants.js +6 -0
  347. package/lib/esm/constants.js.map +1 -0
  348. package/lib/esm/index.js +13 -0
  349. package/lib/esm/index.js.map +1 -0
  350. package/lib/esm/ingest/ingest.js +78 -0
  351. package/lib/esm/ingest/ingest.js.map +1 -0
  352. package/lib/esm/ingest.js +6 -0
  353. package/lib/esm/ingest.js.map +1 -0
  354. package/lib/esm/locales/en.js +15 -0
  355. package/lib/esm/locales/en.js.map +1 -0
  356. package/lib/esm/package.json +1 -0
  357. package/lib/esm/utils/debug.js +7 -0
  358. package/lib/esm/utils/debug.js.map +1 -0
  359. package/lib/esm/utils/get-commit-message.js +15 -0
  360. package/lib/esm/utils/get-commit-message.js.map +1 -0
  361. package/lib/esm/utils/get-env-vars.js +54 -0
  362. package/lib/esm/utils/get-env-vars.js.map +1 -0
  363. package/lib/esm/utils/get-slug.js +41 -0
  364. package/lib/esm/utils/get-slug.js.map +1 -0
  365. package/lib/esm/utils/log-response.js +17 -0
  366. package/lib/esm/utils/log-response.js.map +1 -0
  367. package/lib/esm/utils/logger.js +14 -0
  368. package/lib/esm/utils/logger.js.map +1 -0
  369. package/lib/esm/utils/mask-object-property.js +21 -0
  370. package/lib/esm/utils/mask-object-property.js.map +1 -0
  371. package/lib/esm/utils/normalize-params.js +60 -0
  372. package/lib/esm/utils/normalize-params.js.map +1 -0
  373. package/lib/esm/utils.js +9 -0
  374. package/lib/esm/utils.js.map +1 -0
  375. package/lib/types/artifacts/filter-artifacts.d.ts +10 -0
  376. package/lib/types/artifacts/index.d.ts +2 -0
  377. package/lib/types/artifacts/validate-webpack-stats.d.ts +1 -0
  378. package/lib/types/constants.d.ts +111 -0
  379. package/lib/types/index.d.ts +4 -0
  380. package/lib/types/ingest/index.d.ts +2 -0
  381. package/lib/types/ingest/ingest.d.ts +3 -0
  382. package/lib/types/ingest/ingest.test.d.ts +1 -0
  383. package/lib/types/locales/en.d.ts +11 -0
  384. package/lib/types/utils/debug.d.ts +2 -0
  385. package/lib/types/utils/get-commit-message.d.ts +1 -0
  386. package/lib/types/utils/get-env-vars.d.ts +5 -0
  387. package/lib/types/utils/get-slug.d.ts +9 -0
  388. package/lib/types/utils/get-slug.test.d.ts +1 -0
  389. package/lib/types/utils/index.d.ts +8 -0
  390. package/lib/types/utils/log-response.d.ts +8 -0
  391. package/lib/types/utils/logger.d.ts +12 -0
  392. package/lib/types/utils/mask-object-property.d.ts +1 -0
  393. package/lib/types/utils/normalize-params.d.ts +8 -0
  394. package/package.json +91 -0
  395. package/typings.d.ts +5 -0
@@ -0,0 +1,276 @@
1
+ 'use strict';
2
+
3
+ const SIGNALS=[
4
+ {
5
+ name:"SIGHUP",
6
+ number:1,
7
+ action:"terminate",
8
+ description:"Terminal closed",
9
+ standard:"posix"
10
+ },
11
+ {
12
+ name:"SIGINT",
13
+ number:2,
14
+ action:"terminate",
15
+ description:"User interruption with CTRL-C",
16
+ standard:"ansi"
17
+ },
18
+ {
19
+ name:"SIGQUIT",
20
+ number:3,
21
+ action:"core",
22
+ description:"User interruption with CTRL-\\",
23
+ standard:"posix"
24
+ },
25
+ {
26
+ name:"SIGILL",
27
+ number:4,
28
+ action:"core",
29
+ description:"Invalid machine instruction",
30
+ standard:"ansi"
31
+ },
32
+ {
33
+ name:"SIGTRAP",
34
+ number:5,
35
+ action:"core",
36
+ description:"Debugger breakpoint",
37
+ standard:"posix"
38
+ },
39
+ {
40
+ name:"SIGABRT",
41
+ number:6,
42
+ action:"core",
43
+ description:"Aborted",
44
+ standard:"ansi"
45
+ },
46
+ {
47
+ name:"SIGIOT",
48
+ number:6,
49
+ action:"core",
50
+ description:"Aborted",
51
+ standard:"bsd"
52
+ },
53
+ {
54
+ name:"SIGBUS",
55
+ number:7,
56
+ action:"core",
57
+ description:
58
+ "Bus error due to misaligned, non-existing address or paging error",
59
+ standard:"bsd"
60
+ },
61
+ {
62
+ name:"SIGEMT",
63
+ number:7,
64
+ action:"terminate",
65
+ description:"Command should be emulated but is not implemented",
66
+ standard:"other"
67
+ },
68
+ {
69
+ name:"SIGFPE",
70
+ number:8,
71
+ action:"core",
72
+ description:"Floating point arithmetic error",
73
+ standard:"ansi"
74
+ },
75
+ {
76
+ name:"SIGKILL",
77
+ number:9,
78
+ action:"terminate",
79
+ description:"Forced termination",
80
+ standard:"posix",
81
+ forced:true
82
+ },
83
+ {
84
+ name:"SIGUSR1",
85
+ number:10,
86
+ action:"terminate",
87
+ description:"Application-specific signal",
88
+ standard:"posix"
89
+ },
90
+ {
91
+ name:"SIGSEGV",
92
+ number:11,
93
+ action:"core",
94
+ description:"Segmentation fault",
95
+ standard:"ansi"
96
+ },
97
+ {
98
+ name:"SIGUSR2",
99
+ number:12,
100
+ action:"terminate",
101
+ description:"Application-specific signal",
102
+ standard:"posix"
103
+ },
104
+ {
105
+ name:"SIGPIPE",
106
+ number:13,
107
+ action:"terminate",
108
+ description:"Broken pipe or socket",
109
+ standard:"posix"
110
+ },
111
+ {
112
+ name:"SIGALRM",
113
+ number:14,
114
+ action:"terminate",
115
+ description:"Timeout or timer",
116
+ standard:"posix"
117
+ },
118
+ {
119
+ name:"SIGTERM",
120
+ number:15,
121
+ action:"terminate",
122
+ description:"Termination",
123
+ standard:"ansi"
124
+ },
125
+ {
126
+ name:"SIGSTKFLT",
127
+ number:16,
128
+ action:"terminate",
129
+ description:"Stack is empty or overflowed",
130
+ standard:"other"
131
+ },
132
+ {
133
+ name:"SIGCHLD",
134
+ number:17,
135
+ action:"ignore",
136
+ description:"Child process terminated, paused or unpaused",
137
+ standard:"posix"
138
+ },
139
+ {
140
+ name:"SIGCLD",
141
+ number:17,
142
+ action:"ignore",
143
+ description:"Child process terminated, paused or unpaused",
144
+ standard:"other"
145
+ },
146
+ {
147
+ name:"SIGCONT",
148
+ number:18,
149
+ action:"unpause",
150
+ description:"Unpaused",
151
+ standard:"posix",
152
+ forced:true
153
+ },
154
+ {
155
+ name:"SIGSTOP",
156
+ number:19,
157
+ action:"pause",
158
+ description:"Paused",
159
+ standard:"posix",
160
+ forced:true
161
+ },
162
+ {
163
+ name:"SIGTSTP",
164
+ number:20,
165
+ action:"pause",
166
+ description:"Paused using CTRL-Z or \"suspend\"",
167
+ standard:"posix"
168
+ },
169
+ {
170
+ name:"SIGTTIN",
171
+ number:21,
172
+ action:"pause",
173
+ description:"Background process cannot read terminal input",
174
+ standard:"posix"
175
+ },
176
+ {
177
+ name:"SIGBREAK",
178
+ number:21,
179
+ action:"terminate",
180
+ description:"User interruption with CTRL-BREAK",
181
+ standard:"other"
182
+ },
183
+ {
184
+ name:"SIGTTOU",
185
+ number:22,
186
+ action:"pause",
187
+ description:"Background process cannot write to terminal output",
188
+ standard:"posix"
189
+ },
190
+ {
191
+ name:"SIGURG",
192
+ number:23,
193
+ action:"ignore",
194
+ description:"Socket received out-of-band data",
195
+ standard:"bsd"
196
+ },
197
+ {
198
+ name:"SIGXCPU",
199
+ number:24,
200
+ action:"core",
201
+ description:"Process timed out",
202
+ standard:"bsd"
203
+ },
204
+ {
205
+ name:"SIGXFSZ",
206
+ number:25,
207
+ action:"core",
208
+ description:"File too big",
209
+ standard:"bsd"
210
+ },
211
+ {
212
+ name:"SIGVTALRM",
213
+ number:26,
214
+ action:"terminate",
215
+ description:"Timeout or timer",
216
+ standard:"bsd"
217
+ },
218
+ {
219
+ name:"SIGPROF",
220
+ number:27,
221
+ action:"terminate",
222
+ description:"Timeout or timer",
223
+ standard:"bsd"
224
+ },
225
+ {
226
+ name:"SIGWINCH",
227
+ number:28,
228
+ action:"ignore",
229
+ description:"Terminal window size changed",
230
+ standard:"bsd"
231
+ },
232
+ {
233
+ name:"SIGIO",
234
+ number:29,
235
+ action:"terminate",
236
+ description:"I/O is available",
237
+ standard:"other"
238
+ },
239
+ {
240
+ name:"SIGPOLL",
241
+ number:29,
242
+ action:"terminate",
243
+ description:"Watched event",
244
+ standard:"other"
245
+ },
246
+ {
247
+ name:"SIGINFO",
248
+ number:29,
249
+ action:"ignore",
250
+ description:"Request for process information",
251
+ standard:"other"
252
+ },
253
+ {
254
+ name:"SIGPWR",
255
+ number:30,
256
+ action:"terminate",
257
+ description:"Device running out of power",
258
+ standard:"systemv"
259
+ },
260
+ {
261
+ name:"SIGSYS",
262
+ number:31,
263
+ action:"core",
264
+ description:"Invalid system call",
265
+ standard:"other"
266
+ },
267
+ {
268
+ name:"SIGUNUSED",
269
+ number:31,
270
+ action:"terminate",
271
+ description:"Invalid system call",
272
+ standard:"other"
273
+ }];
274
+
275
+ exports.SIGNALS = SIGNALS;
276
+ //# sourceMappingURL=core.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"core.js","sources":["../../../../../../../../node_modules/human-signals/build/src/core.js"],"sourcesContent":["\n\nexport const SIGNALS=[\n{\nname:\"SIGHUP\",\nnumber:1,\naction:\"terminate\",\ndescription:\"Terminal closed\",\nstandard:\"posix\"\n},\n{\nname:\"SIGINT\",\nnumber:2,\naction:\"terminate\",\ndescription:\"User interruption with CTRL-C\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGQUIT\",\nnumber:3,\naction:\"core\",\ndescription:\"User interruption with CTRL-\\\\\",\nstandard:\"posix\"\n},\n{\nname:\"SIGILL\",\nnumber:4,\naction:\"core\",\ndescription:\"Invalid machine instruction\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGTRAP\",\nnumber:5,\naction:\"core\",\ndescription:\"Debugger breakpoint\",\nstandard:\"posix\"\n},\n{\nname:\"SIGABRT\",\nnumber:6,\naction:\"core\",\ndescription:\"Aborted\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGIOT\",\nnumber:6,\naction:\"core\",\ndescription:\"Aborted\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGBUS\",\nnumber:7,\naction:\"core\",\ndescription:\n\"Bus error due to misaligned, non-existing address or paging error\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGEMT\",\nnumber:7,\naction:\"terminate\",\ndescription:\"Command should be emulated but is not implemented\",\nstandard:\"other\"\n},\n{\nname:\"SIGFPE\",\nnumber:8,\naction:\"core\",\ndescription:\"Floating point arithmetic error\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGKILL\",\nnumber:9,\naction:\"terminate\",\ndescription:\"Forced termination\",\nstandard:\"posix\",\nforced:true\n},\n{\nname:\"SIGUSR1\",\nnumber:10,\naction:\"terminate\",\ndescription:\"Application-specific signal\",\nstandard:\"posix\"\n},\n{\nname:\"SIGSEGV\",\nnumber:11,\naction:\"core\",\ndescription:\"Segmentation fault\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGUSR2\",\nnumber:12,\naction:\"terminate\",\ndescription:\"Application-specific signal\",\nstandard:\"posix\"\n},\n{\nname:\"SIGPIPE\",\nnumber:13,\naction:\"terminate\",\ndescription:\"Broken pipe or socket\",\nstandard:\"posix\"\n},\n{\nname:\"SIGALRM\",\nnumber:14,\naction:\"terminate\",\ndescription:\"Timeout or timer\",\nstandard:\"posix\"\n},\n{\nname:\"SIGTERM\",\nnumber:15,\naction:\"terminate\",\ndescription:\"Termination\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGSTKFLT\",\nnumber:16,\naction:\"terminate\",\ndescription:\"Stack is empty or overflowed\",\nstandard:\"other\"\n},\n{\nname:\"SIGCHLD\",\nnumber:17,\naction:\"ignore\",\ndescription:\"Child process terminated, paused or unpaused\",\nstandard:\"posix\"\n},\n{\nname:\"SIGCLD\",\nnumber:17,\naction:\"ignore\",\ndescription:\"Child process terminated, paused or unpaused\",\nstandard:\"other\"\n},\n{\nname:\"SIGCONT\",\nnumber:18,\naction:\"unpause\",\ndescription:\"Unpaused\",\nstandard:\"posix\",\nforced:true\n},\n{\nname:\"SIGSTOP\",\nnumber:19,\naction:\"pause\",\ndescription:\"Paused\",\nstandard:\"posix\",\nforced:true\n},\n{\nname:\"SIGTSTP\",\nnumber:20,\naction:\"pause\",\ndescription:\"Paused using CTRL-Z or \\\"suspend\\\"\",\nstandard:\"posix\"\n},\n{\nname:\"SIGTTIN\",\nnumber:21,\naction:\"pause\",\ndescription:\"Background process cannot read terminal input\",\nstandard:\"posix\"\n},\n{\nname:\"SIGBREAK\",\nnumber:21,\naction:\"terminate\",\ndescription:\"User interruption with CTRL-BREAK\",\nstandard:\"other\"\n},\n{\nname:\"SIGTTOU\",\nnumber:22,\naction:\"pause\",\ndescription:\"Background process cannot write to terminal output\",\nstandard:\"posix\"\n},\n{\nname:\"SIGURG\",\nnumber:23,\naction:\"ignore\",\ndescription:\"Socket received out-of-band data\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGXCPU\",\nnumber:24,\naction:\"core\",\ndescription:\"Process timed out\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGXFSZ\",\nnumber:25,\naction:\"core\",\ndescription:\"File too big\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGVTALRM\",\nnumber:26,\naction:\"terminate\",\ndescription:\"Timeout or timer\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGPROF\",\nnumber:27,\naction:\"terminate\",\ndescription:\"Timeout or timer\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGWINCH\",\nnumber:28,\naction:\"ignore\",\ndescription:\"Terminal window size changed\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGIO\",\nnumber:29,\naction:\"terminate\",\ndescription:\"I/O is available\",\nstandard:\"other\"\n},\n{\nname:\"SIGPOLL\",\nnumber:29,\naction:\"terminate\",\ndescription:\"Watched event\",\nstandard:\"other\"\n},\n{\nname:\"SIGINFO\",\nnumber:29,\naction:\"ignore\",\ndescription:\"Request for process information\",\nstandard:\"other\"\n},\n{\nname:\"SIGPWR\",\nnumber:30,\naction:\"terminate\",\ndescription:\"Device running out of power\",\nstandard:\"systemv\"\n},\n{\nname:\"SIGSYS\",\nnumber:31,\naction:\"core\",\ndescription:\"Invalid system call\",\nstandard:\"other\"\n},\n{\nname:\"SIGUNUSED\",\nnumber:31,\naction:\"terminate\",\ndescription:\"Invalid system call\",\nstandard:\"other\"\n}];"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,72 @@
1
+ 'use strict';
2
+
3
+ var os = require('node:os');
4
+ var realtime = require('./realtime.js');
5
+ var signals = require('./signals.js');
6
+
7
+ const getSignalsByName=()=>{
8
+ const signals$1=signals.getSignals();
9
+ return Object.fromEntries(signals$1.map(getSignalByName))
10
+ };
11
+
12
+ const getSignalByName=({
13
+ name,
14
+ number,
15
+ description,
16
+ supported,
17
+ action,
18
+ forced,
19
+ standard
20
+ })=>[name,{name,number,description,supported,action,forced,standard}];
21
+
22
+ const signalsByName=getSignalsByName();
23
+
24
+
25
+
26
+
27
+ const getSignalsByNumber=()=>{
28
+ const signals$1=signals.getSignals();
29
+ const length=realtime.SIGRTMAX+1;
30
+ const signalsA=Array.from({length},(value,number)=>
31
+ getSignalByNumber(number,signals$1)
32
+ );
33
+ return Object.assign({},...signalsA)
34
+ };
35
+
36
+ const getSignalByNumber=(number,signals)=>{
37
+ const signal=findSignalByNumber(number,signals);
38
+
39
+ if(signal===undefined){
40
+ return {}
41
+ }
42
+
43
+ const{name,description,supported,action,forced,standard}=signal;
44
+ return {
45
+ [number]:{
46
+ name,
47
+ number,
48
+ description,
49
+ supported,
50
+ action,
51
+ forced,
52
+ standard
53
+ }
54
+ }
55
+ };
56
+
57
+
58
+
59
+ const findSignalByNumber=(number,signals)=>{
60
+ const signal=signals.find(({name})=>os.constants.signals[name]===number);
61
+
62
+ if(signal!==undefined){
63
+ return signal
64
+ }
65
+
66
+ return signals.find((signalA)=>signalA.number===number)
67
+ };
68
+
69
+ getSignalsByNumber();
70
+
71
+ exports.signalsByName = signalsByName;
72
+ //# sourceMappingURL=main.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.js","sources":["../../../../../../../../node_modules/human-signals/build/src/main.js"],"sourcesContent":["import{constants}from\"node:os\";\n\nimport{SIGRTMAX}from\"./realtime.js\";\nimport{getSignals}from\"./signals.js\";\n\n\n\nconst getSignalsByName=()=>{\nconst signals=getSignals();\nreturn Object.fromEntries(signals.map(getSignalByName))\n};\n\nconst getSignalByName=({\nname,\nnumber,\ndescription,\nsupported,\naction,\nforced,\nstandard\n})=>[name,{name,number,description,supported,action,forced,standard}];\n\nexport const signalsByName=getSignalsByName();\n\n\n\n\nconst getSignalsByNumber=()=>{\nconst signals=getSignals();\nconst length=SIGRTMAX+1;\nconst signalsA=Array.from({length},(value,number)=>\ngetSignalByNumber(number,signals)\n);\nreturn Object.assign({},...signalsA)\n};\n\nconst getSignalByNumber=(number,signals)=>{\nconst signal=findSignalByNumber(number,signals);\n\nif(signal===undefined){\nreturn{}\n}\n\nconst{name,description,supported,action,forced,standard}=signal;\nreturn{\n[number]:{\nname,\nnumber,\ndescription,\nsupported,\naction,\nforced,\nstandard\n}\n}\n};\n\n\n\nconst findSignalByNumber=(number,signals)=>{\nconst signal=signals.find(({name})=>constants.signals[name]===number);\n\nif(signal!==undefined){\nreturn signal\n}\n\nreturn signals.find((signalA)=>signalA.number===number)\n};\n\nexport const signalsByNumber=getSignalsByNumber();"],"names":["signals","getSignals","SIGRTMAX","constants"],"mappings":";;;;;;AAOA,MAAM,gBAAgB,CAAC,IAAI;AAC3B,MAAMA,SAAO,CAACC,kBAAU,EAAE;AAC1B,OAAO,MAAM,CAAC,WAAW,CAACD,SAAO,CAAC,GAAG,CAAC,eAAe,CAAC;AACtD,CAAC;;AAED,MAAM,eAAe,CAAC,CAAC;AACvB,IAAI;AACJ,MAAM;AACN,WAAW;AACX,SAAS;AACT,MAAM;AACN,MAAM;AACN;AACA,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;;AAEzD,MAAC,aAAa,CAAC,gBAAgB;;;;;AAK3C,MAAM,kBAAkB,CAAC,IAAI;AAC7B,MAAMA,SAAO,CAACC,kBAAU,EAAE;AAC1B,MAAM,MAAM,CAACC,iBAAQ,CAAC,CAAC;AACvB,MAAM,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM;AAChD,iBAAiB,CAAC,MAAM,CAACF,SAAO;AAChC,CAAC;AACD,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,QAAQ;AACnC,CAAC;;AAED,MAAM,iBAAiB,CAAC,CAAC,MAAM,CAAC,OAAO,GAAG;AAC1C,MAAM,MAAM,CAAC,kBAAkB,CAAC,MAAM,CAAC,OAAO,CAAC;;AAE/C,GAAG,MAAM,GAAG,SAAS,CAAC;AACtB,OAAM;AACN;;AAEA,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM;AAC/D,OAAM;AACN,CAAC,MAAM,EAAE;AACT,IAAI;AACJ,MAAM;AACN,WAAW;AACX,SAAS;AACT,MAAM;AACN,MAAM;AACN;AACA;AACA;AACA,CAAC;;;;AAID,MAAM,kBAAkB,CAAC,CAAC,MAAM,CAAC,OAAO,GAAG;AAC3C,MAAM,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAGG,YAAS,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC;;AAErE,GAAG,MAAM,GAAG,SAAS,CAAC;AACtB,OAAO;AACP;;AAEA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC,OAAO,GAAG,OAAO,CAAC,MAAM,GAAG,MAAM;AACtD,CAAC;;AAE4B,kBAAkB;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,21 @@
1
+ 'use strict';
2
+
3
+ const getRealtimeSignals=()=>{
4
+ const length=SIGRTMAX-SIGRTMIN+1;
5
+ return Array.from({length},getRealtimeSignal)
6
+ };
7
+
8
+ const getRealtimeSignal=(value,index)=>({
9
+ name:`SIGRT${index+1}`,
10
+ number:SIGRTMIN+index,
11
+ action:"terminate",
12
+ description:"Application-specific signal (realtime)",
13
+ standard:"posix"
14
+ });
15
+
16
+ const SIGRTMIN=34;
17
+ const SIGRTMAX=64;
18
+
19
+ exports.SIGRTMAX = SIGRTMAX;
20
+ exports.getRealtimeSignals = getRealtimeSignals;
21
+ //# sourceMappingURL=realtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"realtime.js","sources":["../../../../../../../../node_modules/human-signals/build/src/realtime.js"],"sourcesContent":["\nexport const getRealtimeSignals=()=>{\nconst length=SIGRTMAX-SIGRTMIN+1;\nreturn Array.from({length},getRealtimeSignal)\n};\n\nconst getRealtimeSignal=(value,index)=>({\nname:`SIGRT${index+1}`,\nnumber:SIGRTMIN+index,\naction:\"terminate\",\ndescription:\"Application-specific signal (realtime)\",\nstandard:\"posix\"\n});\n\nconst SIGRTMIN=34;\nexport const SIGRTMAX=64;"],"names":[],"mappings":";;AACY,MAAC,kBAAkB,CAAC,IAAI;AACpC,MAAM,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;AAChC,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,iBAAiB;AAC5C;;AAEA,MAAM,iBAAiB,CAAC,CAAC,KAAK,CAAC,KAAK,IAAI;AACxC,IAAI,CAAC,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;AACtB,MAAM,CAAC,QAAQ,CAAC,KAAK;AACrB,MAAM,CAAC,WAAW;AAClB,WAAW,CAAC,wCAAwC;AACpD,QAAQ,CAAC;AACT,CAAC,CAAC;;AAEF,MAAM,QAAQ,CAAC,EAAE;AACL,MAAC,QAAQ,CAAC;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ var os = require('node:os');
4
+ var core = require('./core.js');
5
+ var realtime = require('./realtime.js');
6
+
7
+ const getSignals=()=>{
8
+ const realtimeSignals=realtime.getRealtimeSignals();
9
+ const signals=[...core.SIGNALS,...realtimeSignals].map(normalizeSignal);
10
+ return signals
11
+ };
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+ const normalizeSignal=({
20
+ name,
21
+ number:defaultNumber,
22
+ description,
23
+ action,
24
+ forced=false,
25
+ standard
26
+ })=>{
27
+ const{
28
+ signals:{[name]:constantSignal}
29
+ }=os.constants;
30
+ const supported=constantSignal!==undefined;
31
+ const number=supported?constantSignal:defaultNumber;
32
+ return {name,number,description,supported,action,forced,standard}
33
+ };
34
+
35
+ exports.getSignals = getSignals;
36
+ //# sourceMappingURL=signals.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signals.js","sources":["../../../../../../../../node_modules/human-signals/build/src/signals.js"],"sourcesContent":["import{constants}from\"node:os\";\n\nimport{SIGNALS}from\"./core.js\";\nimport{getRealtimeSignals}from\"./realtime.js\";\n\n\n\nexport const getSignals=()=>{\nconst realtimeSignals=getRealtimeSignals();\nconst signals=[...SIGNALS,...realtimeSignals].map(normalizeSignal);\nreturn signals\n};\n\n\n\n\n\n\n\nconst normalizeSignal=({\nname,\nnumber:defaultNumber,\ndescription,\naction,\nforced=false,\nstandard\n})=>{\nconst{\nsignals:{[name]:constantSignal}\n}=constants;\nconst supported=constantSignal!==undefined;\nconst number=supported?constantSignal:defaultNumber;\nreturn{name,number,description,supported,action,forced,standard}\n};"],"names":["getRealtimeSignals","SIGNALS","constants"],"mappings":";;;;;;AAOY,MAAC,UAAU,CAAC,IAAI;AAC5B,MAAM,eAAe,CAACA,2BAAkB,EAAE;AAC1C,MAAM,OAAO,CAAC,CAAC,GAAGC,YAAO,CAAC,GAAG,eAAe,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC;AAClE,OAAO;AACP;;;;;;;;AAQA,MAAM,eAAe,CAAC,CAAC;AACvB,IAAI;AACJ,MAAM,CAAC,aAAa;AACpB,WAAW;AACX,MAAM;AACN,MAAM,CAAC,KAAK;AACZ;AACA,CAAC,GAAG;AACJ,KAAK;AACL,OAAO,CAAC,CAAC,CAAC,IAAI,EAAE,cAAc;AAC9B,CAAC,CAACC,YAAS;AACX,MAAM,SAAS,CAAC,cAAc,GAAG,SAAS;AAC1C,MAAM,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,aAAa;AACnD,OAAM,CAAC,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ;AAC/D,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ function isStream(stream) {
4
+ return stream !== null
5
+ && typeof stream === 'object'
6
+ && typeof stream.pipe === 'function';
7
+ }
8
+
9
+ exports.isStream = isStream;
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../node_modules/is-stream/index.js"],"sourcesContent":["export function isStream(stream) {\n\treturn stream !== null\n\t\t&& typeof stream === 'object'\n\t\t&& typeof stream.pipe === 'function';\n}\n\nexport function isWritableStream(stream) {\n\treturn isStream(stream)\n\t\t&& stream.writable !== false\n\t\t&& typeof stream._write === 'function'\n\t\t&& typeof stream._writableState === 'object';\n}\n\nexport function isReadableStream(stream) {\n\treturn isStream(stream)\n\t\t&& stream.readable !== false\n\t\t&& typeof stream._read === 'function'\n\t\t&& typeof stream._readableState === 'object';\n}\n\nexport function isDuplexStream(stream) {\n\treturn isWritableStream(stream)\n\t\t&& isReadableStream(stream);\n}\n\nexport function isTransformStream(stream) {\n\treturn isDuplexStream(stream)\n\t\t&& typeof stream._transform === 'function';\n}\n"],"names":[],"mappings":";;AAAO,SAAS,QAAQ,CAAC,MAAM,EAAE;AACjC,CAAC,OAAO,MAAM,KAAK;AACnB,KAAK,OAAO,MAAM,KAAK;AACvB,KAAK,OAAO,MAAM,CAAC,IAAI,KAAK,UAAU;AACtC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,73 @@
1
+ 'use strict';
2
+
3
+ var _commonjsHelpers = require('../../_virtual/_commonjsHelpers.js');
4
+ var windows = require('./windows.js');
5
+ var mode = require('./mode.js');
6
+
7
+ var isexe_1;
8
+ var hasRequiredIsexe;
9
+
10
+ function requireIsexe () {
11
+ if (hasRequiredIsexe) return isexe_1;
12
+ hasRequiredIsexe = 1;
13
+ var core;
14
+ if (process.platform === 'win32' || _commonjsHelpers.commonjsGlobal.TESTING_WINDOWS) {
15
+ core = windows.__require();
16
+ } else {
17
+ core = mode.__require();
18
+ }
19
+
20
+ isexe_1 = isexe;
21
+ isexe.sync = sync;
22
+
23
+ function isexe (path, options, cb) {
24
+ if (typeof options === 'function') {
25
+ cb = options;
26
+ options = {};
27
+ }
28
+
29
+ if (!cb) {
30
+ if (typeof Promise !== 'function') {
31
+ throw new TypeError('callback not provided')
32
+ }
33
+
34
+ return new Promise(function (resolve, reject) {
35
+ isexe(path, options || {}, function (er, is) {
36
+ if (er) {
37
+ reject(er);
38
+ } else {
39
+ resolve(is);
40
+ }
41
+ });
42
+ })
43
+ }
44
+
45
+ core(path, options || {}, function (er, is) {
46
+ // ignore EACCES because that just means we aren't allowed to run it
47
+ if (er) {
48
+ if (er.code === 'EACCES' || options && options.ignoreErrors) {
49
+ er = null;
50
+ is = false;
51
+ }
52
+ }
53
+ cb(er, is);
54
+ });
55
+ }
56
+
57
+ function sync (path, options) {
58
+ // my kingdom for a filtered catch
59
+ try {
60
+ return core.sync(path, options || {})
61
+ } catch (er) {
62
+ if (options && options.ignoreErrors || er.code === 'EACCES') {
63
+ return false
64
+ } else {
65
+ throw er
66
+ }
67
+ }
68
+ }
69
+ return isexe_1;
70
+ }
71
+
72
+ exports.__require = requireIsexe;
73
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../node_modules/isexe/index.js"],"sourcesContent":["var fs = require('fs')\nvar core\nif (process.platform === 'win32' || global.TESTING_WINDOWS) {\n core = require('./windows.js')\n} else {\n core = require('./mode.js')\n}\n\nmodule.exports = isexe\nisexe.sync = sync\n\nfunction isexe (path, options, cb) {\n if (typeof options === 'function') {\n cb = options\n options = {}\n }\n\n if (!cb) {\n if (typeof Promise !== 'function') {\n throw new TypeError('callback not provided')\n }\n\n return new Promise(function (resolve, reject) {\n isexe(path, options || {}, function (er, is) {\n if (er) {\n reject(er)\n } else {\n resolve(is)\n }\n })\n })\n }\n\n core(path, options || {}, function (er, is) {\n // ignore EACCES because that just means we aren't allowed to run it\n if (er) {\n if (er.code === 'EACCES' || options && options.ignoreErrors) {\n er = null\n is = false\n }\n }\n cb(er, is)\n })\n}\n\nfunction sync (path, options) {\n // my kingdom for a filtered catch\n try {\n return core.sync(path, options || {})\n } catch (er) {\n if (options && options.ignoreErrors || er.code === 'EACCES') {\n return false\n } else {\n throw er\n }\n }\n}\n"],"names":["global","require$$1","require$$2"],"mappings":";;;;;;;;;;;;CACA,IAAI;CACJ,IAAI,OAAO,CAAC,QAAQ,KAAK,OAAO,IAAIA,+BAAM,CAAC,eAAe,EAAE;AAC5D,GAAE,IAAI,GAAGC,iBAAA;AACT,EAAC,MAAM;AACP,GAAE,IAAI,GAAGC,cAAA;AACT;;AAEA,CAAA,OAAc,GAAG;CACjB,KAAK,CAAC,IAAI,GAAG;;AAEb,CAAA,SAAS,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE;AACnC,GAAE,IAAI,OAAO,OAAO,KAAK,UAAU,EAAE;AACrC,KAAI,EAAE,GAAG;AACT,KAAI,OAAO,GAAG;AACd;;GAEE,IAAI,CAAC,EAAE,EAAE;AACX,KAAI,IAAI,OAAO,OAAO,KAAK,UAAU,EAAE;AACvC,OAAM,MAAM,IAAI,SAAS,CAAC,uBAAuB;AACjD;;KAEI,OAAO,IAAI,OAAO,CAAC,UAAU,OAAO,EAAE,MAAM,EAAE;AAClD,OAAM,KAAK,CAAC,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,EAAE;SAC3C,IAAI,EAAE,EAAE;WACN,MAAM,CAAC,EAAE;AACnB,UAAS,MAAM;WACL,OAAO,CAAC,EAAE;AACpB;QACO;MACF;AACL;;AAEA,GAAE,IAAI,CAAC,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,EAAE;AAC9C;KACI,IAAI,EAAE,EAAE;AACZ,OAAM,IAAI,EAAE,CAAC,IAAI,KAAK,QAAQ,IAAI,OAAO,IAAI,OAAO,CAAC,YAAY,EAAE;AACnE,SAAQ,EAAE,GAAG;AACb,SAAQ,EAAE,GAAG;AACb;AACA;AACA,KAAI,EAAE,CAAC,EAAE,EAAE,EAAE;IACV;AACH;;AAEA,CAAA,SAAS,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE;AAC9B;AACA,GAAE,IAAI;KACF,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,IAAI,EAAE;IACrC,CAAC,OAAO,EAAE,EAAE;AACf,KAAI,IAAI,OAAO,IAAI,OAAO,CAAC,YAAY,IAAI,EAAE,CAAC,IAAI,KAAK,QAAQ,EAAE;AACjE,OAAM,OAAO;AACb,MAAK,MAAM;AACX,OAAM,MAAM;AACZ;AACA;AACA;;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,60 @@
1
+ 'use strict';
2
+
3
+ var require$$0 = require('node:fs');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var require$$0__default = /*#__PURE__*/_interopDefault(require$$0);
8
+
9
+ var mode;
10
+ var hasRequiredMode;
11
+
12
+ function requireMode () {
13
+ if (hasRequiredMode) return mode;
14
+ hasRequiredMode = 1;
15
+ mode = isexe;
16
+ isexe.sync = sync;
17
+
18
+ var fs = require$$0__default.default;
19
+
20
+ function isexe (path, options, cb) {
21
+ fs.stat(path, function (er, stat) {
22
+ cb(er, er ? false : checkStat(stat, options));
23
+ });
24
+ }
25
+
26
+ function sync (path, options) {
27
+ return checkStat(fs.statSync(path), options)
28
+ }
29
+
30
+ function checkStat (stat, options) {
31
+ return stat.isFile() && checkMode(stat, options)
32
+ }
33
+
34
+ function checkMode (stat, options) {
35
+ var mod = stat.mode;
36
+ var uid = stat.uid;
37
+ var gid = stat.gid;
38
+
39
+ var myUid = options.uid !== undefined ?
40
+ options.uid : process.getuid && process.getuid();
41
+ var myGid = options.gid !== undefined ?
42
+ options.gid : process.getgid && process.getgid();
43
+
44
+ var u = parseInt('100', 8);
45
+ var g = parseInt('010', 8);
46
+ var o = parseInt('001', 8);
47
+ var ug = u | g;
48
+
49
+ var ret = (mod & o) ||
50
+ (mod & g) && gid === myGid ||
51
+ (mod & u) && uid === myUid ||
52
+ (mod & ug) && myUid === 0;
53
+
54
+ return ret
55
+ }
56
+ return mode;
57
+ }
58
+
59
+ exports.__require = requireMode;
60
+ //# sourceMappingURL=mode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mode.js","sources":["../../../../../../node_modules/isexe/mode.js"],"sourcesContent":["module.exports = isexe\nisexe.sync = sync\n\nvar fs = require('fs')\n\nfunction isexe (path, options, cb) {\n fs.stat(path, function (er, stat) {\n cb(er, er ? false : checkStat(stat, options))\n })\n}\n\nfunction sync (path, options) {\n return checkStat(fs.statSync(path), options)\n}\n\nfunction checkStat (stat, options) {\n return stat.isFile() && checkMode(stat, options)\n}\n\nfunction checkMode (stat, options) {\n var mod = stat.mode\n var uid = stat.uid\n var gid = stat.gid\n\n var myUid = options.uid !== undefined ?\n options.uid : process.getuid && process.getuid()\n var myGid = options.gid !== undefined ?\n options.gid : process.getgid && process.getgid()\n\n var u = parseInt('100', 8)\n var g = parseInt('010', 8)\n var o = parseInt('001', 8)\n var ug = u | g\n\n var ret = (mod & o) ||\n (mod & g) && gid === myGid ||\n (mod & u) && uid === myUid ||\n (mod & ug) && myUid === 0\n\n return ret\n}\n"],"names":["require$$0"],"mappings":";;;;;;;;;;;;;;AAAA,CAAA,IAAc,GAAG;CACjB,KAAK,CAAC,IAAI,GAAG;;AAEb,CAAA,IAAI,EAAE,GAAGA;;AAET,CAAA,SAAS,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE;GACjC,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE;AACpC,KAAI,EAAE,CAAC,EAAE,EAAE,EAAE,GAAG,KAAK,GAAG,SAAS,CAAC,IAAI,EAAE,OAAO,CAAC;IAC7C;AACH;;AAEA,CAAA,SAAS,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE;GAC5B,OAAO,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO;AAC7C;;AAEA,CAAA,SAAS,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE;GACjC,OAAO,IAAI,CAAC,MAAM,EAAE,IAAI,SAAS,CAAC,IAAI,EAAE,OAAO;AACjD;;AAEA,CAAA,SAAS,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE;AACnC,GAAE,IAAI,GAAG,GAAG,IAAI,CAAC;AACjB,GAAE,IAAI,GAAG,GAAG,IAAI,CAAC;AACjB,GAAE,IAAI,GAAG,GAAG,IAAI,CAAC;;AAEjB,GAAE,IAAI,KAAK,GAAG,OAAO,CAAC,GAAG,KAAK,SAAS;KACnC,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM;AAClD,GAAE,IAAI,KAAK,GAAG,OAAO,CAAC,GAAG,KAAK,SAAS;KACnC,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM;;AAElD,GAAE,IAAI,CAAC,GAAG,QAAQ,CAAC,KAAK,EAAE,CAAC;AAC3B,GAAE,IAAI,CAAC,GAAG,QAAQ,CAAC,KAAK,EAAE,CAAC;AAC3B,GAAE,IAAI,CAAC,GAAG,QAAQ,CAAC,KAAK,EAAE,CAAC;AAC3B,GAAE,IAAI,EAAE,GAAG,CAAC,GAAG;;AAEf,GAAE,IAAI,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC;AACpB,KAAI,CAAC,GAAG,GAAG,CAAC,KAAK,GAAG,KAAK,KAAK;AAC9B,KAAI,CAAC,GAAG,GAAG,CAAC,KAAK,GAAG,KAAK,KAAK;AAC9B,KAAI,CAAC,GAAG,GAAG,EAAE,KAAK,KAAK,KAAK;;AAE5B,GAAE,OAAO;AACT;;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,61 @@
1
+ 'use strict';
2
+
3
+ var require$$0 = require('node:fs');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var require$$0__default = /*#__PURE__*/_interopDefault(require$$0);
8
+
9
+ var windows;
10
+ var hasRequiredWindows;
11
+
12
+ function requireWindows () {
13
+ if (hasRequiredWindows) return windows;
14
+ hasRequiredWindows = 1;
15
+ windows = isexe;
16
+ isexe.sync = sync;
17
+
18
+ var fs = require$$0__default.default;
19
+
20
+ function checkPathExt (path, options) {
21
+ var pathext = options.pathExt !== undefined ?
22
+ options.pathExt : process.env.PATHEXT;
23
+
24
+ if (!pathext) {
25
+ return true
26
+ }
27
+
28
+ pathext = pathext.split(';');
29
+ if (pathext.indexOf('') !== -1) {
30
+ return true
31
+ }
32
+ for (var i = 0; i < pathext.length; i++) {
33
+ var p = pathext[i].toLowerCase();
34
+ if (p && path.substr(-p.length).toLowerCase() === p) {
35
+ return true
36
+ }
37
+ }
38
+ return false
39
+ }
40
+
41
+ function checkStat (stat, path, options) {
42
+ if (!stat.isSymbolicLink() && !stat.isFile()) {
43
+ return false
44
+ }
45
+ return checkPathExt(path, options)
46
+ }
47
+
48
+ function isexe (path, options, cb) {
49
+ fs.stat(path, function (er, stat) {
50
+ cb(er, er ? false : checkStat(stat, path, options));
51
+ });
52
+ }
53
+
54
+ function sync (path, options) {
55
+ return checkStat(fs.statSync(path), path, options)
56
+ }
57
+ return windows;
58
+ }
59
+
60
+ exports.__require = requireWindows;
61
+ //# sourceMappingURL=windows.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"windows.js","sources":["../../../../../../node_modules/isexe/windows.js"],"sourcesContent":["module.exports = isexe\nisexe.sync = sync\n\nvar fs = require('fs')\n\nfunction checkPathExt (path, options) {\n var pathext = options.pathExt !== undefined ?\n options.pathExt : process.env.PATHEXT\n\n if (!pathext) {\n return true\n }\n\n pathext = pathext.split(';')\n if (pathext.indexOf('') !== -1) {\n return true\n }\n for (var i = 0; i < pathext.length; i++) {\n var p = pathext[i].toLowerCase()\n if (p && path.substr(-p.length).toLowerCase() === p) {\n return true\n }\n }\n return false\n}\n\nfunction checkStat (stat, path, options) {\n if (!stat.isSymbolicLink() && !stat.isFile()) {\n return false\n }\n return checkPathExt(path, options)\n}\n\nfunction isexe (path, options, cb) {\n fs.stat(path, function (er, stat) {\n cb(er, er ? false : checkStat(stat, path, options))\n })\n}\n\nfunction sync (path, options) {\n return checkStat(fs.statSync(path), path, options)\n}\n"],"names":["require$$0"],"mappings":";;;;;;;;;;;;;;AAAA,CAAA,OAAc,GAAG;CACjB,KAAK,CAAC,IAAI,GAAG;;AAEb,CAAA,IAAI,EAAE,GAAGA;;AAET,CAAA,SAAS,YAAY,EAAE,IAAI,EAAE,OAAO,EAAE;AACtC,GAAE,IAAI,OAAO,GAAG,OAAO,CAAC,OAAO,KAAK,SAAS;AAC7C,KAAI,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC;;GAEhC,IAAI,CAAC,OAAO,EAAE;AAChB,KAAI,OAAO;AACX;;AAEA,GAAE,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,GAAG;GAC3B,IAAI,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE;AAClC,KAAI,OAAO;AACX;AACA,GAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;KACvC,IAAI,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW;AAClC,KAAI,IAAI,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,KAAK,CAAC,EAAE;AACzD,OAAM,OAAO;AACb;AACA;AACA,GAAE,OAAO;AACT;;AAEA,CAAA,SAAS,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE;AACzC,GAAE,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE;AAChD,KAAI,OAAO;AACX;AACA,GAAE,OAAO,YAAY,CAAC,IAAI,EAAE,OAAO;AACnC;;AAEA,CAAA,SAAS,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE;GACjC,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE;AACpC,KAAI,EAAE,CAAC,EAAE,EAAE,EAAE,GAAG,KAAK,GAAG,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC;IACnD;AACH;;AAEA,CAAA,SAAS,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE;AAC9B,GAAE,OAAO,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,OAAO;AACnD;;;;;;","x_google_ignoreList":[0]}