wishthis/node_modules/ansi-red/package.json

56 lines
948 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "ansi-red",
"description": "The color red, in ansi.",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/ansi-red",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/ansi-red",
"bugs": {
"url": "https://github.com/jonschlinkert/ansi-red/issues"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"license": "MIT",
"files": [
"index.js"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "mocha"
2022-01-21 08:28:41 +00:00
},
"dependencies": {
"ansi-wrap": "0.1.0"
},
"devDependencies": {
"mocha": "*"
},
"keywords": [
"red",
"256",
"ansi",
"cli",
"color",
"colors",
"colour",
"command",
"command-line",
"console",
"format",
"formatting",
"iterm",
"log",
"logging",
"rgb",
"shell",
"string",
"style",
"styles",
"styling",
"terminal",
"text",
"tty",
"xterm"
2022-04-08 10:55:35 +00:00
]
2022-01-21 08:28:41 +00:00
}