package.json 2.2 KB

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