aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ansi-escapes/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ansi-escapes/package.json')
-rw-r--r--node_modules/ansi-escapes/package.json96
1 files changed, 48 insertions, 48 deletions
diff --git a/node_modules/ansi-escapes/package.json b/node_modules/ansi-escapes/package.json
index fa9df558e..24cb2f213 100644
--- a/node_modules/ansi-escapes/package.json
+++ b/node_modules/ansi-escapes/package.json
@@ -1,50 +1,50 @@
{
- "name": "ansi-escapes",
- "version": "2.0.0",
- "description": "ANSI escape codes for manipulating the terminal",
- "license": "MIT",
- "repository": "sindresorhus/ansi-escapes",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "ansi",
- "terminal",
- "console",
- "cli",
- "string",
- "tty",
- "escape",
- "escapes",
- "formatting",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text",
- "vt100",
- "sequence",
- "control",
- "code",
- "codes",
- "cursor",
- "iterm",
- "iterm2"
- ],
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
+ "name": "ansi-escapes",
+ "version": "3.0.0",
+ "description": "ANSI escape codes for manipulating the terminal",
+ "license": "MIT",
+ "repository": "sindresorhus/ansi-escapes",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "ansi",
+ "terminal",
+ "console",
+ "cli",
+ "string",
+ "tty",
+ "escape",
+ "escapes",
+ "formatting",
+ "shell",
+ "xterm",
+ "log",
+ "logging",
+ "command-line",
+ "text",
+ "vt100",
+ "sequence",
+ "control",
+ "code",
+ "codes",
+ "cursor",
+ "iterm",
+ "iterm2"
+ ],
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
}