imran-dl 2.3.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of imran-dl might be problematic. Click here for more details.

Files changed (229) hide show
  1. package/.cache/nix/binary-cache-v6.sqlite +0 -0
  2. package/.cache/nix/binary-cache-v6.sqlite-journal +0 -0
  3. package/.cache/replit/__replit_disk_meta.json +1 -0
  4. package/.cache/replit/modules/nodejs-20:v32-20240401-269b323.res +1 -0
  5. package/.cache/replit/modules/replit:v8-20240329-787bc7d.res +1 -0
  6. package/.cache/replit/modules.stamp +0 -0
  7. package/.cache/replit/nix/env.json +1 -0
  8. package/.cache/typescript/5.0/node_modules/.package-lock.json +12 -0
  9. package/.cache/typescript/5.0/node_modules/types-registry/README.md +2 -0
  10. package/.cache/typescript/5.0/node_modules/types-registry/index.json +1 -0
  11. package/.cache/typescript/5.0/node_modules/types-registry/package.json +20 -0
  12. package/.cache/typescript/5.0/package.json +1 -0
  13. package/.cache/typescript/5.3/node_modules/.package-lock.json +114 -0
  14. package/.cache/typescript/5.3/node_modules/@types/cheerio/LICENSE +21 -0
  15. package/.cache/typescript/5.3/node_modules/@types/cheerio/README.md +15 -0
  16. package/.cache/typescript/5.3/node_modules/@types/cheerio/index.d.ts +318 -0
  17. package/.cache/typescript/5.3/node_modules/@types/cheerio/package.json +71 -0
  18. package/.cache/typescript/5.3/node_modules/@types/node/LICENSE +21 -0
  19. package/.cache/typescript/5.3/node_modules/@types/node/README.md +15 -0
  20. package/.cache/typescript/5.3/node_modules/@types/node/assert/strict.d.ts +8 -0
  21. package/.cache/typescript/5.3/node_modules/@types/node/assert.d.ts +996 -0
  22. package/.cache/typescript/5.3/node_modules/@types/node/async_hooks.d.ts +539 -0
  23. package/.cache/typescript/5.3/node_modules/@types/node/buffer.d.ts +2362 -0
  24. package/.cache/typescript/5.3/node_modules/@types/node/child_process.d.ts +1540 -0
  25. package/.cache/typescript/5.3/node_modules/@types/node/cluster.d.ts +432 -0
  26. package/.cache/typescript/5.3/node_modules/@types/node/console.d.ts +415 -0
  27. package/.cache/typescript/5.3/node_modules/@types/node/constants.d.ts +19 -0
  28. package/.cache/typescript/5.3/node_modules/@types/node/crypto.d.ts +4456 -0
  29. package/.cache/typescript/5.3/node_modules/@types/node/dgram.d.ts +586 -0
  30. package/.cache/typescript/5.3/node_modules/@types/node/diagnostics_channel.d.ts +191 -0
  31. package/.cache/typescript/5.3/node_modules/@types/node/dns/promises.d.ts +425 -0
  32. package/.cache/typescript/5.3/node_modules/@types/node/dns.d.ts +809 -0
  33. package/.cache/typescript/5.3/node_modules/@types/node/dom-events.d.ts +122 -0
  34. package/.cache/typescript/5.3/node_modules/@types/node/domain.d.ts +170 -0
  35. package/.cache/typescript/5.3/node_modules/@types/node/events.d.ts +879 -0
  36. package/.cache/typescript/5.3/node_modules/@types/node/fs/promises.d.ts +1239 -0
  37. package/.cache/typescript/5.3/node_modules/@types/node/fs.d.ts +4291 -0
  38. package/.cache/typescript/5.3/node_modules/@types/node/globals.d.ts +385 -0
  39. package/.cache/typescript/5.3/node_modules/@types/node/globals.global.d.ts +1 -0
  40. package/.cache/typescript/5.3/node_modules/@types/node/http.d.ts +1888 -0
  41. package/.cache/typescript/5.3/node_modules/@types/node/http2.d.ts +2382 -0
  42. package/.cache/typescript/5.3/node_modules/@types/node/https.d.ts +550 -0
  43. package/.cache/typescript/5.3/node_modules/@types/node/index.d.ts +88 -0
  44. package/.cache/typescript/5.3/node_modules/@types/node/inspector.d.ts +2747 -0
  45. package/.cache/typescript/5.3/node_modules/@types/node/module.d.ts +301 -0
  46. package/.cache/typescript/5.3/node_modules/@types/node/net.d.ts +949 -0
  47. package/.cache/typescript/5.3/node_modules/@types/node/os.d.ts +478 -0
  48. package/.cache/typescript/5.3/node_modules/@types/node/package.json +230 -0
  49. package/.cache/typescript/5.3/node_modules/@types/node/path.d.ts +191 -0
  50. package/.cache/typescript/5.3/node_modules/@types/node/perf_hooks.d.ts +639 -0
  51. package/.cache/typescript/5.3/node_modules/@types/node/process.d.ts +1539 -0
  52. package/.cache/typescript/5.3/node_modules/@types/node/punycode.d.ts +117 -0
  53. package/.cache/typescript/5.3/node_modules/@types/node/querystring.d.ts +141 -0
  54. package/.cache/typescript/5.3/node_modules/@types/node/readline/promises.d.ts +150 -0
  55. package/.cache/typescript/5.3/node_modules/@types/node/readline.d.ts +539 -0
  56. package/.cache/typescript/5.3/node_modules/@types/node/repl.d.ts +430 -0
  57. package/.cache/typescript/5.3/node_modules/@types/node/stream/consumers.d.ts +12 -0
  58. package/.cache/typescript/5.3/node_modules/@types/node/stream/promises.d.ts +83 -0
  59. package/.cache/typescript/5.3/node_modules/@types/node/stream/web.d.ts +350 -0
  60. package/.cache/typescript/5.3/node_modules/@types/node/stream.d.ts +1701 -0
  61. package/.cache/typescript/5.3/node_modules/@types/node/string_decoder.d.ts +67 -0
  62. package/.cache/typescript/5.3/node_modules/@types/node/test.d.ts +1382 -0
  63. package/.cache/typescript/5.3/node_modules/@types/node/timers/promises.d.ts +93 -0
  64. package/.cache/typescript/5.3/node_modules/@types/node/timers.d.ts +240 -0
  65. package/.cache/typescript/5.3/node_modules/@types/node/tls.d.ts +1210 -0
  66. package/.cache/typescript/5.3/node_modules/@types/node/trace_events.d.ts +182 -0
  67. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
  68. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert.d.ts +996 -0
  69. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/async_hooks.d.ts +539 -0
  70. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/buffer.d.ts +2362 -0
  71. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/child_process.d.ts +1540 -0
  72. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/cluster.d.ts +432 -0
  73. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/console.d.ts +415 -0
  74. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/constants.d.ts +19 -0
  75. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/crypto.d.ts +4455 -0
  76. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dgram.d.ts +586 -0
  77. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
  78. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns/promises.d.ts +425 -0
  79. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns.d.ts +809 -0
  80. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dom-events.d.ts +122 -0
  81. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
  82. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/events.d.ts +879 -0
  83. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs/promises.d.ts +1239 -0
  84. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs.d.ts +4291 -0
  85. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.d.ts +385 -0
  86. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  87. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http.d.ts +1888 -0
  88. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http2.d.ts +2382 -0
  89. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/https.d.ts +550 -0
  90. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/index.d.ts +88 -0
  91. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/inspector.d.ts +2747 -0
  92. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/module.d.ts +301 -0
  93. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/net.d.ts +949 -0
  94. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/os.d.ts +478 -0
  95. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/path.d.ts +191 -0
  96. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +639 -0
  97. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/process.d.ts +1539 -0
  98. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
  99. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/querystring.d.ts +141 -0
  100. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline/promises.d.ts +150 -0
  101. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline.d.ts +539 -0
  102. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/repl.d.ts +430 -0
  103. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
  104. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/promises.d.ts +83 -0
  105. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/web.d.ts +350 -0
  106. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream.d.ts +1701 -0
  107. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
  108. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/test.d.ts +1382 -0
  109. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
  110. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers.d.ts +240 -0
  111. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tls.d.ts +1210 -0
  112. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
  113. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
  114. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/url.d.ts +927 -0
  115. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/util.d.ts +2183 -0
  116. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
  117. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/vm.d.ts +903 -0
  118. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
  119. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/worker_threads.d.ts +691 -0
  120. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
  121. package/.cache/typescript/5.3/node_modules/@types/node/tty.d.ts +208 -0
  122. package/.cache/typescript/5.3/node_modules/@types/node/url.d.ts +927 -0
  123. package/.cache/typescript/5.3/node_modules/@types/node/util.d.ts +2183 -0
  124. package/.cache/typescript/5.3/node_modules/@types/node/v8.d.ts +635 -0
  125. package/.cache/typescript/5.3/node_modules/@types/node/vm.d.ts +903 -0
  126. package/.cache/typescript/5.3/node_modules/@types/node/wasi.d.ts +158 -0
  127. package/.cache/typescript/5.3/node_modules/@types/node/worker_threads.d.ts +691 -0
  128. package/.cache/typescript/5.3/node_modules/@types/node/zlib.d.ts +517 -0
  129. package/.cache/typescript/5.3/node_modules/@types/node-fetch/LICENSE +21 -0
  130. package/.cache/typescript/5.3/node_modules/@types/node-fetch/README.md +15 -0
  131. package/.cache/typescript/5.3/node_modules/@types/node-fetch/externals.d.ts +32 -0
  132. package/.cache/typescript/5.3/node_modules/@types/node-fetch/index.d.ts +214 -0
  133. package/.cache/typescript/5.3/node_modules/@types/node-fetch/package.json +83 -0
  134. package/.cache/typescript/5.3/node_modules/@types/qs/LICENSE +21 -0
  135. package/.cache/typescript/5.3/node_modules/@types/qs/README.md +15 -0
  136. package/.cache/typescript/5.3/node_modules/@types/qs/index.d.ts +79 -0
  137. package/.cache/typescript/5.3/node_modules/@types/qs/package.json +65 -0
  138. package/.cache/typescript/5.3/node_modules/asynckit/LICENSE +21 -0
  139. package/.cache/typescript/5.3/node_modules/asynckit/README.md +233 -0
  140. package/.cache/typescript/5.3/node_modules/asynckit/bench.js +76 -0
  141. package/.cache/typescript/5.3/node_modules/asynckit/index.js +6 -0
  142. package/.cache/typescript/5.3/node_modules/asynckit/lib/abort.js +29 -0
  143. package/.cache/typescript/5.3/node_modules/asynckit/lib/async.js +34 -0
  144. package/.cache/typescript/5.3/node_modules/asynckit/lib/defer.js +26 -0
  145. package/.cache/typescript/5.3/node_modules/asynckit/lib/iterate.js +75 -0
  146. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  147. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_parallel.js +25 -0
  148. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial.js +25 -0
  149. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  150. package/.cache/typescript/5.3/node_modules/asynckit/lib/state.js +37 -0
  151. package/.cache/typescript/5.3/node_modules/asynckit/lib/streamify.js +141 -0
  152. package/.cache/typescript/5.3/node_modules/asynckit/lib/terminator.js +29 -0
  153. package/.cache/typescript/5.3/node_modules/asynckit/package.json +63 -0
  154. package/.cache/typescript/5.3/node_modules/asynckit/parallel.js +43 -0
  155. package/.cache/typescript/5.3/node_modules/asynckit/serial.js +17 -0
  156. package/.cache/typescript/5.3/node_modules/asynckit/serialOrdered.js +75 -0
  157. package/.cache/typescript/5.3/node_modules/asynckit/stream.js +21 -0
  158. package/.cache/typescript/5.3/node_modules/combined-stream/License +19 -0
  159. package/.cache/typescript/5.3/node_modules/combined-stream/Readme.md +138 -0
  160. package/.cache/typescript/5.3/node_modules/combined-stream/lib/combined_stream.js +208 -0
  161. package/.cache/typescript/5.3/node_modules/combined-stream/package.json +25 -0
  162. package/.cache/typescript/5.3/node_modules/combined-stream/yarn.lock +17 -0
  163. package/.cache/typescript/5.3/node_modules/delayed-stream/License +19 -0
  164. package/.cache/typescript/5.3/node_modules/delayed-stream/Makefile +7 -0
  165. package/.cache/typescript/5.3/node_modules/delayed-stream/Readme.md +141 -0
  166. package/.cache/typescript/5.3/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  167. package/.cache/typescript/5.3/node_modules/delayed-stream/package.json +27 -0
  168. package/.cache/typescript/5.3/node_modules/form-data/License +19 -0
  169. package/.cache/typescript/5.3/node_modules/form-data/README.md.bak +358 -0
  170. package/.cache/typescript/5.3/node_modules/form-data/Readme.md +358 -0
  171. package/.cache/typescript/5.3/node_modules/form-data/index.d.ts +62 -0
  172. package/.cache/typescript/5.3/node_modules/form-data/lib/browser.js +2 -0
  173. package/.cache/typescript/5.3/node_modules/form-data/lib/form_data.js +501 -0
  174. package/.cache/typescript/5.3/node_modules/form-data/lib/populate.js +10 -0
  175. package/.cache/typescript/5.3/node_modules/form-data/package.json +68 -0
  176. package/.cache/typescript/5.3/node_modules/mime-db/HISTORY.md +507 -0
  177. package/.cache/typescript/5.3/node_modules/mime-db/LICENSE +23 -0
  178. package/.cache/typescript/5.3/node_modules/mime-db/README.md +100 -0
  179. package/.cache/typescript/5.3/node_modules/mime-db/db.json +8519 -0
  180. package/.cache/typescript/5.3/node_modules/mime-db/index.js +12 -0
  181. package/.cache/typescript/5.3/node_modules/mime-db/package.json +60 -0
  182. package/.cache/typescript/5.3/node_modules/mime-types/HISTORY.md +397 -0
  183. package/.cache/typescript/5.3/node_modules/mime-types/LICENSE +23 -0
  184. package/.cache/typescript/5.3/node_modules/mime-types/README.md +113 -0
  185. package/.cache/typescript/5.3/node_modules/mime-types/index.js +188 -0
  186. package/.cache/typescript/5.3/node_modules/mime-types/package.json +44 -0
  187. package/.cache/typescript/5.3/node_modules/types-registry/README.md +2 -0
  188. package/.cache/typescript/5.3/node_modules/types-registry/index.json +1 -0
  189. package/.cache/typescript/5.3/node_modules/types-registry/package.json +20 -0
  190. package/.cache/typescript/5.3/node_modules/undici-types/README.md +6 -0
  191. package/.cache/typescript/5.3/node_modules/undici-types/agent.d.ts +31 -0
  192. package/.cache/typescript/5.3/node_modules/undici-types/api.d.ts +43 -0
  193. package/.cache/typescript/5.3/node_modules/undici-types/balanced-pool.d.ts +18 -0
  194. package/.cache/typescript/5.3/node_modules/undici-types/cache.d.ts +36 -0
  195. package/.cache/typescript/5.3/node_modules/undici-types/client.d.ts +97 -0
  196. package/.cache/typescript/5.3/node_modules/undici-types/connector.d.ts +34 -0
  197. package/.cache/typescript/5.3/node_modules/undici-types/content-type.d.ts +21 -0
  198. package/.cache/typescript/5.3/node_modules/undici-types/cookies.d.ts +28 -0
  199. package/.cache/typescript/5.3/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  200. package/.cache/typescript/5.3/node_modules/undici-types/dispatcher.d.ts +241 -0
  201. package/.cache/typescript/5.3/node_modules/undici-types/errors.d.ts +128 -0
  202. package/.cache/typescript/5.3/node_modules/undici-types/fetch.d.ts +209 -0
  203. package/.cache/typescript/5.3/node_modules/undici-types/file.d.ts +39 -0
  204. package/.cache/typescript/5.3/node_modules/undici-types/filereader.d.ts +54 -0
  205. package/.cache/typescript/5.3/node_modules/undici-types/formdata.d.ts +108 -0
  206. package/.cache/typescript/5.3/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  207. package/.cache/typescript/5.3/node_modules/undici-types/global-origin.d.ts +7 -0
  208. package/.cache/typescript/5.3/node_modules/undici-types/handlers.d.ts +9 -0
  209. package/.cache/typescript/5.3/node_modules/undici-types/header.d.ts +4 -0
  210. package/.cache/typescript/5.3/node_modules/undici-types/index.d.ts +63 -0
  211. package/.cache/typescript/5.3/node_modules/undici-types/interceptors.d.ts +5 -0
  212. package/.cache/typescript/5.3/node_modules/undici-types/mock-agent.d.ts +50 -0
  213. package/.cache/typescript/5.3/node_modules/undici-types/mock-client.d.ts +25 -0
  214. package/.cache/typescript/5.3/node_modules/undici-types/mock-errors.d.ts +12 -0
  215. package/.cache/typescript/5.3/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  216. package/.cache/typescript/5.3/node_modules/undici-types/mock-pool.d.ts +25 -0
  217. package/.cache/typescript/5.3/node_modules/undici-types/package.json +55 -0
  218. package/.cache/typescript/5.3/node_modules/undici-types/patch.d.ts +71 -0
  219. package/.cache/typescript/5.3/node_modules/undici-types/pool-stats.d.ts +19 -0
  220. package/.cache/typescript/5.3/node_modules/undici-types/pool.d.ts +28 -0
  221. package/.cache/typescript/5.3/node_modules/undici-types/proxy-agent.d.ts +30 -0
  222. package/.cache/typescript/5.3/node_modules/undici-types/readable.d.ts +61 -0
  223. package/.cache/typescript/5.3/node_modules/undici-types/webidl.d.ts +220 -0
  224. package/.cache/typescript/5.3/node_modules/undici-types/websocket.d.ts +131 -0
  225. package/.cache/typescript/5.3/package.json +1 -0
  226. package/IMRAN/module.js +1 -0
  227. package/README.md +64 -0
  228. package/index.js +13 -0
  229. package/package.json +48 -0
