rahad-media-downloader 2.1.10 → 2.1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (239) hide show
  1. package/.cache/replit/modules/nodejs-20.res +1 -0
  2. package/.cache/replit/modules/replit.res +1 -0
  3. package/.cache/typescript/5.3/node_modules/.package-lock.json +6 -0
  4. package/.cache/typescript/5.3/node_modules/@types/qs/LICENSE +21 -0
  5. package/.cache/typescript/5.3/node_modules/@types/qs/README.md +15 -0
  6. package/.cache/typescript/5.3/node_modules/@types/qs/index.d.ts +79 -0
  7. package/.cache/typescript/5.3/node_modules/@types/qs/package.json +65 -0
  8. package/.cache/typescript/5.3/package-lock.json +7 -0
  9. package/.cache/typescript/5.3/package.json +1 -1
  10. package/.cache/typescript/5.4/node_modules/.package-lock.json +185 -0
  11. package/.cache/typescript/5.4/node_modules/@types/caseless/LICENSE +21 -0
  12. package/.cache/typescript/5.4/node_modules/@types/caseless/README.md +48 -0
  13. package/.cache/typescript/5.4/node_modules/@types/caseless/index.d.ts +29 -0
  14. package/.cache/typescript/5.4/node_modules/@types/caseless/package.json +35 -0
  15. package/.cache/typescript/5.4/node_modules/@types/domhandler/LICENSE +21 -0
  16. package/.cache/typescript/5.4/node_modules/@types/domhandler/README.md +92 -0
  17. package/.cache/typescript/5.4/node_modules/@types/domhandler/index.d.ts +73 -0
  18. package/.cache/typescript/5.4/node_modules/@types/domhandler/package.json +25 -0
  19. package/.cache/typescript/5.4/node_modules/@types/domutils/LICENSE +21 -0
  20. package/.cache/typescript/5.4/node_modules/@types/domutils/README.md +15 -0
  21. package/.cache/typescript/5.4/node_modules/@types/domutils/index.d.ts +124 -0
  22. package/.cache/typescript/5.4/node_modules/@types/domutils/package.json +27 -0
  23. package/.cache/typescript/5.4/node_modules/@types/htmlparser2/LICENSE +21 -0
  24. package/.cache/typescript/5.4/node_modules/@types/htmlparser2/README.md +15 -0
  25. package/.cache/typescript/5.4/node_modules/@types/htmlparser2/index.d.ts +120 -0
  26. package/.cache/typescript/5.4/node_modules/@types/htmlparser2/package.json +45 -0
  27. package/.cache/typescript/5.4/node_modules/@types/node/LICENSE +21 -0
  28. package/.cache/typescript/5.4/node_modules/@types/node/README.md +15 -0
  29. package/.cache/typescript/5.4/node_modules/@types/node/assert/strict.d.ts +8 -0
  30. package/.cache/typescript/5.4/node_modules/@types/node/assert.d.ts +1040 -0
  31. package/.cache/typescript/5.4/node_modules/@types/node/async_hooks.d.ts +541 -0
  32. package/.cache/typescript/5.4/node_modules/@types/node/buffer.d.ts +2363 -0
  33. package/.cache/typescript/5.4/node_modules/@types/node/child_process.d.ts +1542 -0
  34. package/.cache/typescript/5.4/node_modules/@types/node/cluster.d.ts +578 -0
  35. package/.cache/typescript/5.4/node_modules/@types/node/console.d.ts +452 -0
  36. package/.cache/typescript/5.4/node_modules/@types/node/constants.d.ts +19 -0
  37. package/.cache/typescript/5.4/node_modules/@types/node/crypto.d.ts +4522 -0
  38. package/.cache/typescript/5.4/node_modules/@types/node/dgram.d.ts +596 -0
  39. package/.cache/typescript/5.4/node_modules/@types/node/diagnostics_channel.d.ts +545 -0
  40. package/.cache/typescript/5.4/node_modules/@types/node/dns/promises.d.ts +473 -0
  41. package/.cache/typescript/5.4/node_modules/@types/node/dns.d.ts +853 -0
  42. package/.cache/typescript/5.4/node_modules/@types/node/dom-events.d.ts +124 -0
  43. package/.cache/typescript/5.4/node_modules/@types/node/domain.d.ts +170 -0
  44. package/.cache/typescript/5.4/node_modules/@types/node/events.d.ts +884 -0
  45. package/.cache/typescript/5.4/node_modules/@types/node/fs/promises.d.ts +1245 -0
  46. package/.cache/typescript/5.4/node_modules/@types/node/fs.d.ts +4317 -0
  47. package/.cache/typescript/5.4/node_modules/@types/node/globals.d.ts +411 -0
  48. package/.cache/typescript/5.4/node_modules/@types/node/globals.global.d.ts +1 -0
  49. package/.cache/typescript/5.4/node_modules/@types/node/http.d.ts +1889 -0
  50. package/.cache/typescript/5.4/node_modules/@types/node/http2.d.ts +2418 -0
  51. package/.cache/typescript/5.4/node_modules/@types/node/https.d.ts +550 -0
  52. package/.cache/typescript/5.4/node_modules/@types/node/index.d.ts +89 -0
  53. package/.cache/typescript/5.4/node_modules/@types/node/inspector.d.ts +2746 -0
  54. package/.cache/typescript/5.4/node_modules/@types/node/module.d.ts +315 -0
  55. package/.cache/typescript/5.4/node_modules/@types/node/net.d.ts +996 -0
  56. package/.cache/typescript/5.4/node_modules/@types/node/os.d.ts +495 -0
  57. package/.cache/typescript/5.4/node_modules/@types/node/package.json +217 -0
  58. package/.cache/typescript/5.4/node_modules/@types/node/path.d.ts +191 -0
  59. package/.cache/typescript/5.4/node_modules/@types/node/perf_hooks.d.ts +645 -0
  60. package/.cache/typescript/5.4/node_modules/@types/node/process.d.ts +1747 -0
  61. package/.cache/typescript/5.4/node_modules/@types/node/punycode.d.ts +117 -0
  62. package/.cache/typescript/5.4/node_modules/@types/node/querystring.d.ts +153 -0
  63. package/.cache/typescript/5.4/node_modules/@types/node/readline/promises.d.ts +150 -0
  64. package/.cache/typescript/5.4/node_modules/@types/node/readline.d.ts +540 -0
  65. package/.cache/typescript/5.4/node_modules/@types/node/repl.d.ts +430 -0
  66. package/.cache/typescript/5.4/node_modules/@types/node/sea.d.ts +153 -0
  67. package/.cache/typescript/5.4/node_modules/@types/node/stream/consumers.d.ts +12 -0
  68. package/.cache/typescript/5.4/node_modules/@types/node/stream/promises.d.ts +83 -0
  69. package/.cache/typescript/5.4/node_modules/@types/node/stream/web.d.ts +367 -0
  70. package/.cache/typescript/5.4/node_modules/@types/node/stream.d.ts +1707 -0
  71. package/.cache/typescript/5.4/node_modules/@types/node/string_decoder.d.ts +67 -0
  72. package/.cache/typescript/5.4/node_modules/@types/node/test.d.ts +1470 -0
  73. package/.cache/typescript/5.4/node_modules/@types/node/timers/promises.d.ts +97 -0
  74. package/.cache/typescript/5.4/node_modules/@types/node/timers.d.ts +240 -0
  75. package/.cache/typescript/5.4/node_modules/@types/node/tls.d.ts +1217 -0
  76. package/.cache/typescript/5.4/node_modules/@types/node/trace_events.d.ts +197 -0
  77. package/.cache/typescript/5.4/node_modules/@types/node/tty.d.ts +208 -0
  78. package/.cache/typescript/5.4/node_modules/@types/node/url.d.ts +944 -0
  79. package/.cache/typescript/5.4/node_modules/@types/node/util.d.ts +2276 -0
  80. package/.cache/typescript/5.4/node_modules/@types/node/v8.d.ts +764 -0
  81. package/.cache/typescript/5.4/node_modules/@types/node/vm.d.ts +921 -0
  82. package/.cache/typescript/5.4/node_modules/@types/node/wasi.d.ts +181 -0
  83. package/.cache/typescript/5.4/node_modules/@types/node/worker_threads.d.ts +691 -0
  84. package/.cache/typescript/5.4/node_modules/@types/node/zlib.d.ts +530 -0
  85. package/.cache/typescript/5.4/node_modules/@types/node-fetch/LICENSE +21 -0
  86. package/.cache/typescript/5.4/node_modules/@types/node-fetch/README.md +15 -0
  87. package/.cache/typescript/5.4/node_modules/@types/node-fetch/externals.d.ts +32 -0
  88. package/.cache/typescript/5.4/node_modules/@types/node-fetch/index.d.ts +238 -0
  89. package/.cache/typescript/5.4/node_modules/@types/node-fetch/package.json +83 -0
  90. package/.cache/typescript/5.4/node_modules/@types/qs/LICENSE +21 -0
  91. package/.cache/typescript/5.4/node_modules/@types/qs/README.md +15 -0
  92. package/.cache/typescript/5.4/node_modules/@types/qs/index.d.ts +79 -0
  93. package/.cache/typescript/5.4/node_modules/@types/qs/package.json +65 -0
  94. package/.cache/typescript/5.4/node_modules/@types/request/LICENSE +21 -0
  95. package/.cache/typescript/5.4/node_modules/@types/request/README.md +15 -0
  96. package/.cache/typescript/5.4/node_modules/@types/request/index.d.ts +395 -0
  97. package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/License +19 -0
  98. package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/README.md +350 -0
  99. package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/README.md.bak +350 -0
  100. package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/index.d.ts +51 -0
  101. package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/lib/browser.js +2 -0
  102. package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/lib/form_data.js +483 -0
  103. package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/lib/populate.js +10 -0
  104. package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/package.json +68 -0
  105. package/.cache/typescript/5.4/node_modules/@types/request/package.json +70 -0
  106. package/.cache/typescript/5.4/node_modules/@types/tough-cookie/LICENSE +21 -0
  107. package/.cache/typescript/5.4/node_modules/@types/tough-cookie/README.md +15 -0
  108. package/.cache/typescript/5.4/node_modules/@types/tough-cookie/index.d.ts +321 -0
  109. package/.cache/typescript/5.4/node_modules/@types/tough-cookie/package.json +35 -0
  110. package/.cache/typescript/5.4/node_modules/asynckit/LICENSE +21 -0
  111. package/.cache/typescript/5.4/node_modules/asynckit/README.md +233 -0
  112. package/.cache/typescript/5.4/node_modules/asynckit/bench.js +76 -0
  113. package/.cache/typescript/5.4/node_modules/asynckit/index.js +6 -0
  114. package/.cache/typescript/5.4/node_modules/asynckit/lib/abort.js +29 -0
  115. package/.cache/typescript/5.4/node_modules/asynckit/lib/async.js +34 -0
  116. package/.cache/typescript/5.4/node_modules/asynckit/lib/defer.js +26 -0
  117. package/.cache/typescript/5.4/node_modules/asynckit/lib/iterate.js +75 -0
  118. package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  119. package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_parallel.js +25 -0
  120. package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_serial.js +25 -0
  121. package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  122. package/.cache/typescript/5.4/node_modules/asynckit/lib/state.js +37 -0
  123. package/.cache/typescript/5.4/node_modules/asynckit/lib/streamify.js +141 -0
  124. package/.cache/typescript/5.4/node_modules/asynckit/lib/terminator.js +29 -0
  125. package/.cache/typescript/5.4/node_modules/asynckit/package.json +63 -0
  126. package/.cache/typescript/5.4/node_modules/asynckit/parallel.js +43 -0
  127. package/.cache/typescript/5.4/node_modules/asynckit/serial.js +17 -0
  128. package/.cache/typescript/5.4/node_modules/asynckit/serialOrdered.js +75 -0
  129. package/.cache/typescript/5.4/node_modules/asynckit/stream.js +21 -0
  130. package/.cache/typescript/5.4/node_modules/combined-stream/License +19 -0
  131. package/.cache/typescript/5.4/node_modules/combined-stream/Readme.md +138 -0
  132. package/.cache/typescript/5.4/node_modules/combined-stream/lib/combined_stream.js +208 -0
  133. package/.cache/typescript/5.4/node_modules/combined-stream/package.json +25 -0
  134. package/.cache/typescript/5.4/node_modules/combined-stream/yarn.lock +17 -0
  135. package/.cache/typescript/5.4/node_modules/delayed-stream/License +19 -0
  136. package/.cache/typescript/5.4/node_modules/delayed-stream/Makefile +7 -0
  137. package/.cache/typescript/5.4/node_modules/delayed-stream/Readme.md +141 -0
  138. package/.cache/typescript/5.4/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  139. package/.cache/typescript/5.4/node_modules/delayed-stream/package.json +27 -0
  140. package/.cache/typescript/5.4/node_modules/domelementtype/LICENSE +11 -0
  141. package/.cache/typescript/5.4/node_modules/domelementtype/index.js +15 -0
  142. package/.cache/typescript/5.4/node_modules/domelementtype/package.json +16 -0
  143. package/.cache/typescript/5.4/node_modules/domelementtype/readme.md +1 -0
  144. package/.cache/typescript/5.4/node_modules/domhandler/.travis.yml +6 -0
  145. package/.cache/typescript/5.4/node_modules/domhandler/LICENSE +11 -0
  146. package/.cache/typescript/5.4/node_modules/domhandler/index.js +217 -0
  147. package/.cache/typescript/5.4/node_modules/domhandler/lib/element.js +20 -0
  148. package/.cache/typescript/5.4/node_modules/domhandler/lib/node.js +44 -0
  149. package/.cache/typescript/5.4/node_modules/domhandler/package.json +41 -0
  150. package/.cache/typescript/5.4/node_modules/domhandler/readme.md +116 -0
  151. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/01-basic.json +57 -0
  152. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/02-single_tag_1.json +21 -0
  153. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/03-single_tag_2.json +21 -0
  154. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/04-unescaped_in_script.json +27 -0
  155. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/05-tags_in_comment.json +18 -0
  156. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/06-comment_in_script.json +18 -0
  157. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/07-unescaped_in_style.json +20 -0
  158. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json +20 -0
  159. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/09-unquoted_attrib.json +20 -0
  160. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/10-singular_attribute.json +15 -0
  161. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/11-text_outside_tags.json +40 -0
  162. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/12-text_only.json +11 -0
  163. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/13-comment_in_text.json +19 -0
  164. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json +18 -0
  165. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/15-non-verbose.json +22 -0
  166. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/16-normalize_whitespace.json +47 -0
  167. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/17-xml_namespace.json +18 -0
  168. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/18-enforce_empty_tags.json +16 -0
  169. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/19-ignore_empty_tags.json +20 -0
  170. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/20-template_script_tags.json +20 -0
  171. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/21-conditional_comments.json +15 -0
  172. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/22-lowercase_tags.json +41 -0
  173. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/23-dom-lvl1.json +131 -0
  174. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/24-with-start-indices.json +85 -0
  175. package/.cache/typescript/5.4/node_modules/domhandler/test/cases/25-with-end-indices.json +86 -0
  176. package/.cache/typescript/5.4/node_modules/domhandler/test/tests.js +60 -0
  177. package/.cache/typescript/5.4/node_modules/form-data/License +19 -0
  178. package/.cache/typescript/5.4/node_modules/form-data/README.md.bak +358 -0
  179. package/.cache/typescript/5.4/node_modules/form-data/Readme.md +358 -0
  180. package/.cache/typescript/5.4/node_modules/form-data/index.d.ts +62 -0
  181. package/.cache/typescript/5.4/node_modules/form-data/lib/browser.js +2 -0
  182. package/.cache/typescript/5.4/node_modules/form-data/lib/form_data.js +501 -0
  183. package/.cache/typescript/5.4/node_modules/form-data/lib/populate.js +10 -0
  184. package/.cache/typescript/5.4/node_modules/form-data/package.json +68 -0
  185. package/.cache/typescript/5.4/node_modules/mime-db/HISTORY.md +507 -0
  186. package/.cache/typescript/5.4/node_modules/mime-db/LICENSE +23 -0
  187. package/.cache/typescript/5.4/node_modules/mime-db/README.md +100 -0
  188. package/.cache/typescript/5.4/node_modules/mime-db/db.json +8519 -0
  189. package/.cache/typescript/5.4/node_modules/mime-db/index.js +12 -0
  190. package/.cache/typescript/5.4/node_modules/mime-db/package.json +60 -0
  191. package/.cache/typescript/5.4/node_modules/mime-types/HISTORY.md +397 -0
  192. package/.cache/typescript/5.4/node_modules/mime-types/LICENSE +23 -0
  193. package/.cache/typescript/5.4/node_modules/mime-types/README.md +113 -0
  194. package/.cache/typescript/5.4/node_modules/mime-types/index.js +188 -0
  195. package/.cache/typescript/5.4/node_modules/mime-types/package.json +44 -0
  196. package/.cache/typescript/5.4/node_modules/types-registry/README.md +2 -0
  197. package/.cache/typescript/5.4/node_modules/types-registry/index.json +1 -0
  198. package/.cache/typescript/5.4/node_modules/types-registry/package.json +20 -0
  199. package/.cache/typescript/5.4/node_modules/undici-types/README.md +6 -0
  200. package/.cache/typescript/5.4/node_modules/undici-types/agent.d.ts +31 -0
  201. package/.cache/typescript/5.4/node_modules/undici-types/api.d.ts +43 -0
  202. package/.cache/typescript/5.4/node_modules/undici-types/balanced-pool.d.ts +18 -0
  203. package/.cache/typescript/5.4/node_modules/undici-types/cache.d.ts +36 -0
  204. package/.cache/typescript/5.4/node_modules/undici-types/client.d.ts +97 -0
  205. package/.cache/typescript/5.4/node_modules/undici-types/connector.d.ts +34 -0
  206. package/.cache/typescript/5.4/node_modules/undici-types/content-type.d.ts +21 -0
  207. package/.cache/typescript/5.4/node_modules/undici-types/cookies.d.ts +28 -0
  208. package/.cache/typescript/5.4/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  209. package/.cache/typescript/5.4/node_modules/undici-types/dispatcher.d.ts +241 -0
  210. package/.cache/typescript/5.4/node_modules/undici-types/errors.d.ts +128 -0
  211. package/.cache/typescript/5.4/node_modules/undici-types/fetch.d.ts +209 -0
  212. package/.cache/typescript/5.4/node_modules/undici-types/file.d.ts +39 -0
  213. package/.cache/typescript/5.4/node_modules/undici-types/filereader.d.ts +54 -0
  214. package/.cache/typescript/5.4/node_modules/undici-types/formdata.d.ts +108 -0
  215. package/.cache/typescript/5.4/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  216. package/.cache/typescript/5.4/node_modules/undici-types/global-origin.d.ts +7 -0
  217. package/.cache/typescript/5.4/node_modules/undici-types/handlers.d.ts +9 -0
  218. package/.cache/typescript/5.4/node_modules/undici-types/header.d.ts +4 -0
  219. package/.cache/typescript/5.4/node_modules/undici-types/index.d.ts +63 -0
  220. package/.cache/typescript/5.4/node_modules/undici-types/interceptors.d.ts +5 -0
  221. package/.cache/typescript/5.4/node_modules/undici-types/mock-agent.d.ts +50 -0
  222. package/.cache/typescript/5.4/node_modules/undici-types/mock-client.d.ts +25 -0
  223. package/.cache/typescript/5.4/node_modules/undici-types/mock-errors.d.ts +12 -0
  224. package/.cache/typescript/5.4/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  225. package/.cache/typescript/5.4/node_modules/undici-types/mock-pool.d.ts +25 -0
  226. package/.cache/typescript/5.4/node_modules/undici-types/package.json +55 -0
  227. package/.cache/typescript/5.4/node_modules/undici-types/patch.d.ts +71 -0
  228. package/.cache/typescript/5.4/node_modules/undici-types/pool-stats.d.ts +19 -0
  229. package/.cache/typescript/5.4/node_modules/undici-types/pool.d.ts +28 -0
  230. package/.cache/typescript/5.4/node_modules/undici-types/proxy-agent.d.ts +30 -0
  231. package/.cache/typescript/5.4/node_modules/undici-types/readable.d.ts +61 -0
  232. package/.cache/typescript/5.4/node_modules/undici-types/webidl.d.ts +220 -0
  233. package/.cache/typescript/5.4/node_modules/undici-types/websocket.d.ts +131 -0
  234. package/.cache/typescript/5.4/package-lock.json +197 -0
  235. package/.cache/typescript/5.4/package.json +1 -0
  236. package/index.js +1 -1
  237. package/package.json +37 -2
  238. package/.cache/replit/modules/nodejs-20:v32-20240401-269b323.res +0 -1
  239. package/.cache/replit/modules/replit:v8-20240329-787bc7d.res +0 -1
