Rocky_Mountain_Vending/.pnpm-store/v10/files/76/353cfffef07cec17e01f65a64beae0481d3bf573a6f1dc935f9e7aa45245e0c7ffa572b356cf7533286e97d792bc99d461e08589c87ff3b1d4c55aae62ab69
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

36 lines
771 B
Text

{
"name": "forwarded-parse",
"version": "2.1.2",
"description": "Parse the Forwarded header (RFC 7239) into an array of objects",
"keywords": [
"forwarded",
"RFC-7239",
"rfc-7239",
"RFC7239",
"rfc7239",
"header",
"parser",
"7239",
"RFC",
"rfc"
],
"homepage": "https://github.com/lpinca/forwarded-parse",
"bugs": "https://github.com/lpinca/forwarded-parse/issues",
"license": "MIT",
"author": "Luigi Pinca",
"files": [
"lib",
"index.js",
"index.d.ts"
],
"main": "index.js",
"repository": "lpinca/forwarded-parse",
"scripts": {
"test": "c8 --reporter=lcov --reporter=text tape test.js"
},
"devDependencies": {
"c8": "^7.3.0",
"pre-commit": "^1.2.2",
"tape": "^5.0.1"
}
}