summaryrefslogtreecommitdiff
path: root/Library/SDK/node_modules/control-sequence-introducer/package.json
blob: 5fbe56e076ce8f686f2a2b4fc11aa2c8794bc5dd (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
28
29
{
  "name": "control-sequence-introducer",
  "version": "0.0.2",
  "description": "Get Control Sequence Introducer for [ANSI Escape Codes](https://en.wikipedia.org/wiki/ANSI_escape_code)",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js"
  },
  "repository": "joegesualdo/control-sequence-introducer",
  "keywords": [
    "ansi",
    "escape",
    "codes",
    "control",
    "sequence",
    "introducer"
  ],
  "author": {
    "name": "Joe Gesualdo"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  },
  "dependencies": {
    "terminal-escape-char": "*"
  }
}