Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/82df8262abea1c6c65be92deb4a3fe3085ddfc6290d9d50b579dee35e8907696039fa06c039d5f8d143f78415567725288c90f6ae0752d8e83884f5c0b557f
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

19 lines
211 B
Text

# bare-url
WHATWG URL implementation for JavaScript.
```
npm i bare-url
```
## Usage
```js
const url = require('bare-url')
const p = url.fileURLToPath('file:///foo') // --> /foo
```
## License
Apache-2.0