Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/797b201c48b9fcf36fadb79979f412513bfd225ab6cb9d53afa70a55c5aae475c50b83436af55b8344e67a053be2aed556eefbe6fac17c64176e19a4b2d561
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

38 lines
No EOL
1.1 KiB
Text

{
"name": "intl-messageformat",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"version": "10.7.18",
"license": "BSD-3-Clause",
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
"sideEffects": false,
"types": "index.d.ts",
"dependencies": {
"tslib": "^2.8.0",
"@formatjs/fast-memoize": "2.2.7",
"@formatjs/icu-messageformat-parser": "2.11.4",
"@formatjs/ecma402-abstract": "2.3.6"
},
"bugs": "https://github.com/formatjs/formatjs/issues",
"contributors": [
"Anthony Pipkin <a.pipkin@yahoo.com>",
"Caridy Patino <caridy@gmail.com>",
"Drew Folta <drew@folta.net>",
"Long Ho <holevietlong@gmail.com>"
],
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c",
"homepage": "https://github.com/formatjs/formatjs",
"keywords": [
"globalization",
"i18n",
"icu",
"internationalization",
"intl",
"localization",
"messageformat",
"parser",
"plural"
],
"main": "index.js",
"module": "lib/index.js",
"repository": "git@github.com:formatjs/formatjs.git"
}