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>
32 lines
No EOL
848 B
Text
32 lines
No EOL
848 B
Text
{
|
|
"name": "@formatjs/ecma402-abstract",
|
|
"description": "A collection of implementation for ECMAScript abstract operations",
|
|
"version": "2.3.6",
|
|
"license": "MIT",
|
|
"author": "Long Ho <holevietlong@gmail.com",
|
|
"sideEffects": false,
|
|
"types": "index.d.ts",
|
|
"dependencies": {
|
|
"decimal.js": "^10.4.3",
|
|
"tslib": "^2.8.0",
|
|
"@formatjs/intl-localematcher": "0.6.2",
|
|
"@formatjs/fast-memoize": "2.2.7"
|
|
},
|
|
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c",
|
|
"homepage": "https://github.com/formatjs/formatjs",
|
|
"keywords": [
|
|
"abstract",
|
|
"ecma262",
|
|
"ecma402",
|
|
"es",
|
|
"format",
|
|
"i18n",
|
|
"intl",
|
|
"javascript",
|
|
"relative"
|
|
],
|
|
"main": "index.js",
|
|
"module": "lib/index.js",
|
|
"repository": "git@github.com:formatjs/formatjs.git"
|
|
} |