1{ 2 "_from": "ansi-styles@^3.2.1", 3 "_id": "ansi-styles@3.2.1", 4 "_inBundle": false, 5 "_integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", 6 "_location": "/ansi-styles", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "ansi-styles@^3.2.1", 12 "name": "ansi-styles", 13 "escapedName": "ansi-styles", 14 "rawSpec": "^3.2.1", 15 "saveSpec": null, 16 "fetchSpec": "^3.2.1" 17 }, 18 "_requiredBy": [ 19 "/chalk" 20 ], 21 "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", 22 "_shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d", 23 "_spec": "ansi-styles@^3.2.1", 24 "_where": "/Users/rebecca/code/npm/node_modules/chalk", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "ava": { 31 "require": "babel-polyfill" 32 }, 33 "bugs": { 34 "url": "https://github.com/chalk/ansi-styles/issues" 35 }, 36 "bundleDependencies": false, 37 "dependencies": { 38 "color-convert": "^1.9.0" 39 }, 40 "deprecated": false, 41 "description": "ANSI escape codes for styling strings in the terminal", 42 "devDependencies": { 43 "ava": "*", 44 "babel-polyfill": "^6.23.0", 45 "svg-term-cli": "^2.1.1", 46 "xo": "*" 47 }, 48 "engines": { 49 "node": ">=4" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/chalk/ansi-styles#readme", 55 "keywords": [ 56 "ansi", 57 "styles", 58 "color", 59 "colour", 60 "colors", 61 "terminal", 62 "console", 63 "cli", 64 "string", 65 "tty", 66 "escape", 67 "formatting", 68 "rgb", 69 "256", 70 "shell", 71 "xterm", 72 "log", 73 "logging", 74 "command-line", 75 "text" 76 ], 77 "license": "MIT", 78 "name": "ansi-styles", 79 "repository": { 80 "type": "git", 81 "url": "git+https://github.com/chalk/ansi-styles.git" 82 }, 83 "scripts": { 84 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor", 85 "test": "xo && ava" 86 }, 87 "version": "3.2.1" 88} 89