{
	"name": "chromafi",
	"version": "2.1.0",
	"description": "🦅  cli syntax highlighting: any function - any object - 176 languages",
	"main": "index.js",
	"scripts": {
		"test": "xo && nyc  --reporter=html --reporter=lcov ava",
		"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls -v"
	},
	"husky": {
		"hooks": {
			"pre-commit": "yarn test"
		}
	},
	"repository": {
		"type": "git",
		"url": "git@github.com:f1lt3r/chromafi.git"
	},
	"dependencies": {
		"ansi-mark": "^1.0.0",
		"ansi-regex": "^3.0.0",
		"array-uniq": "^1.0.3",
		"camelcase": "^4.1.0",
		"chalk": "^2.3.2",
		"cheerio": "^1.0.0-rc.2",
		"deepmerge": "^2.1.0",
		"detect-indent": "^5.0.0",
		"he": "^1.1.1",
		"highlight.js": "^9.12.0",
		"husky": "^0.14.3",
		"min-indent": "^1.0.0",
		"strip-ansi": "^4.0.0",
		"strip-indent": "^2.0.0",
		"super-split": "^1.1.0"
	},
	"devDependencies": {
		"ava": "^0.25.0",
		"coveralls": "^3.0.0",
		"nyc": "^11.6.0",
		"xo": "^0.20.3"
	},
	"xo": {
		"esnext": true,
		"semicolon": false,
		"rules": {
			"no-console": 1,
			"space-before-function-paren": 0,
			"unicorn/escape-case": 0
		},
		"ignores": [
			"examples/**/*"
		]
	},
	"ava": {
		"failfast": true
	},
	"keywords": [
		"syntax",
		"highlight",
		"cli",
		"color",
		"console",
		"terminal",
		"language",
		"highlight.js",
		"chalk",
		"object",
		"string",
		"function",
		"line-numbers",
		"1c",
		"abnf",
		"accesslog",
		"actionscript",
		"ada",
		"apache",
		"applescript",
		"arduino",
		"armasm",
		"asciidoc",
		"aspectj",
		"autohotkey",
		"autoit",
		"avrasm",
		"awk",
		"axapta",
		"bash",
		"basic",
		"bnf",
		"brainfuck",
		"cal",
		"capnproto",
		"ceylon",
		"clean",
		"clojure-repl",
		"clojure",
		"cmake",
		"coffeescript",
		"coq",
		"cos",
		"cpp",
		"crmsh",
		"crystal",
		"cs",
		"csp",
		"css",
		"d",
		"dart",
		"delphi",
		"diff",
		"django",
		"dns",
		"dockerfile",
		"dos",
		"dsconfig",
		"dts",
		"dust",
		"ebnf",
		"elixir",
		"elm",
		"erb",
		"erlang-repl",
		"erlang",
		"excel",
		"fix",
		"flix",
		"fortran",
		"fsharp",
		"gams",
		"gauss",
		"gcode",
		"gherkin",
		"glsl",
		"go",
		"golo",
		"gradle",
		"groovy",
		"haml",
		"handlebars",
		"haskell",
		"haxe",
		"hsp",
		"htmlbars",
		"http",
		"hy",
		"inform7",
		"ini",
		"irpf90",
		"java",
		"javascript",
		"jboss-cli",
		"json",
		"julia-repl",
		"julia",
		"kotlin",
		"lasso",
		"ldif",
		"leaf",
		"less",
		"lisp",
		"livecodeserver",
		"livescript",
		"llvm",
		"lsl",
		"lua",
		"makefile",
		"markdown",
		"mathematica",
		"matlab",
		"maxima",
		"mel",
		"mercury",
		"mipsasm",
		"mizar",
		"mojolicious",
		"monkey",
		"moonscript",
		"n1ql",
		"nginx",
		"nimrod",
		"nix",
		"nsis",
		"objectivec",
		"ocaml",
		"openscad",
		"oxygene",
		"parser3",
		"perl",
		"pf",
		"php",
		"pony",
		"powershell",
		"processing",
		"profile",
		"prolog",
		"protobuf",
		"puppet",
		"purebasic",
		"python",
		"q",
		"qml",
		"r",
		"rib",
		"roboconf",
		"routeros",
		"rsl",
		"ruby",
		"ruleslanguage",
		"rust",
		"scala",
		"scheme",
		"scilab",
		"scss",
		"shell",
		"smali",
		"smalltalk",
		"sml",
		"sqf",
		"sql",
		"stan",
		"stata",
		"step21",
		"stylus",
		"subunit",
		"swift",
		"taggerscript",
		"tap",
		"tcl",
		"tex",
		"thrift",
		"tp",
		"twig",
		"typescript",
		"vala",
		"vbnet",
		"vbscript-html",
		"vbscript",
		"verilog",
		"vhdl",
		"vim",
		"x86asm",
		"xl",
		"xml",
		"xquery",
		"yaml",
		"zephir"
	],
	"author": "F1LT3R",
	"license": "MIT",
	"homepage": "https://github.com/f1lt3r/chromafi#readme"
}
