{ "name": "ansi_up", "version": "5.0.0", "description": "Convert ansi sequences in strings to colorful HTML", "keywords": [ "ansi", "html" ], "author": "drudru ", "license": "MIT", "main": "./ansi_up.js", "types": "./dist/ansi_up.d.ts", "repository": { "type": "git", "url": "git://github.com/drudru/ansi_up.git" }, "bugs": { "url": "http://github.com/drudru/ansi_up/issues" }, "engines": { "node": "*" }, "scripts": { "test": "make test", "build": "make typescript" }, "devDependencies": { "mocha": "*", "should": "*", "typescript": "^3.0" } }