package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "ansi-styles",
  3. "version": "2.2.1",
  4. "description": "ANSI escape codes for styling strings in the terminal",
  5. "license": "MIT",
  6. "repository": "chalk/ansi-styles",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "maintainers": [
  13. "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
  14. "Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)"
  15. ],
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "files": [
  23. "index.js"
  24. ],
  25. "keywords": [
  26. "ansi",
  27. "styles",
  28. "color",
  29. "colour",
  30. "colors",
  31. "terminal",
  32. "console",
  33. "cli",
  34. "string",
  35. "tty",
  36. "escape",
  37. "formatting",
  38. "rgb",
  39. "256",
  40. "shell",
  41. "xterm",
  42. "log",
  43. "logging",
  44. "command-line",
  45. "text"
  46. ],
  47. "devDependencies": {
  48. "mocha": "*"
  49. },
  50. "__npminstall_done": true,
  51. "_from": "ansi-styles@2.2.1",
  52. "_resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-2.2.1.tgz"
  53. }