UNPKG

ansi-escape

Version:

ANSI escape codes for manipulating the terminal

32 lines (31 loc) 757 B
{ "name": "ansi-escape", "version": "1.1.0", "description": "ANSI escape codes for manipulating the terminal", "main": "index.js", "scripts": { "test": "npm run lint && tap test/*.js", "lint": "eslint *.js lib/*.js test/*.js bin/*.js", "coveralls": "COVERALLS_REPO_TOKEN=REPO_TOKEN npm test" }, "repository": { "type": "git", "url": "git+https://github.com/zoubin/ansi-escape.git" }, "keywords": [ "ansi", "escape", "terminal" ], "author": "zoubin", "license": "MIT", "bugs": { "url": "https://github.com/zoubin/ansi-escape/issues" }, "homepage": "https://github.com/zoubin/ansi-escape#readme", "dependencies": {}, "devDependencies": { "eslint": "^1.10.1", "tap": "^5.0.0" } }