package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@2.1.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-regex@2.1.1",
  10. "_id": "ansi-regex@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
  13. "_location": "/ansi-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-regex@2.1.1",
  19. "name": "ansi-regex",
  20. "escapedName": "ansi-regex",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/has-ansi",
  27. "/strip-ansi"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  30. "_spec": "2.1.1",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/chalk/ansi-regex/issues"
  39. },
  40. "description": "Regular expression for matching ANSI escape codes",
  41. "devDependencies": {
  42. "ava": "0.17.0",
  43. "xo": "0.16.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/chalk/ansi-regex#readme",
  52. "keywords": [
  53. "ansi",
  54. "styles",
  55. "color",
  56. "colour",
  57. "colors",
  58. "terminal",
  59. "console",
  60. "cli",
  61. "string",
  62. "tty",
  63. "escape",
  64. "formatting",
  65. "rgb",
  66. "256",
  67. "shell",
  68. "xterm",
  69. "command-line",
  70. "text",
  71. "regex",
  72. "regexp",
  73. "re",
  74. "match",
  75. "test",
  76. "find",
  77. "pattern"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "Sindre Sorhus",
  83. "email": "sindresorhus@gmail.com",
  84. "url": "sindresorhus.com"
  85. },
  86. {
  87. "name": "Joshua Appelman",
  88. "email": "jappelman@xebia.com",
  89. "url": "jbnicolai.com"
  90. },
  91. {
  92. "name": "JD Ballard",
  93. "email": "i.am.qix@gmail.com",
  94. "url": "github.com/qix-"
  95. }
  96. ],
  97. "name": "ansi-regex",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/chalk/ansi-regex.git"
  101. },
  102. "scripts": {
  103. "test": "xo && ava --verbose",
  104. "view-supported": "node fixtures/view-codes.js"
  105. },
  106. "version": "2.1.1",
  107. "xo": {
  108. "rules": {
  109. "guard-for-in": 0,
  110. "no-loop-func": 0
  111. }
  112. }
  113. }