package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "chalk@^3.0.0",
  3. "_id": "chalk@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
  6. "_location": "/chalk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chalk@^3.0.0",
  12. "name": "chalk",
  13. "escapedName": "chalk",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/boxen",
  20. "/update-notifier"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
  23. "_shasum": "3f73c2bf526591f574cc492c51e2456349f844e4",
  24. "_spec": "chalk@^3.0.0",
  25. "_where": "E:\\a-level\\project_js2\\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": "^3.2.0",
  40. "import-fresh": "^3.1.0",
  41. "matcha": "^0.7.0",
  42. "nyc": "^14.1.1",
  43. "resolve-from": "^5.0.0",
  44. "tsd": "^0.7.4",
  45. "xo": "^0.25.3"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "source",
  52. "index.d.ts"
  53. ],
  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": "3.0.0",
  90. "xo": {
  91. "rules": {
  92. "unicorn/prefer-string-slice": "off",
  93. "unicorn/prefer-includes": "off"
  94. }
  95. }
  96. }