diff options
Diffstat (limited to 'node_modules/hide-terminal-cursor/package.json')
-rw-r--r-- | node_modules/hide-terminal-cursor/package.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/node_modules/hide-terminal-cursor/package.json b/node_modules/hide-terminal-cursor/package.json new file mode 100644 index 0000000..2d95100 --- /dev/null +++ b/node_modules/hide-terminal-cursor/package.json @@ -0,0 +1,27 @@ +{ + "name": "hide-terminal-cursor", + "version": "0.0.1", + "description": "Hide the terminal cursor.", + "main": "index.js", + "scripts": { + "test": "mocha test.js" + }, + "repository": "joegesualdo/hide-terminal-cursor", + "keywords": [ + "cursor", + "terminal", + "hide", + "display" + ], + "author": { + "name": "Joe Gesualdo" + }, + "license": "MIT", + "devDependencies": { + "mocha": "*", + "chai": "*" + }, + "dependencies": { + "control-sequence-introducer": "0.0.2" + } +} |