diff options
Diffstat (limited to 'node_modules/terminal-escape-char/package.json')
-rw-r--r-- | node_modules/terminal-escape-char/package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/node_modules/terminal-escape-char/package.json b/node_modules/terminal-escape-char/package.json new file mode 100644 index 0000000..0406843 --- /dev/null +++ b/node_modules/terminal-escape-char/package.json @@ -0,0 +1,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": {} +} |