package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "supports-color@5.5.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "supports-color@5.5.0",
  10. "_id": "supports-color@5.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
  13. "_location": "/supports-color",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "supports-color@5.5.0",
  19. "name": "supports-color",
  20. "escapedName": "supports-color",
  21. "rawSpec": "5.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.5.0"
  24. },
  25. "_requiredBy": [
  26. "/@babel/highlight/chalk",
  27. "/@vue/cli-shared-utils/chalk",
  28. "/coa/chalk",
  29. "/log-symbols/chalk",
  30. "/ora/chalk",
  31. "/svgo/chalk",
  32. "/webpack-bundle-analyzer/chalk"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/supports-color/download/supports-color-5.5.0.tgz",
  35. "_spec": "5.5.0",
  36. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "browser": "browser.js",
  43. "bugs": {
  44. "url": "https://github.com/chalk/supports-color/issues"
  45. },
  46. "dependencies": {
  47. "has-flag": "^3.0.0"
  48. },
  49. "description": "Detect whether a terminal supports color",
  50. "devDependencies": {
  51. "ava": "^0.25.0",
  52. "import-fresh": "^2.0.0",
  53. "xo": "^0.20.0"
  54. },
  55. "engines": {
  56. "node": ">=4"
  57. },
  58. "files": [
  59. "index.js",
  60. "browser.js"
  61. ],
  62. "homepage": "https://github.com/chalk/supports-color#readme",
  63. "keywords": [
  64. "color",
  65. "colour",
  66. "colors",
  67. "terminal",
  68. "console",
  69. "cli",
  70. "ansi",
  71. "styles",
  72. "tty",
  73. "rgb",
  74. "256",
  75. "shell",
  76. "xterm",
  77. "command-line",
  78. "support",
  79. "supports",
  80. "capability",
  81. "detect",
  82. "truecolor",
  83. "16m"
  84. ],
  85. "license": "MIT",
  86. "name": "supports-color",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/chalk/supports-color.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava"
  93. },
  94. "version": "5.5.0"
  95. }