@@ -0,0 +1,50 @@
1
+ import Agent from './agent'
2
+ import Dispatcher from './dispatcher'
3
+ import { Interceptable, MockInterceptor } from './mock-interceptor'
4
+ import MockDispatch = MockInterceptor.MockDispatch;
5
+
6
+ export default MockAgent
7
+
8
+ interface PendingInterceptor extends MockDispatch {
9
+ origin: string;
10
+ }
11
+
12
+ /** A mocked Agent class that implements the Agent API. It allows one to intercept HTTP requests made through undici and return mocked responses instead. */
13
+ declare class MockAgent<TMockAgentOptions extends MockAgent.Options = MockAgent.Options> extends Dispatcher {
14
+ constructor(options?: MockAgent.Options)
15
+ /** Creates and retrieves mock Dispatcher instances which can then be used to intercept HTTP requests. If the number of connections on the mock agent is set to 1, a MockClient instance is returned. Otherwise a MockPool instance is returned. */
16
+ get<TInterceptable extends Interceptable>(origin: string): TInterceptable;
17
+ get<TInterceptable extends Interceptable>(origin: RegExp): TInterceptable;
18
+ get<TInterceptable extends Interceptable>(origin: ((origin: string) => boolean)): TInterceptable;
19
+ /** Dispatches a mocked request. */
20
+ dispatch(options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandlers): boolean;
21
+ /** Closes the mock agent and waits for registered mock pools and clients to also close before resolving. */
22
+ close(): Promise<void>;
23
+ /** Disables mocking in MockAgent. */
24
+ deactivate(): void;
25
+ /** Enables mocking in a MockAgent instance. When instantiated, a MockAgent is automatically activated. Therefore, this method is only effective after `MockAgent.deactivate` has been called. */
26
+ activate(): void;
27
+ /** Define host matchers so only matching requests that aren't intercepted by the mock dispatchers will be attempted. */
28
+ enableNetConnect(): void;
29
+ enableNetConnect(host: string): void;
30
+ enableNetConnect(host: RegExp): void;
31
+ enableNetConnect(host: ((host: string) => boolean)): void;
32
+ /** Causes all requests to throw when requests are not matched in a MockAgent intercept. */
33
+ disableNetConnect(): void;
34
+ pendingInterceptors(): PendingInterceptor[];
35
+ assertNoPendingInterceptors(options?: {
36
+ pendingInterceptorsFormatter?: PendingInterceptorsFormatter;
37
+ }): void;
38
+ }
39
+
40
+ interface PendingInterceptorsFormatter {
41
+ format(pendingInterceptors: readonly PendingInterceptor[]): string;
42
+ }
43
+
44
+ declare namespace MockAgent {
45
+ /** MockAgent options. */
46
+ export interface Options extends Agent.Options {
47
+ /** A custom agent to be encapsulated by the MockAgent. */
48
+ agent?: Agent;
49
+ }
50
+ }
@@ -0,0 +1,25 @@
1
+ import Client from './client'
2
+ import Dispatcher from './dispatcher'
3
+ import MockAgent from './mock-agent'
4
+ import { MockInterceptor, Interceptable } from './mock-interceptor'
5
+
6
+ export default MockClient
7
+
8
+ /** MockClient extends the Client API and allows one to mock requests. */
9
+ declare class MockClient extends Client implements Interceptable {
10
+ constructor(origin: string, options: MockClient.Options);
11
+ /** Intercepts any matching requests that use the same origin as this mock client. */
12
+ intercept(options: MockInterceptor.Options): MockInterceptor;
13
+ /** Dispatches a mocked request. */
14
+ dispatch(options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandlers): boolean;
15
+ /** Closes the mock client and gracefully waits for enqueued requests to complete. */
16
+ close(): Promise<void>;
17
+ }
18
+
19
+ declare namespace MockClient {
20
+ /** MockClient options. */
21
+ export interface Options extends Client.Options {
22
+ /** The agent to associate this MockClient with. */
23
+ agent: MockAgent;
24
+ }
25
+ }
@@ -0,0 +1,12 @@
1
+ import Errors from './errors'
2
+
3
+ export default MockErrors
4
+
5
+ declare namespace MockErrors {
6
+ /** The request does not match any registered mock dispatches. */
7
+ export class MockNotMatchedError extends Errors.UndiciError {
8
+ constructor(message?: string);
9
+ name: 'MockNotMatchedError';
10
+ code: 'UND_MOCK_ERR_MOCK_NOT_MATCHED';
11
+ }
12
+ }
@@ -0,0 +1,93 @@
1
+ import { IncomingHttpHeaders } from './header'
2
+ import Dispatcher from './dispatcher';
3
+ import { BodyInit, Headers } from './fetch'
4
+
5
+ export {
6
+ Interceptable,
7
+ MockInterceptor,
8
+ MockScope
9
+ }
10
+
11
+ /** The scope associated with a mock dispatch. */
12
+ declare class MockScope<TData extends object = object> {
13
+ constructor(mockDispatch: MockInterceptor.MockDispatch<TData>);
14
+ /** Delay a reply by a set amount of time in ms. */
15
+ delay(waitInMs: number): MockScope<TData>;
16
+ /** Persist the defined mock data for the associated reply. It will return the defined mock data indefinitely. */
17
+ persist(): MockScope<TData>;
18
+ /** Define a reply for a set amount of matching requests. */
19
+ times(repeatTimes: number): MockScope<TData>;
20
+ }
21
+
22
+ /** The interceptor for a Mock. */
23
+ declare class MockInterceptor {
24
+ constructor(options: MockInterceptor.Options, mockDispatches: MockInterceptor.MockDispatch[]);
25
+ /** Mock an undici request with the defined reply. */
26
+ reply<TData extends object = object>(replyOptionsCallback: MockInterceptor.MockReplyOptionsCallback<TData>): MockScope<TData>;
27
+ reply<TData extends object = object>(
28
+ statusCode: number,
29
+ data?: TData | Buffer | string | MockInterceptor.MockResponseDataHandler<TData>,
30
+ responseOptions?: MockInterceptor.MockResponseOptions
31
+ ): MockScope<TData>;
32
+ /** Mock an undici request by throwing the defined reply error. */
33
+ replyWithError<TError extends Error = Error>(error: TError): MockScope;
34
+ /** Set default reply headers on the interceptor for subsequent mocked replies. */
35
+ defaultReplyHeaders(headers: IncomingHttpHeaders): MockInterceptor;
36
+ /** Set default reply trailers on the interceptor for subsequent mocked replies. */
37
+ defaultReplyTrailers(trailers: Record<string, string>): MockInterceptor;
38
+ /** Set automatically calculated content-length header on subsequent mocked replies. */
39
+ replyContentLength(): MockInterceptor;
40
+ }
41
+
42
+ declare namespace MockInterceptor {
43
+ /** MockInterceptor options. */
44
+ export interface Options {
45
+ /** Path to intercept on. */
46
+ path: string | RegExp | ((path: string) => boolean);
47
+ /** Method to intercept on. Defaults to GET. */
48
+ method?: string | RegExp | ((method: string) => boolean);
49
+ /** Body to intercept on. */
50
+ body?: string | RegExp | ((body: string) => boolean);
51
+ /** Headers to intercept on. */
52
+ headers?: Record<string, string | RegExp | ((body: string) => boolean)> | ((headers: Record<string, string>) => boolean);
53
+ /** Query params to intercept on */
54
+ query?: Record<string, any>;
55
+ }
56
+ export interface MockDispatch<TData extends object = object, TError extends Error = Error> extends Options {
57
+ times: number | null;
58
+ persist: boolean;
59
+ consumed: boolean;
60
+ data: MockDispatchData<TData, TError>;
61
+ }
62
+ export interface MockDispatchData<TData extends object = object, TError extends Error = Error> extends MockResponseOptions {
63
+ error: TError | null;
64
+ statusCode?: number;
65
+ data?: TData | string;
66
+ }
67
+ export interface MockResponseOptions {
68
+ headers?: IncomingHttpHeaders;
69
+ trailers?: Record<string, string>;
70
+ }
71
+
72
+ export interface MockResponseCallbackOptions {
73
+ path: string;
74
+ origin: string;
75
+ method: string;
76
+ body?: BodyInit | Dispatcher.DispatchOptions['body'];
77
+ headers: Headers | Record<string, string>;
78
+ maxRedirections: number;
79
+ }
80
+
81
+ export type MockResponseDataHandler<TData extends object = object> = (
82
+ opts: MockResponseCallbackOptions
83
+ ) => TData | Buffer | string;
84
+
85
+ export type MockReplyOptionsCallback<TData extends object = object> = (
86
+ opts: MockResponseCallbackOptions
87
+ ) => { statusCode: number, data?: TData | Buffer | string, responseOptions?: MockResponseOptions }
88
+ }
89
+
90
+ interface Interceptable extends Dispatcher {
91
+ /** Intercepts any matching requests that use the same origin as this mock client. */
92
+ intercept(options: MockInterceptor.Options): MockInterceptor;
93
+ }
@@ -0,0 +1,25 @@
1
+ import Pool from './pool'
2
+ import MockAgent from './mock-agent'
3
+ import { Interceptable, MockInterceptor } from './mock-interceptor'
4
+ import Dispatcher from './dispatcher'
5
+
6
+ export default MockPool
7
+
8
+ /** MockPool extends the Pool API and allows one to mock requests. */
9
+ declare class MockPool extends Pool implements Interceptable {
10
+ constructor(origin: string, options: MockPool.Options);
11
+ /** Intercepts any matching requests that use the same origin as this mock pool. */
12
+ intercept(options: MockInterceptor.Options): MockInterceptor;
13
+ /** Dispatches a mocked request. */
14
+ dispatch(options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandlers): boolean;
15
+ /** Closes the mock pool and gracefully waits for enqueued requests to complete. */
16
+ close(): Promise<void>;
17
+ }
18
+
19
+ declare namespace MockPool {
20
+ /** MockPool options. */
21
+ export interface Options extends Pool.Options {
22
+ /** The agent to associate this MockPool with. */
23
+ agent: MockAgent;
24
+ }
25
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "name": "undici-types",
3
+ "version": "5.26.5",
4
+ "description": "A stand-alone types package for Undici",
5
+ "homepage": "https://undici.nodejs.org",
6
+ "bugs": {
7
+ "url": "https://github.com/nodejs/undici/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/nodejs/undici.git"
12
+ },
13
+ "license": "MIT",
14
+ "types": "index.d.ts",
15
+ "files": [
16
+ "*.d.ts"
17
+ ],
18
+ "contributors": [
19
+ {
20
+ "name": "Daniele Belardi",
21
+ "url": "https://github.com/dnlup",
22
+ "author": true
23
+ },
24
+ {
25
+ "name": "Ethan Arrowood",
26
+ "url": "https://github.com/ethan-arrowood",
27
+ "author": true
28
+ },
29
+ {
30
+ "name": "Matteo Collina",
31
+ "url": "https://github.com/mcollina",
32
+ "author": true
33
+ },
34
+ {
35
+ "name": "Matthew Aitken",
36
+ "url": "https://github.com/KhafraDev",
37
+ "author": true
38
+ },
39
+ {
40
+ "name": "Robert Nagy",
41
+ "url": "https://github.com/ronag",
42
+ "author": true
43
+ },
44
+ {
45
+ "name": "Szymon Marczak",
46
+ "url": "https://github.com/szmarczak",
47
+ "author": true
48
+ },
49
+ {
50
+ "name": "Tomas Della Vedova",
51
+ "url": "https://github.com/delvedor",
52
+ "author": true
53
+ }
54
+ ]
55
+ }
@@ -0,0 +1,71 @@
1
+ /// <reference types="node" />
2
+
3
+ // See https://github.com/nodejs/undici/issues/1740
4
+
5
+ export type DOMException = typeof globalThis extends { DOMException: infer T }
6
+ ? T
7
+ : any
8
+
9
+ export type EventTarget = typeof globalThis extends { EventTarget: infer T }
10
+ ? T
11
+ : {
12
+ addEventListener(
13
+ type: string,
14
+ listener: any,
15
+ options?: any,
16
+ ): void
17
+ dispatchEvent(event: Event): boolean
18
+ removeEventListener(
19
+ type: string,
20
+ listener: any,
21
+ options?: any | boolean,
22
+ ): void
23
+ }
24
+
25
+ export type Event = typeof globalThis extends { Event: infer T }
26
+ ? T
27
+ : {
28
+ readonly bubbles: boolean
29
+ cancelBubble: () => void
30
+ readonly cancelable: boolean
31
+ readonly composed: boolean
32
+ composedPath(): [EventTarget?]
33
+ readonly currentTarget: EventTarget | null
34
+ readonly defaultPrevented: boolean
35
+ readonly eventPhase: 0 | 2
36
+ readonly isTrusted: boolean
37
+ preventDefault(): void
38
+ returnValue: boolean
39
+ readonly srcElement: EventTarget | null
40
+ stopImmediatePropagation(): void
41
+ stopPropagation(): void
42
+ readonly target: EventTarget | null
43
+ readonly timeStamp: number
44
+ readonly type: string
45
+ }
46
+
47
+ export interface EventInit {
48
+ bubbles?: boolean
49
+ cancelable?: boolean
50
+ composed?: boolean
51
+ }
52
+
53
+ export interface EventListenerOptions {
54
+ capture?: boolean
55
+ }
56
+
57
+ export interface AddEventListenerOptions extends EventListenerOptions {
58
+ once?: boolean
59
+ passive?: boolean
60
+ signal?: AbortSignal
61
+ }
62
+
63
+ export type EventListenerOrEventListenerObject = EventListener | EventListenerObject
64
+
65
+ export interface EventListenerObject {
66
+ handleEvent (object: Event): void
67
+ }
68
+
69
+ export interface EventListener {
70
+ (evt: Event): void
71
+ }
@@ -0,0 +1,19 @@
1
+ import Pool from "./pool"
2
+
3
+ export default PoolStats
4
+
5
+ declare class PoolStats {
6
+ constructor(pool: Pool);
7
+ /** Number of open socket connections in this pool. */
8
+ connected: number;
9
+ /** Number of open socket connections in this pool that do not have an active request. */
10
+ free: number;
11
+ /** Number of pending requests across all clients in this pool. */
12
+ pending: number;
13
+ /** Number of queued requests across all clients in this pool. */
14
+ queued: number;
15
+ /** Number of currently active requests across all clients in this pool. */
16
+ running: number;
17
+ /** Number of active, pending, or queued requests across all clients in this pool. */
18
+ size: number;
19
+ }
@@ -0,0 +1,28 @@
1
+ import Client from './client'
2
+ import TPoolStats from './pool-stats'
3
+ import { URL } from 'url'
4
+ import Dispatcher from "./dispatcher";
5
+
6
+ export default Pool
7
+
8
+ declare class Pool extends Dispatcher {
9
+ constructor(url: string | URL, options?: Pool.Options)
10
+ /** `true` after `pool.close()` has been called. */
11
+ closed: boolean;
12
+ /** `true` after `pool.destroyed()` has been called or `pool.close()` has been called and the pool shutdown has completed. */
13
+ destroyed: boolean;
14
+ /** Aggregate stats for a Pool. */
15
+ readonly stats: TPoolStats;
16
+ }
17
+
18
+ declare namespace Pool {
19
+ export type PoolStats = TPoolStats;
20
+ export interface Options extends Client.Options {
21
+ /** Default: `(origin, opts) => new Client(origin, opts)`. */
22
+ factory?(origin: URL, opts: object): Dispatcher;
23
+ /** The max number of clients to create. `null` if no limit. Default `null`. */
24
+ connections?: number | null;
25
+
26
+ interceptors?: { Pool?: readonly Dispatcher.DispatchInterceptor[] } & Client.Options["interceptors"]
27
+ }
28
+ }
@@ -0,0 +1,30 @@
1
+ import Agent from './agent'
2
+ import buildConnector from './connector';
3
+ import Client from './client'
4
+ import Dispatcher from './dispatcher'
5
+ import { IncomingHttpHeaders } from './header'
6
+ import Pool from './pool'
7
+
8
+ export default ProxyAgent
9
+
10
+ declare class ProxyAgent extends Dispatcher {
11
+ constructor(options: ProxyAgent.Options | string)
12
+
13
+ dispatch(options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandlers): boolean;
14
+ close(): Promise<void>;
15
+ }
16
+
17
+ declare namespace ProxyAgent {
18
+ export interface Options extends Agent.Options {
19
+ uri: string;
20
+ /**
21
+ * @deprecated use opts.token
22
+ */
23
+ auth?: string;
24
+ token?: string;
25
+ headers?: IncomingHttpHeaders;
26
+ requestTls?: buildConnector.BuildOptions;
27
+ proxyTls?: buildConnector.BuildOptions;
28
+ clientFactory?(origin: URL, opts: object): Dispatcher;
29
+ }
30
+ }
@@ -0,0 +1,61 @@
1
+ import { Readable } from "stream";
2
+ import { Blob } from 'buffer'
3
+
4
+ export default BodyReadable
5
+
6
+ declare class BodyReadable extends Readable {
7
+ constructor(
8
+ resume?: (this: Readable, size: number) => void | null,
9
+ abort?: () => void | null,
10
+ contentType?: string
11
+ )
12
+
13
+ /** Consumes and returns the body as a string
14
+ * https://fetch.spec.whatwg.org/#dom-body-text
15
+ */
16
+ text(): Promise<string>
17
+
18
+ /** Consumes and returns the body as a JavaScript Object
19
+ * https://fetch.spec.whatwg.org/#dom-body-json
20
+ */
21
+ json(): Promise<unknown>
22
+
23
+ /** Consumes and returns the body as a Blob
24
+ * https://fetch.spec.whatwg.org/#dom-body-blob
25
+ */
26
+ blob(): Promise<Blob>
27
+
28
+ /** Consumes and returns the body as an ArrayBuffer
29
+ * https://fetch.spec.whatwg.org/#dom-body-arraybuffer
30
+ */
31
+ arrayBuffer(): Promise<ArrayBuffer>
32
+
33
+ /** Not implemented
34
+ *
35
+ * https://fetch.spec.whatwg.org/#dom-body-formdata
36
+ */
37
+ formData(): Promise<never>
38
+
39
+ /** Returns true if the body is not null and the body has been consumed
40
+ *
41
+ * Otherwise, returns false
42
+ *
43
+ * https://fetch.spec.whatwg.org/#dom-body-bodyused
44
+ */
45
+ readonly bodyUsed: boolean
46
+
47
+ /** Throws on node 16.6.0
48
+ *
49
+ * If body is null, it should return null as the body
50
+ *
51
+ * If body is not null, should return the body as a ReadableStream
52
+ *
53
+ * https://fetch.spec.whatwg.org/#dom-body-body
54
+ */
55
+ readonly body: never | undefined
56
+
57
+ /** Dumps the response body by reading `limit` number of bytes.
58
+ * @param opts.limit Number of bytes to read (optional) - Default: 262144
59
+ */
60
+ dump(opts?: { limit: number }): Promise<void>
61
+ }