You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.1 KiB
85 lines
2.1 KiB
{
|
|
"_from": "supports-color@^7.1.0",
|
|
"_id": "supports-color@7.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=",
|
|
"_location": "/@vue/cli-service/supports-color",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "supports-color@^7.1.0",
|
|
"name": "supports-color",
|
|
"escapedName": "supports-color",
|
|
"rawSpec": "^7.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/cli-service/chalk"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611709087&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz",
|
|
"_shasum": "1b7dcdcb32b8138801b3e478ba6a51caa89648da",
|
|
"_spec": "supports-color@^7.1.0",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1\\node_modules\\@vue\\cli-service\\node_modules\\chalk",
|
|
"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": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|
|
|