pokeedex 0.1.0 → 0.1.5

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 (560) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/bin/pokeedex +1 -44
  4. data/lib/pokeedex/configuration.rb +0 -6
  5. data/lib/pokeedex/install_playwright.rb +62 -0
  6. data/lib/pokeedex/pokemon/scrapper/fetchers/base.rb +1 -1
  7. data/lib/pokeedex/version.rb +1 -1
  8. data/lib/pokeedex.rb +5 -2
  9. data/spec/pokeedex/configuration_spec.rb +0 -7
  10. data/spec/spec_helper.rb +1 -1
  11. metadata +2 -550
  12. data/node_modules/.bin/playwright +0 -1
  13. data/node_modules/.bin/playwright-core +0 -1
  14. data/node_modules/.yarn-integrity +0 -22
  15. data/node_modules/@playwright/test/LICENSE +0 -202
  16. data/node_modules/@playwright/test/NOTICE +0 -5
  17. data/node_modules/@playwright/test/README.md +0 -169
  18. data/node_modules/@playwright/test/cli.js +0 -19
  19. data/node_modules/@playwright/test/index.d.ts +0 -18
  20. data/node_modules/@playwright/test/index.js +0 -17
  21. data/node_modules/@playwright/test/index.mjs +0 -18
  22. data/node_modules/@playwright/test/node_modules/.bin/playwright +0 -1
  23. data/node_modules/@playwright/test/package.json +0 -35
  24. data/node_modules/@playwright/test/reporter.d.ts +0 -17
  25. data/node_modules/@playwright/test/reporter.js +0 -17
  26. data/node_modules/@playwright/test/reporter.mjs +0 -17
  27. data/node_modules/@types/node/LICENSE +0 -21
  28. data/node_modules/@types/node/README.md +0 -15
  29. data/node_modules/@types/node/assert/strict.d.ts +0 -8
  30. data/node_modules/@types/node/assert.d.ts +0 -1040
  31. data/node_modules/@types/node/async_hooks.d.ts +0 -541
  32. data/node_modules/@types/node/buffer.d.ts +0 -2300
  33. data/node_modules/@types/node/child_process.d.ts +0 -1544
  34. data/node_modules/@types/node/cluster.d.ts +0 -578
  35. data/node_modules/@types/node/console.d.ts +0 -452
  36. data/node_modules/@types/node/constants.d.ts +0 -19
  37. data/node_modules/@types/node/crypto.d.ts +0 -4451
  38. data/node_modules/@types/node/dgram.d.ts +0 -596
  39. data/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  40. data/node_modules/@types/node/dns/promises.d.ts +0 -476
  41. data/node_modules/@types/node/dns.d.ts +0 -865
  42. data/node_modules/@types/node/dom-events.d.ts +0 -124
  43. data/node_modules/@types/node/domain.d.ts +0 -170
  44. data/node_modules/@types/node/events.d.ts +0 -931
  45. data/node_modules/@types/node/fs/promises.d.ts +0 -1264
  46. data/node_modules/@types/node/fs.d.ts +0 -4390
  47. data/node_modules/@types/node/globals.d.ts +0 -611
  48. data/node_modules/@types/node/globals.global.d.ts +0 -1
  49. data/node_modules/@types/node/http.d.ts +0 -1921
  50. data/node_modules/@types/node/http2.d.ts +0 -2555
  51. data/node_modules/@types/node/https.d.ts +0 -544
  52. data/node_modules/@types/node/index.d.ts +0 -90
  53. data/node_modules/@types/node/inspector.d.ts +0 -3966
  54. data/node_modules/@types/node/module.d.ts +0 -301
  55. data/node_modules/@types/node/net.d.ts +0 -995
  56. data/node_modules/@types/node/os.d.ts +0 -495
  57. data/node_modules/@types/node/package.json +0 -217
  58. data/node_modules/@types/node/path.d.ts +0 -200
  59. data/node_modules/@types/node/perf_hooks.d.ts +0 -941
  60. data/node_modules/@types/node/process.d.ts +0 -1912
  61. data/node_modules/@types/node/punycode.d.ts +0 -117
  62. data/node_modules/@types/node/querystring.d.ts +0 -153
  63. data/node_modules/@types/node/readline/promises.d.ts +0 -150
  64. data/node_modules/@types/node/readline.d.ts +0 -540
  65. data/node_modules/@types/node/repl.d.ts +0 -430
  66. data/node_modules/@types/node/sea.d.ts +0 -153
  67. data/node_modules/@types/node/sqlite.d.ts +0 -213
  68. data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  69. data/node_modules/@types/node/stream/promises.d.ts +0 -83
  70. data/node_modules/@types/node/stream/web.d.ts +0 -606
  71. data/node_modules/@types/node/stream.d.ts +0 -1726
  72. data/node_modules/@types/node/string_decoder.d.ts +0 -67
  73. data/node_modules/@types/node/test.d.ts +0 -2098
  74. data/node_modules/@types/node/timers/promises.d.ts +0 -97
  75. data/node_modules/@types/node/timers.d.ts +0 -240
  76. data/node_modules/@types/node/tls.d.ts +0 -1220
  77. data/node_modules/@types/node/trace_events.d.ts +0 -197
  78. data/node_modules/@types/node/tty.d.ts +0 -208
  79. data/node_modules/@types/node/url.d.ts +0 -969
  80. data/node_modules/@types/node/util.d.ts +0 -2301
  81. data/node_modules/@types/node/v8.d.ts +0 -808
  82. data/node_modules/@types/node/vm.d.ts +0 -922
  83. data/node_modules/@types/node/wasi.d.ts +0 -181
  84. data/node_modules/@types/node/worker_threads.d.ts +0 -712
  85. data/node_modules/@types/node/zlib.d.ts +0 -539
  86. data/node_modules/fsevents/LICENSE +0 -22
  87. data/node_modules/fsevents/README.md +0 -83
  88. data/node_modules/fsevents/fsevents.d.ts +0 -46
  89. data/node_modules/fsevents/fsevents.js +0 -82
  90. data/node_modules/fsevents/fsevents.node +0 -0
  91. data/node_modules/fsevents/package.json +0 -62
  92. data/node_modules/playwright/.eslintrc.js +0 -6
  93. data/node_modules/playwright/LICENSE +0 -202
  94. data/node_modules/playwright/NOTICE +0 -5
  95. data/node_modules/playwright/README.md +0 -169
  96. data/node_modules/playwright/ThirdPartyNotices.txt +0 -4356
  97. data/node_modules/playwright/cli.js +0 -19
  98. data/node_modules/playwright/index.d.ts +0 -17
  99. data/node_modules/playwright/index.js +0 -17
  100. data/node_modules/playwright/index.mjs +0 -18
  101. data/node_modules/playwright/jsx-runtime.js +0 -41
  102. data/node_modules/playwright/jsx-runtime.mjs +0 -21
  103. data/node_modules/playwright/lib/common/config.js +0 -256
  104. data/node_modules/playwright/lib/common/configLoader.js +0 -321
  105. data/node_modules/playwright/lib/common/esmLoaderHost.js +0 -93
  106. data/node_modules/playwright/lib/common/expectBundle.js +0 -27
  107. data/node_modules/playwright/lib/common/expectBundleImpl.js +0 -389
  108. data/node_modules/playwright/lib/common/fixtures.js +0 -323
  109. data/node_modules/playwright/lib/common/globals.js +0 -48
  110. data/node_modules/playwright/lib/common/ipc.js +0 -48
  111. data/node_modules/playwright/lib/common/poolBuilder.js +0 -79
  112. data/node_modules/playwright/lib/common/process.js +0 -140
  113. data/node_modules/playwright/lib/common/suiteUtils.js +0 -133
  114. data/node_modules/playwright/lib/common/test.js +0 -311
  115. data/node_modules/playwright/lib/common/testLoader.js +0 -102
  116. data/node_modules/playwright/lib/common/testType.js +0 -284
  117. data/node_modules/playwright/lib/fsWatcher.js +0 -69
  118. data/node_modules/playwright/lib/index.js +0 -888
  119. data/node_modules/playwright/lib/internalsForTest.js +0 -28
  120. data/node_modules/playwright/lib/isomorphic/events.js +0 -72
  121. data/node_modules/playwright/lib/isomorphic/folders.js +0 -25
  122. data/node_modules/playwright/lib/isomorphic/stringInternPool.js +0 -58
  123. data/node_modules/playwright/lib/isomorphic/teleReceiver.js +0 -504
  124. data/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js +0 -149
  125. data/node_modules/playwright/lib/isomorphic/testServerConnection.js +0 -210
  126. data/node_modules/playwright/lib/isomorphic/testServerInterface.js +0 -5
  127. data/node_modules/playwright/lib/isomorphic/testTree.js +0 -272
  128. data/node_modules/playwright/lib/loader/loaderMain.js +0 -58
  129. data/node_modules/playwright/lib/matchers/expect.js +0 -297
  130. data/node_modules/playwright/lib/matchers/matcherHint.js +0 -50
  131. data/node_modules/playwright/lib/matchers/matchers.js +0 -449
  132. data/node_modules/playwright/lib/matchers/toBeTruthy.js +0 -55
  133. data/node_modules/playwright/lib/matchers/toEqual.js +0 -57
  134. data/node_modules/playwright/lib/matchers/toMatchSnapshot.js +0 -383
  135. data/node_modules/playwright/lib/matchers/toMatchText.js +0 -76
  136. data/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js +0 -78
  137. data/node_modules/playwright/lib/plugins/index.js +0 -19
  138. data/node_modules/playwright/lib/plugins/webServerPlugin.js +0 -187
  139. data/node_modules/playwright/lib/program.js +0 -346
  140. data/node_modules/playwright/lib/reporters/base.js +0 -553
  141. data/node_modules/playwright/lib/reporters/blob.js +0 -133
  142. data/node_modules/playwright/lib/reporters/dot.js +0 -82
  143. data/node_modules/playwright/lib/reporters/empty.js +0 -42
  144. data/node_modules/playwright/lib/reporters/github.js +0 -115
  145. data/node_modules/playwright/lib/reporters/html.js +0 -623
  146. data/node_modules/playwright/lib/reporters/internalReporter.js +0 -123
  147. data/node_modules/playwright/lib/reporters/json.js +0 -243
  148. data/node_modules/playwright/lib/reporters/junit.js +0 -233
  149. data/node_modules/playwright/lib/reporters/line.js +0 -108
  150. data/node_modules/playwright/lib/reporters/list.js +0 -222
  151. data/node_modules/playwright/lib/reporters/markdown.js +0 -76
  152. data/node_modules/playwright/lib/reporters/merge.js +0 -477
  153. data/node_modules/playwright/lib/reporters/multiplexer.js +0 -90
  154. data/node_modules/playwright/lib/reporters/reporterV2.js +0 -118
  155. data/node_modules/playwright/lib/reporters/teleEmitter.js +0 -268
  156. data/node_modules/playwright/lib/reporters/versions/blobV1.js +0 -5
  157. data/node_modules/playwright/lib/runner/dispatcher.js +0 -532
  158. data/node_modules/playwright/lib/runner/failureTracker.js +0 -60
  159. data/node_modules/playwright/lib/runner/loadUtils.js +0 -308
  160. data/node_modules/playwright/lib/runner/loaderHost.js +0 -85
  161. data/node_modules/playwright/lib/runner/processHost.js +0 -175
  162. data/node_modules/playwright/lib/runner/projectUtils.js +0 -203
  163. data/node_modules/playwright/lib/runner/reporters.js +0 -151
  164. data/node_modules/playwright/lib/runner/runner.js +0 -179
  165. data/node_modules/playwright/lib/runner/sigIntWatcher.js +0 -100
  166. data/node_modules/playwright/lib/runner/taskRunner.js +0 -147
  167. data/node_modules/playwright/lib/runner/tasks.js +0 -407
  168. data/node_modules/playwright/lib/runner/testGroups.js +0 -136
  169. data/node_modules/playwright/lib/runner/testServer.js +0 -605
  170. data/node_modules/playwright/lib/runner/uiModeReporter.js +0 -31
  171. data/node_modules/playwright/lib/runner/vcs.js +0 -55
  172. data/node_modules/playwright/lib/runner/watchMode.js +0 -398
  173. data/node_modules/playwright/lib/runner/workerHost.js +0 -85
  174. data/node_modules/playwright/lib/third_party/tsconfig-loader.js +0 -134
  175. data/node_modules/playwright/lib/transform/babelBundle.js +0 -28
  176. data/node_modules/playwright/lib/transform/babelBundleImpl.js +0 -2032
  177. data/node_modules/playwright/lib/transform/compilationCache.js +0 -254
  178. data/node_modules/playwright/lib/transform/esmLoader.js +0 -117
  179. data/node_modules/playwright/lib/transform/esmUtils.js +0 -32
  180. data/node_modules/playwright/lib/transform/portTransport.js +0 -81
  181. data/node_modules/playwright/lib/transform/transform.js +0 -267
  182. data/node_modules/playwright/lib/util.js +0 -356
  183. data/node_modules/playwright/lib/utilsBundle.js +0 -28
  184. data/node_modules/playwright/lib/utilsBundleImpl.js +0 -102
  185. data/node_modules/playwright/lib/worker/fixtureRunner.js +0 -279
  186. data/node_modules/playwright/lib/worker/testInfo.js +0 -397
  187. data/node_modules/playwright/lib/worker/testTracing.js +0 -314
  188. data/node_modules/playwright/lib/worker/timeoutManager.js +0 -153
  189. data/node_modules/playwright/lib/worker/workerMain.js +0 -637
  190. data/node_modules/playwright/node_modules/.bin/playwright-core +0 -1
  191. data/node_modules/playwright/package.json +0 -66
  192. data/node_modules/playwright/test.d.ts +0 -18
  193. data/node_modules/playwright/test.js +0 -24
  194. data/node_modules/playwright/test.mjs +0 -33
  195. data/node_modules/playwright/types/test.d.ts +0 -8444
  196. data/node_modules/playwright/types/testReporter.d.ts +0 -749
  197. data/node_modules/playwright-core/LICENSE +0 -202
  198. data/node_modules/playwright-core/NOTICE +0 -5
  199. data/node_modules/playwright-core/README.md +0 -3
  200. data/node_modules/playwright-core/ThirdPartyNotices.txt +0 -1548
  201. data/node_modules/playwright-core/bin/PrintDeps.exe +0 -0
  202. data/node_modules/playwright-core/bin/README.md +0 -2
  203. data/node_modules/playwright-core/bin/install_media_pack.ps1 +0 -5
  204. data/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +0 -40
  205. data/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +0 -13
  206. data/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +0 -24
  207. data/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +0 -40
  208. data/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +0 -12
  209. data/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +0 -24
  210. data/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +0 -40
  211. data/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +0 -11
  212. data/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +0 -23
  213. data/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +0 -40
  214. data/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +0 -11
  215. data/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +0 -23
  216. data/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +0 -40
  217. data/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +0 -11
  218. data/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +0 -24
  219. data/node_modules/playwright-core/browsers.json +0 -53
  220. data/node_modules/playwright-core/cli.js +0 -18
  221. data/node_modules/playwright-core/index.d.ts +0 -17
  222. data/node_modules/playwright-core/index.js +0 -33
  223. data/node_modules/playwright-core/index.mjs +0 -28
  224. data/node_modules/playwright-core/lib/androidServerImpl.js +0 -69
  225. data/node_modules/playwright-core/lib/browserServerImpl.js +0 -92
  226. data/node_modules/playwright-core/lib/cli/driver.js +0 -95
  227. data/node_modules/playwright-core/lib/cli/program.js +0 -577
  228. data/node_modules/playwright-core/lib/cli/programWithTestStub.js +0 -67
  229. data/node_modules/playwright-core/lib/client/accessibility.js +0 -50
  230. data/node_modules/playwright-core/lib/client/android.js +0 -473
  231. data/node_modules/playwright-core/lib/client/api.js +0 -279
  232. data/node_modules/playwright-core/lib/client/artifact.js +0 -79
  233. data/node_modules/playwright-core/lib/client/browser.js +0 -145
  234. data/node_modules/playwright-core/lib/client/browserContext.js +0 -541
  235. data/node_modules/playwright-core/lib/client/browserType.js +0 -241
  236. data/node_modules/playwright-core/lib/client/cdpSession.js +0 -53
  237. data/node_modules/playwright-core/lib/client/channelOwner.js +0 -231
  238. data/node_modules/playwright-core/lib/client/clientHelper.js +0 -57
  239. data/node_modules/playwright-core/lib/client/clientInstrumentation.js +0 -50
  240. data/node_modules/playwright-core/lib/client/clock.js +0 -68
  241. data/node_modules/playwright-core/lib/client/connection.js +0 -330
  242. data/node_modules/playwright-core/lib/client/consoleMessage.js +0 -55
  243. data/node_modules/playwright-core/lib/client/coverage.js +0 -41
  244. data/node_modules/playwright-core/lib/client/dialog.js +0 -57
  245. data/node_modules/playwright-core/lib/client/download.js +0 -62
  246. data/node_modules/playwright-core/lib/client/electron.js +0 -135
  247. data/node_modules/playwright-core/lib/client/elementHandle.js +0 -321
  248. data/node_modules/playwright-core/lib/client/errors.js +0 -77
  249. data/node_modules/playwright-core/lib/client/eventEmitter.js +0 -314
  250. data/node_modules/playwright-core/lib/client/events.js +0 -94
  251. data/node_modules/playwright-core/lib/client/fetch.js +0 -396
  252. data/node_modules/playwright-core/lib/client/fileChooser.js +0 -45
  253. data/node_modules/playwright-core/lib/client/frame.js +0 -504
  254. data/node_modules/playwright-core/lib/client/harRouter.js +0 -99
  255. data/node_modules/playwright-core/lib/client/input.js +0 -111
  256. data/node_modules/playwright-core/lib/client/jsHandle.js +0 -129
  257. data/node_modules/playwright-core/lib/client/jsonPipe.js +0 -35
  258. data/node_modules/playwright-core/lib/client/localUtils.js +0 -35
  259. data/node_modules/playwright-core/lib/client/locator.js +0 -441
  260. data/node_modules/playwright-core/lib/client/network.js +0 -604
  261. data/node_modules/playwright-core/lib/client/page.js +0 -725
  262. data/node_modules/playwright-core/lib/client/playwright.js +0 -77
  263. data/node_modules/playwright-core/lib/client/selectors.js +0 -67
  264. data/node_modules/playwright-core/lib/client/stream.js +0 -54
  265. data/node_modules/playwright-core/lib/client/tracing.js +0 -138
  266. data/node_modules/playwright-core/lib/client/types.js +0 -24
  267. data/node_modules/playwright-core/lib/client/video.js +0 -51
  268. data/node_modules/playwright-core/lib/client/waiter.js +0 -158
  269. data/node_modules/playwright-core/lib/client/webError.js +0 -37
  270. data/node_modules/playwright-core/lib/client/worker.js +0 -71
  271. data/node_modules/playwright-core/lib/client/writableStream.js +0 -54
  272. data/node_modules/playwright-core/lib/common/socksProxy.js +0 -569
  273. data/node_modules/playwright-core/lib/common/timeoutSettings.js +0 -73
  274. data/node_modules/playwright-core/lib/common/types.js +0 -5
  275. data/node_modules/playwright-core/lib/generated/clockSource.js +0 -7
  276. data/node_modules/playwright-core/lib/generated/consoleApiSource.js +0 -7
  277. data/node_modules/playwright-core/lib/generated/injectedScriptSource.js +0 -7
  278. data/node_modules/playwright-core/lib/generated/recorderSource.js +0 -7
  279. data/node_modules/playwright-core/lib/generated/utilityScriptSource.js +0 -7
  280. data/node_modules/playwright-core/lib/image_tools/colorUtils.js +0 -98
  281. data/node_modules/playwright-core/lib/image_tools/compare.js +0 -108
  282. data/node_modules/playwright-core/lib/image_tools/imageChannel.js +0 -70
  283. data/node_modules/playwright-core/lib/image_tools/stats.js +0 -102
  284. data/node_modules/playwright-core/lib/inProcessFactory.js +0 -54
  285. data/node_modules/playwright-core/lib/inprocess.js +0 -20
  286. data/node_modules/playwright-core/lib/outofprocess.js +0 -67
  287. data/node_modules/playwright-core/lib/protocol/debug.js +0 -27
  288. data/node_modules/playwright-core/lib/protocol/serializers.js +0 -173
  289. data/node_modules/playwright-core/lib/protocol/transport.js +0 -82
  290. data/node_modules/playwright-core/lib/protocol/validator.js +0 -2694
  291. data/node_modules/playwright-core/lib/protocol/validatorPrimitives.js +0 -139
  292. data/node_modules/playwright-core/lib/remote/playwrightConnection.js +0 -274
  293. data/node_modules/playwright-core/lib/remote/playwrightServer.js +0 -110
  294. data/node_modules/playwright-core/lib/server/accessibility.js +0 -62
  295. data/node_modules/playwright-core/lib/server/android/android.js +0 -441
  296. data/node_modules/playwright-core/lib/server/android/backendAdb.js +0 -172
  297. data/node_modules/playwright-core/lib/server/artifact.js +0 -104
  298. data/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js +0 -296
  299. data/node_modules/playwright-core/lib/server/bidi/bidiConnection.js +0 -206
  300. data/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js +0 -162
  301. data/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js +0 -110
  302. data/node_modules/playwright-core/lib/server/bidi/bidiInput.js +0 -174
  303. data/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js +0 -304
  304. data/node_modules/playwright-core/lib/server/bidi/bidiPage.js +0 -456
  305. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  306. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js +0 -238
  307. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  308. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  309. data/node_modules/playwright-core/lib/server/browser.js +0 -137
  310. data/node_modules/playwright-core/lib/server/browserContext.js +0 -684
  311. data/node_modules/playwright-core/lib/server/browserType.js +0 -307
  312. data/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  313. data/node_modules/playwright-core/lib/server/chromium/chromium.js +0 -362
  314. data/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js +0 -44
  315. data/node_modules/playwright-core/lib/server/chromium/crAccessibility.js +0 -237
  316. data/node_modules/playwright-core/lib/server/chromium/crBrowser.js +0 -515
  317. data/node_modules/playwright-core/lib/server/chromium/crConnection.js +0 -228
  318. data/node_modules/playwright-core/lib/server/chromium/crCoverage.js +0 -246
  319. data/node_modules/playwright-core/lib/server/chromium/crDevTools.js +0 -104
  320. data/node_modules/playwright-core/lib/server/chromium/crDragDrop.js +0 -143
  321. data/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js +0 -156
  322. data/node_modules/playwright-core/lib/server/chromium/crInput.js +0 -171
  323. data/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js +0 -767
  324. data/node_modules/playwright-core/lib/server/chromium/crPage.js +0 -1128
  325. data/node_modules/playwright-core/lib/server/chromium/crPdf.js +0 -153
  326. data/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js +0 -133
  327. data/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js +0 -112
  328. data/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js +0 -145
  329. data/node_modules/playwright-core/lib/server/chromium/videoRecorder.js +0 -155
  330. data/node_modules/playwright-core/lib/server/clock.js +0 -125
  331. data/node_modules/playwright-core/lib/server/codegen/csharp.js +0 -299
  332. data/node_modules/playwright-core/lib/server/codegen/java.js +0 -235
  333. data/node_modules/playwright-core/lib/server/codegen/javascript.js +0 -223
  334. data/node_modules/playwright-core/lib/server/codegen/jsonl.js +0 -47
  335. data/node_modules/playwright-core/lib/server/codegen/language.js +0 -76
  336. data/node_modules/playwright-core/lib/server/codegen/languages.js +0 -30
  337. data/node_modules/playwright-core/lib/server/codegen/python.js +0 -265
  338. data/node_modules/playwright-core/lib/server/codegen/types.js +0 -5
  339. data/node_modules/playwright-core/lib/server/console.js +0 -57
  340. data/node_modules/playwright-core/lib/server/cookieStore.js +0 -112
  341. data/node_modules/playwright-core/lib/server/debugController.js +0 -234
  342. data/node_modules/playwright-core/lib/server/debugger.js +0 -132
  343. data/node_modules/playwright-core/lib/server/deviceDescriptors.js +0 -26
  344. data/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +0 -1669
  345. data/node_modules/playwright-core/lib/server/dialog.js +0 -70
  346. data/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js +0 -193
  347. data/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js +0 -118
  348. data/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js +0 -351
  349. data/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js +0 -170
  350. data/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  351. data/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  352. data/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js +0 -103
  353. data/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js +0 -44
  354. data/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js +0 -395
  355. data/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js +0 -93
  356. data/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  357. data/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js +0 -286
  358. data/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js +0 -102
  359. data/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  360. data/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  361. data/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js +0 -221
  362. data/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js +0 -358
  363. data/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js +0 -106
  364. data/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  365. data/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js +0 -62
  366. data/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js +0 -54
  367. data/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  368. data/node_modules/playwright-core/lib/server/dom.js +0 -845
  369. data/node_modules/playwright-core/lib/server/download.js +0 -53
  370. data/node_modules/playwright-core/lib/server/electron/electron.js +0 -296
  371. data/node_modules/playwright-core/lib/server/electron/loader.js +0 -57
  372. data/node_modules/playwright-core/lib/server/errors.js +0 -68
  373. data/node_modules/playwright-core/lib/server/fetch.js +0 -660
  374. data/node_modules/playwright-core/lib/server/fileChooser.js +0 -42
  375. data/node_modules/playwright-core/lib/server/fileUploadUtils.js +0 -75
  376. data/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js +0 -216
  377. data/node_modules/playwright-core/lib/server/firefox/ffBrowser.js +0 -458
  378. data/node_modules/playwright-core/lib/server/firefox/ffConnection.js +0 -168
  379. data/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js +0 -138
  380. data/node_modules/playwright-core/lib/server/firefox/ffInput.js +0 -150
  381. data/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js +0 -233
  382. data/node_modules/playwright-core/lib/server/firefox/ffPage.js +0 -556
  383. data/node_modules/playwright-core/lib/server/firefox/firefox.js +0 -110
  384. data/node_modules/playwright-core/lib/server/formData.js +0 -75
  385. data/node_modules/playwright-core/lib/server/frameSelectors.js +0 -171
  386. data/node_modules/playwright-core/lib/server/frames.js +0 -1654
  387. data/node_modules/playwright-core/lib/server/har/harRecorder.js +0 -139
  388. data/node_modules/playwright-core/lib/server/har/harTracer.js +0 -531
  389. data/node_modules/playwright-core/lib/server/helper.js +0 -103
  390. data/node_modules/playwright-core/lib/server/index.js +0 -114
  391. data/node_modules/playwright-core/lib/server/input.js +0 -311
  392. data/node_modules/playwright-core/lib/server/instrumentation.js +0 -70
  393. data/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  394. data/node_modules/playwright-core/lib/server/javascript.js +0 -306
  395. data/node_modules/playwright-core/lib/server/launchApp.js +0 -91
  396. data/node_modules/playwright-core/lib/server/macEditingCommands.js +0 -139
  397. data/node_modules/playwright-core/lib/server/network.js +0 -617
  398. data/node_modules/playwright-core/lib/server/page.js +0 -825
  399. data/node_modules/playwright-core/lib/server/pipeTransport.js +0 -85
  400. data/node_modules/playwright-core/lib/server/playwright.js +0 -85
  401. data/node_modules/playwright-core/lib/server/progress.js +0 -102
  402. data/node_modules/playwright-core/lib/server/protocolError.js +0 -49
  403. data/node_modules/playwright-core/lib/server/recorder/contextRecorder.js +0 -316
  404. data/node_modules/playwright-core/lib/server/recorder/recorderActions.js +0 -5
  405. data/node_modules/playwright-core/lib/server/recorder/recorderApp.js +0 -190
  406. data/node_modules/playwright-core/lib/server/recorder/recorderCollection.js +0 -127
  407. data/node_modules/playwright-core/lib/server/recorder/recorderRunner.js +0 -177
  408. data/node_modules/playwright-core/lib/server/recorder/recorderUtils.js +0 -71
  409. data/node_modules/playwright-core/lib/server/recorder/throttledFile.js +0 -46
  410. data/node_modules/playwright-core/lib/server/recorder.js +0 -324
  411. data/node_modules/playwright-core/lib/server/registry/browserFetcher.js +0 -168
  412. data/node_modules/playwright-core/lib/server/registry/dependencies.js +0 -322
  413. data/node_modules/playwright-core/lib/server/registry/index.js +0 -924
  414. data/node_modules/playwright-core/lib/server/registry/nativeDeps.js +0 -490
  415. data/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  416. data/node_modules/playwright-core/lib/server/screenshotter.js +0 -348
  417. data/node_modules/playwright-core/lib/server/selectors.js +0 -73
  418. data/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js +0 -328
  419. data/node_modules/playwright-core/lib/server/socksInterceptor.js +0 -100
  420. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js +0 -171
  421. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js +0 -493
  422. data/node_modules/playwright-core/lib/server/trace/recorder/tracing.js +0 -486
  423. data/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  424. data/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js +0 -216
  425. data/node_modules/playwright-core/lib/server/transport.js +0 -191
  426. data/node_modules/playwright-core/lib/server/types.js +0 -24
  427. data/node_modules/playwright-core/lib/server/usKeyboardLayout.js +0 -555
  428. data/node_modules/playwright-core/lib/server/webkit/webkit.js +0 -87
  429. data/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js +0 -194
  430. data/node_modules/playwright-core/lib/server/webkit/wkBrowser.js +0 -328
  431. data/node_modules/playwright-core/lib/server/webkit/wkConnection.js +0 -173
  432. data/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js +0 -146
  433. data/node_modules/playwright-core/lib/server/webkit/wkInput.js +0 -169
  434. data/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js +0 -162
  435. data/node_modules/playwright-core/lib/server/webkit/wkPage.js +0 -1216
  436. data/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js +0 -94
  437. data/node_modules/playwright-core/lib/server/webkit/wkWorkers.js +0 -104
  438. data/node_modules/playwright-core/lib/third_party/diff_match_patch.js +0 -2222
  439. data/node_modules/playwright-core/lib/third_party/pixelmatch.js +0 -255
  440. data/node_modules/playwright-core/lib/utils/ascii.js +0 -31
  441. data/node_modules/playwright-core/lib/utils/comparators.js +0 -171
  442. data/node_modules/playwright-core/lib/utils/crypto.js +0 -174
  443. data/node_modules/playwright-core/lib/utils/debug.js +0 -46
  444. data/node_modules/playwright-core/lib/utils/debugLogger.js +0 -91
  445. data/node_modules/playwright-core/lib/utils/env.js +0 -49
  446. data/node_modules/playwright-core/lib/utils/eventsHelper.js +0 -38
  447. data/node_modules/playwright-core/lib/utils/expectUtils.js +0 -33
  448. data/node_modules/playwright-core/lib/utils/fileUtils.js +0 -205
  449. data/node_modules/playwright-core/lib/utils/happy-eyeballs.js +0 -181
  450. data/node_modules/playwright-core/lib/utils/headers.js +0 -52
  451. data/node_modules/playwright-core/lib/utils/hostPlatform.js +0 -133
  452. data/node_modules/playwright-core/lib/utils/httpServer.js +0 -236
  453. data/node_modules/playwright-core/lib/utils/index.js +0 -368
  454. data/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js +0 -250
  455. data/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js +0 -979
  456. data/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js +0 -651
  457. data/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js +0 -179
  458. data/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js +0 -62
  459. data/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js +0 -29
  460. data/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js +0 -397
  461. data/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js +0 -139
  462. data/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js +0 -39
  463. data/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js +0 -120
  464. data/node_modules/playwright-core/lib/utils/linuxUtils.js +0 -78
  465. data/node_modules/playwright-core/lib/utils/manualPromise.js +0 -109
  466. data/node_modules/playwright-core/lib/utils/multimap.js +0 -75
  467. data/node_modules/playwright-core/lib/utils/network.js +0 -160
  468. data/node_modules/playwright-core/lib/utils/processLauncher.js +0 -248
  469. data/node_modules/playwright-core/lib/utils/profiler.js +0 -53
  470. data/node_modules/playwright-core/lib/utils/rtti.js +0 -44
  471. data/node_modules/playwright-core/lib/utils/semaphore.js +0 -51
  472. data/node_modules/playwright-core/lib/utils/spawnAsync.js +0 -45
  473. data/node_modules/playwright-core/lib/utils/stackTrace.js +0 -121
  474. data/node_modules/playwright-core/lib/utils/task.js +0 -58
  475. data/node_modules/playwright-core/lib/utils/time.js +0 -37
  476. data/node_modules/playwright-core/lib/utils/timeoutRunner.js +0 -66
  477. data/node_modules/playwright-core/lib/utils/traceUtils.js +0 -44
  478. data/node_modules/playwright-core/lib/utils/userAgent.js +0 -105
  479. data/node_modules/playwright-core/lib/utils/wsServer.js +0 -127
  480. data/node_modules/playwright-core/lib/utils/zipFile.js +0 -75
  481. data/node_modules/playwright-core/lib/utils/zones.js +0 -62
  482. data/node_modules/playwright-core/lib/utilsBundle.js +0 -82
  483. data/node_modules/playwright-core/lib/utilsBundleImpl/index.js +0 -53
  484. data/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open +0 -1066
  485. data/node_modules/playwright-core/lib/vite/htmlReport/index.html +0 -66
  486. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-aW6Vz3gf.js +0 -24
  487. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-ez37Vkbh.css +0 -1
  488. data/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  489. data/node_modules/playwright-core/lib/vite/recorder/assets/index-B-MT5gKo.css +0 -1
  490. data/node_modules/playwright-core/lib/vite/recorder/assets/index-DCpXOVIh.js +0 -47
  491. data/node_modules/playwright-core/lib/vite/recorder/index.html +0 -29
  492. data/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +0 -9
  493. data/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-eFKCUIu2.js +0 -24
  494. data/node_modules/playwright-core/lib/vite/traceViewer/assets/testServerConnection-DeE2kSzz.js +0 -1
  495. data/node_modules/playwright-core/lib/vite/traceViewer/assets/workbench-D0cirtfA.js +0 -72
  496. data/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-BeNbaIVa.js +0 -9
  497. data/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.ez37Vkbh.css +0 -1
  498. data/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  499. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.BkuvsLJp.js +0 -2
  500. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.html +0 -16
  501. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.w7WN2u1R.css +0 -1
  502. data/node_modules/playwright-core/lib/vite/traceViewer/index.C968kAiC.js +0 -2
  503. data/node_modules/playwright-core/lib/vite/traceViewer/index.CrbWWHbf.css +0 -1
  504. data/node_modules/playwright-core/lib/vite/traceViewer/index.html +0 -27
  505. data/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +0 -9
  506. data/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +0 -21
  507. data/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +0 -3
  508. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BkFnr4V0.js +0 -10
  509. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.D3cNFP6u.css +0 -1
  510. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +0 -18
  511. data/node_modules/playwright-core/lib/vite/traceViewer/workbench.DjbIuxix.css +0 -1
  512. data/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DSXBckUd.css +0 -32
  513. data/node_modules/playwright-core/lib/zipBundle.js +0 -25
  514. data/node_modules/playwright-core/lib/zipBundleImpl.js +0 -5
  515. data/node_modules/playwright-core/package.json +0 -44
  516. data/node_modules/playwright-core/types/protocol.d.ts +0 -21500
  517. data/node_modules/playwright-core/types/structs.d.ts +0 -45
  518. data/node_modules/playwright-core/types/types.d.ts +0 -21431
  519. data/node_modules/undici-types/LICENSE +0 -21
  520. data/node_modules/undici-types/README.md +0 -6
  521. data/node_modules/undici-types/agent.d.ts +0 -31
  522. data/node_modules/undici-types/api.d.ts +0 -43
  523. data/node_modules/undici-types/balanced-pool.d.ts +0 -29
  524. data/node_modules/undici-types/cache.d.ts +0 -36
  525. data/node_modules/undici-types/client.d.ts +0 -108
  526. data/node_modules/undici-types/connector.d.ts +0 -34
  527. data/node_modules/undici-types/content-type.d.ts +0 -21
  528. data/node_modules/undici-types/cookies.d.ts +0 -28
  529. data/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  530. data/node_modules/undici-types/dispatcher.d.ts +0 -255
  531. data/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  532. data/node_modules/undici-types/errors.d.ts +0 -149
  533. data/node_modules/undici-types/eventsource.d.ts +0 -63
  534. data/node_modules/undici-types/fetch.d.ts +0 -209
  535. data/node_modules/undici-types/file.d.ts +0 -39
  536. data/node_modules/undici-types/filereader.d.ts +0 -54
  537. data/node_modules/undici-types/formdata.d.ts +0 -108
  538. data/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  539. data/node_modules/undici-types/global-origin.d.ts +0 -7
  540. data/node_modules/undici-types/handlers.d.ts +0 -15
  541. data/node_modules/undici-types/header.d.ts +0 -4
  542. data/node_modules/undici-types/index.d.ts +0 -71
  543. data/node_modules/undici-types/interceptors.d.ts +0 -15
  544. data/node_modules/undici-types/mock-agent.d.ts +0 -50
  545. data/node_modules/undici-types/mock-client.d.ts +0 -25
  546. data/node_modules/undici-types/mock-errors.d.ts +0 -12
  547. data/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  548. data/node_modules/undici-types/mock-pool.d.ts +0 -25
  549. data/node_modules/undici-types/package.json +0 -55
  550. data/node_modules/undici-types/patch.d.ts +0 -71
  551. data/node_modules/undici-types/pool-stats.d.ts +0 -19
  552. data/node_modules/undici-types/pool.d.ts +0 -39
  553. data/node_modules/undici-types/proxy-agent.d.ts +0 -28
  554. data/node_modules/undici-types/readable.d.ts +0 -60
  555. data/node_modules/undici-types/retry-agent.d.ts +0 -8
  556. data/node_modules/undici-types/retry-handler.d.ts +0 -116
  557. data/node_modules/undici-types/util.d.ts +0 -18
  558. data/node_modules/undici-types/webidl.d.ts +0 -222
  559. data/node_modules/undici-types/websocket.d.ts +0 -152
  560. data/yarn.lock +0 -41
