package.json 2.3 KB

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