UNPKG

@maizzle/framework

Version:

Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.

52 lines (51 loc) 1.36 kB
{ "name": "fast-wrap-ansi", "version": "0.2.2", "files": [ "lib" ], "description": "A tiny and fast text wrap library which takes ANSI escapes into account.", "keywords": [ "wrap", "ansi", "term", "colors" ], "homepage": "https://github.com/43081j/fast-wrap-ansi#readme", "bugs": { "url": "https://github.com/43081j/fast-wrap-ansi/issues" }, "repository": { "type": "git", "url": "git+https://github.com/43081j/fast-wrap-ansi.git" }, "license": "MIT", "author": "James Garbutt (https://github.com/43081j)", "type": "module", "main": "lib/main.js", "scripts": { "format": "prettier --write src test", "lint": "npm run lint:js && npm run lint:format && npm run lint:types", "lint:js": "eslint src test", "lint:format": "prettier --check src test", "lint:types": "npx tsc --noEmit -p tsconfig.test.json", "build": "tsc", "test": "vitest run" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^25.8.0", "eslint": "^10.4.0", "fast-wrap-ansi-prod": "npm:fast-wrap-ansi@*", "picocolors": "^1.1.1", "prettier": "^3.8.3", "tinybench": "^6.0.2", "typescript": "^6.0.3", "typescript-eslint": "^8.59.3", "vitest": "^4.1.6", "wrap-ansi": "^10.0.0" }, "dependencies": { "fast-string-width": "^3.0.2" } }