package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "chalk@4.1.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chalk@4.1.0",
  10. "_id": "chalk@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  13. "_location": "/chalk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chalk@4.1.0",
  19. "name": "chalk",
  20. "escapedName": "chalk",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/",
  27. "/cli-highlight",
  28. "/eslint",
  29. "/inquirer",
  30. "/lint-staged",
  31. "/lint-staged/log-symbols"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/chalk/download/chalk-4.1.0.tgz",
  34. "_spec": "4.1.0",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  36. "bugs": {
  37. "url": "https://github.com/chalk/chalk/issues"
  38. },
  39. "dependencies": {
  40. "ansi-styles": "^4.1.0",
  41. "supports-color": "^7.1.0"
  42. },
  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. }