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

54 lines
874 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "slice-ansi",
2017-08-14 05:01:11 +02:00
"version": "1.0.0",
2017-05-28 00:38:50 +02:00
"description": "Slice a string with ANSI escape codes",
"license": "MIT",
"repository": "chalk/slice-ansi",
"author": {
"name": "David Caccavella",
"email": "threedeecee@gmail.com"
},
"engines": {
2017-08-14 05:01:11 +02:00
"node": ">=4"
2017-05-28 00:38:50 +02:00
},
"scripts": {
2017-08-14 05:01:11 +02:00
"test": "xo && ava"
2017-05-28 00:38:50 +02:00
},
"files": [
"index.js"
],
"keywords": [
"slice",
"string",
"ansi",
"styles",
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"tty",
"escape",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
2017-08-14 05:01:11 +02:00
"dependencies": {
"is-fullwidth-code-point": "^2.0.0"
},
2017-05-28 00:38:50 +02:00
"devDependencies": {
2017-08-14 05:01:11 +02:00
"ava": "*",
"chalk": "^2.0.1",
"random-item": "^1.0.0",
"strip-ansi": "^4.0.0",
2017-05-28 00:38:50 +02:00
"xo": "*"
}
}