package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "chalk@4.1.0",
  3. "_id": "chalk@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  6. "_location": "/chalk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "chalk@4.1.0",
  12. "name": "chalk",
  13. "escapedName": "chalk",
  14. "rawSpec": "4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "4.1.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "/cli-highlight",
  21. "/eslint",
  22. "/inquirer",
  23. "/lint-staged",
  24. "/lint-staged/log-symbols",
  25. "/listr2",
  26. "/stylelint",
  27. "/stylelint/log-symbols",
  28. "/vue-loader-v16"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  31. "_shasum": "4e14870a618d9e2edd97dd8345fd9d9dc315646a",
  32. "_spec": "chalk@4.1.0",
  33. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  34. "bugs": {
  35. "url": "https://github.com/chalk/chalk/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "ansi-styles": "^4.1.0",
  40. "supports-color": "^7.1.0"
  41. },
  42. "deprecated": false,
  43. "description": "Terminal string styling done right",
  44. "devDependencies": {
  45. "ava": "^2.4.0",
  46. "coveralls": "^3.0.7",
  47. "execa": "^4.0.0",
  48. "import-fresh": "^3.1.0",
  49. "matcha": "^0.7.0",
  50. "nyc": "^15.0.0",
  51. "resolve-from": "^5.0.0",
  52. "tsd": "^0.7.4",
  53. "xo": "^0.28.2"
  54. },
  55. "engines": {
  56. "node": ">=10"
  57. },
  58. "files": [
  59. "source",
  60. "index.d.ts"
  61. ],
  62. "funding": "https://github.com/chalk/chalk?sponsor=1",
  63. "homepage": "https://github.com/chalk/chalk#readme",
  64. "keywords": [
  65. "color",
  66. "colour",
  67. "colors",
  68. "terminal",
  69. "console",
  70. "cli",
  71. "string",
  72. "str",
  73. "ansi",
  74. "style",
  75. "styles",
  76. "tty",
  77. "formatting",
  78. "rgb",
  79. "256",
  80. "shell",
  81. "xterm",
  82. "log",
  83. "logging",
  84. "command-line",
  85. "text"
  86. ],
  87. "license": "MIT",
  88. "main": "source",
  89. "name": "chalk",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/chalk/chalk.git"
  93. },
  94. "scripts": {
  95. "bench": "matcha benchmark.js",
  96. "test": "xo && nyc ava && tsd"
  97. },
  98. "version": "4.1.0",
  99. "xo": {
  100. "rules": {
  101. "unicorn/prefer-string-slice": "off",
  102. "unicorn/prefer-includes": "off",
  103. "@typescript-eslint/member-ordering": "off",
  104. "no-redeclare": "off",
  105. "unicorn/string-content": "off",
  106. "unicorn/better-regex": "off"
  107. }
  108. }
  109. }