Ei kuvausta

package.json 765B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "ansi-styles",
  3. "version": "1.1.0",
  4. "description": "ANSI escape codes for styling strings in the terminal",
  5. "license": "MIT",
  6. "repository": "sindresorhus/ansi-styles",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "http://sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "mocha"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "ansi",
  23. "styles",
  24. "color",
  25. "colour",
  26. "colors",
  27. "terminal",
  28. "console",
  29. "cli",
  30. "string",
  31. "tty",
  32. "escape",
  33. "formatting",
  34. "rgb",
  35. "256",
  36. "shell",
  37. "xterm",
  38. "log",
  39. "logging",
  40. "command-line",
  41. "text"
  42. ],
  43. "devDependencies": {
  44. "mocha": "*"
  45. }
  46. }