package.json 2.3 KB

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