Rocky_Mountain_Vending/.pnpm-store/v10/files/02/1e9b2bd0f36773ec9d027c04e4d2478ea05d658b6d3764c1ab930ca4f23aa00715ef742d763b31c86328c6b4ddbe3d185dd46ee98c9eff0e88a99bb4083524-exec
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

60 lines
1.7 KiB
Text
Executable file

{
"name": "@hapi/hoek",
"description": "General purpose node utilities",
"version": "11.0.7",
"repository": "git://github.com/hapijs/hoek",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./applyToDefaults": "./lib/applyToDefaults.js",
"./assert": "./lib/assert.js",
"./assertError": "./lib/assertError.js",
"./bench": "./lib/bench.js",
"./block": "./lib/block.js",
"./clone": "./lib/clone.js",
"./contain": "./lib/contain.js",
"./deepEqual": "./lib/deepEqual.js",
"./escapeHeaderAttribute": "./lib/escapeHeaderAttribute.js",
"./escapeHtml": "./lib/escapeHtml.js",
"./escapeJson": "./lib/escapeJson.js",
"./escapeRegex": "./lib/escapeRegex.js",
"./flatten": "./lib/flatten.js",
"./ignore": "./lib/ignore.js",
"./intersect": "./lib/intersect.js",
"./isPromise": "./lib/isPromise.js",
"./merge": "./lib/merge.js",
"./once": "./lib/once.js",
"./reach": "./lib/reach.js",
"./reachTemplate": "./lib/reachTemplate.js",
"./stringify": "./lib/stringify.js",
"./wait": "./lib/wait.js"
},
"keywords": [
"utilities"
],
"files": [
"lib"
],
"eslintConfig": {
"extends": [
"plugin:@hapi/module"
]
},
"devDependencies": {
"@hapi/code": "^9.0.0",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/lab": "^25.0.1",
"@types/node": "^17.0.30",
"typescript": "~4.6.4"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}