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

65 lines
1.2 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "ansi-regex",
2018-09-20 02:56:13 +02:00
"version": "2.1.1",
2016-11-03 01:33:53 +01:00
"description": "Regular expression for matching ANSI escape codes",
"license": "MIT",
2018-09-20 02:56:13 +02:00
"repository": "chalk/ansi-regex",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
2018-09-20 02:56:13 +02:00
"url": "sindresorhus.com"
2016-10-10 03:43:44 +02:00
},
2018-09-20 02:56:13 +02:00
"maintainers": [
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
"Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)",
"JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
],
2016-10-10 03:43:44 +02:00
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
2018-09-20 02:56:13 +02:00
"test": "xo && ava --verbose",
"view-supported": "node fixtures/view-codes.js"
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": {
2018-09-20 02:56:13 +02:00
"ava": "0.17.0",
"xo": "0.16.0"
},
"xo": {
"rules": {
"guard-for-in": 0,
"no-loop-func": 0
}
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}