package.json 2.3 KB

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