@relative-ci/core 5.3.1-alpha.0 → 5.3.2-beta.0

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 (1193) hide show
  1. package/lib/cjs/__/@actions/http-client/lib/index.js +2 -2
  2. package/lib/cjs/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  3. package/lib/cjs/__/@octokit/core/dist-src/index.js.map +1 -0
  4. package/lib/cjs/__/@octokit/core/dist-src/version.js.map +1 -0
  5. package/lib/cjs/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  6. package/lib/cjs/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  7. package/lib/cjs/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  8. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  9. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  10. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  11. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  12. package/lib/cjs/__/@octokit/request/dist-bundle/index.js +200 -0
  13. package/lib/cjs/__/@octokit/request/dist-bundle/index.js.map +1 -0
  14. package/lib/cjs/__/@octokit/request-error/dist-src/index.js.map +1 -0
  15. package/lib/cjs/__/before-after-hook/index.js.map +1 -0
  16. package/lib/cjs/__/before-after-hook/lib/add.js.map +1 -0
  17. package/lib/cjs/__/before-after-hook/lib/register.js.map +1 -0
  18. package/lib/cjs/__/before-after-hook/lib/remove.js.map +1 -0
  19. package/lib/cjs/__/cross-spawn/index.js +1 -1
  20. package/lib/cjs/__/env-ci/lib/git.js +1 -1
  21. package/lib/cjs/__/execa/index.js +149 -0
  22. package/lib/cjs/__/execa/index.js.map +1 -0
  23. package/lib/cjs/__/execa/lib/command.js.map +1 -0
  24. package/lib/cjs/__/execa/lib/error.js.map +1 -0
  25. package/lib/cjs/__/execa/lib/promise.js.map +1 -0
  26. package/lib/cjs/__/execa/lib/stdio.js.map +1 -0
  27. package/lib/cjs/__/execa/lib/stream.js +35 -0
  28. package/lib/cjs/__/execa/lib/stream.js.map +1 -0
  29. package/lib/cjs/__/execa/lib/verbose.js +29 -0
  30. package/lib/cjs/__/execa/lib/verbose.js.map +1 -0
  31. package/lib/cjs/__/fast-content-type-parse/index.js +1 -1
  32. package/lib/cjs/__/get-stream/source/array-buffer.js.map +1 -0
  33. package/lib/cjs/__/human-signals/build/src/core.js.map +1 -0
  34. package/lib/cjs/__/human-signals/build/src/main.js.map +1 -0
  35. package/lib/cjs/__/human-signals/build/src/realtime.js.map +1 -0
  36. package/lib/cjs/__/human-signals/build/src/signals.js.map +1 -0
  37. package/lib/cjs/__/is-stream/index.js.map +1 -0
  38. package/lib/cjs/__/json-with-bigint/json-with-bigint.js +83 -23
  39. package/lib/cjs/__/json-with-bigint/json-with-bigint.js.map +1 -1
  40. package/lib/cjs/__/npm-run-path/__/path-key/index.js.map +1 -0
  41. package/lib/cjs/__/npm-run-path/index.js +63 -0
  42. package/lib/cjs/__/npm-run-path/index.js.map +1 -0
  43. package/lib/cjs/__/path-key/index.js +1 -1
  44. package/lib/cjs/__/signal-exit/dist/mjs/index.js.map +1 -0
  45. package/lib/cjs/__/signal-exit/dist/mjs/signals.js.map +1 -0
  46. package/lib/cjs/__/strip-final-newline/index.js.map +1 -0
  47. package/lib/cjs/__/tunnel/lib/tunnel.js +9 -9
  48. package/lib/cjs/__/tunnel/lib/tunnel.js.map +1 -1
  49. package/lib/cjs/__/undici/index.js +99 -85
  50. package/lib/cjs/__/undici/index.js.map +1 -1
  51. package/lib/cjs/__/undici/lib/api/abort-signal.js +5 -2
  52. package/lib/cjs/__/undici/lib/api/abort-signal.js.map +1 -1
  53. package/lib/cjs/__/undici/lib/api/api-connect.js +13 -7
  54. package/lib/cjs/__/undici/lib/api/api-connect.js.map +1 -1
  55. package/lib/cjs/__/undici/lib/api/api-pipeline.js +10 -8
  56. package/lib/cjs/__/undici/lib/api/api-pipeline.js.map +1 -1
  57. package/lib/cjs/__/undici/lib/api/api-request.js +63 -28
  58. package/lib/cjs/__/undici/lib/api/api-request.js.map +1 -1
  59. package/lib/cjs/__/undici/lib/api/api-stream.js +14 -12
  60. package/lib/cjs/__/undici/lib/api/api-stream.js.map +1 -1
  61. package/lib/cjs/__/undici/lib/api/api-upgrade.js +12 -9
  62. package/lib/cjs/__/undici/lib/api/api-upgrade.js.map +1 -1
  63. package/lib/cjs/__/undici/lib/api/readable.js +147 -84
  64. package/lib/cjs/__/undici/lib/api/readable.js.map +1 -1
  65. package/lib/cjs/__/undici/lib/api/util.js +74 -27
  66. package/lib/cjs/__/undici/lib/api/util.js.map +1 -1
  67. package/lib/cjs/__/undici/lib/core/connect.js +83 -31
  68. package/lib/cjs/__/undici/lib/core/connect.js.map +1 -1
  69. package/lib/cjs/__/undici/lib/core/diagnostics.js +222 -0
  70. package/lib/cjs/__/undici/lib/core/diagnostics.js.map +1 -0
  71. package/lib/cjs/__/undici/lib/core/errors.js +216 -21
  72. package/lib/cjs/__/undici/lib/core/errors.js.map +1 -1
  73. package/lib/cjs/__/undici/lib/core/request.js +116 -210
  74. package/lib/cjs/__/undici/lib/core/request.js.map +1 -1
  75. package/lib/cjs/__/undici/lib/core/symbols.js +10 -6
  76. package/lib/cjs/__/undici/lib/core/symbols.js.map +1 -1
  77. package/lib/cjs/__/undici/lib/core/tree.js.map +1 -0
  78. package/lib/cjs/__/undici/lib/core/util.js +321 -123
  79. package/lib/cjs/__/undici/lib/core/util.js.map +1 -1
  80. package/lib/cjs/__/undici/lib/dispatcher/agent.js +150 -0
  81. package/lib/cjs/__/undici/lib/dispatcher/agent.js.map +1 -0
  82. package/lib/cjs/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  83. package/lib/cjs/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  84. package/lib/cjs/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  85. package/lib/cjs/__/undici/lib/dispatcher/client.js +651 -0
  86. package/lib/cjs/__/undici/lib/dispatcher/client.js.map +1 -0
  87. package/lib/cjs/__/undici/lib/dispatcher/dispatcher-base.js +214 -0
  88. package/lib/cjs/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  89. package/lib/cjs/__/undici/lib/dispatcher/dispatcher.js +83 -0
  90. package/lib/cjs/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  91. package/lib/cjs/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  92. package/lib/cjs/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  93. package/lib/cjs/__/undici/lib/dispatcher/pool-base.js +211 -0
  94. package/lib/cjs/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  95. package/lib/cjs/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  96. package/lib/cjs/__/undici/lib/dispatcher/pool.js +126 -0
  97. package/lib/cjs/__/undici/lib/dispatcher/pool.js.map +1 -0
  98. package/lib/cjs/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  99. package/lib/cjs/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  100. package/lib/cjs/__/undici/lib/global.js +1 -1
  101. package/lib/cjs/__/undici/lib/global.js.map +1 -1
  102. package/lib/cjs/__/undici/lib/handler/decorator-handler.js.map +1 -0
  103. package/lib/cjs/__/undici/lib/handler/redirect-handler.js +237 -0
  104. package/lib/cjs/__/undici/lib/handler/redirect-handler.js.map +1 -0
  105. package/lib/cjs/__/undici/lib/handler/retry-handler.js.map +1 -0
  106. package/lib/cjs/__/undici/lib/interceptor/dns.js.map +1 -0
  107. package/lib/cjs/__/undici/lib/interceptor/dump.js.map +1 -0
  108. package/lib/cjs/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  109. package/lib/cjs/__/undici/lib/interceptor/redirect.js.map +1 -0
  110. package/lib/cjs/__/undici/lib/interceptor/retry.js.map +1 -0
  111. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js +10 -1
  112. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  113. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js +10 -1
  114. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  115. package/lib/cjs/__/undici/lib/mock/mock-agent.js +10 -21
  116. package/lib/cjs/__/undici/lib/mock/mock-agent.js.map +1 -1
  117. package/lib/cjs/__/undici/lib/mock/mock-client.js +4 -4
  118. package/lib/cjs/__/undici/lib/mock/mock-client.js.map +1 -1
  119. package/lib/cjs/__/undici/lib/mock/mock-errors.js +11 -0
  120. package/lib/cjs/__/undici/lib/mock/mock-errors.js.map +1 -1
  121. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js +19 -18
  122. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  123. package/lib/cjs/__/undici/lib/mock/mock-pool.js +4 -4
  124. package/lib/cjs/__/undici/lib/mock/mock-pool.js.map +1 -1
  125. package/lib/cjs/__/undici/lib/mock/mock-utils.js +33 -17
  126. package/lib/cjs/__/undici/lib/mock/mock-utils.js.map +1 -1
  127. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  128. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  129. package/lib/cjs/__/undici/lib/util/timers.js.map +1 -0
  130. package/lib/cjs/__/undici/lib/web/cache/cache.js.map +1 -0
  131. package/lib/cjs/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  132. package/lib/cjs/__/undici/lib/web/cache/symbols.js.map +1 -0
  133. package/lib/cjs/__/undici/lib/web/cache/util.js.map +1 -0
  134. package/lib/cjs/__/undici/lib/web/cookies/constants.js.map +1 -0
  135. package/lib/cjs/__/undici/lib/web/cookies/index.js.map +1 -0
  136. package/lib/cjs/__/undici/lib/web/cookies/parse.js.map +1 -0
  137. package/lib/cjs/__/undici/lib/web/cookies/util.js.map +1 -0
  138. package/lib/cjs/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  139. package/lib/cjs/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  140. package/lib/cjs/__/undici/lib/web/eventsource/util.js.map +1 -0
  141. package/lib/cjs/__/undici/lib/web/fetch/body.js.map +1 -0
  142. package/lib/cjs/__/undici/lib/web/fetch/constants.js.map +1 -0
  143. package/lib/cjs/__/undici/lib/web/fetch/data-url.js.map +1 -0
  144. package/lib/cjs/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  145. package/lib/cjs/__/undici/lib/web/fetch/file.js.map +1 -0
  146. package/lib/cjs/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  147. package/lib/cjs/__/undici/lib/web/fetch/formdata.js +275 -0
  148. package/lib/cjs/__/undici/lib/web/fetch/formdata.js.map +1 -0
  149. package/lib/cjs/__/undici/lib/web/fetch/global.js.map +1 -0
  150. package/lib/cjs/__/undici/lib/web/fetch/headers.js +709 -0
  151. package/lib/cjs/__/undici/lib/web/fetch/headers.js.map +1 -0
  152. package/lib/cjs/__/undici/lib/web/fetch/index.js +2235 -0
  153. package/lib/cjs/__/undici/lib/web/fetch/index.js.map +1 -0
  154. package/lib/cjs/__/undici/lib/web/fetch/request.js +1069 -0
  155. package/lib/cjs/__/undici/lib/web/fetch/request.js.map +1 -0
  156. package/lib/cjs/__/undici/lib/web/fetch/response.js +640 -0
  157. package/lib/cjs/__/undici/lib/web/fetch/response.js.map +1 -0
  158. package/lib/cjs/__/undici/lib/web/fetch/symbols.js.map +1 -0
  159. package/lib/cjs/__/undici/lib/web/fetch/util.js +1662 -0
  160. package/lib/cjs/__/undici/lib/web/fetch/util.js.map +1 -0
  161. package/lib/cjs/__/undici/lib/web/fetch/webidl.js +716 -0
  162. package/lib/cjs/__/undici/lib/web/fetch/webidl.js.map +1 -0
  163. package/lib/cjs/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  164. package/lib/cjs/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  165. package/lib/cjs/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  166. package/lib/cjs/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  167. package/lib/cjs/__/undici/lib/web/fileapi/util.js +417 -0
  168. package/lib/cjs/__/undici/lib/web/fileapi/util.js.map +1 -0
  169. package/lib/cjs/__/undici/lib/web/websocket/connection.js.map +1 -0
  170. package/lib/cjs/__/undici/lib/web/websocket/constants.js.map +1 -0
  171. package/lib/cjs/__/undici/lib/web/websocket/events.js.map +1 -0
  172. package/lib/cjs/__/undici/lib/web/websocket/frame.js.map +1 -0
  173. package/lib/cjs/__/undici/lib/web/websocket/permessage-deflate.js +120 -0
  174. package/lib/cjs/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  175. package/lib/cjs/__/undici/lib/web/websocket/receiver.js +518 -0
  176. package/lib/cjs/__/undici/lib/web/websocket/receiver.js.map +1 -0
  177. package/lib/cjs/__/undici/lib/web/websocket/sender.js.map +1 -0
  178. package/lib/cjs/__/undici/lib/web/websocket/symbols.js.map +1 -0
  179. package/lib/cjs/__/undici/lib/web/websocket/util.js.map +1 -0
  180. package/lib/cjs/__/undici/lib/web/websocket/websocket.js +622 -0
  181. package/lib/cjs/__/undici/lib/web/websocket/websocket.js.map +1 -0
  182. package/lib/cjs/__/universal-user-agent/index.js.map +1 -0
  183. package/lib/cjs/_virtual/index10.js +2 -2
  184. package/lib/cjs/_virtual/index11.js +2 -2
  185. package/lib/cjs/_virtual/index13.js +2 -2
  186. package/lib/cjs/_virtual/index14.js +2 -2
  187. package/lib/cjs/_virtual/index2.js +1 -1
  188. package/lib/cjs/_virtual/index3.js +1 -1
  189. package/lib/cjs/_virtual/index4.js +1 -1
  190. package/lib/cjs/_virtual/index8.js +2 -2
  191. package/lib/cjs/env/load.js +1 -1
  192. package/lib/cjs/env/load.js.map +1 -1
  193. package/lib/cjs/ingest/ingest.js +3 -3
  194. package/lib/esm/__/@actions/http-client/lib/index.js +2 -2
  195. package/lib/esm/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  196. package/lib/esm/__/@octokit/core/dist-src/index.js.map +1 -0
  197. package/lib/esm/__/@octokit/core/dist-src/version.js.map +1 -0
  198. package/lib/esm/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  199. package/lib/esm/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  200. package/lib/esm/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  201. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  202. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  203. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  204. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  205. package/lib/esm/__/@octokit/request/dist-bundle/index.js +198 -0
  206. package/lib/esm/__/@octokit/request/dist-bundle/index.js.map +1 -0
  207. package/lib/esm/__/@octokit/request-error/dist-src/index.js.map +1 -0
  208. package/lib/esm/__/before-after-hook/index.js.map +1 -0
  209. package/lib/esm/__/before-after-hook/lib/add.js.map +1 -0
  210. package/lib/esm/__/before-after-hook/lib/register.js.map +1 -0
  211. package/lib/esm/__/before-after-hook/lib/remove.js.map +1 -0
  212. package/lib/esm/__/cross-spawn/index.js +1 -1
  213. package/lib/esm/__/env-ci/lib/git.js +1 -1
  214. package/lib/esm/__/execa/index.js +141 -0
  215. package/lib/esm/__/execa/index.js.map +1 -0
  216. package/lib/esm/__/execa/lib/command.js.map +1 -0
  217. package/lib/esm/__/execa/lib/error.js.map +1 -0
  218. package/lib/esm/__/execa/lib/promise.js.map +1 -0
  219. package/lib/esm/__/execa/lib/stdio.js.map +1 -0
  220. package/lib/esm/__/execa/lib/stream.js +33 -0
  221. package/lib/esm/__/execa/lib/stream.js.map +1 -0
  222. package/lib/esm/__/execa/lib/verbose.js.map +1 -0
  223. package/lib/esm/__/fast-content-type-parse/index.js +1 -1
  224. package/lib/esm/__/get-stream/source/array-buffer.js.map +1 -0
  225. package/lib/esm/__/human-signals/build/src/core.js.map +1 -0
  226. package/lib/esm/__/human-signals/build/src/main.js.map +1 -0
  227. package/lib/esm/__/human-signals/build/src/realtime.js.map +1 -0
  228. package/lib/esm/__/human-signals/build/src/signals.js.map +1 -0
  229. package/lib/esm/__/is-stream/index.js.map +1 -0
  230. package/lib/esm/__/java-properties/dist-node/index.js +1 -1
  231. package/lib/esm/__/json-with-bigint/json-with-bigint.js +83 -23
  232. package/lib/esm/__/json-with-bigint/json-with-bigint.js.map +1 -1
  233. package/lib/esm/__/npm-run-path/__/path-key/index.js.map +1 -0
  234. package/lib/esm/__/npm-run-path/index.js +55 -0
  235. package/lib/esm/__/npm-run-path/index.js.map +1 -0
  236. package/lib/esm/__/path-key/index.js +1 -1
  237. package/lib/esm/__/signal-exit/dist/mjs/index.js.map +1 -0
  238. package/lib/esm/__/signal-exit/dist/mjs/signals.js.map +1 -0
  239. package/lib/esm/__/strip-final-newline/index.js.map +1 -0
  240. package/lib/esm/__/tunnel/lib/tunnel.js +6 -6
  241. package/lib/esm/__/tunnel/lib/tunnel.js.map +1 -1
  242. package/lib/esm/__/undici/index.js +89 -79
  243. package/lib/esm/__/undici/index.js.map +1 -1
  244. package/lib/esm/__/undici/lib/api/abort-signal.js +5 -2
  245. package/lib/esm/__/undici/lib/api/abort-signal.js.map +1 -1
  246. package/lib/esm/__/undici/lib/api/api-connect.js +11 -6
  247. package/lib/esm/__/undici/lib/api/api-connect.js.map +1 -1
  248. package/lib/esm/__/undici/lib/api/api-pipeline.js +9 -7
  249. package/lib/esm/__/undici/lib/api/api-pipeline.js.map +1 -1
  250. package/lib/esm/__/undici/lib/api/api-request.js +61 -27
  251. package/lib/esm/__/undici/lib/api/api-request.js.map +1 -1
  252. package/lib/esm/__/undici/lib/api/api-stream.js +12 -11
  253. package/lib/esm/__/undici/lib/api/api-stream.js.map +1 -1
  254. package/lib/esm/__/undici/lib/api/api-upgrade.js +11 -8
  255. package/lib/esm/__/undici/lib/api/api-upgrade.js.map +1 -1
  256. package/lib/esm/__/undici/lib/api/readable.js +147 -84
  257. package/lib/esm/__/undici/lib/api/readable.js.map +1 -1
  258. package/lib/esm/__/undici/lib/api/util.js +74 -27
  259. package/lib/esm/__/undici/lib/api/util.js.map +1 -1
  260. package/lib/esm/__/undici/lib/core/connect.js +83 -31
  261. package/lib/esm/__/undici/lib/core/connect.js.map +1 -1
  262. package/lib/esm/__/undici/lib/core/diagnostics.js +215 -0
  263. package/lib/esm/__/undici/lib/core/diagnostics.js.map +1 -0
  264. package/lib/esm/__/undici/lib/core/errors.js +216 -21
  265. package/lib/esm/__/undici/lib/core/errors.js.map +1 -1
  266. package/lib/esm/__/undici/lib/core/request.js +105 -199
  267. package/lib/esm/__/undici/lib/core/request.js.map +1 -1
  268. package/lib/esm/__/undici/lib/core/symbols.js +10 -6
  269. package/lib/esm/__/undici/lib/core/symbols.js.map +1 -1
  270. package/lib/esm/__/undici/lib/core/tree.js.map +1 -0
  271. package/lib/esm/__/undici/lib/core/util.js +318 -120
  272. package/lib/esm/__/undici/lib/core/util.js.map +1 -1
  273. package/lib/esm/__/undici/lib/dispatcher/agent.js +148 -0
  274. package/lib/esm/__/undici/lib/dispatcher/agent.js.map +1 -0
  275. package/lib/esm/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  276. package/lib/esm/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  277. package/lib/esm/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  278. package/lib/esm/__/undici/lib/dispatcher/client.js +643 -0
  279. package/lib/esm/__/undici/lib/dispatcher/client.js.map +1 -0
  280. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js +212 -0
  281. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  282. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js +77 -0
  283. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  284. package/lib/esm/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  285. package/lib/esm/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  286. package/lib/esm/__/undici/lib/dispatcher/pool-base.js +209 -0
  287. package/lib/esm/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  288. package/lib/esm/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  289. package/lib/esm/__/undici/lib/dispatcher/pool.js +124 -0
  290. package/lib/esm/__/undici/lib/dispatcher/pool.js.map +1 -0
  291. package/lib/esm/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  292. package/lib/esm/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  293. package/lib/esm/__/undici/lib/global.js +1 -1
  294. package/lib/esm/__/undici/lib/global.js.map +1 -1
  295. package/lib/esm/__/undici/lib/handler/decorator-handler.js.map +1 -0
  296. package/lib/esm/__/undici/lib/handler/redirect-handler.js +230 -0
  297. package/lib/esm/__/undici/lib/handler/redirect-handler.js.map +1 -0
  298. package/lib/esm/__/undici/lib/handler/retry-handler.js.map +1 -0
  299. package/lib/esm/__/undici/lib/interceptor/dns.js.map +1 -0
  300. package/lib/esm/__/undici/lib/interceptor/dump.js.map +1 -0
  301. package/lib/esm/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  302. package/lib/esm/__/undici/lib/interceptor/redirect.js.map +1 -0
  303. package/lib/esm/__/undici/lib/interceptor/retry.js.map +1 -0
  304. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js +6 -1
  305. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  306. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js +6 -1
  307. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  308. package/lib/esm/__/undici/lib/mock/mock-agent.js +10 -21
  309. package/lib/esm/__/undici/lib/mock/mock-agent.js.map +1 -1
  310. package/lib/esm/__/undici/lib/mock/mock-client.js +3 -3
  311. package/lib/esm/__/undici/lib/mock/mock-client.js.map +1 -1
  312. package/lib/esm/__/undici/lib/mock/mock-errors.js +11 -0
  313. package/lib/esm/__/undici/lib/mock/mock-errors.js.map +1 -1
  314. package/lib/esm/__/undici/lib/mock/mock-interceptor.js +19 -18
  315. package/lib/esm/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  316. package/lib/esm/__/undici/lib/mock/mock-pool.js +3 -3
  317. package/lib/esm/__/undici/lib/mock/mock-pool.js.map +1 -1
  318. package/lib/esm/__/undici/lib/mock/mock-utils.js +32 -16
  319. package/lib/esm/__/undici/lib/mock/mock-utils.js.map +1 -1
  320. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  321. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  322. package/lib/esm/__/undici/lib/util/timers.js.map +1 -0
  323. package/lib/esm/__/undici/lib/web/cache/cache.js.map +1 -0
  324. package/lib/esm/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  325. package/lib/esm/__/undici/lib/web/cache/symbols.js.map +1 -0
  326. package/lib/esm/__/undici/lib/web/cache/util.js.map +1 -0
  327. package/lib/esm/__/undici/lib/web/cookies/constants.js.map +1 -0
  328. package/lib/esm/__/undici/lib/web/cookies/index.js.map +1 -0
  329. package/lib/esm/__/undici/lib/web/cookies/parse.js.map +1 -0
  330. package/lib/esm/__/undici/lib/web/cookies/util.js.map +1 -0
  331. package/lib/esm/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  332. package/lib/esm/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  333. package/lib/esm/__/undici/lib/web/eventsource/util.js.map +1 -0
  334. package/lib/esm/__/undici/lib/web/fetch/body.js.map +1 -0
  335. package/lib/esm/__/undici/lib/web/fetch/constants.js.map +1 -0
  336. package/lib/esm/__/undici/lib/web/fetch/data-url.js.map +1 -0
  337. package/lib/esm/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  338. package/lib/esm/__/undici/lib/web/fetch/file.js.map +1 -0
  339. package/lib/esm/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  340. package/lib/esm/__/undici/lib/web/fetch/formdata.js +268 -0
  341. package/lib/esm/__/undici/lib/web/fetch/formdata.js.map +1 -0
  342. package/lib/esm/__/undici/lib/web/fetch/global.js.map +1 -0
  343. package/lib/esm/__/undici/lib/web/fetch/headers.js +702 -0
  344. package/lib/esm/__/undici/lib/web/fetch/headers.js.map +1 -0
  345. package/lib/esm/__/undici/lib/web/fetch/index.js +2224 -0
  346. package/lib/esm/__/undici/lib/web/fetch/index.js.map +1 -0
  347. package/lib/esm/__/undici/lib/web/fetch/request.js +1061 -0
  348. package/lib/esm/__/undici/lib/web/fetch/request.js.map +1 -0
  349. package/lib/esm/__/undici/lib/web/fetch/response.js +633 -0
  350. package/lib/esm/__/undici/lib/web/fetch/response.js.map +1 -0
  351. package/lib/esm/__/undici/lib/web/fetch/symbols.js.map +1 -0
  352. package/lib/esm/__/undici/lib/web/fetch/util.js +1652 -0
  353. package/lib/esm/__/undici/lib/web/fetch/util.js.map +1 -0
  354. package/lib/esm/__/undici/lib/web/fetch/webidl.js +709 -0
  355. package/lib/esm/__/undici/lib/web/fetch/webidl.js.map +1 -0
  356. package/lib/esm/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  357. package/lib/esm/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  358. package/lib/esm/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  359. package/lib/esm/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  360. package/lib/esm/__/undici/lib/web/fileapi/util.js +409 -0
  361. package/lib/esm/__/undici/lib/web/fileapi/util.js.map +1 -0
  362. package/lib/esm/__/undici/lib/web/websocket/connection.js.map +1 -0
  363. package/lib/esm/__/undici/lib/web/websocket/constants.js.map +1 -0
  364. package/lib/esm/__/undici/lib/web/websocket/events.js.map +1 -0
  365. package/lib/esm/__/undici/lib/web/websocket/frame.js.map +1 -0
  366. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js +114 -0
  367. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  368. package/lib/esm/__/undici/lib/web/websocket/receiver.js +511 -0
  369. package/lib/esm/__/undici/lib/web/websocket/receiver.js.map +1 -0
  370. package/lib/esm/__/undici/lib/web/websocket/sender.js.map +1 -0
  371. package/lib/esm/__/undici/lib/web/websocket/symbols.js.map +1 -0
  372. package/lib/esm/__/undici/lib/web/websocket/util.js.map +1 -0
  373. package/lib/esm/__/undici/lib/web/websocket/websocket.js +616 -0
  374. package/lib/esm/__/undici/lib/web/websocket/websocket.js.map +1 -0
  375. package/lib/esm/__/universal-user-agent/index.js.map +1 -0
  376. package/lib/esm/_virtual/index10.js +2 -2
  377. package/lib/esm/_virtual/index11.js +2 -2
  378. package/lib/esm/_virtual/index13.js +2 -2
  379. package/lib/esm/_virtual/index14.js +2 -2
  380. package/lib/esm/_virtual/index2.js +1 -1
  381. package/lib/esm/_virtual/index3.js +1 -1
  382. package/lib/esm/_virtual/index4.js +1 -1
  383. package/lib/esm/_virtual/index5.js +2 -6
  384. package/lib/esm/_virtual/index5.js.map +1 -1
  385. package/lib/esm/_virtual/index6.js +6 -2
  386. package/lib/esm/_virtual/index6.js.map +1 -1
  387. package/lib/esm/_virtual/index8.js +4 -2
  388. package/lib/esm/_virtual/index8.js.map +1 -1
  389. package/lib/esm/_virtual/index9.js +2 -4
  390. package/lib/esm/_virtual/index9.js.map +1 -1
  391. package/lib/esm/env/load.js +1 -1
  392. package/lib/esm/env/load.js.map +1 -1
  393. package/package.json +12 -12
  394. package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  395. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  396. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  397. package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  398. package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  399. package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  400. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  401. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  402. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  403. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  404. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -200
  405. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  406. package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  407. package/lib/cjs/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  408. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  409. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  410. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  411. package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  412. package/lib/cjs/__/@actions/http-client/__/undici/index.js +0 -226
  413. package/lib/cjs/__/@actions/http-client/__/undici/index.js.map +0 -1
  414. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -73
  415. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  416. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -131
  417. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  418. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -276
  419. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  420. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -238
  421. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  422. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -246
  423. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  424. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -131
  425. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  426. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js +0 -25
  427. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  428. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js +0 -405
  429. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  430. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js +0 -114
  431. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  432. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js +0 -266
  433. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  434. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js +0 -130
  435. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  436. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -222
  437. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  438. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js +0 -437
  439. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  440. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js +0 -427
  441. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  442. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -80
  443. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  444. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  445. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js +0 -755
  446. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  447. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -149
  448. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  449. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  450. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  451. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  452. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -650
  453. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  454. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -206
  455. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  456. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -83
  457. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  458. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  459. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  460. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -211
  461. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  462. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  463. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -126
  464. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  465. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  466. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  467. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js +0 -47
  468. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  469. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  470. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -237
  471. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  472. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  473. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  474. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  475. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  476. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  477. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  478. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -288
  479. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  480. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -23
  481. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  482. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -23
  483. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  484. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -28
  485. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  486. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -183
  487. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  488. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -83
  489. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  490. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -42
  491. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  492. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -224
  493. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  494. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -83
  495. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  496. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -35
  497. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  498. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -390
  499. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  500. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -63
  501. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  502. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -41
  503. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  504. package/lib/cjs/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  505. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  506. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  507. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  508. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  509. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  510. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  511. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  512. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  513. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  514. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  515. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  516. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  517. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  518. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  519. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  520. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  521. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  522. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -275
  523. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  524. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  525. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -709
  526. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  527. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2235
  528. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  529. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1069
  530. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  531. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -640
  532. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  533. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  534. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1662
  535. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  536. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -716
  537. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  538. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  539. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  540. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  541. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  542. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -417
  543. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  544. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  545. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  546. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  547. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  548. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -138
  549. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  550. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -454
  551. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  552. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  553. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  554. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  555. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -618
  556. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  557. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -236
  558. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  559. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -122
  560. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  561. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -33
  562. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  563. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -248
  564. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  565. package/lib/cjs/__/@fastify/busboy/lib/main.js +0 -109
  566. package/lib/cjs/__/@fastify/busboy/lib/main.js.map +0 -1
  567. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js +0 -331
  568. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  569. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js +0 -206
  570. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  571. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js +0 -66
  572. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  573. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js +0 -26
  574. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  575. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js +0 -126
  576. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  577. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js +0 -28
  578. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  579. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js +0 -211
  580. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  581. package/lib/cjs/__/env-ci/__/execa/index.js +0 -149
  582. package/lib/cjs/__/env-ci/__/execa/index.js.map +0 -1
  583. package/lib/cjs/__/env-ci/__/execa/lib/command.js.map +0 -1
  584. package/lib/cjs/__/env-ci/__/execa/lib/error.js.map +0 -1
  585. package/lib/cjs/__/env-ci/__/execa/lib/promise.js.map +0 -1
  586. package/lib/cjs/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  587. package/lib/cjs/__/env-ci/__/execa/lib/stream.js +0 -35
  588. package/lib/cjs/__/env-ci/__/execa/lib/stream.js.map +0 -1
  589. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js +0 -29
  590. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  591. package/lib/cjs/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  592. package/lib/cjs/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  593. package/lib/cjs/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  594. package/lib/cjs/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  595. package/lib/cjs/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  596. package/lib/cjs/__/env-ci/__/is-stream/index.js.map +0 -1
  597. package/lib/cjs/__/env-ci/__/npm-run-path/index.js +0 -63
  598. package/lib/cjs/__/env-ci/__/npm-run-path/index.js.map +0 -1
  599. package/lib/cjs/__/env-ci/__/path-key/index.js.map +0 -1
  600. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  601. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  602. package/lib/cjs/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  603. package/lib/cjs/__/undici/lib/agent.js +0 -169
  604. package/lib/cjs/__/undici/lib/agent.js.map +0 -1
  605. package/lib/cjs/__/undici/lib/balanced-pool.js +0 -208
  606. package/lib/cjs/__/undici/lib/balanced-pool.js.map +0 -1
  607. package/lib/cjs/__/undici/lib/cache/cache.js +0 -867
  608. package/lib/cjs/__/undici/lib/cache/cache.js.map +0 -1
  609. package/lib/cjs/__/undici/lib/cache/cachestorage.js +0 -161
  610. package/lib/cjs/__/undici/lib/cache/cachestorage.js.map +0 -1
  611. package/lib/cjs/__/undici/lib/cache/symbols.js +0 -19
  612. package/lib/cjs/__/undici/lib/cache/symbols.js.map +0 -1
  613. package/lib/cjs/__/undici/lib/cache/util.js +0 -69
  614. package/lib/cjs/__/undici/lib/cache/util.js.map +0 -1
  615. package/lib/cjs/__/undici/lib/client.js +0 -2314
  616. package/lib/cjs/__/undici/lib/client.js.map +0 -1
  617. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js +0 -63
  618. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  619. package/lib/cjs/__/undici/lib/cookies/constants.js +0 -24
  620. package/lib/cjs/__/undici/lib/cookies/constants.js.map +0 -1
  621. package/lib/cjs/__/undici/lib/cookies/index.js +0 -200
  622. package/lib/cjs/__/undici/lib/cookies/index.js.map +0 -1
  623. package/lib/cjs/__/undici/lib/cookies/parse.js +0 -338
  624. package/lib/cjs/__/undici/lib/cookies/parse.js.map +0 -1
  625. package/lib/cjs/__/undici/lib/cookies/util.js +0 -286
  626. package/lib/cjs/__/undici/lib/cookies/util.js.map +0 -1
  627. package/lib/cjs/__/undici/lib/dispatcher-base.js +0 -208
  628. package/lib/cjs/__/undici/lib/dispatcher-base.js.map +0 -1
  629. package/lib/cjs/__/undici/lib/dispatcher.js +0 -37
  630. package/lib/cjs/__/undici/lib/dispatcher.js.map +0 -1
  631. package/lib/cjs/__/undici/lib/fetch/body.js +0 -647
  632. package/lib/cjs/__/undici/lib/fetch/body.js.map +0 -1
  633. package/lib/cjs/__/undici/lib/fetch/constants.js +0 -169
  634. package/lib/cjs/__/undici/lib/fetch/constants.js.map +0 -1
  635. package/lib/cjs/__/undici/lib/fetch/dataURL.js +0 -649
  636. package/lib/cjs/__/undici/lib/fetch/dataURL.js.map +0 -1
  637. package/lib/cjs/__/undici/lib/fetch/file.js +0 -369
  638. package/lib/cjs/__/undici/lib/fetch/file.js.map +0 -1
  639. package/lib/cjs/__/undici/lib/fetch/formdata.js +0 -287
  640. package/lib/cjs/__/undici/lib/fetch/formdata.js.map +0 -1
  641. package/lib/cjs/__/undici/lib/fetch/global.js +0 -52
  642. package/lib/cjs/__/undici/lib/fetch/global.js.map +0 -1
  643. package/lib/cjs/__/undici/lib/fetch/headers.js +0 -609
  644. package/lib/cjs/__/undici/lib/fetch/headers.js.map +0 -1
  645. package/lib/cjs/__/undici/lib/fetch/index.js +0 -2114
  646. package/lib/cjs/__/undici/lib/fetch/index.js.map +0 -1
  647. package/lib/cjs/__/undici/lib/fetch/request.js +0 -979
  648. package/lib/cjs/__/undici/lib/fetch/request.js.map +0 -1
  649. package/lib/cjs/__/undici/lib/fetch/response.js +0 -604
  650. package/lib/cjs/__/undici/lib/fetch/response.js.map +0 -1
  651. package/lib/cjs/__/undici/lib/fetch/symbols.js +0 -22
  652. package/lib/cjs/__/undici/lib/fetch/symbols.js.map +0 -1
  653. package/lib/cjs/__/undici/lib/fetch/util.js +0 -1170
  654. package/lib/cjs/__/undici/lib/fetch/util.js.map +0 -1
  655. package/lib/cjs/__/undici/lib/fetch/webidl.js +0 -665
  656. package/lib/cjs/__/undici/lib/fetch/webidl.js.map +0 -1
  657. package/lib/cjs/__/undici/lib/fileapi/encoding.js +0 -302
  658. package/lib/cjs/__/undici/lib/fileapi/encoding.js.map +0 -1
  659. package/lib/cjs/__/undici/lib/fileapi/filereader.js +0 -361
  660. package/lib/cjs/__/undici/lib/fileapi/filereader.js.map +0 -1
  661. package/lib/cjs/__/undici/lib/fileapi/progressevent.js +0 -92
  662. package/lib/cjs/__/undici/lib/fileapi/progressevent.js.map +0 -1
  663. package/lib/cjs/__/undici/lib/fileapi/symbols.js +0 -22
  664. package/lib/cjs/__/undici/lib/fileapi/symbols.js.map +0 -1
  665. package/lib/cjs/__/undici/lib/fileapi/util.js +0 -419
  666. package/lib/cjs/__/undici/lib/fileapi/util.js.map +0 -1
  667. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js +0 -47
  668. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  669. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js +0 -226
  670. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  671. package/lib/cjs/__/undici/lib/handler/RetryHandler.js +0 -358
  672. package/lib/cjs/__/undici/lib/handler/RetryHandler.js.map +0 -1
  673. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js +0 -35
  674. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  675. package/lib/cjs/__/undici/lib/node/fixed-queue.js +0 -129
  676. package/lib/cjs/__/undici/lib/node/fixed-queue.js.map +0 -1
  677. package/lib/cjs/__/undici/lib/pool-base.js +0 -211
  678. package/lib/cjs/__/undici/lib/pool-base.js.map +0 -1
  679. package/lib/cjs/__/undici/lib/pool-stats.js +0 -49
  680. package/lib/cjs/__/undici/lib/pool-stats.js.map +0 -1
  681. package/lib/cjs/__/undici/lib/pool.js +0 -127
  682. package/lib/cjs/__/undici/lib/pool.js.map +0 -1
  683. package/lib/cjs/__/undici/lib/proxy-agent.js +0 -213
  684. package/lib/cjs/__/undici/lib/proxy-agent.js.map +0 -1
  685. package/lib/cjs/__/undici/lib/timers.js +0 -109
  686. package/lib/cjs/__/undici/lib/timers.js.map +0 -1
  687. package/lib/cjs/__/undici/lib/websocket/connection.js +0 -318
  688. package/lib/cjs/__/undici/lib/websocket/connection.js.map +0 -1
  689. package/lib/cjs/__/undici/lib/websocket/constants.js +0 -63
  690. package/lib/cjs/__/undici/lib/websocket/constants.js.map +0 -1
  691. package/lib/cjs/__/undici/lib/websocket/events.js +0 -323
  692. package/lib/cjs/__/undici/lib/websocket/events.js.map +0 -1
  693. package/lib/cjs/__/undici/lib/websocket/frame.js +0 -87
  694. package/lib/cjs/__/undici/lib/websocket/frame.js.map +0 -1
  695. package/lib/cjs/__/undici/lib/websocket/receiver.js +0 -368
  696. package/lib/cjs/__/undici/lib/websocket/receiver.js.map +0 -1
  697. package/lib/cjs/__/undici/lib/websocket/symbols.js +0 -24
  698. package/lib/cjs/__/undici/lib/websocket/symbols.js.map +0 -1
  699. package/lib/cjs/__/undici/lib/websocket/util.js +0 -216
  700. package/lib/cjs/__/undici/lib/websocket/util.js.map +0 -1
  701. package/lib/cjs/__/undici/lib/websocket/websocket.js +0 -668
  702. package/lib/cjs/__/undici/lib/websocket/websocket.js.map +0 -1
  703. package/lib/cjs/_virtual/api-request2.js +0 -6
  704. package/lib/cjs/_virtual/api-request2.js.map +0 -1
  705. package/lib/cjs/_virtual/constants2.js +0 -6
  706. package/lib/cjs/_virtual/constants2.js.map +0 -1
  707. package/lib/cjs/_virtual/index15.js +0 -6
  708. package/lib/cjs/_virtual/index15.js.map +0 -1
  709. package/lib/cjs/_virtual/index16.js +0 -6
  710. package/lib/cjs/_virtual/index16.js.map +0 -1
  711. package/lib/cjs/_virtual/main.js +0 -6
  712. package/lib/cjs/_virtual/main.js.map +0 -1
  713. package/lib/cjs/_virtual/mock-interceptor2.js +0 -6
  714. package/lib/cjs/_virtual/mock-interceptor2.js.map +0 -1
  715. package/lib/cjs/_virtual/utils4.js +0 -6
  716. package/lib/cjs/_virtual/utils4.js.map +0 -1
  717. package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  718. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  719. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  720. package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  721. package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  722. package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  723. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  724. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  725. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  726. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  727. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -198
  728. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  729. package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  730. package/lib/esm/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  731. package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  732. package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  733. package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  734. package/lib/esm/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  735. package/lib/esm/__/@actions/http-client/__/undici/index.js +0 -220
  736. package/lib/esm/__/@actions/http-client/__/undici/index.js.map +0 -1
  737. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -71
  738. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  739. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -124
  740. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  741. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -268
  742. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  743. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -231
  744. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  745. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -238
  746. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  747. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -124
  748. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  749. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js +0 -23
  750. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  751. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js +0 -398
  752. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  753. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js +0 -108
  754. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  755. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js +0 -258
  756. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  757. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js +0 -128
  758. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  759. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -215
  760. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  761. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js +0 -435
  762. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  763. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js +0 -421
  764. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  765. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -78
  766. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  767. package/lib/esm/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  768. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js +0 -742
  769. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  770. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -147
  771. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  772. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  773. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  774. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  775. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -642
  776. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  777. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -204
  778. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  779. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -77
  780. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  781. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  782. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  783. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -209
  784. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  785. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  786. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -124
  787. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  788. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  789. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  790. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js +0 -45
  791. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  792. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  793. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -230
  794. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  795. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  796. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  797. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  798. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  799. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  800. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  801. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -286
  802. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  803. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -17
  804. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  805. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -17
  806. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  807. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -26
  808. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  809. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -181
  810. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  811. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -77
  812. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  813. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -40
  814. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  815. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -222
  816. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  817. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -77
  818. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  819. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -33
  820. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  821. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -383
  822. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  823. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -56
  824. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  825. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -39
  826. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  827. package/lib/esm/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  828. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  829. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  830. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  831. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  832. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  833. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  834. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  835. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  836. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  837. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  838. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  839. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  840. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  841. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  842. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  843. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  844. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  845. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -268
  846. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  847. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  848. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -702
  849. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  850. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2224
  851. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  852. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1061
  853. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  854. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -633
  855. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  856. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  857. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1652
  858. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  859. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -709
  860. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  861. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  862. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  863. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  864. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  865. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -409
  866. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  867. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  868. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  869. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  870. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  871. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -132
  872. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  873. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -447
  874. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  875. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  876. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  877. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  878. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -612
  879. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  880. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -229
  881. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  882. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -115
  883. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  884. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -26
  885. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  886. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -241
  887. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  888. package/lib/esm/__/@fastify/busboy/lib/main.js +0 -102
  889. package/lib/esm/__/@fastify/busboy/lib/main.js.map +0 -1
  890. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js +0 -324
  891. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  892. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js +0 -204
  893. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  894. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js +0 -64
  895. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  896. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js +0 -24
  897. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  898. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js +0 -124
  899. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  900. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js +0 -26
  901. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  902. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js +0 -209
  903. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  904. package/lib/esm/__/env-ci/__/execa/index.js +0 -141
  905. package/lib/esm/__/env-ci/__/execa/index.js.map +0 -1
  906. package/lib/esm/__/env-ci/__/execa/lib/command.js.map +0 -1
  907. package/lib/esm/__/env-ci/__/execa/lib/error.js.map +0 -1
  908. package/lib/esm/__/env-ci/__/execa/lib/promise.js.map +0 -1
  909. package/lib/esm/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  910. package/lib/esm/__/env-ci/__/execa/lib/stream.js +0 -33
  911. package/lib/esm/__/env-ci/__/execa/lib/stream.js.map +0 -1
  912. package/lib/esm/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  913. package/lib/esm/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  914. package/lib/esm/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  915. package/lib/esm/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  916. package/lib/esm/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  917. package/lib/esm/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  918. package/lib/esm/__/env-ci/__/is-stream/index.js.map +0 -1
  919. package/lib/esm/__/env-ci/__/npm-run-path/index.js +0 -55
  920. package/lib/esm/__/env-ci/__/npm-run-path/index.js.map +0 -1
  921. package/lib/esm/__/env-ci/__/path-key/index.js.map +0 -1
  922. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  923. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  924. package/lib/esm/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  925. package/lib/esm/__/undici/lib/agent.js +0 -167
  926. package/lib/esm/__/undici/lib/agent.js.map +0 -1
  927. package/lib/esm/__/undici/lib/balanced-pool.js +0 -206
  928. package/lib/esm/__/undici/lib/balanced-pool.js.map +0 -1
  929. package/lib/esm/__/undici/lib/cache/cache.js +0 -861
  930. package/lib/esm/__/undici/lib/cache/cache.js.map +0 -1
  931. package/lib/esm/__/undici/lib/cache/cachestorage.js +0 -159
  932. package/lib/esm/__/undici/lib/cache/cachestorage.js.map +0 -1
  933. package/lib/esm/__/undici/lib/cache/symbols.js +0 -17
  934. package/lib/esm/__/undici/lib/cache/symbols.js.map +0 -1
  935. package/lib/esm/__/undici/lib/cache/util.js +0 -63
  936. package/lib/esm/__/undici/lib/cache/util.js.map +0 -1
  937. package/lib/esm/__/undici/lib/client.js +0 -2305
  938. package/lib/esm/__/undici/lib/client.js.map +0 -1
  939. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js +0 -61
  940. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  941. package/lib/esm/__/undici/lib/cookies/constants.js +0 -22
  942. package/lib/esm/__/undici/lib/cookies/constants.js.map +0 -1
  943. package/lib/esm/__/undici/lib/cookies/index.js +0 -198
  944. package/lib/esm/__/undici/lib/cookies/index.js.map +0 -1
  945. package/lib/esm/__/undici/lib/cookies/parse.js +0 -332
  946. package/lib/esm/__/undici/lib/cookies/parse.js.map +0 -1
  947. package/lib/esm/__/undici/lib/cookies/util.js +0 -284
  948. package/lib/esm/__/undici/lib/cookies/util.js.map +0 -1
  949. package/lib/esm/__/undici/lib/dispatcher-base.js +0 -206
  950. package/lib/esm/__/undici/lib/dispatcher-base.js.map +0 -1
  951. package/lib/esm/__/undici/lib/dispatcher.js +0 -31
  952. package/lib/esm/__/undici/lib/dispatcher.js.map +0 -1
  953. package/lib/esm/__/undici/lib/fetch/body.js +0 -638
  954. package/lib/esm/__/undici/lib/fetch/body.js.map +0 -1
  955. package/lib/esm/__/undici/lib/fetch/constants.js +0 -163
  956. package/lib/esm/__/undici/lib/fetch/constants.js.map +0 -1
  957. package/lib/esm/__/undici/lib/fetch/dataURL.js +0 -642
  958. package/lib/esm/__/undici/lib/fetch/dataURL.js.map +0 -1
  959. package/lib/esm/__/undici/lib/fetch/file.js +0 -362
  960. package/lib/esm/__/undici/lib/fetch/file.js.map +0 -1
  961. package/lib/esm/__/undici/lib/fetch/formdata.js +0 -281
  962. package/lib/esm/__/undici/lib/fetch/formdata.js.map +0 -1
  963. package/lib/esm/__/undici/lib/fetch/global.js +0 -50
  964. package/lib/esm/__/undici/lib/fetch/global.js.map +0 -1
  965. package/lib/esm/__/undici/lib/fetch/headers.js +0 -602
  966. package/lib/esm/__/undici/lib/fetch/headers.js.map +0 -1
  967. package/lib/esm/__/undici/lib/fetch/index.js +0 -2102
  968. package/lib/esm/__/undici/lib/fetch/index.js.map +0 -1
  969. package/lib/esm/__/undici/lib/fetch/request.js +0 -971
  970. package/lib/esm/__/undici/lib/fetch/request.js.map +0 -1
  971. package/lib/esm/__/undici/lib/fetch/response.js +0 -596
  972. package/lib/esm/__/undici/lib/fetch/response.js.map +0 -1
  973. package/lib/esm/__/undici/lib/fetch/symbols.js +0 -20
  974. package/lib/esm/__/undici/lib/fetch/symbols.js.map +0 -1
  975. package/lib/esm/__/undici/lib/fetch/util.js +0 -1161
  976. package/lib/esm/__/undici/lib/fetch/util.js.map +0 -1
  977. package/lib/esm/__/undici/lib/fetch/webidl.js +0 -659
  978. package/lib/esm/__/undici/lib/fetch/webidl.js.map +0 -1
  979. package/lib/esm/__/undici/lib/fileapi/encoding.js +0 -300
  980. package/lib/esm/__/undici/lib/fileapi/encoding.js.map +0 -1
  981. package/lib/esm/__/undici/lib/fileapi/filereader.js +0 -359
  982. package/lib/esm/__/undici/lib/fileapi/filereader.js.map +0 -1
  983. package/lib/esm/__/undici/lib/fileapi/progressevent.js +0 -90
  984. package/lib/esm/__/undici/lib/fileapi/progressevent.js.map +0 -1
  985. package/lib/esm/__/undici/lib/fileapi/symbols.js +0 -20
  986. package/lib/esm/__/undici/lib/fileapi/symbols.js.map +0 -1
  987. package/lib/esm/__/undici/lib/fileapi/util.js +0 -411
  988. package/lib/esm/__/undici/lib/fileapi/util.js.map +0 -1
  989. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js +0 -45
  990. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  991. package/lib/esm/__/undici/lib/handler/RedirectHandler.js +0 -219
  992. package/lib/esm/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  993. package/lib/esm/__/undici/lib/handler/RetryHandler.js +0 -352
  994. package/lib/esm/__/undici/lib/handler/RetryHandler.js.map +0 -1
  995. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js +0 -33
  996. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  997. package/lib/esm/__/undici/lib/node/fixed-queue.js +0 -127
  998. package/lib/esm/__/undici/lib/node/fixed-queue.js.map +0 -1
  999. package/lib/esm/__/undici/lib/pool-base.js +0 -209
  1000. package/lib/esm/__/undici/lib/pool-base.js.map +0 -1
  1001. package/lib/esm/__/undici/lib/pool-stats.js +0 -47
  1002. package/lib/esm/__/undici/lib/pool-stats.js.map +0 -1
  1003. package/lib/esm/__/undici/lib/pool.js +0 -125
  1004. package/lib/esm/__/undici/lib/pool.js.map +0 -1
  1005. package/lib/esm/__/undici/lib/proxy-agent.js +0 -207
  1006. package/lib/esm/__/undici/lib/proxy-agent.js.map +0 -1
  1007. package/lib/esm/__/undici/lib/timers.js +0 -107
  1008. package/lib/esm/__/undici/lib/timers.js.map +0 -1
  1009. package/lib/esm/__/undici/lib/websocket/connection.js +0 -312
  1010. package/lib/esm/__/undici/lib/websocket/connection.js.map +0 -1
  1011. package/lib/esm/__/undici/lib/websocket/constants.js +0 -61
  1012. package/lib/esm/__/undici/lib/websocket/constants.js.map +0 -1
  1013. package/lib/esm/__/undici/lib/websocket/events.js +0 -317
  1014. package/lib/esm/__/undici/lib/websocket/events.js.map +0 -1
  1015. package/lib/esm/__/undici/lib/websocket/frame.js +0 -85
  1016. package/lib/esm/__/undici/lib/websocket/frame.js.map +0 -1
  1017. package/lib/esm/__/undici/lib/websocket/receiver.js +0 -361
  1018. package/lib/esm/__/undici/lib/websocket/receiver.js.map +0 -1
  1019. package/lib/esm/__/undici/lib/websocket/symbols.js +0 -22
  1020. package/lib/esm/__/undici/lib/websocket/symbols.js.map +0 -1
  1021. package/lib/esm/__/undici/lib/websocket/util.js +0 -214
  1022. package/lib/esm/__/undici/lib/websocket/util.js.map +0 -1
  1023. package/lib/esm/__/undici/lib/websocket/websocket.js +0 -662
  1024. package/lib/esm/__/undici/lib/websocket/websocket.js.map +0 -1
  1025. package/lib/esm/_virtual/api-request2.js +0 -4
  1026. package/lib/esm/_virtual/api-request2.js.map +0 -1
  1027. package/lib/esm/_virtual/constants2.js +0 -4
  1028. package/lib/esm/_virtual/constants2.js.map +0 -1
  1029. package/lib/esm/_virtual/index15.js +0 -4
  1030. package/lib/esm/_virtual/index15.js.map +0 -1
  1031. package/lib/esm/_virtual/index16.js +0 -4
  1032. package/lib/esm/_virtual/index16.js.map +0 -1
  1033. package/lib/esm/_virtual/main.js +0 -4
  1034. package/lib/esm/_virtual/main.js.map +0 -1
  1035. package/lib/esm/_virtual/mock-interceptor2.js +0 -4
  1036. package/lib/esm/_virtual/mock-interceptor2.js.map +0 -1
  1037. package/lib/esm/_virtual/utils4.js +0 -4
  1038. package/lib/esm/_virtual/utils4.js.map +0 -1
  1039. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1040. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1041. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1042. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1043. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1044. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1045. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1046. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1047. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1048. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1049. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1050. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1051. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1052. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1053. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1054. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1055. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1056. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1057. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1058. /package/lib/cjs/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1059. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1060. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1061. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1062. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1063. /package/lib/cjs/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1064. /package/lib/cjs/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1065. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1066. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1067. /package/lib/cjs/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1068. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1069. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1070. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1071. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1072. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1073. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1074. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1075. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1076. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1077. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1078. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1079. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1080. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1081. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1082. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1083. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1084. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1085. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1086. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1087. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1088. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1089. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1090. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1091. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1092. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1093. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1094. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1095. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1096. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1097. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1098. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1099. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1100. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1101. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1102. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1103. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1104. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1105. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1106. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1107. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1108. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1109. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1110. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1111. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1112. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1113. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1114. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1115. /package/lib/cjs/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
  1116. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1117. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1118. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1119. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1120. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1121. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1122. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1123. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1124. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1125. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1126. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1127. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1128. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1129. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1130. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1131. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1132. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1133. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1134. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1135. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/verbose.js +0 -0
  1136. /package/lib/esm/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1137. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1138. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1139. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1140. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1141. /package/lib/esm/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1142. /package/lib/esm/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1143. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1144. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1145. /package/lib/esm/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1146. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1147. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1148. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1149. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1150. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1151. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1152. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1153. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1154. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1155. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1156. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1157. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1158. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1159. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1160. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1161. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1162. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1163. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1164. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1165. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1166. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1167. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1168. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1169. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1170. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1171. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1172. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1173. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1174. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1175. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1176. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1177. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1178. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1179. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1180. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1181. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1182. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1183. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1184. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1185. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1186. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1187. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1188. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1189. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1190. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1191. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1192. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1193. /package/lib/esm/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
