Musique/node_modules/cli-color/package.json

40 lines
1 KiB
JSON

{
"name": "cli-color",
"version": "1.2.0",
"description": "Colors, formatting and other tools for the console",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
"ansi",
"color",
"console",
"terminal",
"cli",
"shell",
"log",
"logging",
"xterm"
],
"repository": {
"type": "git",
"url": "git://github.com/medikoo/cli-color.git"
},
"dependencies": {
"ansi-regex": "^2.1.1",
"d": "1",
"es5-ext": "^0.10.12",
"es6-iterator": "2",
"memoizee": "^0.4.3",
"timers-ext": "0.1"
},
"devDependencies": {
"tad": "^0.2.7",
"xlint": "^0.2.2",
"xlint-jslint-medikoo": "^0.1.4"
},
"scripts": {
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
"lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
"test": "node ./node_modules/tad/bin/tad"
},
"license": "MIT"
}