Files
bare-operating-system/packages/bare-os-openssh/vendor/bare-node-shims/README.md
T
2026-04-08 22:48:55 -04:00

13 lines
706 B
Markdown

# Vendored Bare node shims (Holepunch)
Generated by `node scripts/vendor-bare-node-shims.mjs` after `npm install` at the repo root.
These packages are normally published on npm; this tree is committed so **git clone** provides the same layout as a full install when registry access is missing or incomplete.
- **bare-net** — Bare TCP stack (`https://www.npmjs.com/package/bare-net`).
- **bare-node-*** — Node builtin compatibility shims (e.g. **bare-node-net** wraps **bare-net**).
**bare-os-booter** depends on each via `file:../bare-os-openssh/vendor/bare-node-shims/<name>`.
Upgrade: bump versions in **packages/bare-os-booter/package.json**, `npm install` at root, re-run this script, commit.