Rocky_Mountain_Vending/.pnpm-store/v10/files/61/0853b09bd98a3bc2228e989af3a1b4fa946641481267bcceae62d5b3d655b3daac6ebfa0faeedbaf0e73e6551a3825761024284004ed98b1d6bc3f39a6046c
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

22 lines
448 B
Text

{
"name": "parse-cache-control",
"version": "1.0.1",
"description": "Parse Cache-Control headers.",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/roryf/parse-cache-control.git"
},
"devDependencies": {
"tape": "^3.5.0"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hapijs/wreck/raw/master/LICENSE"
}
]
}