@@ -0,0 +1,944 @@
1
+ /**
2
+ * The `node:url` module provides utilities for URL resolution and parsing. It can
3
+ * be accessed using:
4
+ *
5
+ * ```js
6
+ * import url from 'node:url';
7
+ * ```
8
+ * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/url.js)
9
+ */
10
+ declare module "url" {
11
+ import { Blob as NodeBlob } from "node:buffer";
12
+ import { ClientRequestArgs } from "node:http";
13
+ import { ParsedUrlQuery, ParsedUrlQueryInput } from "node:querystring";
14
+ // Input to `url.format`
15
+ interface UrlObject {
16
+ auth?: string | null | undefined;
17
+ hash?: string | null | undefined;
18
+ host?: string | null | undefined;
19
+ hostname?: string | null | undefined;
20
+ href?: string | null | undefined;
21
+ pathname?: string | null | undefined;
22
+ protocol?: string | null | undefined;
23
+ search?: string | null | undefined;
24
+ slashes?: boolean | null | undefined;
25
+ port?: string | number | null | undefined;
26
+ query?: string | null | ParsedUrlQueryInput | undefined;
27
+ }
28
+ // Output of `url.parse`
29
+ interface Url {
30
+ auth: string | null;
31
+ hash: string | null;
32
+ host: string | null;
33
+ hostname: string | null;
34
+ href: string;
35
+ path: string | null;
36
+ pathname: string | null;
37
+ protocol: string | null;
38
+ search: string | null;
39
+ slashes: boolean | null;
40
+ port: string | null;
41
+ query: string | null | ParsedUrlQuery;
42
+ }
43
+ interface UrlWithParsedQuery extends Url {
44
+ query: ParsedUrlQuery;
45
+ }
46
+ interface UrlWithStringQuery extends Url {
47
+ query: string | null;
48
+ }
49
+ /**
50
+ * The `url.parse()` method takes a URL string, parses it, and returns a URL
51
+ * object.
52
+ *
53
+ * A `TypeError` is thrown if `urlString` is not a string.
54
+ *
55
+ * A `URIError` is thrown if the `auth` property is present but cannot be decoded.
56
+ *
57
+ * `url.parse()` uses a lenient, non-standard algorithm for parsing URL
58
+ * strings. It is prone to security issues such as [host name spoofing](https://hackerone.com/reports/678487) and incorrect handling of usernames and passwords. Do not use with untrusted
59
+ * input. CVEs are not issued for `url.parse()` vulnerabilities. Use the `WHATWG URL` API instead.
60
+ * @since v0.1.25
61
+ * @deprecated Use the WHATWG URL API instead.
62
+ * @param urlString The URL string to parse.
63
+ * @param [parseQueryString=false] If `true`, the `query` property will always be set to an object returned by the {@link querystring} module's `parse()` method. If `false`, the `query` property
64
+ * on the returned URL object will be an unparsed, undecoded string.
65
+ * @param [slashesDenoteHost=false] If `true`, the first token after the literal string `//` and preceding the next `/` will be interpreted as the `host`. For instance, given `//foo/bar`, the
66
+ * result would be `{host: 'foo', pathname: '/bar'}` rather than `{pathname: '//foo/bar'}`.
67
+ */
68
+ function parse(urlString: string): UrlWithStringQuery;
69
+ function parse(
70
+ urlString: string,
71
+ parseQueryString: false | undefined,
72
+ slashesDenoteHost?: boolean,
73
+ ): UrlWithStringQuery;
74
+ function parse(urlString: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery;
75
+ function parse(urlString: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url;
76
+ /**
77
+ * The `url.format()` method returns a formatted URL string derived from `urlObject`.
78
+ *
79
+ * ```js
80
+ * const url = require('node:url');
81
+ * url.format({
82
+ * protocol: 'https',
83
+ * hostname: 'example.com',
84
+ * pathname: '/some/path',
85
+ * query: {
86
+ * page: 1,
87
+ * format: 'json',
88
+ * },
89
+ * });
90
+ *
91
+ * // => 'https://example.com/some/path?page=1&format=json'
92
+ * ```
93
+ *
94
+ * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`.
95
+ *
96
+ * The formatting process operates as follows:
97
+ *
98
+ * * A new empty string `result` is created.
99
+ * * If `urlObject.protocol` is a string, it is appended as-is to `result`.
100
+ * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown.
101
+ * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII
102
+ * colon (`:`) character, the literal string `:` will be appended to `result`.
103
+ * * If either of the following conditions is true, then the literal string `//` will be appended to `result`:
104
+ * * `urlObject.slashes` property is true;
105
+ * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`;
106
+ * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string
107
+ * and appended to `result` followed by the literal string `@`.
108
+ * * If the `urlObject.host` property is `undefined` then:
109
+ * * If the `urlObject.hostname` is a string, it is appended to `result`.
110
+ * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string,
111
+ * an `Error` is thrown.
112
+ * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`:
113
+ * * The literal string `:` is appended to `result`, and
114
+ * * The value of `urlObject.port` is coerced to a string and appended to `result`.
115
+ * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`.
116
+ * * If the `urlObject.pathname` property is a string that is not an empty string:
117
+ * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash
118
+ * (`/`), then the literal string `'/'` is appended to `result`.
119
+ * * The value of `urlObject.pathname` is appended to `result`.
120
+ * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown.
121
+ * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the
122
+ * `querystring` module's `stringify()` method passing the value of `urlObject.query`.
123
+ * * Otherwise, if `urlObject.search` is a string:
124
+ * * If the value of `urlObject.search` _does not start_ with the ASCII question
125
+ * mark (`?`) character, the literal string `?` is appended to `result`.
126
+ * * The value of `urlObject.search` is appended to `result`.
127
+ * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown.
128
+ * * If the `urlObject.hash` property is a string:
129
+ * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`)
130
+ * character, the literal string `#` is appended to `result`.
131
+ * * The value of `urlObject.hash` is appended to `result`.
132
+ * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a
133
+ * string, an `Error` is thrown.
134
+ * * `result` is returned.
135
+ * @since v0.1.25
136
+ * @legacy Use the WHATWG URL API instead.
137
+ * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
138
+ */
139
+ function format(urlObject: URL, options?: URLFormatOptions): string;
140
+ /**
141
+ * The `url.format()` method returns a formatted URL string derived from `urlObject`.
142
+ *
143
+ * ```js
144
+ * const url = require('node:url');
145
+ * url.format({
146
+ * protocol: 'https',
147
+ * hostname: 'example.com',
148
+ * pathname: '/some/path',
149
+ * query: {
150
+ * page: 1,
151
+ * format: 'json',
152
+ * },
153
+ * });
154
+ *
155
+ * // => 'https://example.com/some/path?page=1&format=json'
156
+ * ```
157
+ *
158
+ * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`.
159
+ *
160
+ * The formatting process operates as follows:
161
+ *
162
+ * * A new empty string `result` is created.
163
+ * * If `urlObject.protocol` is a string, it is appended as-is to `result`.
164
+ * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown.
165
+ * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII
166
+ * colon (`:`) character, the literal string `:` will be appended to `result`.
167
+ * * If either of the following conditions is true, then the literal string `//` will be appended to `result`:
168
+ * * `urlObject.slashes` property is true;
169
+ * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`;
170
+ * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string
171
+ * and appended to `result` followed by the literal string `@`.
172
+ * * If the `urlObject.host` property is `undefined` then:
173
+ * * If the `urlObject.hostname` is a string, it is appended to `result`.
174
+ * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string,
175
+ * an `Error` is thrown.
176
+ * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`:
177
+ * * The literal string `:` is appended to `result`, and
178
+ * * The value of `urlObject.port` is coerced to a string and appended to `result`.
179
+ * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`.
180
+ * * If the `urlObject.pathname` property is a string that is not an empty string:
181
+ * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash
182
+ * (`/`), then the literal string `'/'` is appended to `result`.
183
+ * * The value of `urlObject.pathname` is appended to `result`.
184
+ * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown.
185
+ * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the
186
+ * `querystring` module's `stringify()` method passing the value of `urlObject.query`.
187
+ * * Otherwise, if `urlObject.search` is a string:
188
+ * * If the value of `urlObject.search` _does not start_ with the ASCII question
189
+ * mark (`?`) character, the literal string `?` is appended to `result`.
190
+ * * The value of `urlObject.search` is appended to `result`.
191
+ * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown.
192
+ * * If the `urlObject.hash` property is a string:
193
+ * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`)
194
+ * character, the literal string `#` is appended to `result`.
195
+ * * The value of `urlObject.hash` is appended to `result`.
196
+ * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a
197
+ * string, an `Error` is thrown.
198
+ * * `result` is returned.
199
+ * @since v0.1.25
200
+ * @legacy Use the WHATWG URL API instead.
201
+ * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
202
+ */
203
+ function format(urlObject: UrlObject | string): string;
204
+ /**
205
+ * The `url.resolve()` method resolves a target URL relative to a base URL in a
206
+ * manner similar to that of a web browser resolving an anchor tag.
207
+ *
208
+ * ```js
209
+ * const url = require('node:url');
210
+ * url.resolve('/one/two/three', 'four'); // '/one/two/four'
211
+ * url.resolve('http://example.com/', '/one'); // 'http://example.com/one'
212
+ * url.resolve('http://example.com/one', '/two'); // 'http://example.com/two'
213
+ * ```
214
+ *
215
+ * To achieve the same result using the WHATWG URL API:
216
+ *
217
+ * ```js
218
+ * function resolve(from, to) {
219
+ * const resolvedUrl = new URL(to, new URL(from, 'resolve://'));
220
+ * if (resolvedUrl.protocol === 'resolve:') {
221
+ * // `from` is a relative URL.
222
+ * const { pathname, search, hash } = resolvedUrl;
223
+ * return pathname + search + hash;
224
+ * }
225
+ * return resolvedUrl.toString();
226
+ * }
227
+ *
228
+ * resolve('/one/two/three', 'four'); // '/one/two/four'
229
+ * resolve('http://example.com/', '/one'); // 'http://example.com/one'
230
+ * resolve('http://example.com/one', '/two'); // 'http://example.com/two'
231
+ * ```
232
+ * @since v0.1.25
233
+ * @legacy Use the WHATWG URL API instead.
234
+ * @param from The base URL to use if `to` is a relative URL.
235
+ * @param to The target URL to resolve.
236
+ */
237
+ function resolve(from: string, to: string): string;
238
+ /**
239
+ * Returns the [Punycode](https://tools.ietf.org/html/rfc5891#section-4.4) ASCII serialization of the `domain`. If `domain` is an
240
+ * invalid domain, the empty string is returned.
241
+ *
242
+ * It performs the inverse operation to {@link domainToUnicode}.
243
+ *
244
+ * ```js
245
+ * import url from 'node:url';
246
+ *
247
+ * console.log(url.domainToASCII('español.com'));
248
+ * // Prints xn--espaol-zwa.com
249
+ * console.log(url.domainToASCII('中文.com'));
250
+ * // Prints xn--fiq228c.com
251
+ * console.log(url.domainToASCII('xn--iñvalid.com'));
252
+ * // Prints an empty string
253
+ * ```
254
+ * @since v7.4.0, v6.13.0
255
+ */
256
+ function domainToASCII(domain: string): string;
257
+ /**
258
+ * Returns the Unicode serialization of the `domain`. If `domain` is an invalid
259
+ * domain, the empty string is returned.
260
+ *
261
+ * It performs the inverse operation to {@link domainToASCII}.
262
+ *
263
+ * ```js
264
+ * import url from 'node:url';
265
+ *
266
+ * console.log(url.domainToUnicode('xn--espaol-zwa.com'));
267
+ * // Prints español.com
268
+ * console.log(url.domainToUnicode('xn--fiq228c.com'));
269
+ * // Prints 中文.com
270
+ * console.log(url.domainToUnicode('xn--iñvalid.com'));
271
+ * // Prints an empty string
272
+ * ```
273
+ * @since v7.4.0, v6.13.0
274
+ */
275
+ function domainToUnicode(domain: string): string;
276
+ /**
277
+ * This function ensures the correct decodings of percent-encoded characters as
278
+ * well as ensuring a cross-platform valid absolute path string.
279
+ *
280
+ * ```js
281
+ * import { fileURLToPath } from 'node:url';
282
+ *
283
+ * const __filename = fileURLToPath(import.meta.url);
284
+ *
285
+ * new URL('file:///C:/path/').pathname; // Incorrect: /C:/path/
286
+ * fileURLToPath('file:///C:/path/'); // Correct: C:\path\ (Windows)
287
+ *
288
+ * new URL('file://nas/foo.txt').pathname; // Incorrect: /foo.txt
289
+ * fileURLToPath('file://nas/foo.txt'); // Correct: \\nas\foo.txt (Windows)
290
+ *
291
+ * new URL('file:///你好.txt').pathname; // Incorrect: /%E4%BD%A0%E5%A5%BD.txt
292
+ * fileURLToPath('file:///你好.txt'); // Correct: /你好.txt (POSIX)
293
+ *
294
+ * new URL('file:///hello world').pathname; // Incorrect: /hello%20world
295
+ * fileURLToPath('file:///hello world'); // Correct: /hello world (POSIX)
296
+ * ```
297
+ * @since v10.12.0
298
+ * @param url The file URL string or URL object to convert to a path.
299
+ * @return The fully-resolved platform-specific Node.js file path.
300
+ */
301
+ function fileURLToPath(url: string | URL): string;
302
+ /**
303
+ * This function ensures that `path` is resolved absolutely, and that the URL
304
+ * control characters are correctly encoded when converting into a File URL.
305
+ *
306
+ * ```js
307
+ * import { pathToFileURL } from 'node:url';
308
+ *
309
+ * new URL('/foo#1', 'file:'); // Incorrect: file:///foo#1
310
+ * pathToFileURL('/foo#1'); // Correct: file:///foo%231 (POSIX)
311
+ *
312
+ * new URL('/some/path%.c', 'file:'); // Incorrect: file:///some/path%.c
313
+ * pathToFileURL('/some/path%.c'); // Correct: file:///some/path%25.c (POSIX)
314
+ * ```
315
+ * @since v10.12.0
316
+ * @param path The path to convert to a File URL.
317
+ * @return The file URL object.
318
+ */
319
+ function pathToFileURL(path: string): URL;
320
+ /**
321
+ * This utility function converts a URL object into an ordinary options object as
322
+ * expected by the `http.request()` and `https.request()` APIs.
323
+ *
324
+ * ```js
325
+ * import { urlToHttpOptions } from 'node:url';
326
+ * const myURL = new URL('https://a:b@測試?abc#foo');
327
+ *
328
+ * console.log(urlToHttpOptions(myURL));
329
+ * /*
330
+ * {
331
+ * protocol: 'https:',
332
+ * hostname: 'xn--g6w251d',
333
+ * hash: '#foo',
334
+ * search: '?abc',
335
+ * pathname: '/',
336
+ * path: '/?abc',
337
+ * href: 'https://a:b@xn--g6w251d/?abc#foo',
338
+ * auth: 'a:b'
339
+ * }
340
+ *
341
+ * ```
342
+ * @since v15.7.0, v14.18.0
343
+ * @param url The `WHATWG URL` object to convert to an options object.
344
+ * @return Options object
345
+ */
346
+ function urlToHttpOptions(url: URL): ClientRequestArgs;
347
+ interface URLFormatOptions {
348
+ /**
349
+ * `true` if the serialized URL string should include the username and password, `false` otherwise.
350
+ * @default true
351
+ */
352
+ auth?: boolean | undefined;
353
+ /**
354
+ * `true` if the serialized URL string should include the fragment, `false` otherwise.
355
+ * @default true
356
+ */
357
+ fragment?: boolean | undefined;
358
+ /**
359
+ * `true` if the serialized URL string should include the search query, `false` otherwise.
360
+ * @default true
361
+ */
362
+ search?: boolean | undefined;
363
+ /**
364
+ * `true` if Unicode characters appearing in the host component of the URL string should be encoded directly as opposed to
365
+ * being Punycode encoded.
366
+ * @default false
367
+ */
368
+ unicode?: boolean | undefined;
369
+ }
370
+ /**
371
+ * Browser-compatible `URL` class, implemented by following the WHATWG URL
372
+ * Standard. [Examples of parsed URLs](https://url.spec.whatwg.org/#example-url-parsing) may be found in the Standard itself.
373
+ * The `URL` class is also available on the global object.
374
+ *
375
+ * In accordance with browser conventions, all properties of `URL` objects
376
+ * are implemented as getters and setters on the class prototype, rather than as
377
+ * data properties on the object itself. Thus, unlike `legacy urlObject`s,
378
+ * using the `delete` keyword on any properties of `URL` objects (e.g. `delete myURL.protocol`, `delete myURL.pathname`, etc) has no effect but will still
379
+ * return `true`.
380
+ * @since v7.0.0, v6.13.0
381
+ */
382
+ class URL {
383
+ /**
384
+ * Creates a `'blob:nodedata:...'` URL string that represents the given `Blob` object and can be used to retrieve the `Blob` later.
385
+ *
386
+ * ```js
387
+ * const {
388
+ * Blob,
389
+ * resolveObjectURL,
390
+ * } = require('node:buffer');
391
+ *
392
+ * const blob = new Blob(['hello']);
393
+ * const id = URL.createObjectURL(blob);
394
+ *
395
+ * // later...
396
+ *
397
+ * const otherBlob = resolveObjectURL(id);
398
+ * console.log(otherBlob.size);
399
+ * ```
400
+ *
401
+ * The data stored by the registered `Blob` will be retained in memory until `URL.revokeObjectURL()` is called to remove it.
402
+ *
403
+ * `Blob` objects are registered within the current thread. If using Worker
404
+ * Threads, `Blob` objects registered within one Worker will not be available
405
+ * to other workers or the main thread.
406
+ * @since v16.7.0
407
+ * @experimental
408
+ */
409
+ static createObjectURL(blob: NodeBlob): string;
410
+ /**
411
+ * Removes the stored `Blob` identified by the given ID. Attempting to revoke a
412
+ * ID that isn't registered will silently fail.
413
+ * @since v16.7.0
414
+ * @experimental
415
+ * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`.
416
+ */
417
+ static revokeObjectURL(id: string): void;
418
+ /**
419
+ * Checks if an `input` relative to the `base` can be parsed to a `URL`.
420
+ *
421
+ * ```js
422
+ * const isValid = URL.canParse('/foo', 'https://example.org/'); // true
423
+ *
424
+ * const isNotValid = URL.canParse('/foo'); // false
425
+ * ```
426
+ * @since v19.9.0
427
+ * @param input The absolute or relative input URL to parse. If `input` is relative, then `base` is required. If `input` is absolute, the `base` is ignored. If `input` is not a string, it is
428
+ * `converted to a string` first.
429
+ * @param base The base URL to resolve against if the `input` is not absolute. If `base` is not a string, it is `converted to a string` first.
430
+ */
431
+ static canParse(input: string, base?: string): boolean;
432
+ constructor(input: string | { toString: () => string }, base?: string | URL);
433
+ /**
434
+ * Gets and sets the fragment portion of the URL.
435
+ *
436
+ * ```js
437
+ * const myURL = new URL('https://example.org/foo#bar');
438
+ * console.log(myURL.hash);
439
+ * // Prints #bar
440
+ *
441
+ * myURL.hash = 'baz';
442
+ * console.log(myURL.href);
443
+ * // Prints https://example.org/foo#baz
444
+ * ```
445
+ *
446
+ * Invalid URL characters included in the value assigned to the `hash` property
447
+ * are `percent-encoded`. The selection of which characters to
448
+ * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
449
+ */
450
+ hash: string;
451
+ /**
452
+ * Gets and sets the host portion of the URL.
453
+ *
454
+ * ```js
455
+ * const myURL = new URL('https://example.org:81/foo');
456
+ * console.log(myURL.host);
457
+ * // Prints example.org:81
458
+ *
459
+ * myURL.host = 'example.com:82';
460
+ * console.log(myURL.href);
461
+ * // Prints https://example.com:82/foo
462
+ * ```
463
+ *
464
+ * Invalid host values assigned to the `host` property are ignored.
465
+ */
466
+ host: string;
467
+ /**
468
+ * Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the
469
+ * port.
470
+ *
471
+ * ```js
472
+ * const myURL = new URL('https://example.org:81/foo');
473
+ * console.log(myURL.hostname);
474
+ * // Prints example.org
475
+ *
476
+ * // Setting the hostname does not change the port
477
+ * myURL.hostname = 'example.com';
478
+ * console.log(myURL.href);
479
+ * // Prints https://example.com:81/foo
480
+ *
481
+ * // Use myURL.host to change the hostname and port
482
+ * myURL.host = 'example.org:82';
483
+ * console.log(myURL.href);
484
+ * // Prints https://example.org:82/foo
485
+ * ```
486
+ *
487
+ * Invalid host name values assigned to the `hostname` property are ignored.
488
+ */
489
+ hostname: string;
490
+ /**
491
+ * Gets and sets the serialized URL.
492
+ *
493
+ * ```js
494
+ * const myURL = new URL('https://example.org/foo');
495
+ * console.log(myURL.href);
496
+ * // Prints https://example.org/foo
497
+ *
498
+ * myURL.href = 'https://example.com/bar';
499
+ * console.log(myURL.href);
500
+ * // Prints https://example.com/bar
501
+ * ```
502
+ *
503
+ * Getting the value of the `href` property is equivalent to calling {@link toString}.
504
+ *
505
+ * Setting the value of this property to a new value is equivalent to creating a
506
+ * new `URL` object using `new URL(value)`. Each of the `URL` object's properties will be modified.
507
+ *
508
+ * If the value assigned to the `href` property is not a valid URL, a `TypeError` will be thrown.
509
+ */
510
+ href: string;
511
+ /**
512
+ * Gets the read-only serialization of the URL's origin.
513
+ *
514
+ * ```js
515
+ * const myURL = new URL('https://example.org/foo/bar?baz');
516
+ * console.log(myURL.origin);
517
+ * // Prints https://example.org
518
+ * ```
519
+ *
520
+ * ```js
521
+ * const idnURL = new URL('https://測試');
522
+ * console.log(idnURL.origin);
523
+ * // Prints https://xn--g6w251d
524
+ *
525
+ * console.log(idnURL.hostname);
526
+ * // Prints xn--g6w251d
527
+ * ```
528
+ */
529
+ readonly origin: string;
530
+ /**
531
+ * Gets and sets the password portion of the URL.
532
+ *
533
+ * ```js
534
+ * const myURL = new URL('https://abc:xyz@example.com');
535
+ * console.log(myURL.password);
536
+ * // Prints xyz
537
+ *
538
+ * myURL.password = '123';
539
+ * console.log(myURL.href);
540
+ * // Prints https://abc:123@example.com/
541
+ * ```
542
+ *
543
+ * Invalid URL characters included in the value assigned to the `password` property
544
+ * are `percent-encoded`. The selection of which characters to
545
+ * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
546
+ */
547
+ password: string;
548
+ /**
549
+ * Gets and sets the path portion of the URL.
550
+ *
551
+ * ```js
552
+ * const myURL = new URL('https://example.org/abc/xyz?123');
553
+ * console.log(myURL.pathname);
554
+ * // Prints /abc/xyz
555
+ *
556
+ * myURL.pathname = '/abcdef';
557
+ * console.log(myURL.href);
558
+ * // Prints https://example.org/abcdef?123
559
+ * ```
560
+ *
561
+ * Invalid URL characters included in the value assigned to the `pathname` property are `percent-encoded`. The selection of which characters
562
+ * to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
563
+ */
564
+ pathname: string;
565
+ /**
566
+ * Gets and sets the port portion of the URL.
567
+ *
568
+ * The port value may be a number or a string containing a number in the range `0` to `65535` (inclusive). Setting the value to the default port of the `URL` objects given `protocol` will
569
+ * result in the `port` value becoming
570
+ * the empty string (`''`).
571
+ *
572
+ * The port value can be an empty string in which case the port depends on
573
+ * the protocol/scheme:
574
+ *
575
+ * <omitted>
576
+ *
577
+ * Upon assigning a value to the port, the value will first be converted to a
578
+ * string using `.toString()`.
579
+ *
580
+ * If that string is invalid but it begins with a number, the leading number is
581
+ * assigned to `port`.
582
+ * If the number lies outside the range denoted above, it is ignored.
583
+ *
584
+ * ```js
585
+ * const myURL = new URL('https://example.org:8888');
586
+ * console.log(myURL.port);
587
+ * // Prints 8888
588
+ *
589
+ * // Default ports are automatically transformed to the empty string
590
+ * // (HTTPS protocol's default port is 443)
591
+ * myURL.port = '443';
592
+ * console.log(myURL.port);
593
+ * // Prints the empty string
594
+ * console.log(myURL.href);
595
+ * // Prints https://example.org/
596
+ *
597
+ * myURL.port = 1234;
598
+ * console.log(myURL.port);
599
+ * // Prints 1234
600
+ * console.log(myURL.href);
601
+ * // Prints https://example.org:1234/
602
+ *
603
+ * // Completely invalid port strings are ignored
604
+ * myURL.port = 'abcd';
605
+ * console.log(myURL.port);
606
+ * // Prints 1234
607
+ *
608
+ * // Leading numbers are treated as a port number
609
+ * myURL.port = '5678abcd';
610
+ * console.log(myURL.port);
611
+ * // Prints 5678
612
+ *
613
+ * // Non-integers are truncated
614
+ * myURL.port = 1234.5678;
615
+ * console.log(myURL.port);
616
+ * // Prints 1234
617
+ *
618
+ * // Out-of-range numbers which are not represented in scientific notation
619
+ * // will be ignored.
620
+ * myURL.port = 1e10; // 10000000000, will be range-checked as described below
621
+ * console.log(myURL.port);
622
+ * // Prints 1234
623
+ * ```
624
+ *
625
+ * Numbers which contain a decimal point,
626
+ * such as floating-point numbers or numbers in scientific notation,
627
+ * are not an exception to this rule.
628
+ * Leading numbers up to the decimal point will be set as the URL's port,
629
+ * assuming they are valid:
630
+ *
631
+ * ```js
632
+ * myURL.port = 4.567e21;
633
+ * console.log(myURL.port);
634
+ * // Prints 4 (because it is the leading number in the string '4.567e21')
635
+ * ```
636
+ */
637
+ port: string;
638
+ /**
639
+ * Gets and sets the protocol portion of the URL.
640
+ *
641
+ * ```js
642
+ * const myURL = new URL('https://example.org');
643
+ * console.log(myURL.protocol);
644
+ * // Prints https:
645
+ *
646
+ * myURL.protocol = 'ftp';
647
+ * console.log(myURL.href);
648
+ * // Prints ftp://example.org/
649
+ * ```
650
+ *
651
+ * Invalid URL protocol values assigned to the `protocol` property are ignored.
652
+ */
653
+ protocol: string;
654
+ /**
655
+ * Gets and sets the serialized query portion of the URL.
656
+ *
657
+ * ```js
658
+ * const myURL = new URL('https://example.org/abc?123');
659
+ * console.log(myURL.search);
660
+ * // Prints ?123
661
+ *
662
+ * myURL.search = 'abc=xyz';
663
+ * console.log(myURL.href);
664
+ * // Prints https://example.org/abc?abc=xyz
665
+ * ```
666
+ *
667
+ * Any invalid URL characters appearing in the value assigned the `search` property will be `percent-encoded`. The selection of which
668
+ * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
669
+ */
670
+ search: string;
671
+ /**
672
+ * Gets the `URLSearchParams` object representing the query parameters of the
673
+ * URL. This property is read-only but the `URLSearchParams` object it provides
674
+ * can be used to mutate the URL instance; to replace the entirety of query
675
+ * parameters of the URL, use the {@link search} setter. See `URLSearchParams` documentation for details.
676
+ *
677
+ * Use care when using `.searchParams` to modify the `URL` because,
678
+ * per the WHATWG specification, the `URLSearchParams` object uses
679
+ * different rules to determine which characters to percent-encode. For
680
+ * instance, the `URL` object will not percent encode the ASCII tilde (`~`)
681
+ * character, while `URLSearchParams` will always encode it:
682
+ *
683
+ * ```js
684
+ * const myURL = new URL('https://example.org/abc?foo=~bar');
685
+ *
686
+ * console.log(myURL.search); // prints ?foo=~bar
687
+ *
688
+ * // Modify the URL via searchParams...
689
+ * myURL.searchParams.sort();
690
+ *
691
+ * console.log(myURL.search); // prints ?foo=%7Ebar
692
+ * ```
693
+ */
694
+ readonly searchParams: URLSearchParams;
695
+ /**
696
+ * Gets and sets the username portion of the URL.
697
+ *
698
+ * ```js
699
+ * const myURL = new URL('https://abc:xyz@example.com');
700
+ * console.log(myURL.username);
701
+ * // Prints abc
702
+ *
703
+ * myURL.username = '123';
704
+ * console.log(myURL.href);
705
+ * // Prints https://123:xyz@example.com/
706
+ * ```
707
+ *
708
+ * Any invalid URL characters appearing in the value assigned the `username` property will be `percent-encoded`. The selection of which
709
+ * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
710
+ */
711
+ username: string;
712
+ /**
713
+ * The `toString()` method on the `URL` object returns the serialized URL. The
714
+ * value returned is equivalent to that of {@link href} and {@link toJSON}.
715
+ */
716
+ toString(): string;
717
+ /**
718
+ * The `toJSON()` method on the `URL` object returns the serialized URL. The
719
+ * value returned is equivalent to that of {@link href} and {@link toString}.
720
+ *
721
+ * This method is automatically called when an `URL` object is serialized
722
+ * with [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify).
723
+ *
724
+ * ```js
725
+ * const myURLs = [
726
+ * new URL('https://www.example.com'),
727
+ * new URL('https://test.example.org'),
728
+ * ];
729
+ * console.log(JSON.stringify(myURLs));
730
+ * // Prints ["https://www.example.com/","https://test.example.org/"]
731
+ * ```
732
+ */
733
+ toJSON(): string;
734
+ }
735
+ /**
736
+ * The `URLSearchParams` API provides read and write access to the query of a `URL`. The `URLSearchParams` class can also be used standalone with one of the
737
+ * four following constructors.
738
+ * The `URLSearchParams` class is also available on the global object.
739
+ *
740
+ * The WHATWG `URLSearchParams` interface and the `querystring` module have
741
+ * similar purpose, but the purpose of the `querystring` module is more
742
+ * general, as it allows the customization of delimiter characters (`&#x26;` and `=`).
743
+ * On the other hand, this API is designed purely for URL query strings.
744
+ *
745
+ * ```js
746
+ * const myURL = new URL('https://example.org/?abc=123');
747
+ * console.log(myURL.searchParams.get('abc'));
748
+ * // Prints 123
749
+ *
750
+ * myURL.searchParams.append('abc', 'xyz');
751
+ * console.log(myURL.href);
752
+ * // Prints https://example.org/?abc=123&#x26;abc=xyz
753
+ *
754
+ * myURL.searchParams.delete('abc');
755
+ * myURL.searchParams.set('a', 'b');
756
+ * console.log(myURL.href);
757
+ * // Prints https://example.org/?a=b
758
+ *
759
+ * const newSearchParams = new URLSearchParams(myURL.searchParams);
760
+ * // The above is equivalent to
761
+ * // const newSearchParams = new URLSearchParams(myURL.search);
762
+ *
763
+ * newSearchParams.append('a', 'c');
764
+ * console.log(myURL.href);
765
+ * // Prints https://example.org/?a=b
766
+ * console.log(newSearchParams.toString());
767
+ * // Prints a=b&#x26;a=c
768
+ *
769
+ * // newSearchParams.toString() is implicitly called
770
+ * myURL.search = newSearchParams;
771
+ * console.log(myURL.href);
772
+ * // Prints https://example.org/?a=b&#x26;a=c
773
+ * newSearchParams.delete('a');
774
+ * console.log(myURL.href);
775
+ * // Prints https://example.org/?a=b&#x26;a=c
776
+ * ```
777
+ * @since v7.5.0, v6.13.0
778
+ */
779
+ class URLSearchParams implements Iterable<[string, string]> {
780
+ constructor(
781
+ init?:
782
+ | URLSearchParams
783
+ | string
784
+ | Record<string, string | readonly string[]>
785
+ | Iterable<[string, string]>
786
+ | ReadonlyArray<[string, string]>,
787
+ );
788
+ /**
789
+ * Append a new name-value pair to the query string.
790
+ */
791
+ append(name: string, value: string): void;
792
+ /**
793
+ * If `value` is provided, removes all name-value pairs
794
+ * where name is `name` and value is `value`.
795
+ *
796
+ * If `value` is not provided, removes all name-value pairs whose name is `name`.
797
+ */
798
+ delete(name: string, value?: string): void;
799
+ /**
800
+ * Returns an ES6 `Iterator` over each of the name-value pairs in the query.
801
+ * Each item of the iterator is a JavaScript `Array`. The first item of the `Array` is the `name`, the second item of the `Array` is the `value`.
802
+ *
803
+ * Alias for `urlSearchParams[@@iterator]()`.
804
+ */
805
+ entries(): IterableIterator<[string, string]>;
806
+ /**
807
+ * Iterates over each name-value pair in the query and invokes the given function.
808
+ *
809
+ * ```js
810
+ * const myURL = new URL('https://example.org/?a=b&#x26;c=d');
811
+ * myURL.searchParams.forEach((value, name, searchParams) => {
812
+ * console.log(name, value, myURL.searchParams === searchParams);
813
+ * });
814
+ * // Prints:
815
+ * // a b true
816
+ * // c d true
817
+ * ```
818
+ * @param fn Invoked for each name-value pair in the query
819
+ * @param thisArg To be used as `this` value for when `fn` is called
820
+ */
821
+ forEach<TThis = this>(
822
+ fn: (this: TThis, value: string, name: string, searchParams: URLSearchParams) => void,
823
+ thisArg?: TThis,
824
+ ): void;
825
+ /**
826
+ * Returns the value of the first name-value pair whose name is `name`. If there
827
+ * are no such pairs, `null` is returned.
828
+ * @return or `null` if there is no name-value pair with the given `name`.
829
+ */
830
+ get(name: string): string | null;
831
+ /**
832
+ * Returns the values of all name-value pairs whose name is `name`. If there are
833
+ * no such pairs, an empty array is returned.
834
+ */
835
+ getAll(name: string): string[];
836
+ /**
837
+ * Checks if the `URLSearchParams` object contains key-value pair(s) based on `name` and an optional `value` argument.
838
+ *
839
+ * If `value` is provided, returns `true` when name-value pair with
840
+ * same `name` and `value` exists.
841
+ *
842
+ * If `value` is not provided, returns `true` if there is at least one name-value
843
+ * pair whose name is `name`.
844
+ */
845
+ has(name: string, value?: string): boolean;
846
+ /**
847
+ * Returns an ES6 `Iterator` over the names of each name-value pair.
848
+ *
849
+ * ```js
850
+ * const params = new URLSearchParams('foo=bar&#x26;foo=baz');
851
+ * for (const name of params.keys()) {
852
+ * console.log(name);
853
+ * }
854
+ * // Prints:
855
+ * // foo
856
+ * // foo
857
+ * ```
858
+ */
859
+ keys(): IterableIterator<string>;
860
+ /**
861
+ * Sets the value in the `URLSearchParams` object associated with `name` to `value`. If there are any pre-existing name-value pairs whose names are `name`,
862
+ * set the first such pair's value to `value` and remove all others. If not,
863
+ * append the name-value pair to the query string.
864
+ *
865
+ * ```js
866
+ * const params = new URLSearchParams();
867
+ * params.append('foo', 'bar');
868
+ * params.append('foo', 'baz');
869
+ * params.append('abc', 'def');
870
+ * console.log(params.toString());
871
+ * // Prints foo=bar&#x26;foo=baz&#x26;abc=def
872
+ *
873
+ * params.set('foo', 'def');
874
+ * params.set('xyz', 'opq');
875
+ * console.log(params.toString());
876
+ * // Prints foo=def&#x26;abc=def&#x26;xyz=opq
877
+ * ```
878
+ */
879
+ set(name: string, value: string): void;
880
+ /**
881
+ * The total number of parameter entries.
882
+ * @since v19.8.0
883
+ */
884
+ readonly size: number;
885
+ /**
886
+ * Sort all existing name-value pairs in-place by their names. Sorting is done
887
+ * with a [stable sorting algorithm](https://en.wikipedia.org/wiki/Sorting_algorithm#Stability), so relative order between name-value pairs
888
+ * with the same name is preserved.
889
+ *
890
+ * This method can be used, in particular, to increase cache hits.
891
+ *
892
+ * ```js
893
+ * const params = new URLSearchParams('query[]=abc&#x26;type=search&#x26;query[]=123');
894
+ * params.sort();
895
+ * console.log(params.toString());
896
+ * // Prints query%5B%5D=abc&#x26;query%5B%5D=123&#x26;type=search
897
+ * ```
898
+ * @since v7.7.0, v6.13.0
899
+ */
900
+ sort(): void;
901
+ /**
902
+ * Returns the search parameters serialized as a string, with characters
903
+ * percent-encoded where necessary.
904
+ */
905
+ toString(): string;
906
+ /**
907
+ * Returns an ES6 `Iterator` over the values of each name-value pair.
908
+ */
909
+ values(): IterableIterator<string>;
910
+ [Symbol.iterator](): IterableIterator<[string, string]>;
911
+ }
912
+ import { URL as _URL, URLSearchParams as _URLSearchParams } from "url";
913
+ global {
914
+ interface URLSearchParams extends _URLSearchParams {}
915
+ interface URL extends _URL {}
916
+ interface Global {
917
+ URL: typeof _URL;
918
+ URLSearchParams: typeof _URLSearchParams;
919
+ }
920
+ /**
921
+ * `URL` class is a global reference for `require('url').URL`
922
+ * https://nodejs.org/api/url.html#the-whatwg-url-api
923
+ * @since v10.0.0
924
+ */
925
+ var URL: typeof globalThis extends {
926
+ onmessage: any;
927
+ URL: infer T;
928
+ } ? T
929
+ : typeof _URL;
930
+ /**
931
+ * `URLSearchParams` class is a global reference for `require('url').URLSearchParams`
932
+ * https://nodejs.org/api/url.html#class-urlsearchparams
933
+ * @since v10.0.0
934
+ */
935
+ var URLSearchParams: typeof globalThis extends {
936
+ onmessage: any;
937
+ URLSearchParams: infer T;
938
+ } ? T
939
+ : typeof _URLSearchParams;
940
+ }
941
+ }
942
+ declare module "node:url" {
943
+ export * from "url";
944
+ }