Website/node_modules/chalk/package.json
2015-12-02 18:21:44 -05:00

107 lines
2.3 KiB
JSON

{
"_args": [
[
"chalk@^0.5.0",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith"
]
],
"_from": "chalk@>=0.5.0 <0.6.0",
"_id": "chalk@0.5.1",
"_inCache": true,
"_installable": true,
"_location": "/chalk",
"_npmUser": {
"email": "jappelman@xebia.com",
"name": "jbnicolai"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"name": "chalk",
"raw": "chalk@^0.5.0",
"rawSpec": "^0.5.0",
"scope": null,
"spec": ">=0.5.0 <0.6.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith"
],
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
"_shasum": "663b3a648b68b55d04690d49167aa837858f2174",
"_shrinkwrap": null,
"_spec": "chalk@^0.5.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith",
"bugs": {
"url": "https://github.com/sindresorhus/chalk/issues"
},
"dependencies": {
"ansi-styles": "^1.1.0",
"escape-string-regexp": "^1.0.0",
"has-ansi": "^0.1.0",
"strip-ansi": "^0.3.0",
"supports-color": "^0.2.0"
},
"description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
"devDependencies": {
"matcha": "^0.5.0",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "663b3a648b68b55d04690d49167aa837858f2174",
"tarball": "http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "994758f01293f1fdcf63282e9917cb9f2cfbdaac",
"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": "git://github.com/sindresorhus/chalk"
},
"scripts": {
"bench": "matcha benchmark.js",
"test": "mocha"
},
"version": "0.5.1"
}