aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ansi-regex/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ansi-regex/package.json')
-rw-r--r--node_modules/ansi-regex/package.json11
1 files changed, 3 insertions, 8 deletions
diff --git a/node_modules/ansi-regex/package.json b/node_modules/ansi-regex/package.json
index bca8b6d29..2734a7873 100644
--- a/node_modules/ansi-regex/package.json
+++ b/node_modules/ansi-regex/package.json
@@ -1,24 +1,19 @@
{
"name": "ansi-regex",
- "version": "2.0.0",
+ "version": "0.2.1",
"description": "Regular expression for matching ANSI escape codes",
"license": "MIT",
"repository": "sindresorhus/ansi-regex",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
+ "url": "http://sindresorhus.com"
},
- "maintainers": [
- "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
- "Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)"
- ],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
- "test": "mocha test/test.js",
- "view-supported": "node test/viewCodes.js"
+ "test": "mocha"
},
"files": [
"index.js"