Rocky_Mountain_Vending/.pnpm-store/v10/files/96/48a7d40a95691834dcd64a102af553024a02469fc0f1d348180b37ddf95c8807844bbc9168f4248ff027eeba0a6c7ea7c0a5611079d54c3662c087ce241980
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

43 lines
1.2 KiB
Text

{
"name": "get-source",
"version": "2.0.12",
"description": "Fetch source-mapped sources. Peek by file, line, column. Node & browsers. Sync & async.",
"main": "get-source",
"types": "./get-source.d.ts",
"scripts": {
"test-browser": "mocha test/test.browser --reporter spec",
"test-node": "mocha test/test.node --reporter spec",
"test-path": "mocha test/test.path --reporter spec",
"test": "nyc --reporter=html --reporter=text mocha test/test.path test/test.node --reporter spec",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/xpl/get-source.git"
},
"keywords": [
"sources",
"sourcemap",
"read source",
"cached sources"
],
"author": "Vitaly Gordon <rocket.mind@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/xpl/get-source/issues"
},
"homepage": "https://github.com/xpl/get-source",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.3",
"istanbul": "^0.4.5",
"memory-fs": "^0.3.0",
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"webpack": "^4.43.0"
},
"dependencies": {
"data-uri-to-buffer": "^2.0.0",
"source-map": "^0.6.1"
}
}