package.json 2.3 KB
{
  "_from": "supports-color@^3.2.3",
  "_id": "supports-color@3.2.3",
  "_inBundle": false,
  "_integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
  "_location": "/supports-color",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "supports-color@^3.2.3",
    "name": "supports-color",
    "escapedName": "supports-color",
    "rawSpec": "^3.2.3",
    "saveSpec": null,
    "fetchSpec": "^3.2.3"
  },
  "_requiredBy": [
    "/postcss"
  ],
  "_resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-3.2.3.tgz",
  "_shasum": "65ac0504b3954171d8a64946b2ae3cbb8a5f54f6",
  "_spec": "supports-color@^3.2.3",
  "_where": "E:\\appImg\\appweb\\node_modules\\postcss",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/chalk/supports-color/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has-flag": "^1.0.0"
  },
  "deprecated": false,
  "description": "Detect whether a terminal supports color",
  "devDependencies": {
    "mocha": "*",
    "require-uncached": "^1.0.2",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "index.js",
    "browser.js"
  ],
  "homepage": "https://github.com/chalk/supports-color#readme",
  "keywords": [
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "cli",
    "ansi",
    "styles",
    "tty",
    "rgb",
    "256",
    "shell",
    "xterm",
    "command-line",
    "support",
    "supports",
    "capability",
    "detect",
    "truecolor",
    "16m",
    "million"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "Sindre Sorhus",
      "email": "sindresorhus@gmail.com",
      "url": "sindresorhus.com"
    },
    {
      "name": "Joshua Boy Nicolai Appelman",
      "email": "joshua@jbna.nl",
      "url": "jbna.nl"
    },
    {
      "name": "JD Ballard",
      "email": "i.am.qix@gmail.com",
      "url": "github.com/qix-"
    }
  ],
  "name": "supports-color",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chalk/supports-color.git"
  },
  "scripts": {
    "test": "xo && mocha",
    "travis": "mocha"
  },
  "version": "3.2.3",
  "xo": {
    "envs": [
      "node",
      "mocha"
    ]
  }
}