1{ 2 "_from": "chalk@^2.0.1", 3 "_id": "chalk@2.4.1", 4 "_inBundle": false, 5 "_integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", 6 "_location": "/chalk", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "chalk@^2.0.1", 12 "name": "chalk", 13 "escapedName": "chalk", 14 "rawSpec": "^2.0.1", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.1" 17 }, 18 "_requiredBy": [ 19 "/boxen", 20 "/eslint", 21 "/inquirer", 22 "/table", 23 "/update-notifier" 24 ], 25 "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", 26 "_shasum": "18c49ab16a037b6eb0152cc83e3471338215b66e", 27 "_spec": "chalk@^2.0.1", 28 "_where": "/Users/rebecca/code/npm/node_modules/update-notifier", 29 "bugs": { 30 "url": "https://github.com/chalk/chalk/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": { 34 "ansi-styles": "^3.2.1", 35 "escape-string-regexp": "^1.0.5", 36 "supports-color": "^5.3.0" 37 }, 38 "deprecated": false, 39 "description": "Terminal string styling done right", 40 "devDependencies": { 41 "ava": "*", 42 "coveralls": "^3.0.0", 43 "execa": "^0.9.0", 44 "flow-bin": "^0.68.0", 45 "import-fresh": "^2.0.0", 46 "matcha": "^0.7.0", 47 "nyc": "^11.0.2", 48 "resolve-from": "^4.0.0", 49 "typescript": "^2.5.3", 50 "xo": "*" 51 }, 52 "engines": { 53 "node": ">=4" 54 }, 55 "files": [ 56 "index.js", 57 "templates.js", 58 "types/index.d.ts", 59 "index.js.flow" 60 ], 61 "homepage": "https://github.com/chalk/chalk#readme", 62 "keywords": [ 63 "color", 64 "colour", 65 "colors", 66 "terminal", 67 "console", 68 "cli", 69 "string", 70 "str", 71 "ansi", 72 "style", 73 "styles", 74 "tty", 75 "formatting", 76 "rgb", 77 "256", 78 "shell", 79 "xterm", 80 "log", 81 "logging", 82 "command-line", 83 "text" 84 ], 85 "license": "MIT", 86 "name": "chalk", 87 "repository": { 88 "type": "git", 89 "url": "git+https://github.com/chalk/chalk.git" 90 }, 91 "scripts": { 92 "bench": "matcha benchmark.js", 93 "coveralls": "nyc report --reporter=text-lcov | coveralls", 94 "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava" 95 }, 96 "types": "types/index.d.ts", 97 "version": "2.4.1", 98 "xo": { 99 "envs": [ 100 "node", 101 "mocha" 102 ], 103 "ignores": [ 104 "test/_flow.js" 105 ] 106 } 107} 108