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>
17 lines
530 B
Text
17 lines
530 B
Text
{
|
|
"name": "lookup-closest-locale",
|
|
"version": "6.2.0",
|
|
"description": "Lookup the closest locale from among object keys",
|
|
"author": "Andy VanWagoner <andy@vanwago.net>",
|
|
"homepage": "https://github.com/format-message/format-message/tree/master/packages/lookup-closest-locale",
|
|
"license": "MIT",
|
|
"repository": "format-message/format-message",
|
|
"bugs": "https://github.com/format-message/format-message/issues",
|
|
"keywords": [
|
|
"i18n",
|
|
"lookup",
|
|
"BCP47",
|
|
"language tag"
|
|
],
|
|
"types": "types.d.ts"
|
|
}
|