UNPKG

charm_inheritance-fix

Version:

ansi control sequences for terminal cursor hopping and colors (fixed for io.js and newer node)

33 lines (32 loc) 805 B
{ "name" : "charm_inheritance-fix", "version" : "1.0.1", "description" : "ansi control sequences for terminal cursor hopping and colors (fixed for io.js and newer node)", "main" : "index.js", "directories" : { "lib" : ".", "example" : "example", "test" : "test" }, "repository" : { "type" : "git", "url" : "http://github.com/martinheidegger/node-charm.git" }, "keywords" : [ "terminal", "ansi", "cursor", "color", "console", "control", "escape", "sequence" ], "author" : { "name" : "James Halliday", "email" : "mail@substack.net", "url" : "http://substack.net" }, "license" : "MIT/X11", "engine" : { "node" : ">=0.4" } }