UNPKG

npm

Version:

a package manager for JavaScript

107 lines (106 loc) 2.3 kB
{ "_args": [ [ "chalk@^1.0.0", "/Users/rebecca/code/npm/node_modules/har-validator" ] ], "_from": "chalk@>=1.0.0 <2.0.0", "_id": "chalk@1.0.0", "_inCache": true, "_location": "/chalk", "_nodeVersion": "0.12.0", "_npmUser": { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, "_npmVersion": "2.5.1", "_phantomChildren": {}, "_requested": { "name": "chalk", "raw": "chalk@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/har-validator" ], "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz", "_shasum": "b3cf4ed0ff5397c99c75b8f679db2f52831f96dc", "_shrinkwrap": null, "_spec": "chalk@^1.0.0", "_where": "/Users/rebecca/code/npm/node_modules/har-validator", "bugs": { "url": "https://github.com/sindresorhus/chalk/issues" }, "dependencies": { "ansi-styles": "^2.0.1", "escape-string-regexp": "^1.0.2", "has-ansi": "^1.0.3", "strip-ansi": "^2.0.1", "supports-color": "^1.3.0" }, "description": "Terminal string styling done right. Much color.", "devDependencies": { "matcha": "^0.6.0", "mocha": "*" }, "directories": {}, "dist": { "shasum": "b3cf4ed0ff5397c99c75b8f679db2f52831f96dc", "tarball": "http://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "8864d3563313ed15574a38dd5c9d5966080c46ce", "homepage": "https://github.com/sindresorhus/chalk", "keywords": [ "256", "ansi", "cli", "color", "colors", "colour", "command-line", "console", "formatting", "log", "logging", "rgb", "shell", "string", "styles", "terminal", "text", "tty", "xterm" ], "license": "MIT", "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, { "name": "jbnicolai", "email": "jappelman@xebia.com" } ], "name": "chalk", "optionalDependencies": {}, "repository": { "type": "git", "url": "https://github.com/sindresorhus/chalk" }, "scripts": { "bench": "matcha benchmark.js", "test": "mocha" }, "version": "1.0.0" }