react-scripts
Version:
Configuration and scripts for Create React App.
125 lines (124 loc) • 2.71 kB
JSON
{
"_args": [
[
"supports-color@^3.1.2",
"/Users/dan/p/create-react-app/node_modules/postcss"
]
],
"_from": "supports-color@>=3.1.2 <4.0.0",
"_id": "supports-color@3.1.2",
"_inCache": true,
"_installable": true,
"_location": "/supports-color",
"_nodeVersion": "4.1.1",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"name": "supports-color",
"raw": "supports-color@^3.1.2",
"rawSpec": "^3.1.2",
"scope": null,
"spec": ">=3.1.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/istanbul",
"/istanbul-lib-report",
"/postcss",
"/webpack",
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz",
"_shasum": "72a262894d9d408b956ca05ff37b2ed8a6e2a2d5",
"_shrinkwrap": null,
"_spec": "supports-color@^3.1.2",
"_where": "/Users/dan/p/create-react-app/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": "72a262894d9d408b956ca05ff37b2ed8a6e2a2d5",
"tarball": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"browser.js",
"index.js"
],
"gitHead": "d9e363732f48ad2bc6b936357246b55e136aa989",
"homepage": "https://github.com/chalk/supports-color",
"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": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
{
"name": "jbnicolai",
"email": "jappelman@xebia.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.1.2",
"xo": {
"envs": [
"mocha",
"node"
]
}
}