diff options
author | Minteck <contact@minteck.org> | 2022-07-03 14:23:25 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-03 14:23:25 +0200 |
commit | d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc (patch) | |
tree | a8e538a8e32b66fece6a10c198fe700866d1e233 /Library/SDK/node_modules/hide-terminal-cursor/package.json | |
download | strawberry-os-d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc.tar.gz strawberry-os-d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc.tar.bz2 strawberry-os-d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc.zip |
Initial commit
Diffstat (limited to 'Library/SDK/node_modules/hide-terminal-cursor/package.json')
-rw-r--r-- | Library/SDK/node_modules/hide-terminal-cursor/package.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Library/SDK/node_modules/hide-terminal-cursor/package.json b/Library/SDK/node_modules/hide-terminal-cursor/package.json new file mode 100644 index 0000000..2d95100 --- /dev/null +++ b/Library/SDK/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" + } +} |