is-root
Check if the process is running as root user, for example, one started with `sudo`
Updated by @sindresorhus
node-ipc
A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.
Updated by @alansikora
is-windows
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
Updated by @doowb
is-wsl
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
Updated by @sindresorhus
remarkable
Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.
Updated by @doowb
child-process-promise
Simple wrapper around the "child_process" module that makes use of promises
Updated by @psteeleidem
convert-hrtime
Convert the result of `process.hrtime.bigint()` to seconds, milliseconds, nanoseconds
Updated by @sindresorhus
insert-module-globals
insert implicit module globals into a module-deps stream
Updated by @lukechilds
async-exit-hook
Run some code when the process exits (supports async hooks and pm2 clustering)
Updated by @tapppi