config-chain(latest: 1.1.13) HANDLE CONFIGURATION ONCE AND FOR ALL
dezalgo(latest: 1.0.4) Contain async insanity so that the dark pony lord doesn't eat souls
@isaacs/string-locale-compare(latest: 1.1.0) Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise
proc-log(latest: 3.0.0) just emit 'log' events on the process object
json-stringify-nice(latest: 1.1.4) Stringify an object sorting scalars before objects, and defaulting to 2-space indent
core-util-is(latest: 1.0.3) The `util.is*` functions introduced in Node v0.12.
npm-bundled(latest: 3.0.0) list things in node_modules that are bundledDependencies, or transitive dependencies thereof
treeverse(latest: 3.0.0) Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
graceful-fs(latest: 4.2.11) A drop-in replacement for fs, making various improvements.
trivial-deferred(latest: 2.0.0) The most dead-simple trivial Deferred implementation
libtap(latest: 1.4.1) A Test-Anything-Protocol library for JavaScript
@isaacs/import-jsx(latest: 4.0.1) Require and transpile JSX on the fly (fork of import-jsx for node 17 support)
@tapjs/after(latest: 1.1.7) a built-in tap extension for t.after() and t.teardown()
@tapjs/after-each(latest: 1.1.7) a built-in tap extension for t.afterEach()
@tapjs/asserts(latest: 1.1.7) Tap plugin that adds a heaping pile of assertion methods. Pretty much all of the "test" methods other than `t.pass`, `t.fail`, and [snapshot methods](https://tapjs.github.io/tapjs/modules/_tapjs_snapshot.html) come from this plugin.
@tapjs/before(latest: 1.1.7) a built-in tap extension for t.before()
@tapjs/before-each(latest: 1.1.7) a built-in tap extension for t.beforeEach()
@tapjs/core(latest: 1.3.7) pluggable core of node-tap
@tapjs/filter(latest: 1.2.7) tap plugin providing t.only() and grep option
@tapjs/fixture(latest: 1.2.7) Tap plugin to provide t.testdir() and t.fixture()
@tapjs/intercept(latest: 1.2.7) a built-in tap extension for t.intercept() and t.capture()
@tapjs/mock(latest: 1.2.5) tap plugin adding t.mockRequire() and t.mockImport()
@tapjs/run(latest: 1.4.3) Command-line interface for the node-tap runner
@tapjs/spawn(latest: 1.1.7) a built-in tap extension for t.spawn()
@tapjs/stdin(latest: 1.1.7) a built-in tap extension for t.stdin()
@tapjs/test(latest: 1.3.7) the pluggable Test class for node-tap
@tapjs/typescript(latest: 1.2.7) a built-in tap extension that adds typescript support
@tapjs/worker(latest: 1.1.7) a built-in tap extension for t.worker()
@tapjs/node-serialize(latest: 1.1.7) Stream TAP test data as a serialized node:test stream
events-to-array(latest: 2.0.3) Put a bunch of emitted events in an array, for testing.