wallet-core/node_modules/ansi-regex/package.json

52 lines
822 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "ansi-regex",
"version": "0.2.1",
2016-11-03 01:33:53 +01:00
"description": "Regular expression for matching ANSI escape codes",
"license": "MIT",
"repository": "sindresorhus/ansi-regex",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
2016-10-10 03:43:44 +02:00
},
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-11-03 01:33:53 +01:00
},
2016-10-10 03:43:44 +02:00
"files": [
"index.js"
],
"keywords": [
"ansi",
"styles",
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"tty",
"escape",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"command-line",
"text",
"regex",
"regexp",
"re",
"match",
"test",
"find",
"pattern"
],
2016-11-03 01:33:53 +01:00
"devDependencies": {
"mocha": "*"
}
2016-10-10 03:43:44 +02:00
}