clawd/node_modules/bare-url
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
prebuilds Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
CMakeLists.txt 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
README.md Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
binding.c Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
binding.js Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
global.d.ts Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
global.js Memory updates: corrections, email triage, heartbeat state 2026-02-03 01:02:28 +00:00
index.d.ts 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-url

WHATWG URL implementation for JavaScript.

npm i bare-url

Usage

const url = require('bare-url')

const p = url.fileURLToPath('file:///foo') // --> /foo

License

Apache-2.0