Rocky_Mountain_Vending/.pnpm-store/v10/files/44/bc174d4c349102f9e16420017c09b31d9300bcd92f6325ad0084ae58a896df433a8e55b3c237bfaf3f94ffe34cf775612fc2eec0ccffcc07f2dc31504c208e
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

17 lines
197 B
Text

# events-universal
Universal wrapper for the Node.js `events` module.
```
npm i events-universal
```
## Usage
```js
const EventEmitter = require('events-universal')
```
## License
Apache-2.0