Node.js Streams, a user-land copy of the stream library from Node.js
Node.js API (Node-API)
Determine if the current node version supports the `--preserve-symlinks` flag.
A light-weight module that brings Fetch API to node.js
Load node modules according to tsconfig paths, in run-time or via API.
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Like which(1) unix command. Find the first instance of an executable in the PATH.
Cross platform child_process#spawn and child_process#spawnSync
Provides a way to make requests
An implementation of window.fetch in Node.js using Minipass streams
Determines if an object can be used as an array
Info about node `exports` field support: version ranges, categories, etc.
Build tool and bindings loader for node-gyp that supports prebuilds
TypeScript execution environment and REPL for node.js, with source map support
Vite as Node.js runtime
[](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [](https://www.npmjs.com/
Node.js releases data
Detect Node.JS (as opposite to browser environment). ESM modification
ECMAScript JS AST traversal functions
better fetch for Node.js. Works on any JavaScript runtime!
A Babel preset that enables parsing of proposals supported by the current Node.js version.
PostgreSQL client - pure javascript & libpq with the same API
Build tool and bindings loader for node-gyp that supports prebuilds
Node default behavior import resolution plugin for eslint-plugin-import.
High-level WombatKV node API, store + lookup + touch + foyer-backed local cache. The Rust surface that wombatkv-cabi wraps for C/C++ engines (ds4, llama.cpp, custom).
Wire-format codecs for WombatKV: 16-byte universal envelope (magic + version + CRC32C + len per RFC 0018), blake3 chain hashing, rkyv archive helpers. Internal to the wombatkv-* workspace; consumers should depend on wombatkv-cabi or wombatkv-node.
C ABI over WombatKV. Produces libwombatkv.dylib + wombatkv.h so C/C++ engines (ds4, llama.cpp, custom) integrate without a Rust path dependency. Headline ABI surface for the system.
Core types, errors, and shared primitives for WombatKV (object-storage-native KV cache system for LLM inference). Leaf crate, no internal deps.
Deterministic simulation testing (DST) primitives for WombatKV. Draws on the DST patterns shipped in the myelon crate (github.com/Venkat2811/myelon).
In-RAM radix tree + SlateDB-backed L1 metadata index for WombatKV. Implements the longest-prefix lookup over content-addressed KV blocks per RFC 0008.
Object-store backend (S3 / MinIO / R2 / GCS) for WombatKV. Async writes, sync reads, per-namespace LRU eviction with CAS safety.