1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
}
}
|