clawd/node_modules/bare-path
Johan Jongsma 023030c035 Memory updates: corrections, email triage, heartbeat state
- Updated corrections.md with config validation principles
- Email triage rules and logs
- Infrastructure ownership documentation
- Daily memory files through Feb 1
- Heartbeat state tracking
2026-02-03 01:02:28 +00:00
..
lib Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
LICENSE Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
NOTICE Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
README.md Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
index.js Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
package.json Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00

README.md

bare-path

Path manipulation library for JavaScript.

npm i bare-path

Usage

const path = require('bare-path')

path.join('foo', 'bar') // foo/bar on posix, foo\bar on windows

License

Apache-2.0