npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "stderr" 的结果(共 21 个)
is-interactive

Check if stdout or stderr is interactive

MIT
exeunt

exiting a node.js process *and flushing stdout and stderr*

MPL-2.0
set-blocking

set blocking stdio and stderr ensuring that terminal output does not truncate

ISC
std-mocks

Mock node stdout and stderr without pain.

MIT
out

Write formatted output to STDERR (other alternative channels)

ISC
spawncommand

Spawn or fork a child process with a promise property resolved on exit with stdout, stderr and code.

MIT
char-spinner

Put a little spinner on process.stderr, as unobtrusively as possible.

BlueOak-1.0.0
brout

stdout and stderr for browsers

MIT
@dxcli/screen

get stdout/stderr columns

MIT
@anycli/screen

get stdout/stderr columns

MIT
@oclif/screen

get stdout/stderr columns

MIT
mute

Politely tells stdout and stderr to shut the heck up for a moment.

MIT
stream-logger

Wrapper on top of buster-evented-logger that does pretty outout to stdout and stderr.

BSD-3-Clause
silent-npm-registry-client

Npm registry client that doesn't spam stdout/stderr

MIT
stdout-stderr

mock stdout and stderr

MIT
promise-spawner

Lazy nodejs spawner with stdout/stderr streams and error handling through promises

MIT
buster-stdio-logger

Wrapper on top of buster-evented-logger that does pretty outout to stdout and stderr.

tape-spawn

spawn processes conveniently in tape tests and match against stdout/stderr streaming output

BSD
comandante

spawn() that returns a duplex stream and emits errors with stderr data on non-zero exit codes

tapr

Tapper (tapr) is a node.js tap test runner which allows stdout and stderr mixed in with the tap output and also presents assert output in a more abbreviated fashion. Tapper also optionally adds color to the output. Core based on Isaac Z Schlueter original tap runner. Because of Isaac's modular design Tapr/Tapper customizes the runner but uses all the original tap components.