{ "_from": "ansi-styles@^4.1.0", "_id": "ansi-styles@4.1.0", "_inBundle": false, "_integrity": "sha512-Qts4KCLKG+waHc9C4m07weIY8qyeixoS0h6RnbsNVD6Fw+pEZGW3vTyObL3WXpE09Mq4Oi7/lBEyLmOiLtlYWQ==", "_location": "/chalk/ansi-styles", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ansi-styles@^4.1.0", "name": "ansi-styles", "escapedName": "ansi-styles", "rawSpec": "^4.1.0", "saveSpec": null, "fetchSpec": "^4.1.0" }, "_requiredBy": [ "/chalk" ], "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.1.0.tgz", "_shasum": "d3ba8047b818293eaaa7978321dd61bff9842cfc", "_spec": "ansi-styles@^4.1.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/chalk", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/chalk/ansi-styles/issues" }, "bundleDependencies": false, "dependencies": { "color-convert": "^2.0.1" }, "deprecated": false, "description": "ANSI escape codes for styling strings in the terminal", "devDependencies": { "ava": "^2.3.0", "svg-term-cli": "^2.1.1", "xo": "^0.24.0" }, "engines": { "node": ">=8" }, "files": [ "index.js" ], "homepage": "https://github.com/chalk/ansi-styles#readme", "keywords": [ "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "string", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "license": "MIT", "name": "ansi-styles", "repository": { "type": "git", "url": "git+https://github.com/chalk/ansi-styles.git" }, "scripts": { "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor", "test": "xo && ava" }, "version": "4.1.0" }