@@ -8,14 +8,26 @@ const bigIntsStringify = /([\[:])?"(-?\d+)n"($|([\\n]|\s)*(\s|[\\n])*[,\}\]])/g;
8
8
  const noiseStringify =
9
9
  /([\[:])?("-?\d+n+)n("$|"([\\n]|\s)*(\s|[\\n])*[,\}\]])/g;
10
10
 
11
- /** @typedef {(key: string, value: any, context?: { source: string }) => any} Reviver */
11
+ /**
12
+ * @typedef {(this: any, key: string | number | undefined, value: any) => any} Replacer
13
+ * @typedef {(key: string | number | undefined, value: any, context?: { source: string }) => any} Reviver
14
+ */
12
15
 
13
16
  /**
14
- * Function to serialize value to a JSON string.
15
- * Converts BigInt values to a custom format (strings with digits and "n" at the end) and then converts them to proper big integers in a JSON string.
16
- * @param {*} value - The value to convert to a JSON string.
17
- * @param {(Function|Array<string>|null)} [replacer] - A function that alters the behavior of the stringification process, or an array of strings to indicate properties to exclude.
18
- * @param {(string|number)} [space] - A string or number to specify indentation or pretty-printing.
17
+ * Converts a JavaScript value to a JSON string.
18
+ *
19
+ * Supports serialization of BigInt values using two strategies:
20
+ * 1. Custom format "123n" "123" (universal fallback)
21
+ * 2. Native JSON.rawJSON() (Node.js 22+, fastest) when available
22
+ *
23
+ * All other values are serialized exactly like native JSON.stringify().
24
+ *
25
+ * @param {*} value The value to convert to a JSON string.
26
+ * @param {Replacer | Array<string | number> | null} [replacer]
27
+ * A function that alters the behavior of the stringification process,
28
+ * or an array of strings/numbers to indicate properties to exclude.
29
+ * @param {string | number} [space]
30
+ * A string or number to specify indentation or pretty-printing.
19
31
  * @returns {string} The JSON string representation.
20
32
  */
21
33
  const JSONStringify = (value, replacer, space) => {
@@ -38,8 +50,7 @@ const JSONStringify = (value, replacer, space) => {
38
50
  const convertedToCustomJSON = originalStringify(
39
51
  value,
40
52
  (key, value) => {
41
- const isNoise =
42
- typeof value === "string" && Boolean(value.match(noiseValue));
53
+ const isNoise = typeof value === "string" && noiseValue.test(value);
43
54
 
44
55
  if (isNoise) return value.toString() + "n"; // Mark noise values with additional "n" to offset the deletion of one "n" during the processing
45
56
 
@@ -60,32 +71,69 @@ const JSONStringify = (value, replacer, space) => {
60
71
  return denoisedJSON;
61
72
  };
62
73
 
74
+ const featureCache = new Map();
75
+
63
76
  /**
64
- * Support for JSON.parse's context.source feature detection.
65
- * @type {boolean}
77
+ * Detects if the current JSON.parse implementation supports the context.source feature.
78
+ *
79
+ * Uses toString() fingerprinting to cache results and automatically detect runtime
80
+ * replacements of JSON.parse (polyfills, mocks, etc.).
81
+ *
82
+ * @returns {boolean} true if context.source is supported, false otherwise.
66
83
  */
67
- const isContextSourceSupported = () =>
68
- JSON.parse("1", (_, __, context) => !!context && context.source === "1");
84
+ const isContextSourceSupported = () => {
85
+ const parseFingerprint = JSON.parse.toString();
86
+
87
+ if (featureCache.has(parseFingerprint)) {
88
+ return featureCache.get(parseFingerprint);
89
+ }
90
+
91
+ try {
92
+ const result = JSON.parse(
93
+ "1",
94
+ (_, __, context) => !!context?.source && context.source === "1",
95
+ );
96
+ featureCache.set(parseFingerprint, result);
97
+
98
+ return result;
99
+ } catch {
100
+ featureCache.set(parseFingerprint, false);
101
+
102
+ return false;
103
+ }
104
+ };
69
105
 
70
106
  /**
71
- * Convert marked big numbers to BigInt
72
- * @type {Reviver}
107
+ * Reviver function that converts custom-format BigInt strings back to BigInt values.
108
+ * Also handles "noise" strings that accidentally match the BigInt format.
109
+ *
110
+ * @param {string | number | undefined} key The object key.
111
+ * @param {*} value The value being parsed.
112
+ * @param {object} [context] Parse context (if supported by JSON.parse).
113
+ * @param {Reviver} [userReviver] User's custom reviver function.
114
+ * @returns {any} The transformed value.
73
115
  */
74
116
  const convertMarkedBigIntsReviver = (key, value, context, userReviver) => {
75
117
  const isCustomFormatBigInt =
76
- typeof value === "string" && value.match(customFormat);
118
+ typeof value === "string" && customFormat.test(value);
77
119
  if (isCustomFormatBigInt) return BigInt(value.slice(0, -1));
78
120
 
79
- const isNoiseValue = typeof value === "string" && value.match(noiseValue);
121
+ const isNoiseValue = typeof value === "string" && noiseValue.test(value);
80
122
  if (isNoiseValue) return value.slice(0, -1);
81
123
 
82
124
  return value;
83
125
  };
84
126
 
85
127
  /**
86
- * Faster (2x) and simpler function to parse JSON.
87
- * Based on JSON.parse's context.source feature, which is not universally available now.
88
- * Does not support the legacy custom format, used in the first version of this library.
128
+ * Fast JSON.parse implementation (~2x faster than classic fallback).
129
+ * Uses JSON.parse's context.source feature to detect integers and convert
130
+ * large numbers directly to BigInt without string manipulation.
131
+ *
132
+ * Does not support legacy custom format from v1 of this library.
133
+ *
134
+ * @param {string} text JSON string to parse.
135
+ * @param {Reviver} [reviver] Transform function to apply to each value.
136
+ * @returns {any} Parsed JavaScript value.
89
137
  */
90
138
  const JSONParseV2 = (text, reviver) => {
91
139
  return JSON.parse(text, (key, value, context) => {
@@ -108,9 +156,21 @@ const stringsOrLargeNumbers =
108
156
  const noiseValueWithQuotes = /^"-?\d+n+"$/; // Noise - strings that match the custom format before being converted to it
109
157
 
110
158
  /**
111
- * Function to parse JSON.
112
- * If JSON has number values greater than Number.MAX_SAFE_INTEGER, we convert those values to a custom format, then parse them to BigInt values.
113
- * Other types of values are not affected and parsed as native JSON.parse() would parse them.
159
+ * Converts a JSON string into a JavaScript value.
160
+ *
161
+ * Supports parsing of large integers using two strategies:
162
+ * 1. Classic fallback: Marks large numbers with "123n" format, then converts to BigInt
163
+ * 2. Fast path (JSONParseV2): Uses context.source feature (~2x faster) when available
164
+ *
165
+ * All other JSON values are parsed exactly like native JSON.parse().
166
+ *
167
+ * @param {string} text A valid JSON string.
168
+ * @param {Reviver} [reviver]
169
+ * A function that transforms the results. This function is called for each member
170
+ * of the object. If a member contains nested objects, the nested objects are
171
+ * transformed before the parent object is.
172
+ * @returns {any} The parsed JavaScript value.
173
+ * @throws {SyntaxError} If text is not valid JSON.
114
174
  */
115
175
  const JSONParse = (text, reviver) => {
116
176
  if (!text) return originalParse(text, reviver);
@@ -122,7 +182,7 @@ const JSONParse = (text, reviver) => {
122
182
  stringsOrLargeNumbers,
123
183
  (text, digits, fractional, exponential) => {
124
184
  const isString = text[0] === '"';
125
- const isNoise = isString && Boolean(text.match(noiseValueWithQuotes));
185
+ const isNoise = isString && noiseValueWithQuotes.test(text);
126
186
 
127
187
  if (isNoise) return text.substring(0, text.length - 1) + 'n"'; // Mark noise values with additional "n" to offset the deletion of one "n" during the processing
128
188
 
@@ -1 +1 @@
1
- {"version":3,"file":"json-with-bigint.js","sources":["../../../../../../node_modules/json-with-bigint/json-with-bigint.js"],"sourcesContent":["const intRegex = /^-?\\d+$/;\nconst noiseValue = /^-?\\d+n+$/; // Noise - strings that match the custom format before being converted to it\nconst originalStringify = JSON.stringify;\nconst originalParse = JSON.parse;\nconst customFormat = /^-?\\d+n$/;\n\nconst bigIntsStringify = /([\\[:])?\"(-?\\d+)n\"($|([\\\\n]|\\s)*(\\s|[\\\\n])*[,\\}\\]])/g;\nconst noiseStringify =\n /([\\[:])?(\"-?\\d+n+)n(\"$|\"([\\\\n]|\\s)*(\\s|[\\\\n])*[,\\}\\]])/g;\n\n/** @typedef {(key: string, value: any, context?: { source: string }) => any} Reviver */\n\n/**\n * Function to serialize value to a JSON string.\n * Converts BigInt values to a custom format (strings with digits and \"n\" at the end) and then converts them to proper big integers in a JSON string.\n * @param {*} value - The value to convert to a JSON string.\n * @param {(Function|Array<string>|null)} [replacer] - A function that alters the behavior of the stringification process, or an array of strings to indicate properties to exclude.\n * @param {(string|number)} [space] - A string or number to specify indentation or pretty-printing.\n * @returns {string} The JSON string representation.\n */\nconst JSONStringify = (value, replacer, space) => {\n if (\"rawJSON\" in JSON) {\n return originalStringify(\n value,\n (key, value) => {\n if (typeof value === \"bigint\") return JSON.rawJSON(value.toString());\n\n if (typeof replacer === \"function\") return replacer(key, value);\n\n if (Array.isArray(replacer) && replacer.includes(key)) return value;\n\n return value;\n },\n space,\n );\n }\n\n if (!value) return originalStringify(value, replacer, space);\n\n const convertedToCustomJSON = originalStringify(\n value,\n (key, value) => {\n const isNoise =\n typeof value === \"string\" && Boolean(value.match(noiseValue));\n\n if (isNoise) return value.toString() + \"n\"; // Mark noise values with additional \"n\" to offset the deletion of one \"n\" during the processing\n\n if (typeof value === \"bigint\") return value.toString() + \"n\";\n\n if (typeof replacer === \"function\") return replacer(key, value);\n\n if (Array.isArray(replacer) && replacer.includes(key)) return value;\n\n return value;\n },\n space,\n );\n const processedJSON = convertedToCustomJSON.replace(\n bigIntsStringify,\n \"$1$2$3\",\n ); // Delete one \"n\" off the end of every BigInt value\n const denoisedJSON = processedJSON.replace(noiseStringify, \"$1$2$3\"); // Remove one \"n\" off the end of every noisy string\n\n return denoisedJSON;\n};\n\n/**\n * Support for JSON.parse's context.source feature detection.\n * @type {boolean}\n */\nconst isContextSourceSupported = () =>\n JSON.parse(\"1\", (_, __, context) => !!context && context.source === \"1\");\n\n/**\n * Convert marked big numbers to BigInt\n * @type {Reviver}\n */\nconst convertMarkedBigIntsReviver = (key, value, context, userReviver) => {\n const isCustomFormatBigInt =\n typeof value === \"string\" && value.match(customFormat);\n if (isCustomFormatBigInt) return BigInt(value.slice(0, -1));\n\n const isNoiseValue = typeof value === \"string\" && value.match(noiseValue);\n if (isNoiseValue) return value.slice(0, -1);\n\n if (typeof userReviver !== \"function\") return value;\n return userReviver(key, value, context);\n};\n\n/**\n * Faster (2x) and simpler function to parse JSON.\n * Based on JSON.parse's context.source feature, which is not universally available now.\n * Does not support the legacy custom format, used in the first version of this library.\n */\nconst JSONParseV2 = (text, reviver) => {\n return JSON.parse(text, (key, value, context) => {\n const isBigNumber =\n typeof value === \"number\" &&\n (value > Number.MAX_SAFE_INTEGER || value < Number.MIN_SAFE_INTEGER);\n const isInt = context && intRegex.test(context.source);\n const isBigInt = isBigNumber && isInt;\n\n if (isBigInt) return BigInt(context.source);\n\n if (typeof reviver !== \"function\") return value;\n\n return reviver(key, value, context);\n });\n};\n\nconst MAX_INT = Number.MAX_SAFE_INTEGER.toString();\nconst MAX_DIGITS = MAX_INT.length;\nconst stringsOrLargeNumbers =\n /\"(?:\\\\.|[^\"])*\"|-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?/g;\nconst noiseValueWithQuotes = /^\"-?\\d+n+\"$/; // Noise - strings that match the custom format before being converted to it\n\n/**\n * Function to parse JSON.\n * If JSON has number values greater than Number.MAX_SAFE_INTEGER, we convert those values to a custom format, then parse them to BigInt values.\n * Other types of values are not affected and parsed as native JSON.parse() would parse them.\n */\nconst JSONParse = (text, reviver) => {\n if (!text) return originalParse(text, reviver);\n\n if (isContextSourceSupported()) return JSONParseV2(text, reviver); // Shortcut to a faster (2x) and simpler version\n\n // Find and mark big numbers with \"n\"\n const serializedData = text.replace(\n stringsOrLargeNumbers,\n (text, digits, fractional, exponential) => {\n const isString = text[0] === '\"';\n const isNoise = isString && Boolean(text.match(noiseValueWithQuotes));\n\n if (isNoise) return text.substring(0, text.length - 1) + 'n\"'; // Mark noise values with additional \"n\" to offset the deletion of one \"n\" during the processing\n\n const isFractionalOrExponential = fractional || exponential;\n const isLessThanMaxSafeInt =\n digits &&\n (digits.length < MAX_DIGITS ||\n (digits.length === MAX_DIGITS && digits <= MAX_INT)); // With a fixed number of digits, we can correctly use lexicographical comparison to do a numeric comparison\n\n if (isString || isFractionalOrExponential || isLessThanMaxSafeInt)\n return text;\n\n return '\"' + text + 'n\"';\n },\n );\n\n return originalParse(serializedData, (key, value, context) =>\n convertMarkedBigIntsReviver(key, value, context, reviver),\n );\n};\n\nexport { JSONStringify, JSONParse };\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"json-with-bigint.js","sources":["../../../../../../node_modules/json-with-bigint/json-with-bigint.js"],"sourcesContent":["const intRegex = /^-?\\d+$/;\nconst noiseValue = /^-?\\d+n+$/; // Noise - strings that match the custom format before being converted to it\nconst originalStringify = JSON.stringify;\nconst originalParse = JSON.parse;\nconst customFormat = /^-?\\d+n$/;\n\nconst bigIntsStringify = /([\\[:])?\"(-?\\d+)n\"($|([\\\\n]|\\s)*(\\s|[\\\\n])*[,\\}\\]])/g;\nconst noiseStringify =\n /([\\[:])?(\"-?\\d+n+)n(\"$|\"([\\\\n]|\\s)*(\\s|[\\\\n])*[,\\}\\]])/g;\n\n/**\n * @typedef {(this: any, key: string | number | undefined, value: any) => any} Replacer\n * @typedef {(key: string | number | undefined, value: any, context?: { source: string }) => any} Reviver\n */\n\n/**\n * Converts a JavaScript value to a JSON string.\n *\n * Supports serialization of BigInt values using two strategies:\n * 1. Custom format \"123n\" → \"123\" (universal fallback)\n * 2. Native JSON.rawJSON() (Node.js 22+, fastest) when available\n *\n * All other values are serialized exactly like native JSON.stringify().\n *\n * @param {*} value The value to convert to a JSON string.\n * @param {Replacer | Array<string | number> | null} [replacer]\n * A function that alters the behavior of the stringification process,\n * or an array of strings/numbers to indicate properties to exclude.\n * @param {string | number} [space]\n * A string or number to specify indentation or pretty-printing.\n * @returns {string} The JSON string representation.\n */\nconst JSONStringify = (value, replacer, space) => {\n if (\"rawJSON\" in JSON) {\n return originalStringify(\n value,\n (key, value) => {\n if (typeof value === \"bigint\") return JSON.rawJSON(value.toString());\n\n if (typeof replacer === \"function\") return replacer(key, value);\n\n if (Array.isArray(replacer) && replacer.includes(key)) return value;\n\n return value;\n },\n space,\n );\n }\n\n if (!value) return originalStringify(value, replacer, space);\n\n const convertedToCustomJSON = originalStringify(\n value,\n (key, value) => {\n const isNoise = typeof value === \"string\" && noiseValue.test(value);\n\n if (isNoise) return value.toString() + \"n\"; // Mark noise values with additional \"n\" to offset the deletion of one \"n\" during the processing\n\n if (typeof value === \"bigint\") return value.toString() + \"n\";\n\n if (typeof replacer === \"function\") return replacer(key, value);\n\n if (Array.isArray(replacer) && replacer.includes(key)) return value;\n\n return value;\n },\n space,\n );\n const processedJSON = convertedToCustomJSON.replace(\n bigIntsStringify,\n \"$1$2$3\",\n ); // Delete one \"n\" off the end of every BigInt value\n const denoisedJSON = processedJSON.replace(noiseStringify, \"$1$2$3\"); // Remove one \"n\" off the end of every noisy string\n\n return denoisedJSON;\n};\n\nconst featureCache = new Map();\n\n/**\n * Detects if the current JSON.parse implementation supports the context.source feature.\n *\n * Uses toString() fingerprinting to cache results and automatically detect runtime\n * replacements of JSON.parse (polyfills, mocks, etc.).\n *\n * @returns {boolean} true if context.source is supported, false otherwise.\n */\nconst isContextSourceSupported = () => {\n const parseFingerprint = JSON.parse.toString();\n\n if (featureCache.has(parseFingerprint)) {\n return featureCache.get(parseFingerprint);\n }\n\n try {\n const result = JSON.parse(\n \"1\",\n (_, __, context) => !!context?.source && context.source === \"1\",\n );\n featureCache.set(parseFingerprint, result);\n\n return result;\n } catch {\n featureCache.set(parseFingerprint, false);\n\n return false;\n }\n};\n\n/**\n * Reviver function that converts custom-format BigInt strings back to BigInt values.\n * Also handles \"noise\" strings that accidentally match the BigInt format.\n *\n * @param {string | number | undefined} key The object key.\n * @param {*} value The value being parsed.\n * @param {object} [context] Parse context (if supported by JSON.parse).\n * @param {Reviver} [userReviver] User's custom reviver function.\n * @returns {any} The transformed value.\n */\nconst convertMarkedBigIntsReviver = (key, value, context, userReviver) => {\n const isCustomFormatBigInt =\n typeof value === \"string\" && customFormat.test(value);\n if (isCustomFormatBigInt) return BigInt(value.slice(0, -1));\n\n const isNoiseValue = typeof value === \"string\" && noiseValue.test(value);\n if (isNoiseValue) return value.slice(0, -1);\n\n if (typeof userReviver !== \"function\") return value;\n\n return userReviver(key, value, context);\n};\n\n/**\n * Fast JSON.parse implementation (~2x faster than classic fallback).\n * Uses JSON.parse's context.source feature to detect integers and convert\n * large numbers directly to BigInt without string manipulation.\n *\n * Does not support legacy custom format from v1 of this library.\n *\n * @param {string} text JSON string to parse.\n * @param {Reviver} [reviver] Transform function to apply to each value.\n * @returns {any} Parsed JavaScript value.\n */\nconst JSONParseV2 = (text, reviver) => {\n return JSON.parse(text, (key, value, context) => {\n const isBigNumber =\n typeof value === \"number\" &&\n (value > Number.MAX_SAFE_INTEGER || value < Number.MIN_SAFE_INTEGER);\n const isInt = context && intRegex.test(context.source);\n const isBigInt = isBigNumber && isInt;\n\n if (isBigInt) return BigInt(context.source);\n\n if (typeof reviver !== \"function\") return value;\n\n return reviver(key, value, context);\n });\n};\n\nconst MAX_INT = Number.MAX_SAFE_INTEGER.toString();\nconst MAX_DIGITS = MAX_INT.length;\nconst stringsOrLargeNumbers =\n /\"(?:\\\\.|[^\"])*\"|-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?/g;\nconst noiseValueWithQuotes = /^\"-?\\d+n+\"$/; // Noise - strings that match the custom format before being converted to it\n\n/**\n * Converts a JSON string into a JavaScript value.\n *\n * Supports parsing of large integers using two strategies:\n * 1. Classic fallback: Marks large numbers with \"123n\" format, then converts to BigInt\n * 2. Fast path (JSONParseV2): Uses context.source feature (~2x faster) when available\n *\n * All other JSON values are parsed exactly like native JSON.parse().\n *\n * @param {string} text A valid JSON string.\n * @param {Reviver} [reviver]\n * A function that transforms the results. This function is called for each member\n * of the object. If a member contains nested objects, the nested objects are\n * transformed before the parent object is.\n * @returns {any} The parsed JavaScript value.\n * @throws {SyntaxError} If text is not valid JSON.\n */\nconst JSONParse = (text, reviver) => {\n if (!text) return originalParse(text, reviver);\n\n if (isContextSourceSupported()) return JSONParseV2(text, reviver); // Shortcut to a faster (2x) and simpler version\n\n // Find and mark big numbers with \"n\"\n const serializedData = text.replace(\n stringsOrLargeNumbers,\n (text, digits, fractional, exponential) => {\n const isString = text[0] === '\"';\n const isNoise = isString && noiseValueWithQuotes.test(text);\n\n if (isNoise) return text.substring(0, text.length - 1) + 'n\"'; // Mark noise values with additional \"n\" to offset the deletion of one \"n\" during the processing\n\n const isFractionalOrExponential = fractional || exponential;\n const isLessThanMaxSafeInt =\n digits &&\n (digits.length < MAX_DIGITS ||\n (digits.length === MAX_DIGITS && digits <= MAX_INT)); // With a fixed number of digits, we can correctly use lexicographical comparison to do a numeric comparison\n\n if (isString || isFractionalOrExponential || isLessThanMaxSafeInt)\n return text;\n\n return '\"' + text + 'n\"';\n },\n );\n\n return originalParse(serializedData, (key, value, context) =>\n convertMarkedBigIntsReviver(key, value, context, reviver),\n );\n};\n\nexport { JSONStringify, JSONParse };\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/npm-run-path/node_modules/path-key/index.js"],"sourcesContent":["export default function pathKey(options = {}) {\n\tconst {\n\t\tenv = process.env,\n\t\tplatform = process.platform\n\t} = options;\n\n\tif (platform !== 'win32') {\n\t\treturn 'PATH';\n\t}\n\n\treturn Object.keys(env).reverse().find(key => key.toUpperCase() === 'PATH') || 'Path';\n}\n"],"names":[],"mappings":"AAAe,SAAS,OAAO,CAAC,OAAO,GAAG,EAAE,EAAE;AAC9C,CAAC,MAAM;AACP,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG;AACnB,EAAE,QAAQ,GAAG,OAAO,CAAC;AACrB,EAAE,GAAG,OAAO;;AAEZ,CAAC,IAAI,QAAQ,KAAK,OAAO,EAAE;AAC3B,EAAE,OAAO,MAAM;AACf,CAAC;;AAED,CAAC,OAAO,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,CAAC,WAAW,EAAE,KAAK,MAAM,CAAC,IAAI,MAAM;AACtF;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,55 @@
1
+ import process from 'node:process';
2
+ import path from 'node:path';
3
+ import { fileURLToPath } from 'node:url';
4
+ import pathKey from './__/path-key/index.js';
5
+
6
+ const npmRunPath = ({
7
+ cwd = process.cwd(),
8
+ path: pathOption = process.env[pathKey()],
9
+ preferLocal = true,
10
+ execPath = process.execPath,
11
+ addExecPath = true,
12
+ } = {}) => {
13
+ const cwdString = cwd instanceof URL ? fileURLToPath(cwd) : cwd;
14
+ const cwdPath = path.resolve(cwdString);
15
+ const result = [];
16
+
17
+ if (preferLocal) {
18
+ applyPreferLocal(result, cwdPath);
19
+ }
20
+
21
+ if (addExecPath) {
22
+ applyExecPath(result, execPath, cwdPath);
23
+ }
24
+
25
+ return [...result, pathOption].join(path.delimiter);
26
+ };
27
+
28
+ const applyPreferLocal = (result, cwdPath) => {
29
+ let previous;
30
+
31
+ while (previous !== cwdPath) {
32
+ result.push(path.join(cwdPath, 'node_modules/.bin'));
33
+ previous = cwdPath;
34
+ cwdPath = path.resolve(cwdPath, '..');
35
+ }
36
+ };
37
+
38
+ // Ensure the running `node` binary is used
39
+ const applyExecPath = (result, execPath, cwdPath) => {
40
+ const execPathString = execPath instanceof URL ? fileURLToPath(execPath) : execPath;
41
+ result.push(path.resolve(cwdPath, execPathString, '..'));
42
+ };
43
+
44
+ const npmRunPathEnv = ({env = process.env, ...options} = {}) => {
45
+ env = {...env};
46
+
47
+ const pathName = pathKey({env});
48
+ options.path = env[pathName];
49
+ env[pathName] = npmRunPath(options);
50
+
51
+ return env;
52
+ };
53
+
54
+ export { npmRunPath, npmRunPathEnv };
55
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../node_modules/npm-run-path/index.js"],"sourcesContent":["import process from 'node:process';\nimport path from 'node:path';\nimport {fileURLToPath} from 'node:url';\nimport pathKey from 'path-key';\n\nexport const npmRunPath = ({\n\tcwd = process.cwd(),\n\tpath: pathOption = process.env[pathKey()],\n\tpreferLocal = true,\n\texecPath = process.execPath,\n\taddExecPath = true,\n} = {}) => {\n\tconst cwdString = cwd instanceof URL ? fileURLToPath(cwd) : cwd;\n\tconst cwdPath = path.resolve(cwdString);\n\tconst result = [];\n\n\tif (preferLocal) {\n\t\tapplyPreferLocal(result, cwdPath);\n\t}\n\n\tif (addExecPath) {\n\t\tapplyExecPath(result, execPath, cwdPath);\n\t}\n\n\treturn [...result, pathOption].join(path.delimiter);\n};\n\nconst applyPreferLocal = (result, cwdPath) => {\n\tlet previous;\n\n\twhile (previous !== cwdPath) {\n\t\tresult.push(path.join(cwdPath, 'node_modules/.bin'));\n\t\tprevious = cwdPath;\n\t\tcwdPath = path.resolve(cwdPath, '..');\n\t}\n};\n\n// Ensure the running `node` binary is used\nconst applyExecPath = (result, execPath, cwdPath) => {\n\tconst execPathString = execPath instanceof URL ? fileURLToPath(execPath) : execPath;\n\tresult.push(path.resolve(cwdPath, execPathString, '..'));\n};\n\nexport const npmRunPathEnv = ({env = process.env, ...options} = {}) => {\n\tenv = {...env};\n\n\tconst pathName = pathKey({env});\n\toptions.path = env[pathName];\n\tenv[pathName] = npmRunPath(options);\n\n\treturn env;\n};\n"],"names":[],"mappings":";;;;;AAKY,MAAC,UAAU,GAAG,CAAC;AAC3B,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,EAAE;AACpB,CAAC,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC;AAC1C,CAAC,WAAW,GAAG,IAAI;AACnB,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ;AAC5B,CAAC,WAAW,GAAG,IAAI;AACnB,CAAC,GAAG,EAAE,KAAK;AACX,CAAC,MAAM,SAAS,GAAG,GAAG,YAAY,GAAG,GAAG,aAAa,CAAC,GAAG,CAAC,GAAG,GAAG;AAChE,CAAC,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC;AACxC,CAAC,MAAM,MAAM,GAAG,EAAE;;AAElB,CAAC,IAAI,WAAW,EAAE;AAClB,EAAE,gBAAgB,CAAC,MAAM,EAAE,OAAO,CAAC;AACnC,CAAC;;AAED,CAAC,IAAI,WAAW,EAAE;AAClB,EAAE,aAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,OAAO,CAAC;AAC1C,CAAC;;AAED,CAAC,OAAO,CAAC,GAAG,MAAM,EAAE,UAAU,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC;AACpD;;AAEA,MAAM,gBAAgB,GAAG,CAAC,MAAM,EAAE,OAAO,KAAK;AAC9C,CAAC,IAAI,QAAQ;;AAEb,CAAC,OAAO,QAAQ,KAAK,OAAO,EAAE;AAC9B,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,mBAAmB,CAAC,CAAC;AACtD,EAAE,QAAQ,GAAG,OAAO;AACpB,EAAE,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC;AACvC,CAAC;AACD,CAAC;;AAED;AACA,MAAM,aAAa,GAAG,CAAC,MAAM,EAAE,QAAQ,EAAE,OAAO,KAAK;AACrD,CAAC,MAAM,cAAc,GAAG,QAAQ,YAAY,GAAG,GAAG,aAAa,CAAC,QAAQ,CAAC,GAAG,QAAQ;AACpF,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;AACzD,CAAC;;AAEW,MAAC,aAAa,GAAG,CAAC,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,EAAE,GAAG,OAAO,CAAC,GAAG,EAAE,KAAK;AACvE,CAAC,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC;;AAEf,CAAC,MAAM,QAAQ,GAAG,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC;AAChC,CAAC,OAAO,CAAC,IAAI,GAAG,GAAG,CAAC,QAAQ,CAAC;AAC7B,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC,OAAO,CAAC;;AAEpC,CAAC,OAAO,GAAG;AACX;;;;","x_google_ignoreList":[0]}
@@ -1,4 +1,4 @@
1
- import { __module as pathKey } from '../../_virtual/index16.js';
1
+ import { __module as pathKey } from '../../_virtual/index14.js';
2
2
 
3
3
  var hasRequiredPathKey;
4
4
 
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/signal-exit/dist/mjs/index.js"],"sourcesContent":["// Note: since nyc uses this module to output coverage, any lines\n// that are in the direct sync flow of nyc's outputCoverage are\n// ignored, since we can never get coverage for them.\n// grab a reference to node's real process object right away\nimport { signals } from './signals.js';\nexport { signals };\nconst processOk = (process) => !!process &&\n typeof process === 'object' &&\n typeof process.removeListener === 'function' &&\n typeof process.emit === 'function' &&\n typeof process.reallyExit === 'function' &&\n typeof process.listeners === 'function' &&\n typeof process.kill === 'function' &&\n typeof process.pid === 'number' &&\n typeof process.on === 'function';\nconst kExitEmitter = Symbol.for('signal-exit emitter');\nconst global = globalThis;\nconst ObjectDefineProperty = Object.defineProperty.bind(Object);\n// teeny special purpose ee\nclass Emitter {\n emitted = {\n afterExit: false,\n exit: false,\n };\n listeners = {\n afterExit: [],\n exit: [],\n };\n count = 0;\n id = Math.random();\n constructor() {\n if (global[kExitEmitter]) {\n return global[kExitEmitter];\n }\n ObjectDefineProperty(global, kExitEmitter, {\n value: this,\n writable: false,\n enumerable: false,\n configurable: false,\n });\n }\n on(ev, fn) {\n this.listeners[ev].push(fn);\n }\n removeListener(ev, fn) {\n const list = this.listeners[ev];\n const i = list.indexOf(fn);\n /* c8 ignore start */\n if (i === -1) {\n return;\n }\n /* c8 ignore stop */\n if (i === 0 && list.length === 1) {\n list.length = 0;\n }\n else {\n list.splice(i, 1);\n }\n }\n emit(ev, code, signal) {\n if (this.emitted[ev]) {\n return false;\n }\n this.emitted[ev] = true;\n let ret = false;\n for (const fn of this.listeners[ev]) {\n ret = fn(code, signal) === true || ret;\n }\n if (ev === 'exit') {\n ret = this.emit('afterExit', code, signal) || ret;\n }\n return ret;\n }\n}\nclass SignalExitBase {\n}\nconst signalExitWrap = (handler) => {\n return {\n onExit(cb, opts) {\n return handler.onExit(cb, opts);\n },\n load() {\n return handler.load();\n },\n unload() {\n return handler.unload();\n },\n };\n};\nclass SignalExitFallback extends SignalExitBase {\n onExit() {\n return () => { };\n }\n load() { }\n unload() { }\n}\nclass SignalExit extends SignalExitBase {\n // \"SIGHUP\" throws an `ENOSYS` error on Windows,\n // so use a supported signal instead\n /* c8 ignore start */\n #hupSig = process.platform === 'win32' ? 'SIGINT' : 'SIGHUP';\n /* c8 ignore stop */\n #emitter = new Emitter();\n #process;\n #originalProcessEmit;\n #originalProcessReallyExit;\n #sigListeners = {};\n #loaded = false;\n constructor(process) {\n super();\n this.#process = process;\n // { <signal>: <listener fn>, ... }\n this.#sigListeners = {};\n for (const sig of signals) {\n this.#sigListeners[sig] = () => {\n // If there are no other listeners, an exit is coming!\n // Simplest way: remove us and then re-send the signal.\n // We know that this will kill the process, so we can\n // safely emit now.\n const listeners = this.#process.listeners(sig);\n let { count } = this.#emitter;\n // This is a workaround for the fact that signal-exit v3 and signal\n // exit v4 are not aware of each other, and each will attempt to let\n // the other handle it, so neither of them do. To correct this, we\n // detect if we're the only handler *except* for previous versions\n // of signal-exit, and increment by the count of listeners it has\n // created.\n /* c8 ignore start */\n const p = process;\n if (typeof p.__signal_exit_emitter__ === 'object' &&\n typeof p.__signal_exit_emitter__.count === 'number') {\n count += p.__signal_exit_emitter__.count;\n }\n /* c8 ignore stop */\n if (listeners.length === count) {\n this.unload();\n const ret = this.#emitter.emit('exit', null, sig);\n /* c8 ignore start */\n const s = sig === 'SIGHUP' ? this.#hupSig : sig;\n if (!ret)\n process.kill(process.pid, s);\n /* c8 ignore stop */\n }\n };\n }\n this.#originalProcessReallyExit = process.reallyExit;\n this.#originalProcessEmit = process.emit;\n }\n onExit(cb, opts) {\n /* c8 ignore start */\n if (!processOk(this.#process)) {\n return () => { };\n }\n /* c8 ignore stop */\n if (this.#loaded === false) {\n this.load();\n }\n const ev = opts?.alwaysLast ? 'afterExit' : 'exit';\n this.#emitter.on(ev, cb);\n return () => {\n this.#emitter.removeListener(ev, cb);\n if (this.#emitter.listeners['exit'].length === 0 &&\n this.#emitter.listeners['afterExit'].length === 0) {\n this.unload();\n }\n };\n }\n load() {\n if (this.#loaded) {\n return;\n }\n this.#loaded = true;\n // This is the number of onSignalExit's that are in play.\n // It's important so that we can count the correct number of\n // listeners on signals, and don't wait for the other one to\n // handle it instead of us.\n this.#emitter.count += 1;\n for (const sig of signals) {\n try {\n const fn = this.#sigListeners[sig];\n if (fn)\n this.#process.on(sig, fn);\n }\n catch (_) { }\n }\n this.#process.emit = (ev, ...a) => {\n return this.#processEmit(ev, ...a);\n };\n this.#process.reallyExit = (code) => {\n return this.#processReallyExit(code);\n };\n }\n unload() {\n if (!this.#loaded) {\n return;\n }\n this.#loaded = false;\n signals.forEach(sig => {\n const listener = this.#sigListeners[sig];\n /* c8 ignore start */\n if (!listener) {\n throw new Error('Listener not defined for signal: ' + sig);\n }\n /* c8 ignore stop */\n try {\n this.#process.removeListener(sig, listener);\n /* c8 ignore start */\n }\n catch (_) { }\n /* c8 ignore stop */\n });\n this.#process.emit = this.#originalProcessEmit;\n this.#process.reallyExit = this.#originalProcessReallyExit;\n this.#emitter.count -= 1;\n }\n #processReallyExit(code) {\n /* c8 ignore start */\n if (!processOk(this.#process)) {\n return 0;\n }\n this.#process.exitCode = code || 0;\n /* c8 ignore stop */\n this.#emitter.emit('exit', this.#process.exitCode, null);\n return this.#originalProcessReallyExit.call(this.#process, this.#process.exitCode);\n }\n #processEmit(ev, ...args) {\n const og = this.#originalProcessEmit;\n if (ev === 'exit' && processOk(this.#process)) {\n if (typeof args[0] === 'number') {\n this.#process.exitCode = args[0];\n /* c8 ignore start */\n }\n /* c8 ignore start */\n const ret = og.call(this.#process, ev, ...args);\n /* c8 ignore start */\n this.#emitter.emit('exit', this.#process.exitCode, null);\n /* c8 ignore stop */\n return ret;\n }\n else {\n return og.call(this.#process, ev, ...args);\n }\n }\n}\nconst process = globalThis.process;\n// wrap so that we call the method on the actual handler, without\n// exporting it directly.\nexport const { \n/**\n * Called when the process is exiting, whether via signal, explicit\n * exit, or running out of stuff to do.\n *\n * If the global process object is not suitable for instrumentation,\n * then this will be a no-op.\n *\n * Returns a function that may be used to unload signal-exit.\n */\nonExit, \n/**\n * Load the listeners. Likely you never need to call this, unless\n * doing a rather deep integration with signal-exit functionality.\n * Mostly exposed for the benefit of testing.\n *\n * @internal\n */\nload, \n/**\n * Unload the listeners. Likely you never need to call this, unless\n * doing a rather deep integration with signal-exit functionality.\n * Mostly exposed for the benefit of testing.\n *\n * @internal\n */\nunload, } = signalExitWrap(processOk(process) ? new SignalExit(process) : new SignalExitFallback());\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signals.js","sources":["../../../../../../../../node_modules/signal-exit/dist/mjs/signals.js"],"sourcesContent":["/**\n * This is not the set of all possible signals.\n *\n * It IS, however, the set of all signals that trigger\n * an exit on either Linux or BSD systems. Linux is a\n * superset of the signal names supported on BSD, and\n * the unknown signals just fail to register, so we can\n * catch that easily enough.\n *\n * Windows signals are a different set, since there are\n * signals that terminate Windows processes, but don't\n * terminate (or don't even exist) on Posix systems.\n *\n * Don't bother with SIGKILL. It's uncatchable, which\n * means that we can't fire any callbacks anyway.\n *\n * If a user does happen to register a handler on a non-\n * fatal signal like SIGWINCH or something, and then\n * exit, it'll end up firing `process.emit('exit')`, so\n * the handler will be fired anyway.\n *\n * SIGBUS, SIGFPE, SIGSEGV and SIGILL, when not raised\n * artificially, inherently leave the process in a\n * state from which it is not safe to try and enter JS\n * listeners.\n */\nexport const signals = [];\nsignals.push('SIGHUP', 'SIGINT', 'SIGTERM');\nif (process.platform !== 'win32') {\n signals.push('SIGALRM', 'SIGABRT', 'SIGVTALRM', 'SIGXCPU', 'SIGXFSZ', 'SIGUSR2', 'SIGTRAP', 'SIGSYS', 'SIGQUIT', 'SIGIOT'\n // should detect profiler and enable/disable accordingly.\n // see #21\n // 'SIGPROF'\n );\n}\nif (process.platform === 'linux') {\n signals.push('SIGIO', 'SIGPOLL', 'SIGPWR', 'SIGSTKFLT');\n}\n//# sourceMappingURL=signals.js.map"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,OAAO,GAAG;AACvB,OAAO,CAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC;AAC3C,IAAI,OAAO,CAAC,QAAQ,KAAK,OAAO,EAAE;AAClC,IAAI,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE;AACrH;AACA;AACA;AACA,KAAK;AACL;AACA,IAAI,OAAO,CAAC,QAAQ,KAAK,OAAO,EAAE;AAClC,IAAI,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,CAAC;AAC3D;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../node_modules/strip-final-newline/index.js"],"sourcesContent":["export default function stripFinalNewline(input) {\n\tconst LF = typeof input === 'string' ? '\\n' : '\\n'.charCodeAt();\n\tconst CR = typeof input === 'string' ? '\\r' : '\\r'.charCodeAt();\n\n\tif (input[input.length - 1] === LF) {\n\t\tinput = input.slice(0, -1);\n\t}\n\n\tif (input[input.length - 1] === CR) {\n\t\tinput = input.slice(0, -1);\n\t}\n\n\treturn input;\n}\n"],"names":[],"mappings":"AAAe,SAAS,iBAAiB,CAAC,KAAK,EAAE;AACjD,CAAC,MAAM,EAAE,GAAG,OAAO,KAAK,KAAK,QAAQ,GAAG,IAAI,GAAG,IAAI,CAAC,UAAU,EAAE;AAChE,CAAC,MAAM,EAAE,GAAG,OAAO,KAAK,KAAK,QAAQ,GAAG,IAAI,GAAG,IAAI,CAAC,UAAU,EAAE;;AAEhE,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE;AACrC,EAAE,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC;AAC5B,CAAC;;AAED,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE;AACrC,EAAE,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC;AAC5B,CAAC;;AAED,CAAC,OAAO,KAAK;AACb;;;;","x_google_ignoreList":[0]}
@@ -1,22 +1,22 @@
1
1
  import { __exports as tunnel } from '../../../_virtual/tunnel.js';
2
2
  import 'node:net';
3
- import require$$1$1 from 'node:tls';
3
+ import require$$1 from 'node:tls';
4
4
  import require$$2 from 'node:http';
5
5
  import require$$3 from 'node:https';
6
- import require$$0 from 'node:events';
6
+ import require$$4 from 'node:events';
7
7
  import 'node:assert';
8
- import require$$1 from 'node:util';
8
+ import require$$6 from 'node:util';
9
9
 
10
10
  var hasRequiredTunnel;
11
11
 
12
12
  function requireTunnel () {
13
13
  if (hasRequiredTunnel) return tunnel;
14
14
  hasRequiredTunnel = 1;
15
- var tls = require$$1$1;
15
+ var tls = require$$1;
16
16
  var http = require$$2;
17
17
  var https = require$$3;
18
- var events = require$$0;
19
- var util = require$$1;
18
+ var events = require$$4;
19
+ var util = require$$6;
20
20
 
21
21
 
22
22
  tunnel.httpOverHttp = httpOverHttp;
@@ -1 +1 @@
1
- {"version":3,"file":"tunnel.js","sources":["../../../../../../../node_modules/tunnel/lib/tunnel.js"],"sourcesContent":["'use strict';\n\nvar net = require('net');\nvar tls = require('tls');\nvar http = require('http');\nvar https = require('https');\nvar events = require('events');\nvar assert = require('assert');\nvar util = require('util');\n\n\nexports.httpOverHttp = httpOverHttp;\nexports.httpsOverHttp = httpsOverHttp;\nexports.httpOverHttps = httpOverHttps;\nexports.httpsOverHttps = httpsOverHttps;\n\n\nfunction httpOverHttp(options) {\n var agent = new TunnelingAgent(options);\n agent.request = http.request;\n return agent;\n}\n\nfunction httpsOverHttp(options) {\n var agent = new TunnelingAgent(options);\n agent.request = http.request;\n agent.createSocket = createSecureSocket;\n agent.defaultPort = 443;\n return agent;\n}\n\nfunction httpOverHttps(options) {\n var agent = new TunnelingAgent(options);\n agent.request = https.request;\n return agent;\n}\n\nfunction httpsOverHttps(options) {\n var agent = new TunnelingAgent(options);\n agent.request = https.request;\n agent.createSocket = createSecureSocket;\n agent.defaultPort = 443;\n return agent;\n}\n\n\nfunction TunnelingAgent(options) {\n var self = this;\n self.options = options || {};\n self.proxyOptions = self.options.proxy || {};\n self.maxSockets = self.options.maxSockets || http.Agent.defaultMaxSockets;\n self.requests = [];\n self.sockets = [];\n\n self.on('free', function onFree(socket, host, port, localAddress) {\n var options = toOptions(host, port, localAddress);\n for (var i = 0, len = self.requests.length; i < len; ++i) {\n var pending = self.requests[i];\n if (pending.host === options.host && pending.port === options.port) {\n // Detect the request to connect same origin server,\n // reuse the connection.\n self.requests.splice(i, 1);\n pending.request.onSocket(socket);\n return;\n }\n }\n socket.destroy();\n self.removeSocket(socket);\n });\n}\nutil.inherits(TunnelingAgent, events.EventEmitter);\n\nTunnelingAgent.prototype.addRequest = function addRequest(req, host, port, localAddress) {\n var self = this;\n var options = mergeOptions({request: req}, self.options, toOptions(host, port, localAddress));\n\n if (self.sockets.length >= this.maxSockets) {\n // We are over limit so we'll add it to the queue.\n self.requests.push(options);\n return;\n }\n\n // If we are under maxSockets create a new one.\n self.createSocket(options, function(socket) {\n socket.on('free', onFree);\n socket.on('close', onCloseOrRemove);\n socket.on('agentRemove', onCloseOrRemove);\n req.onSocket(socket);\n\n function onFree() {\n self.emit('free', socket, options);\n }\n\n function onCloseOrRemove(err) {\n self.removeSocket(socket);\n socket.removeListener('free', onFree);\n socket.removeListener('close', onCloseOrRemove);\n socket.removeListener('agentRemove', onCloseOrRemove);\n }\n });\n};\n\nTunnelingAgent.prototype.createSocket = function createSocket(options, cb) {\n var self = this;\n var placeholder = {};\n self.sockets.push(placeholder);\n\n var connectOptions = mergeOptions({}, self.proxyOptions, {\n method: 'CONNECT',\n path: options.host + ':' + options.port,\n agent: false,\n headers: {\n host: options.host + ':' + options.port\n }\n });\n if (options.localAddress) {\n connectOptions.localAddress = options.localAddress;\n }\n if (connectOptions.proxyAuth) {\n connectOptions.headers = connectOptions.headers || {};\n connectOptions.headers['Proxy-Authorization'] = 'Basic ' +\n new Buffer(connectOptions.proxyAuth).toString('base64');\n }\n\n debug('making CONNECT request');\n var connectReq = self.request(connectOptions);\n connectReq.useChunkedEncodingByDefault = false; // for v0.6\n connectReq.once('response', onResponse); // for v0.6\n connectReq.once('upgrade', onUpgrade); // for v0.6\n connectReq.once('connect', onConnect); // for v0.7 or later\n connectReq.once('error', onError);\n connectReq.end();\n\n function onResponse(res) {\n // Very hacky. This is necessary to avoid http-parser leaks.\n res.upgrade = true;\n }\n\n function onUpgrade(res, socket, head) {\n // Hacky.\n process.nextTick(function() {\n onConnect(res, socket, head);\n });\n }\n\n function onConnect(res, socket, head) {\n connectReq.removeAllListeners();\n socket.removeAllListeners();\n\n if (res.statusCode !== 200) {\n debug('tunneling socket could not be established, statusCode=%d',\n res.statusCode);\n socket.destroy();\n var error = new Error('tunneling socket could not be established, ' +\n 'statusCode=' + res.statusCode);\n error.code = 'ECONNRESET';\n options.request.emit('error', error);\n self.removeSocket(placeholder);\n return;\n }\n if (head.length > 0) {\n debug('got illegal response body from proxy');\n socket.destroy();\n var error = new Error('got illegal response body from proxy');\n error.code = 'ECONNRESET';\n options.request.emit('error', error);\n self.removeSocket(placeholder);\n return;\n }\n debug('tunneling connection has established');\n self.sockets[self.sockets.indexOf(placeholder)] = socket;\n return cb(socket);\n }\n\n function onError(cause) {\n connectReq.removeAllListeners();\n\n debug('tunneling socket could not be established, cause=%s\\n',\n cause.message, cause.stack);\n var error = new Error('tunneling socket could not be established, ' +\n 'cause=' + cause.message);\n error.code = 'ECONNRESET';\n options.request.emit('error', error);\n self.removeSocket(placeholder);\n }\n};\n\nTunnelingAgent.prototype.removeSocket = function removeSocket(socket) {\n var pos = this.sockets.indexOf(socket)\n if (pos === -1) {\n return;\n }\n this.sockets.splice(pos, 1);\n\n var pending = this.requests.shift();\n if (pending) {\n // If we have pending requests and a socket gets closed a new one\n // needs to be created to take over in the pool for the one that closed.\n this.createSocket(pending, function(socket) {\n pending.request.onSocket(socket);\n });\n }\n};\n\nfunction createSecureSocket(options, cb) {\n var self = this;\n TunnelingAgent.prototype.createSocket.call(self, options, function(socket) {\n var hostHeader = options.request.getHeader('host');\n var tlsOptions = mergeOptions({}, self.options, {\n socket: socket,\n servername: hostHeader ? hostHeader.replace(/:.*$/, '') : options.host\n });\n\n // 0 is dummy port for v0.6\n var secureSocket = tls.connect(0, tlsOptions);\n self.sockets[self.sockets.indexOf(socket)] = secureSocket;\n cb(secureSocket);\n });\n}\n\n\nfunction toOptions(host, port, localAddress) {\n if (typeof host === 'string') { // since v0.10\n return {\n host: host,\n port: port,\n localAddress: localAddress\n };\n }\n return host; // for v0.11 or later\n}\n\nfunction mergeOptions(target) {\n for (var i = 1, len = arguments.length; i < len; ++i) {\n var overrides = arguments[i];\n if (typeof overrides === 'object') {\n var keys = Object.keys(overrides);\n for (var j = 0, keyLen = keys.length; j < keyLen; ++j) {\n var k = keys[j];\n if (overrides[k] !== undefined) {\n target[k] = overrides[k];\n }\n }\n }\n }\n return target;\n}\n\n\nvar debug;\nif (process.env.NODE_DEBUG && /\\btunnel\\b/.test(process.env.NODE_DEBUG)) {\n debug = function() {\n var args = Array.prototype.slice.call(arguments);\n if (typeof args[0] === 'string') {\n args[0] = 'TUNNEL: ' + args[0];\n } else {\n args.unshift('TUNNEL:');\n }\n console.error.apply(console, args);\n }\n} else {\n debug = function() {};\n}\nexports.debug = debug; // for test\n"],"names":["require$$1","require$$4","require$$6"],"mappings":";;;;;;;;;;;;;;CAGA,IAAI,GAAG,GAAGA,YAAc;CACxB,IAAI,IAAI,GAAG,UAAe;CAC1B,IAAI,KAAK,GAAG,UAAgB;CAC5B,IAAI,MAAM,GAAGC,UAAiB;CAE9B,IAAI,IAAI,GAAGC,UAAe;;;AAG1B,CAAA,MAAA,CAAA,YAAoB,GAAG,YAAY;AACnC,CAAA,MAAA,CAAA,aAAqB,GAAG,aAAa;AACrC,CAAA,MAAA,CAAA,aAAqB,GAAG,aAAa;AACrC,CAAA,MAAA,CAAA,cAAsB,GAAG,cAAc;;;CAGvC,SAAS,YAAY,CAAC,OAAO,EAAE;AAC/B,GAAE,IAAI,KAAK,GAAG,IAAI,cAAc,CAAC,OAAO,CAAC;AACzC,GAAE,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO;AAC9B,GAAE,OAAO,KAAK;AACd,CAAA;;CAEA,SAAS,aAAa,CAAC,OAAO,EAAE;AAChC,GAAE,IAAI,KAAK,GAAG,IAAI,cAAc,CAAC,OAAO,CAAC;AACzC,GAAE,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO;AAC9B,GAAE,KAAK,CAAC,YAAY,GAAG,kBAAkB;AACzC,GAAE,KAAK,CAAC,WAAW,GAAG,GAAG;AACzB,GAAE,OAAO,KAAK;AACd,CAAA;;CAEA,SAAS,aAAa,CAAC,OAAO,EAAE;AAChC,GAAE,IAAI,KAAK,GAAG,IAAI,cAAc,CAAC,OAAO,CAAC;AACzC,GAAE,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO;AAC/B,GAAE,OAAO,KAAK;AACd,CAAA;;CAEA,SAAS,cAAc,CAAC,OAAO,EAAE;AACjC,GAAE,IAAI,KAAK,GAAG,IAAI,cAAc,CAAC,OAAO,CAAC;AACzC,GAAE,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO;AAC/B,GAAE,KAAK,CAAC,YAAY,GAAG,kBAAkB;AACzC,GAAE,KAAK,CAAC,WAAW,GAAG,GAAG;AACzB,GAAE,OAAO,KAAK;AACd,CAAA;;;CAGA,SAAS,cAAc,CAAC,OAAO,EAAE;GAC/B,IAAI,IAAI,GAAG,IAAI;AACjB,GAAE,IAAI,CAAC,OAAO,GAAG,OAAO,IAAI,EAAE;GAC5B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,IAAI,EAAE;AAC9C,GAAE,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,IAAI,IAAI,CAAC,KAAK,CAAC,iBAAiB;AAC3E,GAAE,IAAI,CAAC,QAAQ,GAAG,EAAE;AACpB,GAAE,IAAI,CAAC,OAAO,GAAG,EAAE;;AAEnB,GAAE,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,SAAS,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,YAAY,EAAE;KAChE,IAAI,OAAO,GAAG,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,YAAY,CAAC;KACjD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE;OACxD,IAAI,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;AACpC,OAAM,IAAI,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,IAAI,IAAI,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,IAAI,EAAE;AAC1E;AACA;SACQ,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;AAClC,SAAQ,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC;SAChC;AACR,OAAA;AACA,KAAA;KACI,MAAM,CAAC,OAAO,EAAE;AACpB,KAAI,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC;AAC7B,GAAA,CAAG,CAAC;AACJ,CAAA;CACA,IAAI,CAAC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC,YAAY,CAAC;;AAElD,CAAA,cAAc,CAAC,SAAS,CAAC,UAAU,GAAG,SAAS,UAAU,CAAC,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,YAAY,EAAE;GACvF,IAAI,IAAI,GAAG,IAAI;GACf,IAAI,OAAO,GAAG,YAAY,CAAC,CAAC,OAAO,EAAE,GAAG,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC;;GAE7F,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,IAAI,CAAC,UAAU,EAAE;AAC9C;AACA,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC;KAC3B;AACJ,GAAA;;AAEA;GACE,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE;AAC9C,KAAI,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC;AAC7B,KAAI,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC;AACvC,KAAI,MAAM,CAAC,EAAE,CAAC,aAAa,EAAE,eAAe,CAAC;AAC7C,KAAI,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;;KAEpB,SAAS,MAAM,GAAG;OAChB,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;AACxC,KAAA;;AAEA,KAAI,SAAS,eAAe,CAAC,GAAG,EAAE;AAClC,OAAM,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC;AAC/B,OAAM,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,MAAM,CAAC;AAC3C,OAAM,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,eAAe,CAAC;AACrD,OAAM,MAAM,CAAC,cAAc,CAAC,aAAa,EAAE,eAAe,CAAC;AAC3D,KAAA;AACA,GAAA,CAAG,CAAC;CACJ,CAAC;;CAED,cAAc,CAAC,SAAS,CAAC,YAAY,GAAG,SAAS,YAAY,CAAC,OAAO,EAAE,EAAE,EAAE;GACzE,IAAI,IAAI,GAAG,IAAI;GACf,IAAI,WAAW,GAAG,EAAE;AACtB,GAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC;;GAE9B,IAAI,cAAc,GAAG,YAAY,CAAC,EAAE,EAAE,IAAI,CAAC,YAAY,EAAE;KACvD,MAAM,EAAE,SAAS;KACjB,IAAI,EAAE,OAAO,CAAC,IAAI,GAAG,GAAG,GAAG,OAAO,CAAC,IAAI;KACvC,KAAK,EAAE,KAAK;AAChB,KAAI,OAAO,EAAE;OACP,IAAI,EAAE,OAAO,CAAC,IAAI,GAAG,GAAG,GAAG,OAAO,CAAC;AACzC;AACA,IAAG,CAAC;AACJ,GAAE,IAAI,OAAO,CAAC,YAAY,EAAE;AAC5B,KAAI,cAAc,CAAC,YAAY,GAAG,OAAO,CAAC,YAAY;AACtD,GAAA;AACA,GAAE,IAAI,cAAc,CAAC,SAAS,EAAE;KAC5B,cAAc,CAAC,OAAO,GAAG,cAAc,CAAC,OAAO,IAAI,EAAE;AACzD,KAAI,cAAc,CAAC,OAAO,CAAC,qBAAqB,CAAC,GAAG,QAAQ;SACpD,IAAI,MAAM,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC;AAC/D,GAAA;;GAEE,KAAK,CAAC,wBAAwB,CAAC;GAC/B,IAAI,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC;AAC/C,GAAE,UAAU,CAAC,2BAA2B,GAAG,KAAK,CAAC;GAC/C,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;GACxC,UAAU,CAAC,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;GACtC,UAAU,CAAC,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AACxC,GAAE,UAAU,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC;GACjC,UAAU,CAAC,GAAG,EAAE;;AAElB,GAAE,SAAS,UAAU,CAAC,GAAG,EAAE;AAC3B;AACA,KAAI,GAAG,CAAC,OAAO,GAAG,IAAI;AACtB,GAAA;;GAEE,SAAS,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE;AACxC;AACA,KAAI,OAAO,CAAC,QAAQ,CAAC,WAAW;AAChC,OAAM,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC;AAClC,KAAA,CAAK,CAAC;AACN,GAAA;;GAEE,SAAS,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE;KACpC,UAAU,CAAC,kBAAkB,EAAE;KAC/B,MAAM,CAAC,kBAAkB,EAAE;;AAE/B,KAAI,IAAI,GAAG,CAAC,UAAU,KAAK,GAAG,EAAE;OAC1B,KAAK,CAAC,0DAA0D;SAC9D,GAAG,CAAC,UAAU,CAAC;OACjB,MAAM,CAAC,OAAO,EAAE;AACtB,OAAM,IAAI,KAAK,GAAG,IAAI,KAAK,CAAC,6CAA6C;AACzE,SAAQ,aAAa,GAAG,GAAG,CAAC,UAAU,CAAC;AACvC,OAAM,KAAK,CAAC,IAAI,GAAG,YAAY;OACzB,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,CAAC;AAC1C,OAAM,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC;OAC9B;AACN,KAAA;AACA,KAAI,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;OACnB,KAAK,CAAC,sCAAsC,CAAC;OAC7C,MAAM,CAAC,OAAO,EAAE;AACtB,OAAM,IAAI,KAAK,GAAG,IAAI,KAAK,CAAC,sCAAsC,CAAC;AACnE,OAAM,KAAK,CAAC,IAAI,GAAG,YAAY;OACzB,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,CAAC;AAC1C,OAAM,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC;OAC9B;AACN,KAAA;KACI,KAAK,CAAC,sCAAsC,CAAC;AACjD,KAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,GAAG,MAAM;AAC5D,KAAI,OAAO,EAAE,CAAC,MAAM,CAAC;AACrB,GAAA;;AAEA,GAAE,SAAS,OAAO,CAAC,KAAK,EAAE;KACtB,UAAU,CAAC,kBAAkB,EAAE;;KAE/B,KAAK,CAAC,uDAAuD;AACjE,WAAU,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,KAAK,CAAC;AACrC,KAAI,IAAI,KAAK,GAAG,IAAI,KAAK,CAAC,6CAA6C;AACvE,2BAA0B,QAAQ,GAAG,KAAK,CAAC,OAAO,CAAC;AACnD,KAAI,KAAK,CAAC,IAAI,GAAG,YAAY;KACzB,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,CAAC;AACxC,KAAI,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC;AAClC,GAAA;CACA,CAAC;;CAED,cAAc,CAAC,SAAS,CAAC,YAAY,GAAG,SAAS,YAAY,CAAC,MAAM,EAAE;GACpE,IAAI,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,MAAM;AACvC,GAAE,IAAI,GAAG,KAAK,EAAE,EAAE;KACd;AACJ,GAAA;GACE,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,CAAC;;GAE3B,IAAI,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE;GACnC,IAAI,OAAO,EAAE;AACf;AACA;KACI,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE;AAChD,OAAM,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC;AACtC,KAAA,CAAK,CAAC;AACN,GAAA;CACA,CAAC;;AAED,CAAA,SAAS,kBAAkB,CAAC,OAAO,EAAE,EAAE,EAAE;GACvC,IAAI,IAAI,GAAG,IAAI;AACjB,GAAE,cAAc,CAAC,SAAS,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,SAAS,MAAM,EAAE;KACzE,IAAI,UAAU,GAAG,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC;KAClD,IAAI,UAAU,GAAG,YAAY,CAAC,EAAE,EAAE,IAAI,CAAC,OAAO,EAAE;OAC9C,MAAM,EAAE,MAAM;AACpB,OAAM,UAAU,EAAE,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,GAAG,OAAO,CAAC;AACxE,MAAK,CAAC;;AAEN;KACI,IAAI,YAAY,GAAG,GAAG,CAAC,OAAO,CAAC,CAAC,EAAE,UAAU,CAAC;AACjD,KAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,YAAY;KACzD,EAAE,CAAC,YAAY,CAAC;AACpB,GAAA,CAAG,CAAC;AACJ,CAAA;;;AAGA,CAAA,SAAS,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,YAAY,EAAE;AAC7C,GAAE,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;AAChC,KAAI,OAAO;OACL,IAAI,EAAE,IAAI;OACV,IAAI,EAAE,IAAI;AAChB,OAAM,YAAY,EAAE;MACf;AACL,GAAA;GACE,OAAO,IAAI,CAAC;AACd,CAAA;;CAEA,SAAS,YAAY,CAAC,MAAM,EAAE;AAC9B,GAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE;AACxD,KAAI,IAAI,SAAS,GAAG,SAAS,CAAC,CAAC,CAAC;AAChC,KAAI,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE;OACjC,IAAI,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC;AACvC,OAAM,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,MAAM,EAAE,EAAE,CAAC,EAAE;AAC7D,SAAQ,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;AACvB,SAAQ,IAAI,SAAS,CAAC,CAAC,CAAC,KAAK,SAAS,EAAE;WAC9B,MAAM,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC;AAClC,SAAA;AACA,OAAA;AACA,KAAA;AACA,GAAA;AACA,GAAE,OAAO,MAAM;AACf,CAAA;;;AAGA,CAAA,IAAI,KAAK;AACT,CAAA,IAAI,OAAO,CAAC,GAAG,CAAC,UAAU,IAAI,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE;GACvE,KAAK,GAAG,WAAW;AACrB,KAAI,IAAI,IAAI,GAAG,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC;KAChD,IAAI,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,QAAQ,EAAE;OAC/B,IAAI,CAAC,CAAC,CAAC,GAAG,UAAU,GAAG,IAAI,CAAC,CAAC,CAAC;AACpC,KAAA,CAAK,MAAM;AACX,OAAM,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC;AAC7B,KAAA;KACI,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,IAAI,CAAC;AACtC,GAAA;AACA,CAAA,CAAC,MAAM;GACL,KAAK,GAAG,WAAW,CAAA,CAAE;AACvB,CAAA;AACA,CAAA,MAAA,CAAA,KAAa,GAAG,KAAK,CAAC;;;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"tunnel.js","sources":["../../../../../../../node_modules/tunnel/lib/tunnel.js"],"sourcesContent":["'use strict';\n\nvar net = require('net');\nvar tls = require('tls');\nvar http = require('http');\nvar https = require('https');\nvar events = require('events');\nvar assert = require('assert');\nvar util = require('util');\n\n\nexports.httpOverHttp = httpOverHttp;\nexports.httpsOverHttp = httpsOverHttp;\nexports.httpOverHttps = httpOverHttps;\nexports.httpsOverHttps = httpsOverHttps;\n\n\nfunction httpOverHttp(options) {\n var agent = new TunnelingAgent(options);\n agent.request = http.request;\n return agent;\n}\n\nfunction httpsOverHttp(options) {\n var agent = new TunnelingAgent(options);\n agent.request = http.request;\n agent.createSocket = createSecureSocket;\n agent.defaultPort = 443;\n return agent;\n}\n\nfunction httpOverHttps(options) {\n var agent = new TunnelingAgent(options);\n agent.request = https.request;\n return agent;\n}\n\nfunction httpsOverHttps(options) {\n var agent = new TunnelingAgent(options);\n agent.request = https.request;\n agent.createSocket = createSecureSocket;\n agent.defaultPort = 443;\n return agent;\n}\n\n\nfunction TunnelingAgent(options) {\n var self = this;\n self.options = options || {};\n self.proxyOptions = self.options.proxy || {};\n self.maxSockets = self.options.maxSockets || http.Agent.defaultMaxSockets;\n self.requests = [];\n self.sockets = [];\n\n self.on('free', function onFree(socket, host, port, localAddress) {\n var options = toOptions(host, port, localAddress);\n for (var i = 0, len = self.requests.length; i < len; ++i) {\n var pending = self.requests[i];\n if (pending.host === options.host && pending.port === options.port) {\n // Detect the request to connect same origin server,\n // reuse the connection.\n self.requests.splice(i, 1);\n pending.request.onSocket(socket);\n return;\n }\n }\n socket.destroy();\n self.removeSocket(socket);\n });\n}\nutil.inherits(TunnelingAgent, events.EventEmitter);\n\nTunnelingAgent.prototype.addRequest = function addRequest(req, host, port, localAddress) {\n var self = this;\n var options = mergeOptions({request: req}, self.options, toOptions(host, port, localAddress));\n\n if (self.sockets.length >= this.maxSockets) {\n // We are over limit so we'll add it to the queue.\n self.requests.push(options);\n return;\n }\n\n // If we are under maxSockets create a new one.\n self.createSocket(options, function(socket) {\n socket.on('free', onFree);\n socket.on('close', onCloseOrRemove);\n socket.on('agentRemove', onCloseOrRemove);\n req.onSocket(socket);\n\n function onFree() {\n self.emit('free', socket, options);\n }\n\n function onCloseOrRemove(err) {\n self.removeSocket(socket);\n socket.removeListener('free', onFree);\n socket.removeListener('close', onCloseOrRemove);\n socket.removeListener('agentRemove', onCloseOrRemove);\n }\n });\n};\n\nTunnelingAgent.prototype.createSocket = function createSocket(options, cb) {\n var self = this;\n var placeholder = {};\n self.sockets.push(placeholder);\n\n var connectOptions = mergeOptions({}, self.proxyOptions, {\n method: 'CONNECT',\n path: options.host + ':' + options.port,\n agent: false,\n headers: {\n host: options.host + ':' + options.port\n }\n });\n if (options.localAddress) {\n connectOptions.localAddress = options.localAddress;\n }\n if (connectOptions.proxyAuth) {\n connectOptions.headers = connectOptions.headers || {};\n connectOptions.headers['Proxy-Authorization'] = 'Basic ' +\n new Buffer(connectOptions.proxyAuth).toString('base64');\n }\n\n debug('making CONNECT request');\n var connectReq = self.request(connectOptions);\n connectReq.useChunkedEncodingByDefault = false; // for v0.6\n connectReq.once('response', onResponse); // for v0.6\n connectReq.once('upgrade', onUpgrade); // for v0.6\n connectReq.once('connect', onConnect); // for v0.7 or later\n connectReq.once('error', onError);\n connectReq.end();\n\n function onResponse(res) {\n // Very hacky. This is necessary to avoid http-parser leaks.\n res.upgrade = true;\n }\n\n function onUpgrade(res, socket, head) {\n // Hacky.\n process.nextTick(function() {\n onConnect(res, socket, head);\n });\n }\n\n function onConnect(res, socket, head) {\n connectReq.removeAllListeners();\n socket.removeAllListeners();\n\n if (res.statusCode !== 200) {\n debug('tunneling socket could not be established, statusCode=%d',\n res.statusCode);\n socket.destroy();\n var error = new Error('tunneling socket could not be established, ' +\n 'statusCode=' + res.statusCode);\n error.code = 'ECONNRESET';\n options.request.emit('error', error);\n self.removeSocket(placeholder);\n return;\n }\n if (head.length > 0) {\n debug('got illegal response body from proxy');\n socket.destroy();\n var error = new Error('got illegal response body from proxy');\n error.code = 'ECONNRESET';\n options.request.emit('error', error);\n self.removeSocket(placeholder);\n return;\n }\n debug('tunneling connection has established');\n self.sockets[self.sockets.indexOf(placeholder)] = socket;\n return cb(socket);\n }\n\n function onError(cause) {\n connectReq.removeAllListeners();\n\n debug('tunneling socket could not be established, cause=%s\\n',\n cause.message, cause.stack);\n var error = new Error('tunneling socket could not be established, ' +\n 'cause=' + cause.message);\n error.code = 'ECONNRESET';\n options.request.emit('error', error);\n self.removeSocket(placeholder);\n }\n};\n\nTunnelingAgent.prototype.removeSocket = function removeSocket(socket) {\n var pos = this.sockets.indexOf(socket)\n if (pos === -1) {\n return;\n }\n this.sockets.splice(pos, 1);\n\n var pending = this.requests.shift();\n if (pending) {\n // If we have pending requests and a socket gets closed a new one\n // needs to be created to take over in the pool for the one that closed.\n this.createSocket(pending, function(socket) {\n pending.request.onSocket(socket);\n });\n }\n};\n\nfunction createSecureSocket(options, cb) {\n var self = this;\n TunnelingAgent.prototype.createSocket.call(self, options, function(socket) {\n var hostHeader = options.request.getHeader('host');\n var tlsOptions = mergeOptions({}, self.options, {\n socket: socket,\n servername: hostHeader ? hostHeader.replace(/:.*$/, '') : options.host\n });\n\n // 0 is dummy port for v0.6\n var secureSocket = tls.connect(0, tlsOptions);\n self.sockets[self.sockets.indexOf(socket)] = secureSocket;\n cb(secureSocket);\n });\n}\n\n\nfunction toOptions(host, port, localAddress) {\n if (typeof host === 'string') { // since v0.10\n return {\n host: host,\n port: port,\n localAddress: localAddress\n };\n }\n return host; // for v0.11 or later\n}\n\nfunction mergeOptions(target) {\n for (var i = 1, len = arguments.length; i < len; ++i) {\n var overrides = arguments[i];\n if (typeof overrides === 'object') {\n var keys = Object.keys(overrides);\n for (var j = 0, keyLen = keys.length; j < keyLen; ++j) {\n var k = keys[j];\n if (overrides[k] !== undefined) {\n target[k] = overrides[k];\n }\n }\n }\n }\n return target;\n}\n\n\nvar debug;\nif (process.env.NODE_DEBUG && /\\btunnel\\b/.test(process.env.NODE_DEBUG)) {\n debug = function() {\n var args = Array.prototype.slice.call(arguments);\n if (typeof args[0] === 'string') {\n args[0] = 'TUNNEL: ' + args[0];\n } else {\n args.unshift('TUNNEL:');\n }\n console.error.apply(console, args);\n }\n} else {\n debug = function() {};\n}\nexports.debug = debug; // for test\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}