Rocky_Mountain_Vending/.pnpm-store/v10/files/bd/04733541965c8d3e1011d0c12c0e50c3fa3f7229d033886bd8a76e334f4d7f1d0417d22fb9a523f57373e7e77d1f19df0e8ca83d9ae3b164e9ea089f21d28b
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
225 B
Text

# bare-path
Path manipulation library for JavaScript.
```
npm i bare-path
```
## Usage
``` js
const path = require('bare-path')
path.join('foo', 'bar') // foo/bar on posix, foo\bar on windows
```
## License
Apache-2.0