package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "chalk",
  3. "version": "0.4.0",
  4. "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/sindresorhus/chalk.git"
  9. },
  10. "author": {
  11. "name": "Sindre Sorhus",
  12. "email": "[email protected]",
  13. "url": "http://sindresorhus.com"
  14. },
  15. "engines": {
  16. "node": ">=0.8.0"
  17. },
  18. "scripts": {
  19. "test": "mocha"
  20. },
  21. "files": [
  22. "index.js"
  23. ],
  24. "keywords": [
  25. "color",
  26. "colour",
  27. "colors",
  28. "terminal",
  29. "console",
  30. "cli",
  31. "string",
  32. "ansi",
  33. "styles",
  34. "tty",
  35. "formatting",
  36. "rgb",
  37. "256",
  38. "shell",
  39. "xterm",
  40. "log",
  41. "logging",
  42. "command-line",
  43. "text"
  44. ],
  45. "dependencies": {
  46. "has-color": "~0.1.0",
  47. "ansi-styles": "~1.0.0",
  48. "strip-ansi": "~0.1.0"
  49. },
  50. "devDependencies": {
  51. "mocha": "~1.x"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/chalk/issues"
  55. },
  56. "homepage": "https://github.com/sindresorhus/chalk",
  57. "_id": "[email protected]",
  58. "dist": {
  59. "shasum": "5199a3ddcd0c1efe23bc08c1b027b06176e0c64f",
  60. "tarball": "http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz"
  61. },
  62. "_from": "chalk@>=0.4.0 <0.5.0",
  63. "_npmVersion": "1.3.17",
  64. "_npmUser": {
  65. "name": "sindresorhus",
  66. "email": "[email protected]"
  67. },
  68. "maintainers": [
  69. {
  70. "name": "sindresorhus",
  71. "email": "[email protected]"
  72. }
  73. ],
  74. "directories": {},
  75. "_shasum": "5199a3ddcd0c1efe23bc08c1b027b06176e0c64f",
  76. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz",
  77. "readme": "ERROR: No README data found!"
  78. }