node-red-contrib-tak-registration 0.11.1 → 0.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (249) hide show
  1. package/node_modules/@types/node/LICENSE +0 -0
  2. package/node_modules/@types/node/README.md +4 -5
  3. package/node_modules/@types/node/assert/strict.d.ts +4 -4
  4. package/node_modules/@types/node/assert.d.ts +50 -26
  5. package/node_modules/@types/node/async_hooks.d.ts +13 -6
  6. package/node_modules/@types/node/buffer.d.ts +46 -38
  7. package/node_modules/@types/node/child_process.d.ts +278 -138
  8. package/node_modules/@types/node/cluster.d.ts +107 -89
  9. package/node_modules/@types/node/console.d.ts +18 -15
  10. package/node_modules/@types/node/constants.d.ts +12 -11
  11. package/node_modules/@types/node/crypto.d.ts +746 -268
  12. package/node_modules/@types/node/dgram.d.ts +82 -46
  13. package/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  14. package/node_modules/@types/node/dns/promises.d.ts +37 -26
  15. package/node_modules/@types/node/dns.d.ts +204 -63
  16. package/node_modules/@types/node/dom-events.d.ts +67 -71
  17. package/node_modules/@types/node/domain.d.ts +4 -4
  18. package/node_modules/@types/node/events.d.ts +99 -8
  19. package/node_modules/@types/node/fs/promises.d.ts +122 -85
  20. package/node_modules/@types/node/fs.d.ts +520 -316
  21. package/node_modules/@types/node/globals.d.ts +346 -286
  22. package/node_modules/@types/node/globals.global.d.ts +0 -0
  23. package/node_modules/@types/node/http.d.ts +321 -189
  24. package/node_modules/@types/node/http2.d.ts +630 -377
  25. package/node_modules/@types/node/https.d.ts +221 -112
  26. package/node_modules/@types/node/index.d.ts +0 -45
  27. package/node_modules/@types/node/inspector.d.ts +0 -1
  28. package/node_modules/@types/node/module.d.ts +75 -31
  29. package/node_modules/@types/node/net.d.ts +149 -93
  30. package/node_modules/@types/node/os.d.ts +10 -9
  31. package/node_modules/@types/node/package.json +88 -90
  32. package/node_modules/@types/node/path.d.ts +13 -13
  33. package/node_modules/@types/node/perf_hooks.d.ts +19 -18
  34. package/node_modules/@types/node/process.d.ts +170 -126
  35. package/node_modules/@types/node/punycode.d.ts +4 -4
  36. package/node_modules/@types/node/querystring.d.ts +14 -4
  37. package/node_modules/@types/node/readline/promises.d.ts +12 -7
  38. package/node_modules/@types/node/readline.d.ts +69 -56
  39. package/node_modules/@types/node/repl.d.ts +67 -61
  40. package/node_modules/@types/node/stream/consumers.d.ts +10 -10
  41. package/node_modules/@types/node/stream/promises.d.ts +56 -15
  42. package/node_modules/@types/node/stream/web.d.ts +40 -20
  43. package/node_modules/@types/node/stream.d.ts +365 -232
  44. package/node_modules/@types/node/string_decoder.d.ts +8 -8
  45. package/node_modules/@types/node/test.d.ts +133 -212
  46. package/node_modules/@types/node/timers/promises.d.ts +4 -4
  47. package/node_modules/@types/node/timers.d.ts +26 -11
  48. package/node_modules/@types/node/tls.d.ts +152 -72
  49. package/node_modules/@types/node/trace_events.d.ts +3 -3
  50. package/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  51. package/node_modules/@types/node/ts4.8/assert.d.ts +50 -26
  52. package/node_modules/@types/node/ts4.8/async_hooks.d.ts +13 -6
  53. package/node_modules/@types/node/ts4.8/buffer.d.ts +47 -39
  54. package/node_modules/@types/node/ts4.8/child_process.d.ts +278 -138
  55. package/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  56. package/node_modules/@types/node/ts4.8/console.d.ts +18 -15
  57. package/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  58. package/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  59. package/node_modules/@types/node/ts4.8/dgram.d.ts +82 -46
  60. package/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  61. package/node_modules/@types/node/ts4.8/dns/promises.d.ts +37 -26
  62. package/node_modules/@types/node/ts4.8/dns.d.ts +204 -63
  63. package/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  64. package/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  65. package/node_modules/@types/node/ts4.8/events.d.ts +99 -8
  66. package/node_modules/@types/node/ts4.8/fs/promises.d.ts +122 -85
  67. package/node_modules/@types/node/ts4.8/fs.d.ts +520 -316
  68. package/node_modules/@types/node/ts4.8/globals.d.ts +346 -286
  69. package/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  70. package/node_modules/@types/node/ts4.8/http.d.ts +321 -189
  71. package/node_modules/@types/node/ts4.8/http2.d.ts +630 -377
  72. package/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  73. package/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  74. package/node_modules/@types/node/ts4.8/inspector.d.ts +0 -1
  75. package/node_modules/@types/node/ts4.8/module.d.ts +75 -31
  76. package/node_modules/@types/node/ts4.8/net.d.ts +149 -93
  77. package/node_modules/@types/node/ts4.8/os.d.ts +10 -9
  78. package/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  79. package/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  80. package/node_modules/@types/node/ts4.8/process.d.ts +170 -126
  81. package/node_modules/@types/node/ts4.8/punycode.d.ts +4 -4
  82. package/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  83. package/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  84. package/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  85. package/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  86. package/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  87. package/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  88. package/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  89. package/node_modules/@types/node/ts4.8/stream.d.ts +494 -223
  90. package/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  91. package/node_modules/@types/node/ts4.8/test.d.ts +135 -214
  92. package/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  93. package/node_modules/@types/node/ts4.8/timers.d.ts +26 -11
  94. package/node_modules/@types/node/ts4.8/tls.d.ts +152 -72
  95. package/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  96. package/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  97. package/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  98. package/node_modules/@types/node/ts4.8/util.d.ts +187 -120
  99. package/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  100. package/node_modules/@types/node/ts4.8/vm.d.ts +58 -50
  101. package/node_modules/@types/node/ts4.8/wasi.d.ts +10 -4
  102. package/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -86
  103. package/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  104. package/node_modules/@types/node/tty.d.ts +10 -10
  105. package/node_modules/@types/node/url.d.ts +26 -14
  106. package/node_modules/@types/node/util.d.ts +187 -120
  107. package/node_modules/@types/node/v8.d.ts +4 -4
  108. package/node_modules/@types/node/vm.d.ts +58 -50
  109. package/node_modules/@types/node/wasi.d.ts +10 -4
  110. package/node_modules/@types/node/worker_threads.d.ts +83 -86
  111. package/node_modules/@types/node/zlib.d.ts +9 -9
  112. package/node_modules/axios/CHANGELOG.md +225 -0
  113. package/node_modules/axios/README.md +273 -9
  114. package/node_modules/axios/dist/axios.js +249 -178
  115. package/node_modules/axios/dist/axios.js.map +1 -1
  116. package/node_modules/axios/dist/axios.min.js +1 -1
  117. package/node_modules/axios/dist/axios.min.js.map +1 -1
  118. package/node_modules/axios/dist/browser/axios.cjs +213 -193
  119. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  120. package/node_modules/axios/dist/esm/axios.js +213 -193
  121. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  122. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  123. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  124. package/node_modules/axios/dist/node/axios.cjs +297 -213
  125. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  126. package/node_modules/axios/index.d.cts +20 -11
  127. package/node_modules/axios/index.d.ts +21 -12
  128. package/node_modules/axios/lib/adapters/adapters.js +33 -15
  129. package/node_modules/axios/lib/adapters/http.js +25 -12
  130. package/node_modules/axios/lib/adapters/xhr.js +17 -10
  131. package/node_modules/axios/lib/core/mergeConfig.js +1 -0
  132. package/node_modules/axios/lib/defaults/index.js +1 -1
  133. package/node_modules/axios/lib/env/data.js +1 -1
  134. package/node_modules/axios/lib/helpers/cookies.js +39 -49
  135. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +2 -2
  136. package/node_modules/axios/lib/platform/browser/index.js +0 -51
  137. package/node_modules/axios/lib/platform/common/utils.js +47 -0
  138. package/node_modules/axios/lib/platform/index.js +5 -1
  139. package/node_modules/axios/package.json +2 -1
  140. package/node_modules/call-bind/.eslintrc +0 -1
  141. package/node_modules/call-bind/.nycrc +0 -4
  142. package/node_modules/call-bind/CHANGELOG.md +35 -0
  143. package/node_modules/call-bind/README.md +63 -1
  144. package/node_modules/call-bind/index.js +10 -13
  145. package/node_modules/call-bind/package.json +33 -23
  146. package/node_modules/call-bind/test/callBound.js +0 -1
  147. package/node_modules/call-bind/test/index.js +18 -4
  148. package/node_modules/{function-bind → deep-equal}/.editorconfig +1 -1
  149. package/node_modules/deep-equal/.eslintrc +6 -0
  150. package/node_modules/deep-equal/.nycrc +17 -0
  151. package/node_modules/deep-equal/CHANGELOG.md +204 -4
  152. package/node_modules/deep-equal/assert.js +3 -0
  153. package/node_modules/deep-equal/package.json +39 -17
  154. package/node_modules/deep-equal/readme.markdown +28 -12
  155. package/node_modules/deep-equal/test/_tape.js +24 -3
  156. package/node_modules/deep-equal/test/cmp.js +1047 -48
  157. package/node_modules/define-data-property/CHANGELOG.md +10 -0
  158. package/node_modules/define-data-property/index.d.ts.map +1 -1
  159. package/node_modules/define-data-property/index.js +8 -0
  160. package/node_modules/define-data-property/package.json +11 -9
  161. package/node_modules/define-data-property/test/index.js +6 -11
  162. package/node_modules/define-data-property/tsconfig.json +1 -0
  163. package/node_modules/fast-xml-parser/CHANGELOG.md +11 -0
  164. package/node_modules/fast-xml-parser/package.json +5 -5
  165. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +1 -0
  166. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
  167. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +6 -3
  168. package/node_modules/follow-redirects/index.js +16 -4
  169. package/node_modules/follow-redirects/package.json +2 -3
  170. package/node_modules/function-bind/.eslintrc +11 -5
  171. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  172. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  173. package/node_modules/function-bind/.nycrc +13 -0
  174. package/node_modules/function-bind/CHANGELOG.md +136 -0
  175. package/node_modules/function-bind/README.md +25 -27
  176. package/node_modules/function-bind/implementation.js +44 -12
  177. package/node_modules/function-bind/package.json +38 -14
  178. package/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  179. package/node_modules/get-intrinsic/index.js +1 -1
  180. package/node_modules/get-intrinsic/package.json +11 -11
  181. package/node_modules/has-property-descriptors/CHANGELOG.md +11 -0
  182. package/node_modules/has-property-descriptors/package.json +13 -6
  183. package/node_modules/hasown/.eslintrc +5 -0
  184. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  185. package/node_modules/hasown/.nycrc +13 -0
  186. package/node_modules/hasown/CHANGELOG.md +20 -0
  187. package/node_modules/hasown/LICENSE +21 -0
  188. package/node_modules/hasown/README.md +40 -0
  189. package/node_modules/hasown/index.d.ts +3 -0
  190. package/node_modules/hasown/index.d.ts.map +1 -0
  191. package/node_modules/hasown/index.js +8 -0
  192. package/node_modules/hasown/package.json +91 -0
  193. package/node_modules/hasown/tsconfig.json +49 -0
  194. package/node_modules/set-function-length/.eslintrc +27 -0
  195. package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  196. package/node_modules/set-function-length/.nycrc +13 -0
  197. package/node_modules/set-function-length/CHANGELOG.md +41 -0
  198. package/node_modules/set-function-length/LICENSE +21 -0
  199. package/node_modules/set-function-length/README.md +56 -0
  200. package/node_modules/set-function-length/env.js +19 -0
  201. package/node_modules/set-function-length/index.js +41 -0
  202. package/node_modules/set-function-length/package.json +84 -0
  203. package/node_modules/undici-types/README.md +6 -0
  204. package/node_modules/undici-types/agent.d.ts +31 -0
  205. package/node_modules/undici-types/api.d.ts +43 -0
  206. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  207. package/node_modules/undici-types/cache.d.ts +36 -0
  208. package/node_modules/undici-types/client.d.ts +97 -0
  209. package/node_modules/undici-types/connector.d.ts +34 -0
  210. package/node_modules/undici-types/content-type.d.ts +21 -0
  211. package/node_modules/undici-types/cookies.d.ts +28 -0
  212. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  213. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  214. package/node_modules/undici-types/errors.d.ts +128 -0
  215. package/node_modules/undici-types/fetch.d.ts +209 -0
  216. package/node_modules/undici-types/file.d.ts +39 -0
  217. package/node_modules/undici-types/filereader.d.ts +54 -0
  218. package/node_modules/undici-types/formdata.d.ts +108 -0
  219. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  220. package/node_modules/undici-types/global-origin.d.ts +7 -0
  221. package/node_modules/undici-types/handlers.d.ts +9 -0
  222. package/node_modules/undici-types/header.d.ts +4 -0
  223. package/node_modules/undici-types/index.d.ts +63 -0
  224. package/node_modules/undici-types/interceptors.d.ts +5 -0
  225. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  226. package/node_modules/undici-types/mock-client.d.ts +25 -0
  227. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  228. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  229. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  230. package/node_modules/undici-types/package.json +55 -0
  231. package/node_modules/undici-types/patch.d.ts +71 -0
  232. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  233. package/node_modules/undici-types/pool.d.ts +28 -0
  234. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  235. package/node_modules/undici-types/readable.d.ts +61 -0
  236. package/node_modules/undici-types/webidl.d.ts +220 -0
  237. package/node_modules/undici-types/websocket.d.ts +131 -0
  238. package/package.json +3 -3
  239. package/tak-ingest.js +39 -24
  240. package/tak-registration.html +4 -4
  241. package/node_modules/define-data-property/tsinit +0 -109
  242. package/node_modules/function-bind/.jscs.json +0 -176
  243. package/node_modules/function-bind/.npmignore +0 -22
  244. package/node_modules/function-bind/.travis.yml +0 -168
  245. package/node_modules/has/LICENSE-MIT +0 -22
  246. package/node_modules/has/README.md +0 -18
  247. package/node_modules/has/package.json +0 -48
  248. package/node_modules/has/src/index.js +0 -5
  249. package/node_modules/has/test/index.js +0 -10
