package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "has-ansi",
  3. "version": "2.0.0",
  4. "description": "Check if a string has ANSI escape codes",
  5. "license": "MIT",
  6. "repository": "sindresorhus/has-ansi",
  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": "node test.js"
  21. },
  22. "files": [
  23. "index.js"
  24. ],
  25. "keywords": [
  26. "ansi",
  27. "styles",
  28. "color",
  29. "colour",
  30. "colors",
  31. "terminal",
  32. "console",
  33. "string",
  34. "tty",
  35. "escape",
  36. "shell",
  37. "xterm",
  38. "command-line",
  39. "text",
  40. "regex",
  41. "regexp",
  42. "re",
  43. "match",
  44. "test",
  45. "find",
  46. "pattern",
  47. "has"
  48. ],
  49. "dependencies": {
  50. "ansi-regex": "^2.0.0"
  51. },
  52. "devDependencies": {
  53. "ava": "0.0.4"
  54. },
  55. "__npminstall_done": true,
  56. "_from": "has-ansi@2.0.0",
  57. "_resolved": "https://registry.npmmirror.com/has-ansi/-/has-ansi-2.0.0.tgz"
  58. }