summaryrefslogtreecommitdiff
path: root/Library/SDK/node_modules/terminal-escape-char/package.json
blob: 0406843c6ef630e35b91db8843efc85817d858c2 (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
{
  "name": "terminal-escape-char",
  "version": "0.0.4",
  "description": "Get [Escape Character](https://en.wikipedia.org/wiki/Escape_character)",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js"
  },
  "repository": "joegesualdo/terminal-escape-char",
  "keywords": [
    "escape",
    "char",
    "terminal",
    "ansi"
  ],
  "author": {
    "name": "Joe Gesualdo"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  },
  "dependencies": {}
}