package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "supports-color@5.5.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "supports-color@5.5.0",
  10. "_id": "supports-color@5.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  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. "/webpackbar/chalk"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  36. "_spec": "5.5.0",
  37. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  38. "author": {
  39. "name": "Sindre Sorhus",
  40. "email": "sindresorhus@gmail.com",
  41. "url": "sindresorhus.com"
  42. },
  43. "browser": "browser.js",
  44. "bugs": {
  45. "url": "https://github.com/chalk/supports-color/issues"
  46. },
  47. "dependencies": {
  48. "has-flag": "^3.0.0"
  49. },
  50. "description": "Detect whether a terminal supports color",
  51. "devDependencies": {
  52. "ava": "^0.25.0",
  53. "import-fresh": "^2.0.0",
  54. "xo": "^0.20.0"
  55. },
  56. "engines": {
  57. "node": ">=4"
  58. },
  59. "files": [
  60. "index.js",
  61. "browser.js"
  62. ],
  63. "homepage": "https://github.com/chalk/supports-color#readme",
  64. "keywords": [
  65. "color",
  66. "colour",
  67. "colors",
  68. "terminal",
  69. "console",
  70. "cli",
  71. "ansi",
  72. "styles",
  73. "tty",
  74. "rgb",
  75. "256",
  76. "shell",
  77. "xterm",
  78. "command-line",
  79. "support",
  80. "supports",
  81. "capability",
  82. "detect",
  83. "truecolor",
  84. "16m"
  85. ],
  86. "license": "MIT",
  87. "name": "supports-color",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/chalk/supports-color.git"
  91. },
  92. "scripts": {
  93. "test": "xo && ava"
  94. },
  95. "version": "5.5.0"
  96. }