{ "_from": "supports-color@6.0.0", "_id": "supports-color@6.0.0", "_inBundle": false, "_integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", "_location": "/supports-color", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "supports-color@6.0.0", "name": "supports-color", "escapedName": "supports-color", "rawSpec": "6.0.0", "saveSpec": null, "fetchSpec": "6.0.0" }, "_requiredBy": [ "/mocha" ], "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", "_shasum": "76cfe742cf1f41bb9b1c29ad03068c05b4c0e40a", "_spec": "supports-color@6.0.0", "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "browser": "browser.js", "bugs": { "url": "https://github.com/chalk/supports-color/issues" }, "bundleDependencies": false, "dependencies": { "has-flag": "^3.0.0" }, "deprecated": false, "description": "Detect whether a terminal supports color", "devDependencies": { "ava": "^0.25.0", "import-fresh": "^2.0.0", "xo": "^0.23.0" }, "engines": { "node": ">=6" }, "files": [ "index.js", "browser.js" ], "homepage": "https://github.com/chalk/supports-color#readme", "keywords": [ "color", "colour", "colors", "terminal", "console", "cli", "ansi", "styles", "tty", "rgb", "256", "shell", "xterm", "command-line", "support", "supports", "capability", "detect", "truecolor", "16m" ], "license": "MIT", "name": "supports-color", "repository": { "type": "git", "url": "git+https://github.com/chalk/supports-color.git" }, "scripts": { "test": "xo && ava" }, "version": "6.0.0" }