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>
36 lines
771 B
Text
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"
|
|
}
|
|
}
|