@relative-ci/core 5.0.0-alpha.15

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