package.json 2.3 KB

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