/
opt
/
alt
/
alt-nodejs9
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
update-notifier
/
node_modules
/
chalk
/
Upload Filee
HOME
{ "_from": "chalk@^2.0.1", "_id": "chalk@2.1.0", "_inBundle": false, "_integrity": "sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ==", "_location": "/update-notifier/chalk", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "chalk@^2.0.1", "name": "chalk", "escapedName": "chalk", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/update-notifier", "/update-notifier/boxen" ], "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.1.0.tgz", "_shasum": "ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e", "_spec": "chalk@^2.0.1", "_where": "/Users/zkat/Documents/code/npm/node_modules/update-notifier", "bugs": { "url": "https://github.com/chalk/chalk/issues" }, "bundleDependencies": false, "dependencies": { "ansi-styles": "^3.1.0", "escape-string-regexp": "^1.0.5", "supports-color": "^4.0.0" }, "deprecated": false, "description": "Terminal string styling done right", "devDependencies": { "ava": "*", "coveralls": "^2.11.2", "execa": "^0.7.0", "import-fresh": "^2.0.0", "matcha": "^0.7.0", "nyc": "^11.0.2", "resolve-from": "^3.0.0", "xo": "*" }, "engines": { "node": ">=4" }, "files": [ "index.js", "templates.js" ], "homepage": "https://github.com/chalk/chalk#readme", "keywords": [ "color", "colour", "colors", "terminal", "console", "cli", "string", "str", "ansi", "style", "styles", "tty", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "license": "MIT", "name": "chalk", "repository": { "type": "git", "url": "git+https://github.com/chalk/chalk.git" }, "scripts": { "bench": "matcha benchmark.js", "coveralls": "nyc report --reporter=text-lcov | coveralls", "test": "xo && nyc ava" }, "version": "2.1.0", "xo": { "envs": [ "node", "mocha" ] } }