123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_args": [
- [
- "supports-color@7.2.0",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_development": true,
- "_from": "supports-color@7.2.0",
- "_id": "supports-color@7.2.0",
- "_inBundle": false,
- "_integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "_location": "/supports-color",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "supports-color@7.2.0",
- "name": "supports-color",
- "escapedName": "supports-color",
- "rawSpec": "7.2.0",
- "saveSpec": null,
- "fetchSpec": "7.2.0"
- },
- "_requiredBy": [
- "/@soda/friendly-errors-webpack-plugin/chalk",
- "/chalk"
- ],
- "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "_spec": "7.2.0",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/chalk/supports-color/issues"
- },
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "description": "Detect whether a terminal supports color",
- "devDependencies": {
- "ava": "^1.4.1",
- "import-fresh": "^3.0.0",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=8"
- },
- "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"
- ],
- "license": "MIT",
- "name": "supports-color",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/chalk/supports-color.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "7.2.0"
- }
|