Rocky_Mountain_Vending/.pnpm-store/v10/files/af/d2d5d74e7ac240a13a83e1f32353d073cea82dac6b1cadb92da2dee9ca6a49f911447f54ca69d4d45a045db5e3569456bf7f2f05a5367d56d821ae80173d37
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

34 lines
806 B
Text

{
"name": "data-uri-to-buffer",
"version": "2.0.2",
"description": "Generate a Buffer instance from a Data URI string",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git"
},
"keywords": [
"data",
"uri",
"datauri",
"data-uri",
"buffer",
"convert",
"rfc2397",
"2397"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues"
},
"homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer",
"devDependencies": {
"@types/node": "^8.0.7",
"mocha": "^3.4.2"
}
}