UNPKG

ansi-state

Version:
35 lines (34 loc) 688 B
{ "name": "ansi-state", "version": "1.0.5", "description": "Save and restore your ANSI states.", "main": "main.js", "scripts": { "test": "nodeunit test/test.js" }, "repository": { "type": "git", "url": "https://github.com/arjunmehta/node-ansi-state.git" }, "keywords": [ "ansi", "state", "colours", "colors", "color", "colour", "styles", "save", "restore", "update" ], "author": "Arjun Mehta", "license": "MIT", "bugs": { "url": "https://github.com/arjunmehta/node-ansi-state/issues" }, "homepage": "https://github.com/arjunmehta/node-ansi-state", "devDependencies": { "nodeunit": "~0.9.0" } }