Rocky_Mountain_Vending/.pnpm-store/v10/files/a8/f6669846f47b443b44f945aca3302f029cf16d01bd499b84e66b7ed8b018ce332d3d288b5e1472fa4073da303996d5f0ec1a18af0007cefb25a26bc7ec317f
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

37 lines
864 B
Text

{
"name": "http-link-header",
"version": "1.1.3",
"description": "Parse & format HTTP link headers according to RFC 8288",
"author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de)",
"license": "MIT",
"keywords": [
"rfc5988",
"rfc8288",
"rfc",
"5988",
"8288",
"http",
"link",
"header"
],
"main": "lib/link.js",
"scripts": {
"benchmark": "node benchmark",
"test": "control"
},
"devDependencies": {
"@jhermsmeier/control": "2.0.2",
"nanobench": "2.1.1"
},
"homepage": "https://github.com/jhermsmeier/node-http-link-header",
"repository": {
"type": "git",
"url": "git+https://github.com/jhermsmeier/node-http-link-header.git"
},
"bugs": {
"url": "https://github.com/jhermsmeier/node-http-link-header/issues"
},
"engines": {
"node": ">=6.0.0"
}
}