UNPKG

pretty-ansi

Version:

Convert ANSI escape sequences to human readable text

52 lines (51 loc) 1.13 kB
{ "name": "pretty-ansi", "version": "3.0.0", "description": "Convert ANSI escape sequences to human readable text", "keywords": [ "pretty", "ansi", "escape", "sequences", "testing" ], "repository": { "type": "git", "url": "git+https://github.com/mrazauskas/pretty-ansi.git" }, "funding": "https://github.com/sponsors/mrazauskas", "license": "MIT", "type": "module", "exports": { ".": { "import": "./index.js", "require": "./index.cjs" }, "./package.json": "./package.json" }, "main": "./index.cjs", "types": "./index.d.cts", "files": [ "index.d.cts", "index.d.ts", "index.cjs", "index.js" ], "scripts": { "check": "biome check --write", "format": "biome format --write", "test": "node --test", "test:coverage": "mcr --config mcr.config.json -- npm run test", "test:types": "tstyche" }, "devDependencies": { "@biomejs/biome": "1.9.4", "ansi-escapes": "7.0.0", "ansi-styles": "6.2.1", "monocart-coverage-reports": "2.11.3", "tstyche": "3.0.0" }, "engines": { "node": ">=18" } }