notes/node_modules/supports-color/package.json

125 lines
2.7 KiB
JSON

{
"_args": [
[
"supports-color@^3.2.3",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/postcss"
]
],
"_from": "supports-color@>=3.2.3 <4.0.0",
"_id": "supports-color@3.2.3",
"_inCache": true,
"_installable": true,
"_location": "/supports-color",
"_nodeVersion": "7.2.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/supports-color-3.2.3.tgz_1484526472497_0.7697830176912248"
},
"_npmUser": {
"email": "i.am.qix@gmail.com",
"name": "qix"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
"name": "supports-color",
"raw": "supports-color@^3.2.3",
"rawSpec": "^3.2.3",
"scope": null,
"spec": ">=3.2.3 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss"
],
"_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
"_shasum": "65ac0504b3954171d8a64946b2ae3cbb8a5f54f6",
"_shrinkwrap": null,
"_spec": "supports-color@^3.2.3",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/postcss",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/chalk/supports-color/issues"
},
"dependencies": {
"has-flag": "^1.0.0"
},
"description": "Detect whether a terminal supports color",
"devDependencies": {
"mocha": "*",
"require-uncached": "^1.0.2",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "65ac0504b3954171d8a64946b2ae3cbb8a5f54f6",
"tarball": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"browser.js",
"index.js"
],
"gitHead": "c2394c1f77a0f64c4b2d0db33a3df3b841e6fc15",
"homepage": "https://github.com/chalk/supports-color#readme",
"keywords": [
"16m",
"256",
"ansi",
"capability",
"cli",
"color",
"colors",
"colour",
"command-line",
"console",
"detect",
"million",
"rgb",
"shell",
"styles",
"support",
"supports",
"terminal",
"truecolor",
"tty",
"xterm"
],
"license": "MIT",
"maintainers": [
{
"name": "qix",
"email": "i.am.qix@gmail.com"
},
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "supports-color",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/supports-color.git"
},
"scripts": {
"test": "xo && mocha",
"travis": "mocha"
},
"version": "3.2.3",
"xo": {
"envs": [
"mocha",
"node"
]
}
}