package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "has-ansi@2.0.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-ansi@2.0.0",
  10. "_id": "has-ansi@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
  13. "_location": "/has-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-ansi@2.0.0",
  19. "name": "has-ansi",
  20. "escapedName": "has-ansi",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/chalk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/has-ansi/issues"
  38. },
  39. "dependencies": {
  40. "ansi-regex": "^2.0.0"
  41. },
  42. "description": "Check if a string has ANSI escape codes",
  43. "devDependencies": {
  44. "ava": "0.0.4"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/has-ansi#readme",
  53. "keywords": [
  54. "ansi",
  55. "styles",
  56. "color",
  57. "colour",
  58. "colors",
  59. "terminal",
  60. "console",
  61. "string",
  62. "tty",
  63. "escape",
  64. "shell",
  65. "xterm",
  66. "command-line",
  67. "text",
  68. "regex",
  69. "regexp",
  70. "re",
  71. "match",
  72. "test",
  73. "find",
  74. "pattern",
  75. "has"
  76. ],
  77. "license": "MIT",
  78. "maintainers": [
  79. {
  80. "name": "Sindre Sorhus",
  81. "email": "sindresorhus@gmail.com",
  82. "url": "sindresorhus.com"
  83. },
  84. {
  85. "name": "Joshua Appelman",
  86. "email": "jappelman@xebia.com",
  87. "url": "jbnicolai.com"
  88. }
  89. ],
  90. "name": "has-ansi",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  94. },
  95. "scripts": {
  96. "test": "node test.js"
  97. },
  98. "version": "2.0.0"
  99. }