summaryrefslogtreecommitdiff
path: root/Library/SDK/node_modules/show-terminal-cursor/package.json
blob: f10d1266e8c1a652f8630b45f92399fe572426d9 (plain)
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": "show-terminal-cursor",
  "version": "0.0.2",
  "description": "Shows the terminal cursor.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js"
  },
  "repository": "joegesualdo/show-terminal-cursor",
  "keywords": [
    "show",
    "terminal",
    "cursor",
    "display"
  ],
  "author": {
    "name": "Joe Gesualdo"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  },
  "dependencies": {
    "control-sequence-introducer": "*"
  }
}