@@ -1,1912 +0,0 @@
1
- declare module "process" {
2
- import * as tty from "node:tty";
3
- import { Worker } from "node:worker_threads";
4
-
5
- interface BuiltInModule {
6
- "assert": typeof import("assert");
7
- "node:assert": typeof import("node:assert");
8
- "assert/strict": typeof import("assert/strict");
9
- "node:assert/strict": typeof import("node:assert/strict");
10
- "async_hooks": typeof import("async_hooks");
11
- "node:async_hooks": typeof import("node:async_hooks");
12
- "buffer": typeof import("buffer");
13
- "node:buffer": typeof import("node:buffer");
14
- "child_process": typeof import("child_process");
15
- "node:child_process": typeof import("node:child_process");
16
- "cluster": typeof import("cluster");
17
- "node:cluster": typeof import("node:cluster");
18
- "console": typeof import("console");
19
- "node:console": typeof import("node:console");
20
- "constants": typeof import("constants");
21
- "node:constants": typeof import("node:constants");
22
- "crypto": typeof import("crypto");
23
- "node:crypto": typeof import("node:crypto");
24
- "dgram": typeof import("dgram");
25
- "node:dgram": typeof import("node:dgram");
26
- "diagnostics_channel": typeof import("diagnostics_channel");
27
- "node:diagnostics_channel": typeof import("node:diagnostics_channel");
28
- "dns": typeof import("dns");
29
- "node:dns": typeof import("node:dns");
30
- "dns/promises": typeof import("dns/promises");
31
- "node:dns/promises": typeof import("node:dns/promises");
32
- "domain": typeof import("domain");
33
- "node:domain": typeof import("node:domain");
34
- "events": typeof import("events");
35
- "node:events": typeof import("node:events");
36
- "fs": typeof import("fs");
37
- "node:fs": typeof import("node:fs");
38
- "fs/promises": typeof import("fs/promises");
39
- "node:fs/promises": typeof import("node:fs/promises");
40
- "http": typeof import("http");
41
- "node:http": typeof import("node:http");
42
- "http2": typeof import("http2");
43
- "node:http2": typeof import("node:http2");
44
- "https": typeof import("https");
45
- "node:https": typeof import("node:https");
46
- "inspector": typeof import("inspector");
47
- "node:inspector": typeof import("node:inspector");
48
- "inspector/promises": typeof import("inspector/promises");
49
- "node:inspector/promises": typeof import("node:inspector/promises");
50
- "module": typeof import("module");
51
- "node:module": typeof import("node:module");
52
- "net": typeof import("net");
53
- "node:net": typeof import("node:net");
54
- "os": typeof import("os");
55
- "node:os": typeof import("node:os");
56
- "path": typeof import("path");
57
- "node:path": typeof import("node:path");
58
- "path/posix": typeof import("path/posix");
59
- "node:path/posix": typeof import("node:path/posix");
60
- "path/win32": typeof import("path/win32");
61
- "node:path/win32": typeof import("node:path/win32");
62
- "perf_hooks": typeof import("perf_hooks");
63
- "node:perf_hooks": typeof import("node:perf_hooks");
64
- "process": typeof import("process");
65
- "node:process": typeof import("node:process");
66
- "punycode": typeof import("punycode");
67
- "node:punycode": typeof import("node:punycode");
68
- "querystring": typeof import("querystring");
69
- "node:querystring": typeof import("node:querystring");
70
- "readline": typeof import("readline");
71
- "node:readline": typeof import("node:readline");
72
- "readline/promises": typeof import("readline/promises");
73
- "node:readline/promises": typeof import("node:readline/promises");
74
- "repl": typeof import("repl");
75
- "node:repl": typeof import("node:repl");
76
- "node:sea": typeof import("node:sea");
77
- "node:sqlite": typeof import("node:sqlite");
78
- "stream": typeof import("stream");
79
- "node:stream": typeof import("node:stream");
80
- "stream/consumers": typeof import("stream/consumers");
81
- "node:stream/consumers": typeof import("node:stream/consumers");
82
- "stream/promises": typeof import("stream/promises");
83
- "node:stream/promises": typeof import("node:stream/promises");
84
- "stream/web": typeof import("stream/web");
85
- "node:stream/web": typeof import("node:stream/web");
86
- "string_decoder": typeof import("string_decoder");
87
- "node:string_decoder": typeof import("node:string_decoder");
88
- "node:test": typeof import("node:test");
89
- "node:test/reporters": typeof import("node:test/reporters");
90
- "timers": typeof import("timers");
91
- "node:timers": typeof import("node:timers");
92
- "timers/promises": typeof import("timers/promises");
93
- "node:timers/promises": typeof import("node:timers/promises");
94
- "tls": typeof import("tls");
95
- "node:tls": typeof import("node:tls");
96
- "trace_events": typeof import("trace_events");
97
- "node:trace_events": typeof import("node:trace_events");
98
- "tty": typeof import("tty");
99
- "node:tty": typeof import("node:tty");
100
- "url": typeof import("url");
101
- "node:url": typeof import("node:url");
102
- "util": typeof import("util");
103
- "node:util": typeof import("node:util");
104
- "sys": typeof import("util");
105
- "node:sys": typeof import("node:util");
106
- "util/types": typeof import("util/types");
107
- "node:util/types": typeof import("node:util/types");
108
- "v8": typeof import("v8");
109
- "node:v8": typeof import("node:v8");
110
- "vm": typeof import("vm");
111
- "node:vm": typeof import("node:vm");
112
- "wasi": typeof import("wasi");
113
- "node:wasi": typeof import("node:wasi");
114
- "worker_threads": typeof import("worker_threads");
115
- "node:worker_threads": typeof import("node:worker_threads");
116
- "zlib": typeof import("zlib");
117
- "node:zlib": typeof import("node:zlib");
118
- }
119
- global {
120
- var process: NodeJS.Process;
121
- namespace NodeJS {
122
- // this namespace merge is here because these are specifically used
123
- // as the type for process.stdin, process.stdout, and process.stderr.
124
- // they can't live in tty.d.ts because we need to disambiguate the imported name.
125
- interface ReadStream extends tty.ReadStream {}
126
- interface WriteStream extends tty.WriteStream {}
127
- interface MemoryUsageFn {
128
- /**
129
- * The `process.memoryUsage()` method iterate over each page to gather informations about memory
130
- * usage which can be slow depending on the program memory allocations.
131
- */
132
- (): MemoryUsage;
133
- /**
134
- * method returns an integer representing the Resident Set Size (RSS) in bytes.
135
- */
136
- rss(): number;
137
- }
138
- interface MemoryUsage {
139
- /**
140
- * Resident Set Size, is the amount of space occupied in the main memory device (that is a subset of the total allocated memory) for the
141
- * process, including all C++ and JavaScript objects and code.
142
- */
143
- rss: number;
144
- /**
145
- * Refers to V8's memory usage.
146
- */
147
- heapTotal: number;
148
- /**
149
- * Refers to V8's memory usage.
150
- */
151
- heapUsed: number;
152
- external: number;
153
- /**
154
- * Refers to memory allocated for `ArrayBuffer`s and `SharedArrayBuffer`s, including all Node.js Buffers. This is also included
155
- * in the external value. When Node.js is used as an embedded library, this value may be `0` because allocations for `ArrayBuffer`s
156
- * may not be tracked in that case.
157
- */
158
- arrayBuffers: number;
159
- }
160
- interface CpuUsage {
161
- user: number;
162
- system: number;
163
- }
164
- interface ProcessRelease {
165
- name: string;
166
- sourceUrl?: string | undefined;
167
- headersUrl?: string | undefined;
168
- libUrl?: string | undefined;
169
- lts?: string | undefined;
170
- }
171
- interface ProcessVersions extends Dict<string> {
172
- http_parser: string;
173
- node: string;
174
- v8: string;
175
- ares: string;
176
- uv: string;
177
- zlib: string;
178
- modules: string;
179
- openssl: string;
180
- }
181
- type Platform =
182
- | "aix"
183
- | "android"
184
- | "darwin"
185
- | "freebsd"
186
- | "haiku"
187
- | "linux"
188
- | "openbsd"
189
- | "sunos"
190
- | "win32"
191
- | "cygwin"
192
- | "netbsd";
193
- type Architecture =
194
- | "arm"
195
- | "arm64"
196
- | "ia32"
197
- | "loong64"
198
- | "mips"
199
- | "mipsel"
200
- | "ppc"
201
- | "ppc64"
202
- | "riscv64"
203
- | "s390"
204
- | "s390x"
205
- | "x64";
206
- type Signals =
207
- | "SIGABRT"
208
- | "SIGALRM"
209
- | "SIGBUS"
210
- | "SIGCHLD"
211
- | "SIGCONT"
212
- | "SIGFPE"
213
- | "SIGHUP"
214
- | "SIGILL"
215
- | "SIGINT"
216
- | "SIGIO"
217
- | "SIGIOT"
218
- | "SIGKILL"
219
- | "SIGPIPE"
220
- | "SIGPOLL"
221
- | "SIGPROF"
222
- | "SIGPWR"
223
- | "SIGQUIT"
224
- | "SIGSEGV"
225
- | "SIGSTKFLT"
226
- | "SIGSTOP"
227
- | "SIGSYS"
228
- | "SIGTERM"
229
- | "SIGTRAP"
230
- | "SIGTSTP"
231
- | "SIGTTIN"
232
- | "SIGTTOU"
233
- | "SIGUNUSED"
234
- | "SIGURG"
235
- | "SIGUSR1"
236
- | "SIGUSR2"
237
- | "SIGVTALRM"
238
- | "SIGWINCH"
239
- | "SIGXCPU"
240
- | "SIGXFSZ"
241
- | "SIGBREAK"
242
- | "SIGLOST"
243
- | "SIGINFO";
244
- type UncaughtExceptionOrigin = "uncaughtException" | "unhandledRejection";
245
- type MultipleResolveType = "resolve" | "reject";
246
- type BeforeExitListener = (code: number) => void;
247
- type DisconnectListener = () => void;
248
- type ExitListener = (code: number) => void;
249
- type RejectionHandledListener = (promise: Promise<unknown>) => void;
250
- type UncaughtExceptionListener = (error: Error, origin: UncaughtExceptionOrigin) => void;
251
- /**
252
- * Most of the time the unhandledRejection will be an Error, but this should not be relied upon
253
- * as *anything* can be thrown/rejected, it is therefore unsafe to assume that the value is an Error.
254
- */
255
- type UnhandledRejectionListener = (reason: unknown, promise: Promise<unknown>) => void;
256
- type WarningListener = (warning: Error) => void;
257
- type MessageListener = (message: unknown, sendHandle: unknown) => void;
258
- type SignalsListener = (signal: Signals) => void;
259
- type MultipleResolveListener = (
260
- type: MultipleResolveType,
261
- promise: Promise<unknown>,
262
- value: unknown,
263
- ) => void;
264
- type WorkerListener = (worker: Worker) => void;
265
- interface Socket extends ReadWriteStream {
266
- isTTY?: true | undefined;
267
- }
268
- // Alias for compatibility
269
- interface ProcessEnv extends Dict<string> {
270
- /**
271
- * Can be used to change the default timezone at runtime
272
- */
273
- TZ?: string;
274
- }
275
- interface HRTime {
276
- (time?: [number, number]): [number, number];
277
- /**
278
- * The `bigint` version of the `{@link hrtime()}` method returning the current high-resolution real time in nanoseconds as a `bigint`.
279
- *
280
- * Unlike `{@link hrtime()}`, it does not support an additional time argument since the difference can just be computed directly by subtraction of the two `bigint`s.
281
- * ```js
282
- * import { hrtime } from 'node:process';
283
- *
284
- * const start = hrtime.bigint();
285
- * // 191051479007711n
286
- *
287
- * setTimeout(() => {
288
- * const end = hrtime.bigint();
289
- * // 191052633396993n
290
- *
291
- * console.log(`Benchmark took ${end - start} nanoseconds`);
292
- * // Benchmark took 1154389282 nanoseconds
293
- * }, 1000);
294
- * ```
295
- */
296
- bigint(): bigint;
297
- }
298
- interface ProcessPermission {
299
- /**
300
- * Verifies that the process is able to access the given scope and reference.
301
- * If no reference is provided, a global scope is assumed, for instance, `process.permission.has('fs.read')`
302
- * will check if the process has ALL file system read permissions.
303
- *
304
- * The reference has a meaning based on the provided scope. For example, the reference when the scope is File System means files and folders.
305
- *
306
- * The available scopes are:
307
- *
308
- * * `fs` - All File System
309
- * * `fs.read` - File System read operations
310
- * * `fs.write` - File System write operations
311
- * * `child` - Child process spawning operations
312
- * * `worker` - Worker thread spawning operation
313
- *
314
- * ```js
315
- * // Check if the process has permission to read the README file
316
- * process.permission.has('fs.read', './README.md');
317
- * // Check if the process has read permission operations
318
- * process.permission.has('fs.read');
319
- * ```
320
- * @since v20.0.0
321
- */
322
- has(scope: string, reference?: string): boolean;
323
- }
324
- interface ProcessReport {
325
- /**
326
- * Write reports in a compact format, single-line JSON, more easily consumable by log processing systems
327
- * than the default multi-line format designed for human consumption.
328
- * @since v13.12.0, v12.17.0
329
- */
330
- compact: boolean;
331
- /**
332
- * Directory where the report is written.
333
- * The default value is the empty string, indicating that reports are written to the current
334
- * working directory of the Node.js process.
335
- */
336
- directory: string;
337
- /**
338
- * Filename where the report is written. If set to the empty string, the output filename will be comprised
339
- * of a timestamp, PID, and sequence number. The default value is the empty string.
340
- */
341
- filename: string;
342
- /**
343
- * Returns a JavaScript Object representation of a diagnostic report for the running process.
344
- * The report's JavaScript stack trace is taken from `err`, if present.
345
- */
346
- getReport(err?: Error): object;
347
- /**
348
- * If true, a diagnostic report is generated on fatal errors,
349
- * such as out of memory errors or failed C++ assertions.
350
- * @default false
351
- */
352
- reportOnFatalError: boolean;
353
- /**
354
- * If true, a diagnostic report is generated when the process
355
- * receives the signal specified by process.report.signal.
356
- * @default false
357
- */
358
- reportOnSignal: boolean;
359
- /**
360
- * If true, a diagnostic report is generated on uncaught exception.
361
- * @default false
362
- */
363
- reportOnUncaughtException: boolean;
364
- /**
365
- * The signal used to trigger the creation of a diagnostic report.
366
- * @default 'SIGUSR2'
367
- */
368
- signal: Signals;
369
- /**
370
- * Writes a diagnostic report to a file. If filename is not provided, the default filename
371
- * includes the date, time, PID, and a sequence number.
372
- * The report's JavaScript stack trace is taken from `err`, if present.
373
- *
374
- * If the value of filename is set to `'stdout'` or `'stderr'`, the report is written
375
- * to the stdout or stderr of the process respectively.
376
- * @param fileName Name of the file where the report is written.
377
- * This should be a relative path, that will be appended to the directory specified in
378
- * `process.report.directory`, or the current working directory of the Node.js process,
379
- * if unspecified.
380
- * @param err A custom error used for reporting the JavaScript stack.
381
- * @return Filename of the generated report.
382
- */
383
- writeReport(fileName?: string, err?: Error): string;
384
- writeReport(err?: Error): string;
385
- }
386
- interface ResourceUsage {
387
- fsRead: number;
388
- fsWrite: number;
389
- involuntaryContextSwitches: number;
390
- ipcReceived: number;
391
- ipcSent: number;
392
- majorPageFault: number;
393
- maxRSS: number;
394
- minorPageFault: number;
395
- sharedMemorySize: number;
396
- signalsCount: number;
397
- swappedOut: number;
398
- systemCPUTime: number;
399
- unsharedDataSize: number;
400
- unsharedStackSize: number;
401
- userCPUTime: number;
402
- voluntaryContextSwitches: number;
403
- }
404
- interface EmitWarningOptions {
405
- /**
406
- * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted.
407
- *
408
- * @default 'Warning'
409
- */
410
- type?: string | undefined;
411
- /**
412
- * A unique identifier for the warning instance being emitted.
413
- */
414
- code?: string | undefined;
415
- /**
416
- * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace.
417
- *
418
- * @default process.emitWarning
419
- */
420
- ctor?: Function | undefined;
421
- /**
422
- * Additional text to include with the error.
423
- */
424
- detail?: string | undefined;
425
- }
426
- interface ProcessConfig {
427
- readonly target_defaults: {
428
- readonly cflags: any[];
429
- readonly default_configuration: string;
430
- readonly defines: string[];
431
- readonly include_dirs: string[];
432
- readonly libraries: string[];
433
- };
434
- readonly variables: {
435
- readonly clang: number;
436
- readonly host_arch: string;
437
- readonly node_install_npm: boolean;
438
- readonly node_install_waf: boolean;
439
- readonly node_prefix: string;
440
- readonly node_shared_openssl: boolean;
441
- readonly node_shared_v8: boolean;
442
- readonly node_shared_zlib: boolean;
443
- readonly node_use_dtrace: boolean;
444
- readonly node_use_etw: boolean;
445
- readonly node_use_openssl: boolean;
446
- readonly target_arch: string;
447
- readonly v8_no_strict_aliasing: number;
448
- readonly v8_use_snapshot: boolean;
449
- readonly visibility: string;
450
- };
451
- }
452
- interface Process extends EventEmitter {
453
- /**
454
- * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is
455
- * a `Writable` stream.
456
- *
457
- * For example, to copy `process.stdin` to `process.stdout`:
458
- *
459
- * ```js
460
- * import { stdin, stdout } from 'node:process';
461
- *
462
- * stdin.pipe(stdout);
463
- * ```
464
- *
465
- * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information.
466
- */
467
- stdout: WriteStream & {
468
- fd: 1;
469
- };
470
- /**
471
- * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is
472
- * a `Writable` stream.
473
- *
474
- * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information.
475
- */
476
- stderr: WriteStream & {
477
- fd: 2;
478
- };
479
- /**
480
- * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is
481
- * a `Readable` stream.
482
- *
483
- * For details of how to read from `stdin` see `readable.read()`.
484
- *
485
- * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that
486
- * is compatible with scripts written for Node.js prior to v0.10\.
487
- * For more information see `Stream compatibility`.
488
- *
489
- * In "old" streams mode the `stdin` stream is paused by default, so one
490
- * must call `process.stdin.resume()` to read from it. Note also that calling `process.stdin.resume()` itself would switch stream to "old" mode.
491
- */
492
- stdin: ReadStream & {
493
- fd: 0;
494
- };
495
- /**
496
- * The `process.argv` property returns an array containing the command-line
497
- * arguments passed when the Node.js process was launched. The first element will
498
- * be {@link execPath}. See `process.argv0` if access to the original value
499
- * of `argv[0]` is needed. The second element will be the path to the JavaScript
500
- * file being executed. The remaining elements will be any additional command-line
501
- * arguments.
502
- *
503
- * For example, assuming the following script for `process-args.js`:
504
- *
505
- * ```js
506
- * import { argv } from 'node:process';
507
- *
508
- * // print process.argv
509
- * argv.forEach((val, index) => {
510
- * console.log(`${index}: ${val}`);
511
- * });
512
- * ```
513
- *
514
- * Launching the Node.js process as:
515
- *
516
- * ```bash
517
- * node process-args.js one two=three four
518
- * ```
519
- *
520
- * Would generate the output:
521
- *
522
- * ```text
523
- * 0: /usr/local/bin/node
524
- * 1: /Users/mjr/work/node/process-args.js
525
- * 2: one
526
- * 3: two=three
527
- * 4: four
528
- * ```
529
- * @since v0.1.27
530
- */
531
- argv: string[];
532
- /**
533
- * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts.
534
- *
535
- * ```console
536
- * $ bash -c 'exec -a customArgv0 ./node'
537
- * > process.argv[0]
538
- * '/Volumes/code/external/node/out/Release/node'
539
- * > process.argv0
540
- * 'customArgv0'
541
- * ```
542
- * @since v6.4.0
543
- */
544
- argv0: string;
545
- /**
546
- * The `process.execArgv` property returns the set of Node.js-specific command-line
547
- * options passed when the Node.js process was launched. These options do not
548
- * appear in the array returned by the {@link argv} property, and do not
549
- * include the Node.js executable, the name of the script, or any options following
550
- * the script name. These options are useful in order to spawn child processes with
551
- * the same execution environment as the parent.
552
- *
553
- * ```bash
554
- * node --icu-data-dir=./foo --require ./bar.js script.js --version
555
- * ```
556
- *
557
- * Results in `process.execArgv`:
558
- *
559
- * ```js
560
- * ["--icu-data-dir=./foo", "--require", "./bar.js"]
561
- * ```
562
- *
563
- * And `process.argv`:
564
- *
565
- * ```js
566
- * ['/usr/local/bin/node', 'script.js', '--version']
567
- * ```
568
- *
569
- * Refer to `Worker constructor` for the detailed behavior of worker
570
- * threads with this property.
571
- * @since v0.7.7
572
- */
573
- execArgv: string[];
574
- /**
575
- * The `process.execPath` property returns the absolute pathname of the executable
576
- * that started the Node.js process. Symbolic links, if any, are resolved.
577
- *
578
- * ```js
579
- * '/usr/local/bin/node'
580
- * ```
581
- * @since v0.1.100
582
- */
583
- execPath: string;
584
- /**
585
- * The `process.abort()` method causes the Node.js process to exit immediately and
586
- * generate a core file.
587
- *
588
- * This feature is not available in `Worker` threads.
589
- * @since v0.7.0
590
- */
591
- abort(): never;
592
- /**
593
- * The `process.chdir()` method changes the current working directory of the
594
- * Node.js process or throws an exception if doing so fails (for instance, if
595
- * the specified `directory` does not exist).
596
- *
597
- * ```js
598
- * import { chdir, cwd } from 'node:process';
599
- *
600
- * console.log(`Starting directory: ${cwd()}`);
601
- * try {
602
- * chdir('/tmp');
603
- * console.log(`New directory: ${cwd()}`);
604
- * } catch (err) {
605
- * console.error(`chdir: ${err}`);
606
- * }
607
- * ```
608
- *
609
- * This feature is not available in `Worker` threads.
610
- * @since v0.1.17
611
- */
612
- chdir(directory: string): void;
613
- /**
614
- * The `process.cwd()` method returns the current working directory of the Node.js
615
- * process.
616
- *
617
- * ```js
618
- * import { cwd } from 'node:process';
619
- *
620
- * console.log(`Current directory: ${cwd()}`);
621
- * ```
622
- * @since v0.1.8
623
- */
624
- cwd(): string;
625
- /**
626
- * The port used by the Node.js debugger when enabled.
627
- *
628
- * ```js
629
- * import process from 'node:process';
630
- *
631
- * process.debugPort = 5858;
632
- * ```
633
- * @since v0.7.2
634
- */
635
- debugPort: number;
636
- /**
637
- * The `process.dlopen()` method allows dynamically loading shared objects. It is primarily used by `require()` to load C++ Addons, and
638
- * should not be used directly, except in special cases. In other words, `require()` should be preferred over `process.dlopen()`
639
- * unless there are specific reasons such as custom dlopen flags or loading from ES modules.
640
- *
641
- * The `flags` argument is an integer that allows to specify dlopen behavior. See the `[os.constants.dlopen](https://nodejs.org/docs/latest-v22.x/api/os.html#dlopen-constants)`
642
- * documentation for details.
643
- *
644
- * An important requirement when calling `process.dlopen()` is that the `module` instance must be passed. Functions exported by the C++ Addon
645
- * are then accessible via `module.exports`.
646
- *
647
- * The example below shows how to load a C++ Addon, named `local.node`, that exports a `foo` function. All the symbols are loaded before the call returns, by passing the `RTLD_NOW` constant.
648
- * In this example the constant is assumed to be available.
649
- *
650
- * ```js
651
- * import { dlopen } from 'node:process';
652
- * import { constants } from 'node:os';
653
- * import { fileURLToPath } from 'node:url';
654
- *
655
- * const module = { exports: {} };
656
- * dlopen(module, fileURLToPath(new URL('local.node', import.meta.url)),
657
- * constants.dlopen.RTLD_NOW);
658
- * module.exports.foo();
659
- * ```
660
- */
661
- dlopen(module: object, filename: string, flags?: number): void;
662
- /**
663
- * The `process.emitWarning()` method can be used to emit custom or application
664
- * specific process warnings. These can be listened for by adding a handler to the `'warning'` event.
665
- *
666
- * ```js
667
- * import { emitWarning } from 'node:process';
668
- *
669
- * // Emit a warning using a string.
670
- * emitWarning('Something happened!');
671
- * // Emits: (node: 56338) Warning: Something happened!
672
- * ```
673
- *
674
- * ```js
675
- * import { emitWarning } from 'node:process';
676
- *
677
- * // Emit a warning using a string and a type.
678
- * emitWarning('Something Happened!', 'CustomWarning');
679
- * // Emits: (node:56338) CustomWarning: Something Happened!
680
- * ```
681
- *
682
- * ```js
683
- * import { emitWarning } from 'node:process';
684
- *
685
- * emitWarning('Something happened!', 'CustomWarning', 'WARN001');
686
- * // Emits: (node:56338) [WARN001] CustomWarning: Something happened!
687
- * ```js
688
- *
689
- * In each of the previous examples, an `Error` object is generated internally by `process.emitWarning()` and passed through to the `'warning'` handler.
690
- *
691
- * ```js
692
- * import process from 'node:process';
693
- *
694
- * process.on('warning', (warning) => {
695
- * console.warn(warning.name); // 'Warning'
696
- * console.warn(warning.message); // 'Something happened!'
697
- * console.warn(warning.code); // 'MY_WARNING'
698
- * console.warn(warning.stack); // Stack trace
699
- * console.warn(warning.detail); // 'This is some additional information'
700
- * });
701
- * ```
702
- *
703
- * If `warning` is passed as an `Error` object, it will be passed through to the `'warning'` event handler
704
- * unmodified (and the optional `type`, `code` and `ctor` arguments will be ignored):
705
- *
706
- * ```js
707
- * import { emitWarning } from 'node:process';
708
- *
709
- * // Emit a warning using an Error object.
710
- * const myWarning = new Error('Something happened!');
711
- * // Use the Error name property to specify the type name
712
- * myWarning.name = 'CustomWarning';
713
- * myWarning.code = 'WARN001';
714
- *
715
- * emitWarning(myWarning);
716
- * // Emits: (node:56338) [WARN001] CustomWarning: Something happened!
717
- * ```
718
- *
719
- * A `TypeError` is thrown if `warning` is anything other than a string or `Error` object.
720
- *
721
- * While process warnings use `Error` objects, the process warning mechanism is not a replacement for normal error handling mechanisms.
722
- *
723
- * The following additional handling is implemented if the warning `type` is `'DeprecationWarning'`:
724
- * * If the `--throw-deprecation` command-line flag is used, the deprecation warning is thrown as an exception rather than being emitted as an event.
725
- * * If the `--no-deprecation` command-line flag is used, the deprecation warning is suppressed.
726
- * * If the `--trace-deprecation` command-line flag is used, the deprecation warning is printed to `stderr` along with the full stack trace.
727
- * @since v8.0.0
728
- * @param warning The warning to emit.
729
- */
730
- emitWarning(warning: string | Error, ctor?: Function): void;
731
- emitWarning(warning: string | Error, type?: string, ctor?: Function): void;
732
- emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void;
733
- emitWarning(warning: string | Error, options?: EmitWarningOptions): void;
734
- /**
735
- * The `process.env` property returns an object containing the user environment.
736
- * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html).
737
- *
738
- * An example of this object looks like:
739
- *
740
- * ```js
741
- * {
742
- * TERM: 'xterm-256color',
743
- * SHELL: '/usr/local/bin/bash',
744
- * USER: 'maciej',
745
- * PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin',
746
- * PWD: '/Users/maciej',
747
- * EDITOR: 'vim',
748
- * SHLVL: '1',
749
- * HOME: '/Users/maciej',
750
- * LOGNAME: 'maciej',
751
- * _: '/usr/local/bin/node'
752
- * }
753
- * ```
754
- *
755
- * It is possible to modify this object, but such modifications will not be
756
- * reflected outside the Node.js process, or (unless explicitly requested)
757
- * to other `Worker` threads.
758
- * In other words, the following example would not work:
759
- *
760
- * ```bash
761
- * node -e 'process.env.foo = "bar"' &#x26;&#x26; echo $foo
762
- * ```
763
- *
764
- * While the following will:
765
- *
766
- * ```js
767
- * import { env } from 'node:process';
768
- *
769
- * env.foo = 'bar';
770
- * console.log(env.foo);
771
- * ```
772
- *
773
- * Assigning a property on `process.env` will implicitly convert the value
774
- * to a string. **This behavior is deprecated.** Future versions of Node.js may
775
- * throw an error when the value is not a string, number, or boolean.
776
- *
777
- * ```js
778
- * import { env } from 'node:process';
779
- *
780
- * env.test = null;
781
- * console.log(env.test);
782
- * // => 'null'
783
- * env.test = undefined;
784
- * console.log(env.test);
785
- * // => 'undefined'
786
- * ```
787
- *
788
- * Use `delete` to delete a property from `process.env`.
789
- *
790
- * ```js
791
- * import { env } from 'node:process';
792
- *
793
- * env.TEST = 1;
794
- * delete env.TEST;
795
- * console.log(env.TEST);
796
- * // => undefined
797
- * ```
798
- *
799
- * On Windows operating systems, environment variables are case-insensitive.
800
- *
801
- * ```js
802
- * import { env } from 'node:process';
803
- *
804
- * env.TEST = 1;
805
- * console.log(env.test);
806
- * // => 1
807
- * ```
808
- *
809
- * Unless explicitly specified when creating a `Worker` instance,
810
- * each `Worker` thread has its own copy of `process.env`, based on its
811
- * parent thread's `process.env`, or whatever was specified as the `env` option
812
- * to the `Worker` constructor. Changes to `process.env` will not be visible
813
- * across `Worker` threads, and only the main thread can make changes that
814
- * are visible to the operating system or to native add-ons. On Windows, a copy of `process.env` on a `Worker` instance operates in a case-sensitive manner
815
- * unlike the main thread.
816
- * @since v0.1.27
817
- */
818
- env: ProcessEnv;
819
- /**
820
- * The `process.exit()` method instructs Node.js to terminate the process
821
- * synchronously with an exit status of `code`. If `code` is omitted, exit uses
822
- * either the 'success' code `0` or the value of `process.exitCode` if it has been
823
- * set. Node.js will not terminate until all the `'exit'` event listeners are
824
- * called.
825
- *
826
- * To exit with a 'failure' code:
827
- *
828
- * ```js
829
- * import { exit } from 'node:process';
830
- *
831
- * exit(1);
832
- * ```
833
- *
834
- * The shell that executed Node.js should see the exit code as `1`.
835
- *
836
- * Calling `process.exit()` will force the process to exit as quickly as possible
837
- * even if there are still asynchronous operations pending that have not yet
838
- * completed fully, including I/O operations to `process.stdout` and `process.stderr`.
839
- *
840
- * In most situations, it is not actually necessary to call `process.exit()` explicitly. The Node.js process will exit on its own _if there is no additional_
841
- * _work pending_ in the event loop. The `process.exitCode` property can be set to
842
- * tell the process which exit code to use when the process exits gracefully.
843
- *
844
- * For instance, the following example illustrates a _misuse_ of the `process.exit()` method that could lead to data printed to stdout being
845
- * truncated and lost:
846
- *
847
- * ```js
848
- * import { exit } from 'node:process';
849
- *
850
- * // This is an example of what *not* to do:
851
- * if (someConditionNotMet()) {
852
- * printUsageToStdout();
853
- * exit(1);
854
- * }
855
- * ```
856
- *
857
- * The reason this is problematic is because writes to `process.stdout` in Node.js
858
- * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js
859
- * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed.
860
- *
861
- * Rather than calling `process.exit()` directly, the code _should_ set the `process.exitCode` and allow the process to exit naturally by avoiding
862
- * scheduling any additional work for the event loop:
863
- *
864
- * ```js
865
- * import process from 'node:process';
866
- *
867
- * // How to properly set the exit code while letting
868
- * // the process exit gracefully.
869
- * if (someConditionNotMet()) {
870
- * printUsageToStdout();
871
- * process.exitCode = 1;
872
- * }
873
- * ```
874
- *
875
- * If it is necessary to terminate the Node.js process due to an error condition,
876
- * throwing an _uncaught_ error and allowing the process to terminate accordingly
877
- * is safer than calling `process.exit()`.
878
- *
879
- * In `Worker` threads, this function stops the current thread rather
880
- * than the current process.
881
- * @since v0.1.13
882
- * @param [code=0] The exit code. For string type, only integer strings (e.g.,'1') are allowed.
883
- */
884
- exit(code?: number | string | null | undefined): never;
885
- /**
886
- * A number which will be the process exit code, when the process either
887
- * exits gracefully, or is exited via {@link exit} without specifying
888
- * a code.
889
- *
890
- * Specifying a code to {@link exit} will override any
891
- * previous setting of `process.exitCode`.
892
- * @default undefined
893
- * @since v0.11.8
894
- */
895
- exitCode?: number | string | number | undefined;
896
- finalization: {
897
- /**
898
- * This function registers a callback to be called when the process emits the `exit` event if the `ref` object was not garbage collected.
899
- * If the object `ref` was garbage collected before the `exit` event is emitted, the callback will be removed from the finalization registry, and it will not be called on process exit.
900
- *
901
- * Inside the callback you can release the resources allocated by the `ref` object.
902
- * Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function,
903
- * this means that there is a possibility that the callback will not be called under special circumstances.
904
- *
905
- * The idea of ​​this function is to help you free up resources when the starts process exiting, but also let the object be garbage collected if it is no longer being used.
906
- * @param ref The reference to the resource that is being tracked.
907
- * @param callback The callback function to be called when the resource is finalized.
908
- * @since v22.5.0
909
- * @experimental
910
- */
911
- register<T extends object>(ref: T, callback: (ref: T, event: "exit") => void): void;
912
- /**
913
- * This function behaves exactly like the `register`, except that the callback will be called when the process emits the `beforeExit` event if `ref` object was not garbage collected.
914
- *
915
- * Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function, this means that there is a possibility that the callback will not be called under special circumstances.
916
- * @param ref The reference to the resource that is being tracked.
917
- * @param callback The callback function to be called when the resource is finalized.
918
- * @since v22.5.0
919
- * @experimental
920
- */
921
- registerBeforeExit<T extends object>(ref: T, callback: (ref: T, event: "beforeExit") => void): void;
922
- /**
923
- * This function remove the register of the object from the finalization registry, so the callback will not be called anymore.
924
- * @param ref The reference to the resource that was registered previously.
925
- * @since v22.5.0
926
- * @experimental
927
- */
928
- unregister(ref: object): void;
929
- };
930
- /**
931
- * The `process.getActiveResourcesInfo()` method returns an array of strings containing
932
- * the types of the active resources that are currently keeping the event loop alive.
933
- *
934
- * ```js
935
- * import { getActiveResourcesInfo } from 'node:process';
936
- * import { setTimeout } from 'node:timers';
937
-
938
- * console.log('Before:', getActiveResourcesInfo());
939
- * setTimeout(() => {}, 1000);
940
- * console.log('After:', getActiveResourcesInfo());
941
- * // Prints:
942
- * // Before: [ 'TTYWrap', 'TTYWrap', 'TTYWrap' ]
943
- * // After: [ 'TTYWrap', 'TTYWrap', 'TTYWrap', 'Timeout' ]
944
- * ```
945
- * @since v17.3.0, v16.14.0
946
- */
947
- getActiveResourcesInfo(): string[];
948
- /**
949
- * Provides a way to load built-in modules in a globally available function.
950
- * @param id ID of the built-in module being requested.
951
- */
952
- getBuiltinModule<ID extends keyof BuiltInModule>(id: ID): BuiltInModule[ID];
953
- getBuiltinModule(id: string): object | undefined;
954
- /**
955
- * The `process.getgid()` method returns the numerical group identity of the
956
- * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).)
957
- *
958
- * ```js
959
- * import process from 'node:process';
960
- *
961
- * if (process.getgid) {
962
- * console.log(`Current gid: ${process.getgid()}`);
963
- * }
964
- * ```
965
- *
966
- * This function is only available on POSIX platforms (i.e. not Windows or
967
- * Android).
968
- * @since v0.1.31
969
- */
970
- getgid?: () => number;
971
- /**
972
- * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a
973
- * numeric ID or a group name
974
- * string. If a group name is specified, this method blocks while resolving the
975
- * associated numeric ID.
976
- *
977
- * ```js
978
- * import process from 'node:process';
979
- *
980
- * if (process.getgid &#x26;&#x26; process.setgid) {
981
- * console.log(`Current gid: ${process.getgid()}`);
982
- * try {
983
- * process.setgid(501);
984
- * console.log(`New gid: ${process.getgid()}`);
985
- * } catch (err) {
986
- * console.log(`Failed to set gid: ${err}`);
987
- * }
988
- * }
989
- * ```
990
- *
991
- * This function is only available on POSIX platforms (i.e. not Windows or
992
- * Android).
993
- * This feature is not available in `Worker` threads.
994
- * @since v0.1.31
995
- * @param id The group name or ID
996
- */
997
- setgid?: (id: number | string) => void;
998
- /**
999
- * The `process.getuid()` method returns the numeric user identity of the process.
1000
- * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).)
1001
- *
1002
- * ```js
1003
- * import process from 'node:process';
1004
- *
1005
- * if (process.getuid) {
1006
- * console.log(`Current uid: ${process.getuid()}`);
1007
- * }
1008
- * ```
1009
- *
1010
- * This function is only available on POSIX platforms (i.e. not Windows or
1011
- * Android).
1012
- * @since v0.1.28
1013
- */
1014
- getuid?: () => number;
1015
- /**
1016
- * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a
1017
- * numeric ID or a username string.
1018
- * If a username is specified, the method blocks while resolving the associated
1019
- * numeric ID.
1020
- *
1021
- * ```js
1022
- * import process from 'node:process';
1023
- *
1024
- * if (process.getuid &#x26;&#x26; process.setuid) {
1025
- * console.log(`Current uid: ${process.getuid()}`);
1026
- * try {
1027
- * process.setuid(501);
1028
- * console.log(`New uid: ${process.getuid()}`);
1029
- * } catch (err) {
1030
- * console.log(`Failed to set uid: ${err}`);
1031
- * }
1032
- * }
1033
- * ```
1034
- *
1035
- * This function is only available on POSIX platforms (i.e. not Windows or
1036
- * Android).
1037
- * This feature is not available in `Worker` threads.
1038
- * @since v0.1.28
1039
- */
1040
- setuid?: (id: number | string) => void;
1041
- /**
1042
- * The `process.geteuid()` method returns the numerical effective user identity of
1043
- * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).)
1044
- *
1045
- * ```js
1046
- * import process from 'node:process';
1047
- *
1048
- * if (process.geteuid) {
1049
- * console.log(`Current uid: ${process.geteuid()}`);
1050
- * }
1051
- * ```
1052
- *
1053
- * This function is only available on POSIX platforms (i.e. not Windows or
1054
- * Android).
1055
- * @since v2.0.0
1056
- */
1057
- geteuid?: () => number;
1058
- /**
1059
- * The `process.seteuid()` method sets the effective user identity of the process.
1060
- * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username
1061
- * string. If a username is specified, the method blocks while resolving the
1062
- * associated numeric ID.
1063
- *
1064
- * ```js
1065
- * import process from 'node:process';
1066
- *
1067
- * if (process.geteuid &#x26;&#x26; process.seteuid) {
1068
- * console.log(`Current uid: ${process.geteuid()}`);
1069
- * try {
1070
- * process.seteuid(501);
1071
- * console.log(`New uid: ${process.geteuid()}`);
1072
- * } catch (err) {
1073
- * console.log(`Failed to set uid: ${err}`);
1074
- * }
1075
- * }
1076
- * ```
1077
- *
1078
- * This function is only available on POSIX platforms (i.e. not Windows or
1079
- * Android).
1080
- * This feature is not available in `Worker` threads.
1081
- * @since v2.0.0
1082
- * @param id A user name or ID
1083
- */
1084
- seteuid?: (id: number | string) => void;
1085
- /**
1086
- * The `process.getegid()` method returns the numerical effective group identity
1087
- * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).)
1088
- *
1089
- * ```js
1090
- * import process from 'node:process';
1091
- *
1092
- * if (process.getegid) {
1093
- * console.log(`Current gid: ${process.getegid()}`);
1094
- * }
1095
- * ```
1096
- *
1097
- * This function is only available on POSIX platforms (i.e. not Windows or
1098
- * Android).
1099
- * @since v2.0.0
1100
- */
1101
- getegid?: () => number;
1102
- /**
1103
- * The `process.setegid()` method sets the effective group identity of the process.
1104
- * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group
1105
- * name string. If a group name is specified, this method blocks while resolving
1106
- * the associated a numeric ID.
1107
- *
1108
- * ```js
1109
- * import process from 'node:process';
1110
- *
1111
- * if (process.getegid &#x26;&#x26; process.setegid) {
1112
- * console.log(`Current gid: ${process.getegid()}`);
1113
- * try {
1114
- * process.setegid(501);
1115
- * console.log(`New gid: ${process.getegid()}`);
1116
- * } catch (err) {
1117
- * console.log(`Failed to set gid: ${err}`);
1118
- * }
1119
- * }
1120
- * ```
1121
- *
1122
- * This function is only available on POSIX platforms (i.e. not Windows or
1123
- * Android).
1124
- * This feature is not available in `Worker` threads.
1125
- * @since v2.0.0
1126
- * @param id A group name or ID
1127
- */
1128
- setegid?: (id: number | string) => void;
1129
- /**
1130
- * The `process.getgroups()` method returns an array with the supplementary group
1131
- * IDs. POSIX leaves it unspecified if the effective group ID is included but
1132
- * Node.js ensures it always is.
1133
- *
1134
- * ```js
1135
- * import process from 'node:process';
1136
- *
1137
- * if (process.getgroups) {
1138
- * console.log(process.getgroups()); // [ 16, 21, 297 ]
1139
- * }
1140
- * ```
1141
- *
1142
- * This function is only available on POSIX platforms (i.e. not Windows or
1143
- * Android).
1144
- * @since v0.9.4
1145
- */
1146
- getgroups?: () => number[];
1147
- /**
1148
- * The `process.setgroups()` method sets the supplementary group IDs for the
1149
- * Node.js process. This is a privileged operation that requires the Node.js
1150
- * process to have `root` or the `CAP_SETGID` capability.
1151
- *
1152
- * The `groups` array can contain numeric group IDs, group names, or both.
1153
- *
1154
- * ```js
1155
- * import process from 'node:process';
1156
- *
1157
- * if (process.getgroups &#x26;&#x26; process.setgroups) {
1158
- * try {
1159
- * process.setgroups([501]);
1160
- * console.log(process.getgroups()); // new groups
1161
- * } catch (err) {
1162
- * console.log(`Failed to set groups: ${err}`);
1163
- * }
1164
- * }
1165
- * ```
1166
- *
1167
- * This function is only available on POSIX platforms (i.e. not Windows or
1168
- * Android).
1169
- * This feature is not available in `Worker` threads.
1170
- * @since v0.9.4
1171
- */
1172
- setgroups?: (groups: ReadonlyArray<string | number>) => void;
1173
- /**
1174
- * The `process.setUncaughtExceptionCaptureCallback()` function sets a function
1175
- * that will be invoked when an uncaught exception occurs, which will receive the
1176
- * exception value itself as its first argument.
1177
- *
1178
- * If such a function is set, the `'uncaughtException'` event will
1179
- * not be emitted. If `--abort-on-uncaught-exception` was passed from the
1180
- * command line or set through `v8.setFlagsFromString()`, the process will
1181
- * not abort. Actions configured to take place on exceptions such as report
1182
- * generations will be affected too
1183
- *
1184
- * To unset the capture function, `process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this
1185
- * method with a non-`null` argument while another capture function is set will
1186
- * throw an error.
1187
- *
1188
- * Using this function is mutually exclusive with using the deprecated `domain` built-in module.
1189
- * @since v9.3.0
1190
- */
1191
- setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void;
1192
- /**
1193
- * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}.
1194
- * @since v9.3.0
1195
- */
1196
- hasUncaughtExceptionCaptureCallback(): boolean;
1197
- /**
1198
- * The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled.
1199
- * @since v20.7.0
1200
- * @experimental
1201
- */
1202
- readonly sourceMapsEnabled: boolean;
1203
- /**
1204
- * This function enables or disables the [Source Map v3](https://sourcemaps.info/spec.html) support for
1205
- * stack traces.
1206
- *
1207
- * It provides same features as launching Node.js process with commandline options `--enable-source-maps`.
1208
- *
1209
- * Only source maps in JavaScript files that are loaded after source maps has been
1210
- * enabled will be parsed and loaded.
1211
- * @since v16.6.0, v14.18.0
1212
- * @experimental
1213
- */
1214
- setSourceMapsEnabled(value: boolean): void;
1215
- /**
1216
- * The `process.version` property contains the Node.js version string.
1217
- *
1218
- * ```js
1219
- * import { version } from 'node:process';
1220
- *
1221
- * console.log(`Version: ${version}`);
1222
- * // Version: v14.8.0
1223
- * ```
1224
- *
1225
- * To get the version string without the prepended _v_, use`process.versions.node`.
1226
- * @since v0.1.3
1227
- */
1228
- readonly version: string;
1229
- /**
1230
- * The `process.versions` property returns an object listing the version strings of
1231
- * Node.js and its dependencies. `process.versions.modules` indicates the current
1232
- * ABI version, which is increased whenever a C++ API changes. Node.js will refuse
1233
- * to load modules that were compiled against a different module ABI version.
1234
- *
1235
- * ```js
1236
- * import { versions } from 'node:process';
1237
- *
1238
- * console.log(versions);
1239
- * ```
1240
- *
1241
- * Will generate an object similar to:
1242
- *
1243
- * ```console
1244
- * { node: '20.2.0',
1245
- * acorn: '8.8.2',
1246
- * ada: '2.4.0',
1247
- * ares: '1.19.0',
1248
- * base64: '0.5.0',
1249
- * brotli: '1.0.9',
1250
- * cjs_module_lexer: '1.2.2',
1251
- * cldr: '43.0',
1252
- * icu: '73.1',
1253
- * llhttp: '8.1.0',
1254
- * modules: '115',
1255
- * napi: '8',
1256
- * nghttp2: '1.52.0',
1257
- * nghttp3: '0.7.0',
1258
- * ngtcp2: '0.8.1',
1259
- * openssl: '3.0.8+quic',
1260
- * simdutf: '3.2.9',
1261
- * tz: '2023c',
1262
- * undici: '5.22.0',
1263
- * unicode: '15.0',
1264
- * uv: '1.44.2',
1265
- * uvwasi: '0.0.16',
1266
- * v8: '11.3.244.8-node.9',
1267
- * zlib: '1.2.13' }
1268
- * ```
1269
- * @since v0.2.0
1270
- */
1271
- readonly versions: ProcessVersions;
1272
- /**
1273
- * The `process.config` property returns a frozen `Object` containing the
1274
- * JavaScript representation of the configure options used to compile the current
1275
- * Node.js executable. This is the same as the `config.gypi` file that was produced
1276
- * when running the `./configure` script.
1277
- *
1278
- * An example of the possible output looks like:
1279
- *
1280
- * ```js
1281
- * {
1282
- * target_defaults:
1283
- * { cflags: [],
1284
- * default_configuration: 'Release',
1285
- * defines: [],
1286
- * include_dirs: [],
1287
- * libraries: [] },
1288
- * variables:
1289
- * {
1290
- * host_arch: 'x64',
1291
- * napi_build_version: 5,
1292
- * node_install_npm: 'true',
1293
- * node_prefix: '',
1294
- * node_shared_cares: 'false',
1295
- * node_shared_http_parser: 'false',
1296
- * node_shared_libuv: 'false',
1297
- * node_shared_zlib: 'false',
1298
- * node_use_openssl: 'true',
1299
- * node_shared_openssl: 'false',
1300
- * strict_aliasing: 'true',
1301
- * target_arch: 'x64',
1302
- * v8_use_snapshot: 1
1303
- * }
1304
- * }
1305
- * ```
1306
- * @since v0.7.7
1307
- */
1308
- readonly config: ProcessConfig;
1309
- /**
1310
- * The `process.kill()` method sends the `signal` to the process identified by`pid`.
1311
- *
1312
- * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information.
1313
- *
1314
- * This method will throw an error if the target `pid` does not exist. As a special
1315
- * case, a signal of `0` can be used to test for the existence of a process.
1316
- * Windows platforms will throw an error if the `pid` is used to kill a process
1317
- * group.
1318
- *
1319
- * Even though the name of this function is `process.kill()`, it is really just a
1320
- * signal sender, like the `kill` system call. The signal sent may do something
1321
- * other than kill the target process.
1322
- *
1323
- * ```js
1324
- * import process, { kill } from 'node:process';
1325
- *
1326
- * process.on('SIGHUP', () => {
1327
- * console.log('Got SIGHUP signal.');
1328
- * });
1329
- *
1330
- * setTimeout(() => {
1331
- * console.log('Exiting.');
1332
- * process.exit(0);
1333
- * }, 100);
1334
- *
1335
- * kill(process.pid, 'SIGHUP');
1336
- * ```
1337
- *
1338
- * When `SIGUSR1` is received by a Node.js process, Node.js will start the
1339
- * debugger. See `Signal Events`.
1340
- * @since v0.0.6
1341
- * @param pid A process ID
1342
- * @param [signal='SIGTERM'] The signal to send, either as a string or number.
1343
- */
1344
- kill(pid: number, signal?: string | number): true;
1345
- /**
1346
- * Loads the environment configuration from a `.env` file into `process.env`. If
1347
- * the file is not found, error will be thrown.
1348
- *
1349
- * To load a specific .env file by specifying its path, use the following code:
1350
- *
1351
- * ```js
1352
- * import { loadEnvFile } from 'node:process';
1353
- *
1354
- * loadEnvFile('./development.env')
1355
- * ```
1356
- * @since v20.12.0
1357
- * @param path The path to the .env file
1358
- */
1359
- loadEnvFile(path?: string | URL | Buffer): void;
1360
- /**
1361
- * The `process.pid` property returns the PID of the process.
1362
- *
1363
- * ```js
1364
- * import { pid } from 'node:process';
1365
- *
1366
- * console.log(`This process is pid ${pid}`);
1367
- * ```
1368
- * @since v0.1.15
1369
- */
1370
- readonly pid: number;
1371
- /**
1372
- * The `process.ppid` property returns the PID of the parent of the
1373
- * current process.
1374
- *
1375
- * ```js
1376
- * import { ppid } from 'node:process';
1377
- *
1378
- * console.log(`The parent process is pid ${ppid}`);
1379
- * ```
1380
- * @since v9.2.0, v8.10.0, v6.13.0
1381
- */
1382
- readonly ppid: number;
1383
- /**
1384
- * The `process.title` property returns the current process title (i.e. returns
1385
- * the current value of `ps`). Assigning a new value to `process.title` modifies
1386
- * the current value of `ps`.
1387
- *
1388
- * When a new value is assigned, different platforms will impose different maximum
1389
- * length restrictions on the title. Usually such restrictions are quite limited.
1390
- * For instance, on Linux and macOS, `process.title` is limited to the size of the
1391
- * binary name plus the length of the command-line arguments because setting the `process.title` overwrites the `argv` memory of the process. Node.js v0.8
1392
- * allowed for longer process title strings by also overwriting the `environ` memory but that was potentially insecure and confusing in some (rather obscure)
1393
- * cases.
1394
- *
1395
- * Assigning a value to `process.title` might not result in an accurate label
1396
- * within process manager applications such as macOS Activity Monitor or Windows
1397
- * Services Manager.
1398
- * @since v0.1.104
1399
- */
1400
- title: string;
1401
- /**
1402
- * The operating system CPU architecture for which the Node.js binary was compiled.
1403
- * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, and `'x64'`.
1404
- *
1405
- * ```js
1406
- * import { arch } from 'node:process';
1407
- *
1408
- * console.log(`This processor architecture is ${arch}`);
1409
- * ```
1410
- * @since v0.5.0
1411
- */
1412
- readonly arch: Architecture;
1413
- /**
1414
- * The `process.platform` property returns a string identifying the operating
1415
- * system platform for which the Node.js binary was compiled.
1416
- *
1417
- * Currently possible values are:
1418
- *
1419
- * * `'aix'`
1420
- * * `'darwin'`
1421
- * * `'freebsd'`
1422
- * * `'linux'`
1423
- * * `'openbsd'`
1424
- * * `'sunos'`
1425
- * * `'win32'`
1426
- *
1427
- * ```js
1428
- * import { platform } from 'node:process';
1429
- *
1430
- * console.log(`This platform is ${platform}`);
1431
- * ```
1432
- *
1433
- * The value `'android'` may also be returned if the Node.js is built on the
1434
- * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os).
1435
- * @since v0.1.16
1436
- */
1437
- readonly platform: Platform;
1438
- /**
1439
- * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at
1440
- * runtime, `require.main` may still refer to the original main module in
1441
- * modules that were required before the change occurred. Generally, it's
1442
- * safe to assume that the two refer to the same module.
1443
- *
1444
- * As with `require.main`, `process.mainModule` will be `undefined` if there
1445
- * is no entry script.
1446
- * @since v0.1.17
1447
- * @deprecated Since v14.0.0 - Use `main` instead.
1448
- */
1449
- mainModule?: Module | undefined;
1450
- memoryUsage: MemoryUsageFn;
1451
- /**
1452
- * Gets the amount of memory available to the process (in bytes) based on
1453
- * limits imposed by the OS. If there is no such constraint, or the constraint
1454
- * is unknown, `0` is returned.
1455
- *
1456
- * See [`uv_get_constrained_memory`](https://docs.libuv.org/en/v1.x/misc.html#c.uv_get_constrained_memory) for more
1457
- * information.
1458
- * @since v19.6.0, v18.15.0
1459
- * @experimental
1460
- */
1461
- constrainedMemory(): number;
1462
- /**
1463
- * Gets the amount of free memory that is still available to the process (in bytes).
1464
- * See [`uv_get_available_memory`](https://nodejs.org/docs/latest-v22.x/api/process.html#processavailablememory) for more information.
1465
- * @experimental
1466
- * @since v20.13.0
1467
- */
1468
- availableMemory(): number;
1469
- /**
1470
- * The `process.cpuUsage()` method returns the user and system CPU time usage of
1471
- * the current process, in an object with properties `user` and `system`, whose
1472
- * values are microsecond values (millionth of a second). These values measure time
1473
- * spent in user and system code respectively, and may end up being greater than
1474
- * actual elapsed time if multiple CPU cores are performing work for this process.
1475
- *
1476
- * The result of a previous call to `process.cpuUsage()` can be passed as the
1477
- * argument to the function, to get a diff reading.
1478
- *
1479
- * ```js
1480
- * import { cpuUsage } from 'node:process';
1481
- *
1482
- * const startUsage = cpuUsage();
1483
- * // { user: 38579, system: 6986 }
1484
- *
1485
- * // spin the CPU for 500 milliseconds
1486
- * const now = Date.now();
1487
- * while (Date.now() - now < 500);
1488
- *
1489
- * console.log(cpuUsage(startUsage));
1490
- * // { user: 514883, system: 11226 }
1491
- * ```
1492
- * @since v6.1.0
1493
- * @param previousValue A previous return value from calling `process.cpuUsage()`
1494
- */
1495
- cpuUsage(previousValue?: CpuUsage): CpuUsage;
1496
- /**
1497
- * `process.nextTick()` adds `callback` to the "next tick queue". This queue is
1498
- * fully drained after the current operation on the JavaScript stack runs to
1499
- * completion and before the event loop is allowed to continue. It's possible to
1500
- * create an infinite loop if one were to recursively call `process.nextTick()`.
1501
- * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background.
1502
- *
1503
- * ```js
1504
- * import { nextTick } from 'node:process';
1505
- *
1506
- * console.log('start');
1507
- * nextTick(() => {
1508
- * console.log('nextTick callback');
1509
- * });
1510
- * console.log('scheduled');
1511
- * // Output:
1512
- * // start
1513
- * // scheduled
1514
- * // nextTick callback
1515
- * ```
1516
- *
1517
- * This is important when developing APIs in order to give users the opportunity
1518
- * to assign event handlers _after_ an object has been constructed but before any
1519
- * I/O has occurred:
1520
- *
1521
- * ```js
1522
- * import { nextTick } from 'node:process';
1523
- *
1524
- * function MyThing(options) {
1525
- * this.setupOptions(options);
1526
- *
1527
- * nextTick(() => {
1528
- * this.startDoingStuff();
1529
- * });
1530
- * }
1531
- *
1532
- * const thing = new MyThing();
1533
- * thing.getReadyForStuff();
1534
- *
1535
- * // thing.startDoingStuff() gets called now, not before.
1536
- * ```
1537
- *
1538
- * It is very important for APIs to be either 100% synchronous or 100%
1539
- * asynchronous. Consider this example:
1540
- *
1541
- * ```js
1542
- * // WARNING! DO NOT USE! BAD UNSAFE HAZARD!
1543
- * function maybeSync(arg, cb) {
1544
- * if (arg) {
1545
- * cb();
1546
- * return;
1547
- * }
1548
- *
1549
- * fs.stat('file', cb);
1550
- * }
1551
- * ```
1552
- *
1553
- * This API is hazardous because in the following case:
1554
- *
1555
- * ```js
1556
- * const maybeTrue = Math.random() > 0.5;
1557
- *
1558
- * maybeSync(maybeTrue, () => {
1559
- * foo();
1560
- * });
1561
- *
1562
- * bar();
1563
- * ```
1564
- *
1565
- * It is not clear whether `foo()` or `bar()` will be called first.
1566
- *
1567
- * The following approach is much better:
1568
- *
1569
- * ```js
1570
- * import { nextTick } from 'node:process';
1571
- *
1572
- * function definitelyAsync(arg, cb) {
1573
- * if (arg) {
1574
- * nextTick(cb);
1575
- * return;
1576
- * }
1577
- *
1578
- * fs.stat('file', cb);
1579
- * }
1580
- * ```
1581
- * @since v0.1.26
1582
- * @param args Additional arguments to pass when invoking the `callback`
1583
- */
1584
- nextTick(callback: Function, ...args: any[]): void;
1585
- /**
1586
- * This API is available through the [--experimental-permission](https://nodejs.org/api/cli.html#--experimental-permission) flag.
1587
- *
1588
- * `process.permission` is an object whose methods are used to manage permissions for the current process.
1589
- * Additional documentation is available in the [Permission Model](https://nodejs.org/api/permissions.html#permission-model).
1590
- * @since v20.0.0
1591
- */
1592
- permission: ProcessPermission;
1593
- /**
1594
- * The `process.release` property returns an `Object` containing metadata related
1595
- * to the current release, including URLs for the source tarball and headers-only
1596
- * tarball.
1597
- *
1598
- * `process.release` contains the following properties:
1599
- *
1600
- * ```js
1601
- * {
1602
- * name: 'node',
1603
- * lts: 'Hydrogen',
1604
- * sourceUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0.tar.gz',
1605
- * headersUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0-headers.tar.gz',
1606
- * libUrl: 'https://nodejs.org/download/release/v18.12.0/win-x64/node.lib'
1607
- * }
1608
- * ```
1609
- *
1610
- * In custom builds from non-release versions of the source tree, only the `name` property may be present. The additional properties should not be
1611
- * relied upon to exist.
1612
- * @since v3.0.0
1613
- */
1614
- readonly release: ProcessRelease;
1615
- features: {
1616
- inspector: boolean;
1617
- debug: boolean;
1618
- uv: boolean;
1619
- ipv6: boolean;
1620
- tls_alpn: boolean;
1621
- tls_sni: boolean;
1622
- tls_ocsp: boolean;
1623
- tls: boolean;
1624
- };
1625
- /**
1626
- * `process.umask()` returns the Node.js process's file mode creation mask. Child
1627
- * processes inherit the mask from the parent process.
1628
- * @since v0.1.19
1629
- * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential
1630
- * security vulnerability. There is no safe, cross-platform alternative API.
1631
- */
1632
- umask(): number;
1633
- /**
1634
- * Can only be set if not in worker thread.
1635
- */
1636
- umask(mask: string | number): number;
1637
- /**
1638
- * The `process.uptime()` method returns the number of seconds the current Node.js
1639
- * process has been running.
1640
- *
1641
- * The return value includes fractions of a second. Use `Math.floor()` to get whole
1642
- * seconds.
1643
- * @since v0.5.0
1644
- */
1645
- uptime(): number;
1646
- hrtime: HRTime;
1647
- /**
1648
- * If the Node.js process was spawned with an IPC channel, the process.channel property is a reference to the IPC channel.
1649
- * If no IPC channel exists, this property is undefined.
1650
- * @since v7.1.0
1651
- */
1652
- channel?: {
1653
- /**
1654
- * This method makes the IPC channel keep the event loop of the process running if .unref() has been called before.
1655
- * @since v7.1.0
1656
- */
1657
- ref(): void;
1658
- /**
1659
- * This method makes the IPC channel not keep the event loop of the process running, and lets it finish even while the channel is open.
1660
- * @since v7.1.0
1661
- */
1662
- unref(): void;
1663
- };
1664
- /**
1665
- * If Node.js is spawned with an IPC channel, the `process.send()` method can be
1666
- * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object.
1667
- *
1668
- * If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`.
1669
- *
1670
- * The message goes through serialization and parsing. The resulting message might
1671
- * not be the same as what is originally sent.
1672
- * @since v0.5.9
1673
- * @param options used to parameterize the sending of certain types of handles. `options` supports the following properties:
1674
- */
1675
- send?(
1676
- message: any,
1677
- sendHandle?: any,
1678
- options?: {
1679
- keepOpen?: boolean | undefined;
1680
- },
1681
- callback?: (error: Error | null) => void,
1682
- ): boolean;
1683
- /**
1684
- * 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
1685
- * IPC channel to the parent process, allowing the child process to exit gracefully
1686
- * once there are no other connections keeping it alive.
1687
- *
1688
- * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process.
1689
- *
1690
- * If the Node.js process was not spawned with an IPC channel, `process.disconnect()` will be `undefined`.
1691
- * @since v0.7.2
1692
- */
1693
- disconnect(): void;
1694
- /**
1695
- * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return `true` so long as the IPC
1696
- * channel is connected and will return `false` after `process.disconnect()` is called.
1697
- *
1698
- * Once `process.connected` is `false`, it is no longer possible to send messages
1699
- * over the IPC channel using `process.send()`.
1700
- * @since v0.7.2
1701
- */
1702
- connected: boolean;
1703
- /**
1704
- * The `process.allowedNodeEnvironmentFlags` property is a special,
1705
- * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable.
1706
- *
1707
- * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides `Set.prototype.has` to recognize several different possible flag
1708
- * representations. `process.allowedNodeEnvironmentFlags.has()` will
1709
- * return `true` in the following cases:
1710
- *
1711
- * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g., `inspect-brk` for `--inspect-brk`, or `r` for `-r`.
1712
- * * Flags passed through to V8 (as listed in `--v8-options`) may replace
1713
- * one or more _non-leading_ dashes for an underscore, or vice-versa;
1714
- * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`,
1715
- * etc.
1716
- * * Flags may contain one or more equals (`=`) characters; all
1717
- * characters after and including the first equals will be ignored;
1718
- * e.g., `--stack-trace-limit=100`.
1719
- * * Flags _must_ be allowable within `NODE_OPTIONS`.
1720
- *
1721
- * When iterating over `process.allowedNodeEnvironmentFlags`, flags will
1722
- * appear only _once_; each will begin with one or more dashes. Flags
1723
- * passed through to V8 will contain underscores instead of non-leading
1724
- * dashes:
1725
- *
1726
- * ```js
1727
- * import { allowedNodeEnvironmentFlags } from 'node:process';
1728
- *
1729
- * allowedNodeEnvironmentFlags.forEach((flag) => {
1730
- * // -r
1731
- * // --inspect-brk
1732
- * // --abort_on_uncaught_exception
1733
- * // ...
1734
- * });
1735
- * ```
1736
- *
1737
- * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail
1738
- * silently.
1739
- *
1740
- * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will
1741
- * contain what _would have_ been allowable.
1742
- * @since v10.10.0
1743
- */
1744
- allowedNodeEnvironmentFlags: ReadonlySet<string>;
1745
- /**
1746
- * `process.report` is an object whose methods are used to generate diagnostic reports for the current process.
1747
- * Additional documentation is available in the [report documentation](https://nodejs.org/docs/latest-v22.x/api/report.html).
1748
- * @since v11.8.0
1749
- */
1750
- report: ProcessReport;
1751
- /**
1752
- * ```js
1753
- * import { resourceUsage } from 'node:process';
1754
- *
1755
- * console.log(resourceUsage());
1756
- * /*
1757
- * Will output:
1758
- * {
1759
- * userCPUTime: 82872,
1760
- * systemCPUTime: 4143,
1761
- * maxRSS: 33164,
1762
- * sharedMemorySize: 0,
1763
- * unsharedDataSize: 0,
1764
- * unsharedStackSize: 0,
1765
- * minorPageFault: 2469,
1766
- * majorPageFault: 0,
1767
- * swappedOut: 0,
1768
- * fsRead: 0,
1769
- * fsWrite: 8,
1770
- * ipcSent: 0,
1771
- * ipcReceived: 0,
1772
- * signalsCount: 0,
1773
- * voluntaryContextSwitches: 79,
1774
- * involuntaryContextSwitches: 1
1775
- * }
1776
- *
1777
- * ```
1778
- * @since v12.6.0
1779
- * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t].
1780
- */
1781
- resourceUsage(): ResourceUsage;
1782
- /**
1783
- * The initial value of `process.throwDeprecation` indicates whether the `--throw-deprecation` flag is set on the current Node.js process. `process.throwDeprecation`
1784
- * is mutable, so whether or not deprecation warnings result in errors may be altered at runtime. See the documentation for the 'warning' event and the emitWarning()
1785
- * method for more information.
1786
- *
1787
- * ```bash
1788
- * $ node --throw-deprecation -p "process.throwDeprecation"
1789
- * true
1790
- * $ node -p "process.throwDeprecation"
1791
- * undefined
1792
- * $ node
1793
- * > process.emitWarning('test', 'DeprecationWarning');
1794
- * undefined
1795
- * > (node:26598) DeprecationWarning: test
1796
- * > process.throwDeprecation = true;
1797
- * true
1798
- * > process.emitWarning('test', 'DeprecationWarning');
1799
- * Thrown:
1800
- * [DeprecationWarning: test] { name: 'DeprecationWarning' }
1801
- * ```
1802
- * @since v0.9.12
1803
- */
1804
- throwDeprecation: boolean;
1805
- /**
1806
- * The `process.traceDeprecation` property indicates whether the `--trace-deprecation` flag is set on the current Node.js process. See the
1807
- * documentation for the `'warning' event` and the `emitWarning() method` for more information about this
1808
- * flag's behavior.
1809
- * @since v0.8.0
1810
- */
1811
- traceDeprecation: boolean;
1812
- /* EventEmitter */
1813
- addListener(event: "beforeExit", listener: BeforeExitListener): this;
1814
- addListener(event: "disconnect", listener: DisconnectListener): this;
1815
- addListener(event: "exit", listener: ExitListener): this;
1816
- addListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
1817
- addListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1818
- addListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1819
- addListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1820
- addListener(event: "warning", listener: WarningListener): this;
1821
- addListener(event: "message", listener: MessageListener): this;
1822
- addListener(event: Signals, listener: SignalsListener): this;
1823
- addListener(event: "multipleResolves", listener: MultipleResolveListener): this;
1824
- addListener(event: "worker", listener: WorkerListener): this;
1825
- emit(event: "beforeExit", code: number): boolean;
1826
- emit(event: "disconnect"): boolean;
1827
- emit(event: "exit", code: number): boolean;
1828
- emit(event: "rejectionHandled", promise: Promise<unknown>): boolean;
1829
- emit(event: "uncaughtException", error: Error): boolean;
1830
- emit(event: "uncaughtExceptionMonitor", error: Error): boolean;
1831
- emit(event: "unhandledRejection", reason: unknown, promise: Promise<unknown>): boolean;
1832
- emit(event: "warning", warning: Error): boolean;
1833
- emit(event: "message", message: unknown, sendHandle: unknown): this;
1834
- emit(event: Signals, signal?: Signals): boolean;
1835
- emit(
1836
- event: "multipleResolves",
1837
- type: MultipleResolveType,
1838
- promise: Promise<unknown>,
1839
- value: unknown,
1840
- ): this;
1841
- emit(event: "worker", listener: WorkerListener): this;
1842
- on(event: "beforeExit", listener: BeforeExitListener): this;
1843
- on(event: "disconnect", listener: DisconnectListener): this;
1844
- on(event: "exit", listener: ExitListener): this;
1845
- on(event: "rejectionHandled", listener: RejectionHandledListener): this;
1846
- on(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1847
- on(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1848
- on(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1849
- on(event: "warning", listener: WarningListener): this;
1850
- on(event: "message", listener: MessageListener): this;
1851
- on(event: Signals, listener: SignalsListener): this;
1852
- on(event: "multipleResolves", listener: MultipleResolveListener): this;
1853
- on(event: "worker", listener: WorkerListener): this;
1854
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1855
- once(event: "beforeExit", listener: BeforeExitListener): this;
1856
- once(event: "disconnect", listener: DisconnectListener): this;
1857
- once(event: "exit", listener: ExitListener): this;
1858
- once(event: "rejectionHandled", listener: RejectionHandledListener): this;
1859
- once(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1860
- once(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1861
- once(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1862
- once(event: "warning", listener: WarningListener): this;
1863
- once(event: "message", listener: MessageListener): this;
1864
- once(event: Signals, listener: SignalsListener): this;
1865
- once(event: "multipleResolves", listener: MultipleResolveListener): this;
1866
- once(event: "worker", listener: WorkerListener): this;
1867
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1868
- prependListener(event: "beforeExit", listener: BeforeExitListener): this;
1869
- prependListener(event: "disconnect", listener: DisconnectListener): this;
1870
- prependListener(event: "exit", listener: ExitListener): this;
1871
- prependListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
1872
- prependListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1873
- prependListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1874
- prependListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1875
- prependListener(event: "warning", listener: WarningListener): this;
1876
- prependListener(event: "message", listener: MessageListener): this;
1877
- prependListener(event: Signals, listener: SignalsListener): this;
1878
- prependListener(event: "multipleResolves", listener: MultipleResolveListener): this;
1879
- prependListener(event: "worker", listener: WorkerListener): this;
1880
- prependOnceListener(event: "beforeExit", listener: BeforeExitListener): this;
1881
- prependOnceListener(event: "disconnect", listener: DisconnectListener): this;
1882
- prependOnceListener(event: "exit", listener: ExitListener): this;
1883
- prependOnceListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
1884
- prependOnceListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1885
- prependOnceListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1886
- prependOnceListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1887
- prependOnceListener(event: "warning", listener: WarningListener): this;
1888
- prependOnceListener(event: "message", listener: MessageListener): this;
1889
- prependOnceListener(event: Signals, listener: SignalsListener): this;
1890
- prependOnceListener(event: "multipleResolves", listener: MultipleResolveListener): this;
1891
- prependOnceListener(event: "worker", listener: WorkerListener): this;
1892
- listeners(event: "beforeExit"): BeforeExitListener[];
1893
- listeners(event: "disconnect"): DisconnectListener[];
1894
- listeners(event: "exit"): ExitListener[];
1895
- listeners(event: "rejectionHandled"): RejectionHandledListener[];
1896
- listeners(event: "uncaughtException"): UncaughtExceptionListener[];
1897
- listeners(event: "uncaughtExceptionMonitor"): UncaughtExceptionListener[];
1898
- listeners(event: "unhandledRejection"): UnhandledRejectionListener[];
1899
- listeners(event: "warning"): WarningListener[];
1900
- listeners(event: "message"): MessageListener[];
1901
- listeners(event: Signals): SignalsListener[];
1902
- listeners(event: "multipleResolves"): MultipleResolveListener[];
1903
- listeners(event: "worker"): WorkerListener[];
1904
- }
1905
- }
1906
- }
1907
- export = process;
1908
- }
1909
- declare module "node:process" {
1910
- import process = require("process");
1911
- export = process;
1912
- }