package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "chalk@^1.1.3",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
  6. "_location": "/chalk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chalk@^1.1.3",
  12. "name": "chalk",
  13. "escapedName": "chalk",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/better-console",
  20. "/gulp-plumber",
  21. "/gulp-util"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  24. "_shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
  25. "_spec": "chalk@^1.1.3",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\better-console",
  27. "bugs": {
  28. "url": "https://github.com/chalk/chalk/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "ansi-styles": "^2.2.1",
  33. "escape-string-regexp": "^1.0.2",
  34. "has-ansi": "^2.0.0",
  35. "strip-ansi": "^3.0.0",
  36. "supports-color": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Terminal string styling done right. Much color.",
  40. "devDependencies": {
  41. "coveralls": "^2.11.2",
  42. "matcha": "^0.6.0",
  43. "mocha": "*",
  44. "nyc": "^3.0.0",
  45. "require-uncached": "^1.0.2",
  46. "resolve-from": "^1.0.0",
  47. "semver": "^4.3.3",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/chalk/chalk#readme",
  57. "keywords": [
  58. "color",
  59. "colour",
  60. "colors",
  61. "terminal",
  62. "console",
  63. "cli",
  64. "string",
  65. "str",
  66. "ansi",
  67. "style",
  68. "styles",
  69. "tty",
  70. "formatting",
  71. "rgb",
  72. "256",
  73. "shell",
  74. "xterm",
  75. "log",
  76. "logging",
  77. "command-line",
  78. "text"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "Sindre Sorhus",
  84. "email": "[email protected]",
  85. "url": "sindresorhus.com"
  86. },
  87. {
  88. "name": "Joshua Appelman",
  89. "email": "[email protected]",
  90. "url": "jbnicolai.com"
  91. },
  92. {
  93. "name": "JD Ballard",
  94. "email": "[email protected]",
  95. "url": "github.com/qix-"
  96. }
  97. ],
  98. "name": "chalk",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/chalk/chalk.git"
  102. },
  103. "scripts": {
  104. "bench": "matcha benchmark.js",
  105. "coverage": "nyc npm test && nyc report",
  106. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  107. "test": "xo && mocha"
  108. },
  109. "version": "1.1.3",
  110. "xo": {
  111. "envs": [
  112. "node",
  113. "mocha"
  114. ]
  115. }
  116. }