package.json 2.3 KB

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