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

51 lines
814 B
JSON
Raw Normal View History

2017-05-03 15:35:00 +02:00
{
2017-08-14 05:01:11 +02:00
"name": "ansi-escapes",
"version": "2.0.0",
"description": "ANSI escape codes for manipulating the terminal",
2017-05-03 15:35:00 +02:00
"license": "MIT",
2017-08-14 05:01:11 +02:00
"repository": "sindresorhus/ansi-escapes",
2017-05-03 15:35:00 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
2017-08-14 05:01:11 +02:00
"url": "sindresorhus.com"
2017-05-03 15:35:00 +02:00
},
"engines": {
2017-08-14 05:01:11 +02:00
"node": ">=4"
2017-05-03 15:35:00 +02:00
},
"scripts": {
2017-08-14 05:01:11 +02:00
"test": "xo && ava"
2017-05-03 15:35:00 +02:00
},
"files": [
"index.js"
],
"keywords": [
"ansi",
"terminal",
"console",
"cli",
"string",
"tty",
"escape",
2017-08-14 05:01:11 +02:00
"escapes",
2017-05-03 15:35:00 +02:00
"formatting",
"shell",
"xterm",
"log",
"logging",
"command-line",
2017-08-14 05:01:11 +02:00
"text",
"vt100",
"sequence",
"control",
"code",
"codes",
"cursor",
"iterm",
"iterm2"
2017-05-03 15:35:00 +02:00
],
"devDependencies": {
2017-08-14 05:01:11 +02:00
"ava": "*",
"xo": "*"
2017-05-03 15:35:00 +02:00
}
}