@@ -1,6 +1,6 @@
1
- declare module 'process' {
2
- import * as tty from 'node:tty';
3
- import { Worker } from 'node:worker_threads';
1
+ declare module "process" {
2
+ import * as tty from "node:tty";
3
+ import { Worker } from "node:worker_threads";
4
4
  global {
5
5
  var process: NodeJS.Process;
6
6
  namespace NodeJS {
@@ -48,48 +48,70 @@ declare module 'process' {
48
48
  modules: string;
49
49
  openssl: string;
50
50
  }
51
- type Platform = 'aix' | 'android' | 'darwin' | 'freebsd' | 'haiku' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd';
52
- type Architecture = 'arm' | 'arm64' | 'ia32' | 'mips' | 'mipsel' | 'ppc' | 'ppc64' | 's390' | 's390x' | 'x64';
51
+ type Platform =
52
+ | "aix"
53
+ | "android"
54
+ | "darwin"
55
+ | "freebsd"
56
+ | "haiku"
57
+ | "linux"
58
+ | "openbsd"
59
+ | "sunos"
60
+ | "win32"
61
+ | "cygwin"
62
+ | "netbsd";
63
+ type Architecture =
64
+ | "arm"
65
+ | "arm64"
66
+ | "ia32"
67
+ | "mips"
68
+ | "mipsel"
69
+ | "ppc"
70
+ | "ppc64"
71
+ | "riscv64"
72
+ | "s390"
73
+ | "s390x"
74
+ | "x64";
53
75
  type Signals =
54
- | 'SIGABRT'
55
- | 'SIGALRM'
56
- | 'SIGBUS'
57
- | 'SIGCHLD'
58
- | 'SIGCONT'
59
- | 'SIGFPE'
60
- | 'SIGHUP'
61
- | 'SIGILL'
62
- | 'SIGINT'
63
- | 'SIGIO'
64
- | 'SIGIOT'
65
- | 'SIGKILL'
66
- | 'SIGPIPE'
67
- | 'SIGPOLL'
68
- | 'SIGPROF'
69
- | 'SIGPWR'
70
- | 'SIGQUIT'
71
- | 'SIGSEGV'
72
- | 'SIGSTKFLT'
73
- | 'SIGSTOP'
74
- | 'SIGSYS'
75
- | 'SIGTERM'
76
- | 'SIGTRAP'
77
- | 'SIGTSTP'
78
- | 'SIGTTIN'
79
- | 'SIGTTOU'
80
- | 'SIGUNUSED'
81
- | 'SIGURG'
82
- | 'SIGUSR1'
83
- | 'SIGUSR2'
84
- | 'SIGVTALRM'
85
- | 'SIGWINCH'
86
- | 'SIGXCPU'
87
- | 'SIGXFSZ'
88
- | 'SIGBREAK'
89
- | 'SIGLOST'
90
- | 'SIGINFO';
91
- type UncaughtExceptionOrigin = 'uncaughtException' | 'unhandledRejection';
92
- type MultipleResolveType = 'resolve' | 'reject';
76
+ | "SIGABRT"
77
+ | "SIGALRM"
78
+ | "SIGBUS"
79
+ | "SIGCHLD"
80
+ | "SIGCONT"
81
+ | "SIGFPE"
82
+ | "SIGHUP"
83
+ | "SIGILL"
84
+ | "SIGINT"
85
+ | "SIGIO"
86
+ | "SIGIOT"
87
+ | "SIGKILL"
88
+ | "SIGPIPE"
89
+ | "SIGPOLL"
90
+ | "SIGPROF"
91
+ | "SIGPWR"
92
+ | "SIGQUIT"
93
+ | "SIGSEGV"
94
+ | "SIGSTKFLT"
95
+ | "SIGSTOP"
96
+ | "SIGSYS"
97
+ | "SIGTERM"
98
+ | "SIGTRAP"
99
+ | "SIGTSTP"
100
+ | "SIGTTIN"
101
+ | "SIGTTOU"
102
+ | "SIGUNUSED"
103
+ | "SIGURG"
104
+ | "SIGUSR1"
105
+ | "SIGUSR2"
106
+ | "SIGVTALRM"
107
+ | "SIGWINCH"
108
+ | "SIGXCPU"
109
+ | "SIGXFSZ"
110
+ | "SIGBREAK"
111
+ | "SIGLOST"
112
+ | "SIGINFO";
113
+ type UncaughtExceptionOrigin = "uncaughtException" | "unhandledRejection";
114
+ type MultipleResolveType = "resolve" | "reject";
93
115
  type BeforeExitListener = (code: number) => void;
94
116
  type DisconnectListener = () => void;
95
117
  type ExitListener = (code: number) => void;
@@ -103,7 +125,11 @@ declare module 'process' {
103
125
  type WarningListener = (warning: Error) => void;
104
126
  type MessageListener = (message: unknown, sendHandle: unknown) => void;
105
127
  type SignalsListener = (signal: Signals) => void;
106
- type MultipleResolveListener = (type: MultipleResolveType, promise: Promise<unknown>, value: unknown) => void;
128
+ type MultipleResolveListener = (
129
+ type: MultipleResolveType,
130
+ promise: Promise<unknown>,
131
+ value: unknown,
132
+ ) => void;
107
133
  type WorkerListener = (worker: Worker) => void;
108
134
  interface Socket extends ReadWriteStream {
109
135
  isTTY?: true | undefined;
@@ -870,6 +896,19 @@ declare module 'process' {
870
896
  * @since v9.3.0
871
897
  */
872
898
  hasUncaughtExceptionCaptureCallback(): boolean;
899
+ /**
900
+ * The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled.
901
+ * @since v20.7.0
902
+ * @experimental
903
+ */
904
+ readonly sourceMapsEnabled: boolean;
905
+ /**
906
+ * This function enables or disables the Source Map v3 support for stack traces.
907
+ * It provides same features as launching Node.js process with commandline options --enable-source-maps.
908
+ * @since v16.6.0
909
+ * @experimental
910
+ */
911
+ setSourceMapsEnabled(value: boolean): void;
873
912
  /**
874
913
  * The `process.version` property contains the Node.js version string.
875
914
  *
@@ -1043,7 +1082,7 @@ declare module 'process' {
1043
1082
  title: string;
1044
1083
  /**
1045
1084
  * The operating system CPU architecture for which the Node.js binary was compiled.
1046
- * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`,`'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`.
1085
+ * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`,`'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, and `'x64'`.
1047
1086
  *
1048
1087
  * ```js
1049
1088
  * import { arch } from 'node:process';
@@ -1289,7 +1328,7 @@ declare module 'process' {
1289
1328
  options?: {
1290
1329
  swallowErrors?: boolean | undefined;
1291
1330
  },
1292
- callback?: (error: Error | null) => void
1331
+ callback?: (error: Error | null) => void,
1293
1332
  ): boolean;
1294
1333
  /**
1295
1334
  * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the
@@ -1398,98 +1437,103 @@ declare module 'process' {
1398
1437
  */
1399
1438
  traceDeprecation: boolean;
1400
1439
  /* EventEmitter */
1401
- addListener(event: 'beforeExit', listener: BeforeExitListener): this;
1402
- addListener(event: 'disconnect', listener: DisconnectListener): this;
1403
- addListener(event: 'exit', listener: ExitListener): this;
1404
- addListener(event: 'rejectionHandled', listener: RejectionHandledListener): this;
1405
- addListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this;
1406
- addListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this;
1407
- addListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this;
1408
- addListener(event: 'warning', listener: WarningListener): this;
1409
- addListener(event: 'message', listener: MessageListener): this;
1440
+ addListener(event: "beforeExit", listener: BeforeExitListener): this;
1441
+ addListener(event: "disconnect", listener: DisconnectListener): this;
1442
+ addListener(event: "exit", listener: ExitListener): this;
1443
+ addListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
1444
+ addListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1445
+ addListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1446
+ addListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1447
+ addListener(event: "warning", listener: WarningListener): this;
1448
+ addListener(event: "message", listener: MessageListener): this;
1410
1449
  addListener(event: Signals, listener: SignalsListener): this;
1411
- addListener(event: 'multipleResolves', listener: MultipleResolveListener): this;
1412
- addListener(event: 'worker', listener: WorkerListener): this;
1413
- emit(event: 'beforeExit', code: number): boolean;
1414
- emit(event: 'disconnect'): boolean;
1415
- emit(event: 'exit', code: number): boolean;
1416
- emit(event: 'rejectionHandled', promise: Promise<unknown>): boolean;
1417
- emit(event: 'uncaughtException', error: Error): boolean;
1418
- emit(event: 'uncaughtExceptionMonitor', error: Error): boolean;
1419
- emit(event: 'unhandledRejection', reason: unknown, promise: Promise<unknown>): boolean;
1420
- emit(event: 'warning', warning: Error): boolean;
1421
- emit(event: 'message', message: unknown, sendHandle: unknown): this;
1450
+ addListener(event: "multipleResolves", listener: MultipleResolveListener): this;
1451
+ addListener(event: "worker", listener: WorkerListener): this;
1452
+ emit(event: "beforeExit", code: number): boolean;
1453
+ emit(event: "disconnect"): boolean;
1454
+ emit(event: "exit", code: number): boolean;
1455
+ emit(event: "rejectionHandled", promise: Promise<unknown>): boolean;
1456
+ emit(event: "uncaughtException", error: Error): boolean;
1457
+ emit(event: "uncaughtExceptionMonitor", error: Error): boolean;
1458
+ emit(event: "unhandledRejection", reason: unknown, promise: Promise<unknown>): boolean;
1459
+ emit(event: "warning", warning: Error): boolean;
1460
+ emit(event: "message", message: unknown, sendHandle: unknown): this;
1422
1461
  emit(event: Signals, signal?: Signals): boolean;
1423
- emit(event: 'multipleResolves', type: MultipleResolveType, promise: Promise<unknown>, value: unknown): this;
1424
- emit(event: 'worker', listener: WorkerListener): this;
1425
- on(event: 'beforeExit', listener: BeforeExitListener): this;
1426
- on(event: 'disconnect', listener: DisconnectListener): this;
1427
- on(event: 'exit', listener: ExitListener): this;
1428
- on(event: 'rejectionHandled', listener: RejectionHandledListener): this;
1429
- on(event: 'uncaughtException', listener: UncaughtExceptionListener): this;
1430
- on(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this;
1431
- on(event: 'unhandledRejection', listener: UnhandledRejectionListener): this;
1432
- on(event: 'warning', listener: WarningListener): this;
1433
- on(event: 'message', listener: MessageListener): this;
1462
+ emit(
1463
+ event: "multipleResolves",
1464
+ type: MultipleResolveType,
1465
+ promise: Promise<unknown>,
1466
+ value: unknown,
1467
+ ): this;
1468
+ emit(event: "worker", listener: WorkerListener): this;
1469
+ on(event: "beforeExit", listener: BeforeExitListener): this;
1470
+ on(event: "disconnect", listener: DisconnectListener): this;
1471
+ on(event: "exit", listener: ExitListener): this;
1472
+ on(event: "rejectionHandled", listener: RejectionHandledListener): this;
1473
+ on(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1474
+ on(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1475
+ on(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1476
+ on(event: "warning", listener: WarningListener): this;
1477
+ on(event: "message", listener: MessageListener): this;
1434
1478
  on(event: Signals, listener: SignalsListener): this;
1435
- on(event: 'multipleResolves', listener: MultipleResolveListener): this;
1436
- on(event: 'worker', listener: WorkerListener): this;
1479
+ on(event: "multipleResolves", listener: MultipleResolveListener): this;
1480
+ on(event: "worker", listener: WorkerListener): this;
1437
1481
  on(event: string | symbol, listener: (...args: any[]) => void): this;
1438
- once(event: 'beforeExit', listener: BeforeExitListener): this;
1439
- once(event: 'disconnect', listener: DisconnectListener): this;
1440
- once(event: 'exit', listener: ExitListener): this;
1441
- once(event: 'rejectionHandled', listener: RejectionHandledListener): this;
1442
- once(event: 'uncaughtException', listener: UncaughtExceptionListener): this;
1443
- once(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this;
1444
- once(event: 'unhandledRejection', listener: UnhandledRejectionListener): this;
1445
- once(event: 'warning', listener: WarningListener): this;
1446
- once(event: 'message', listener: MessageListener): this;
1482
+ once(event: "beforeExit", listener: BeforeExitListener): this;
1483
+ once(event: "disconnect", listener: DisconnectListener): this;
1484
+ once(event: "exit", listener: ExitListener): this;
1485
+ once(event: "rejectionHandled", listener: RejectionHandledListener): this;
1486
+ once(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1487
+ once(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1488
+ once(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1489
+ once(event: "warning", listener: WarningListener): this;
1490
+ once(event: "message", listener: MessageListener): this;
1447
1491
  once(event: Signals, listener: SignalsListener): this;
1448
- once(event: 'multipleResolves', listener: MultipleResolveListener): this;
1449
- once(event: 'worker', listener: WorkerListener): this;
1492
+ once(event: "multipleResolves", listener: MultipleResolveListener): this;
1493
+ once(event: "worker", listener: WorkerListener): this;
1450
1494
  once(event: string | symbol, listener: (...args: any[]) => void): this;
1451
- prependListener(event: 'beforeExit', listener: BeforeExitListener): this;
1452
- prependListener(event: 'disconnect', listener: DisconnectListener): this;
1453
- prependListener(event: 'exit', listener: ExitListener): this;
1454
- prependListener(event: 'rejectionHandled', listener: RejectionHandledListener): this;
1455
- prependListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this;
1456
- prependListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this;
1457
- prependListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this;
1458
- prependListener(event: 'warning', listener: WarningListener): this;
1459
- prependListener(event: 'message', listener: MessageListener): this;
1495
+ prependListener(event: "beforeExit", listener: BeforeExitListener): this;
1496
+ prependListener(event: "disconnect", listener: DisconnectListener): this;
1497
+ prependListener(event: "exit", listener: ExitListener): this;
1498
+ prependListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
1499
+ prependListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1500
+ prependListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1501
+ prependListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1502
+ prependListener(event: "warning", listener: WarningListener): this;
1503
+ prependListener(event: "message", listener: MessageListener): this;
1460
1504
  prependListener(event: Signals, listener: SignalsListener): this;
1461
- prependListener(event: 'multipleResolves', listener: MultipleResolveListener): this;
1462
- prependListener(event: 'worker', listener: WorkerListener): this;
1463
- prependOnceListener(event: 'beforeExit', listener: BeforeExitListener): this;
1464
- prependOnceListener(event: 'disconnect', listener: DisconnectListener): this;
1465
- prependOnceListener(event: 'exit', listener: ExitListener): this;
1466
- prependOnceListener(event: 'rejectionHandled', listener: RejectionHandledListener): this;
1467
- prependOnceListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this;
1468
- prependOnceListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this;
1469
- prependOnceListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this;
1470
- prependOnceListener(event: 'warning', listener: WarningListener): this;
1471
- prependOnceListener(event: 'message', listener: MessageListener): this;
1505
+ prependListener(event: "multipleResolves", listener: MultipleResolveListener): this;
1506
+ prependListener(event: "worker", listener: WorkerListener): this;
1507
+ prependOnceListener(event: "beforeExit", listener: BeforeExitListener): this;
1508
+ prependOnceListener(event: "disconnect", listener: DisconnectListener): this;
1509
+ prependOnceListener(event: "exit", listener: ExitListener): this;
1510
+ prependOnceListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
1511
+ prependOnceListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1512
+ prependOnceListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1513
+ prependOnceListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1514
+ prependOnceListener(event: "warning", listener: WarningListener): this;
1515
+ prependOnceListener(event: "message", listener: MessageListener): this;
1472
1516
  prependOnceListener(event: Signals, listener: SignalsListener): this;
1473
- prependOnceListener(event: 'multipleResolves', listener: MultipleResolveListener): this;
1474
- prependOnceListener(event: 'worker', listener: WorkerListener): this;
1475
- listeners(event: 'beforeExit'): BeforeExitListener[];
1476
- listeners(event: 'disconnect'): DisconnectListener[];
1477
- listeners(event: 'exit'): ExitListener[];
1478
- listeners(event: 'rejectionHandled'): RejectionHandledListener[];
1479
- listeners(event: 'uncaughtException'): UncaughtExceptionListener[];
1480
- listeners(event: 'uncaughtExceptionMonitor'): UncaughtExceptionListener[];
1481
- listeners(event: 'unhandledRejection'): UnhandledRejectionListener[];
1482
- listeners(event: 'warning'): WarningListener[];
1483
- listeners(event: 'message'): MessageListener[];
1517
+ prependOnceListener(event: "multipleResolves", listener: MultipleResolveListener): this;
1518
+ prependOnceListener(event: "worker", listener: WorkerListener): this;
1519
+ listeners(event: "beforeExit"): BeforeExitListener[];
1520
+ listeners(event: "disconnect"): DisconnectListener[];
1521
+ listeners(event: "exit"): ExitListener[];
1522
+ listeners(event: "rejectionHandled"): RejectionHandledListener[];
1523
+ listeners(event: "uncaughtException"): UncaughtExceptionListener[];
1524
+ listeners(event: "uncaughtExceptionMonitor"): UncaughtExceptionListener[];
1525
+ listeners(event: "unhandledRejection"): UnhandledRejectionListener[];
1526
+ listeners(event: "warning"): WarningListener[];
1527
+ listeners(event: "message"): MessageListener[];
1484
1528
  listeners(event: Signals): SignalsListener[];
1485
- listeners(event: 'multipleResolves'): MultipleResolveListener[];
1486
- listeners(event: 'worker'): WorkerListener[];
1529
+ listeners(event: "multipleResolves"): MultipleResolveListener[];
1530
+ listeners(event: "worker"): WorkerListener[];
1487
1531
  }
1488
1532
  }
1489
1533
  }
1490
1534
  export = process;
1491
1535
  }
1492
- declare module 'node:process' {
1493
- import process = require('process');
1536
+ declare module "node:process" {
1537
+ import process = require("process");
1494
1538
  export = process;
1495
1539
  }
@@ -26,7 +26,7 @@
26
26
  * @deprecated Since v7.0.0 - Deprecated
27
27
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/punycode.js)
28
28
  */
29
- declare module 'punycode' {
29
+ declare module "punycode" {
30
30
  /**
31
31
  * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only
32
32
  * characters to the equivalent string of Unicode codepoints.
@@ -101,7 +101,7 @@ declare module 'punycode' {
101
101
  * Users currently depending on the punycode module should switch to using
102
102
  * the userland-provided Punycode.js module instead.
103
103
  */
104
- encode(codePoints: ReadonlyArray<number>): string;
104
+ encode(codePoints: readonly number[]): string;
105
105
  }
106
106
  /**
107
107
  * @deprecated since v7.0.0
@@ -112,6 +112,6 @@ declare module 'punycode' {
112
112
  */
113
113
  const version: string;
114
114
  }
115
- declare module 'node:punycode' {
116
- export * from 'punycode';
115
+ declare module "node:punycode" {
116
+ export * from "punycode";
117
117
  }
@@ -11,7 +11,7 @@
11
11
  * when compatibility with browser code is desirable.
12
12
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/querystring.js)
13
13
  */
14
- declare module 'querystring' {
14
+ declare module "querystring" {
15
15
  interface StringifyOptions {
16
16
  encodeURIComponent?: ((str: string) => string) | undefined;
17
17
  }
@@ -20,7 +20,17 @@ declare module 'querystring' {
20
20
  decodeURIComponent?: ((str: string) => string) | undefined;
21
21
  }
22
22
  interface ParsedUrlQuery extends NodeJS.Dict<string | string[]> {}
23
- interface ParsedUrlQueryInput extends NodeJS.Dict<string | number | boolean | ReadonlyArray<string> | ReadonlyArray<number> | ReadonlyArray<boolean> | null> {}
23
+ interface ParsedUrlQueryInput extends
24
+ NodeJS.Dict<
25
+ | string
26
+ | number
27
+ | boolean
28
+ | readonly string[]
29
+ | readonly number[]
30
+ | readonly boolean[]
31
+ | null
32
+ >
33
+ {}
24
34
  /**
25
35
  * The `querystring.stringify()` method produces a URL query string from a
26
36
  * given `obj` by iterating through the object's "own properties".
@@ -126,6 +136,6 @@ declare module 'querystring' {
126
136
  */
127
137
  function unescape(str: string): string;
128
138
  }
129
- declare module 'node:querystring' {
130
- export * from 'querystring';
139
+ declare module "node:querystring" {
140
+ export * from "querystring";
131
141
  }
@@ -2,9 +2,9 @@
2
2
  * @since v17.0.0
3
3
  * @experimental
4
4
  */
5
- declare module 'readline/promises' {
6
- import { Interface as _Interface, ReadLineOptions, Completer, AsyncCompleter, Direction } from 'node:readline';
7
- import { Abortable } from 'node:events';
5
+ declare module "readline/promises" {
6
+ import { AsyncCompleter, Completer, Direction, Interface as _Interface, ReadLineOptions } from "node:readline";
7
+ import { Abortable } from "node:events";
8
8
  /**
9
9
  * Instances of the `readlinePromises.Interface` class are constructed using the`readlinePromises.createInterface()` method. Every instance is associated with a
10
10
  * single `input` `Readable` stream and a single `output` `Writable` stream.
@@ -61,7 +61,7 @@ declare module 'readline/promises' {
61
61
  stream: NodeJS.WritableStream,
62
62
  options?: {
63
63
  autoCommit?: boolean;
64
- }
64
+ },
65
65
  );
66
66
  /**
67
67
  * The `rl.clearLine()` method adds to the internal list of pending action an
@@ -137,9 +137,14 @@ declare module 'readline/promises' {
137
137
  * (`process.stdout` does this automatically when it is a TTY).
138
138
  * @since v17.0.0
139
139
  */
140
- function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface;
140
+ function createInterface(
141
+ input: NodeJS.ReadableStream,
142
+ output?: NodeJS.WritableStream,
143
+ completer?: Completer | AsyncCompleter,
144
+ terminal?: boolean,
145
+ ): Interface;
141
146
  function createInterface(options: ReadLineOptions): Interface;
142
147
  }
143
- declare module 'node:readline/promises' {
144
- export * from 'readline/promises';
148
+ declare module "node:readline/promises" {
149
+ export * from "readline/promises";
145
150
  }