Bones/node_modules/chalk/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

107 lines
2.3 KiB
JSON

{
"_args": [
[
"chalk@0.5.1",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\concurrently"
]
],
"_from": "chalk@0.5.1",
"_id": "chalk@0.5.1",
"_inCache": true,
"_location": "/chalk",
"_npmUser": {
"email": "jappelman@xebia.com",
"name": "jbnicolai"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"name": "chalk",
"raw": "chalk@0.5.1",
"rawSpec": "0.5.1",
"scope": null,
"spec": "0.5.1",
"type": "version"
},
"_requiredBy": [
"/concurrently"
],
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
"_shasum": "663b3a648b68b55d04690d49167aa837858f2174",
"_shrinkwrap": null,
"_spec": "chalk@0.5.1",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\concurrently",
"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": "https://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",
"installable": true,
"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"
}