Rocky_Mountain_Vending/.pnpm-store/v10/files/ef/9ef509e4a6f9ef18de4d4305bc5d2c94bb12cb793aa6e0097eaac511c97206628b271604b07557b70fe2d54f691ec26788e098ed5efd7ae45bad162fb23b58
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

72 lines
2.2 KiB
Text

{
"name": "printable-characters",
"version": "1.0.42",
"description": "A little helper for handling strings containing zero width control characters, ANSI styling, whitespaces, newlines, 💩, etc.",
"main": "./build/printable-characters.js",
"scripts": {
"lint": "eslint printable-characters.js",
"lint-test": "eslint printable-characters.js",
"babel": "babel printable-characters.js --source-maps inline --out-file ./build/printable-characters.js",
"build": "npm run lint && npm run lint-test && npm run babel",
"test": "npm run build && env PRINTABLE_CHARACTERS_TEST_FILE=./build/printable-characters.js nyc --reporter=html --reporter=text mocha --reporter spec",
"autotest": "env PRINTABLE_CHARACTERS_TEST_FILE=./printable-characters.js mocha --reporter spec --watch",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/xpl/printable-characters.git"
},
"keywords": [
"string width",
"string length",
"real string width",
"real string length",
"optical string width",
"printed width",
"unicode",
"codepoints",
"code points",
"strlen",
"zero width",
"zero width symbols",
"zero width characters",
"visible characters",
"visible symbols",
"visible",
"invisible",
"invisible symbols",
"invisible characters",
"printable",
"printable length",
"printable symbols",
"printable characters",
"non-printable characters",
"nonprintable characters",
"characters",
"symbols",
"string length",
"real string length",
"string trimming",
"trimming",
"escapes",
"escape codes",
"codes",
"ansi escapes",
"tokenizing",
"ansi",
"whitespaces"
],
"author": "Vitaly Gordon <rocket.mind@gmail.com>",
"license": "Unlicense",
"homepage": "https://github.com/xpl/printable-characters",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"coveralls": "^2.13.3",
"eslint": "^4.8.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"nyc": "^11.2.1"
}
}