Version 1
[yaffs-website] / node_modules / uncss / node_modules / supports-color / package.json
diff --git a/node_modules/uncss/node_modules/supports-color/package.json b/node_modules/uncss/node_modules/supports-color/package.json
new file mode 100644 (file)
index 0000000..db7335d
--- /dev/null
@@ -0,0 +1,124 @@
+{
+  "_args": [
+    [
+      "supports-color@^3.1.2",
+      "/var/www/yaffs/node_modules/uncss/node_modules/postcss"
+    ]
+  ],
+  "_from": "supports-color@>=3.1.2 <4.0.0",
+  "_id": "supports-color@3.2.3",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/uncss/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.1.2",
+    "rawSpec": "^3.1.2",
+    "scope": null,
+    "spec": ">=3.1.2 <4.0.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/uncss/postcss"
+  ],
+  "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+  "_shasum": "65ac0504b3954171d8a64946b2ae3cbb8a5f54f6",
+  "_shrinkwrap": null,
+  "_spec": "supports-color@^3.1.2",
+  "_where": "/var/www/yaffs/node_modules/uncss/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"
+    ]
+  }
+}