package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "ansi-regex@^2.0.0",
  3. "_id": "ansi-regex@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
  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. "/babel-code-frame/strip-ansi",
  20. "/gauge/strip-ansi",
  21. "/has-ansi",
  22. "/listr-update-renderer/strip-ansi",
  23. "/node-sass/strip-ansi",
  24. "/plop/strip-ansi",
  25. "/renderkid/strip-ansi",
  26. "/string-width/strip-ansi",
  27. "/svg-baker/strip-ansi",
  28. "/webpack-dev-server/strip-ansi"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  31. "_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
  32. "_spec": "ansi-regex@^2.0.0",
  33. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\has-ansi",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/chalk/ansi-regex/issues"
  41. },
  42. "bundleDependencies": false,
  43. "deprecated": false,
  44. "description": "Regular expression for matching ANSI escape codes",
  45. "devDependencies": {
  46. "ava": "0.17.0",
  47. "xo": "0.16.0"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/chalk/ansi-regex#readme",
  56. "keywords": [
  57. "ansi",
  58. "styles",
  59. "color",
  60. "colour",
  61. "colors",
  62. "terminal",
  63. "console",
  64. "cli",
  65. "string",
  66. "tty",
  67. "escape",
  68. "formatting",
  69. "rgb",
  70. "256",
  71. "shell",
  72. "xterm",
  73. "command-line",
  74. "text",
  75. "regex",
  76. "regexp",
  77. "re",
  78. "match",
  79. "test",
  80. "find",
  81. "pattern"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "Sindre Sorhus",
  87. "email": "sindresorhus@gmail.com",
  88. "url": "sindresorhus.com"
  89. },
  90. {
  91. "name": "Joshua Appelman",
  92. "email": "jappelman@xebia.com",
  93. "url": "jbnicolai.com"
  94. },
  95. {
  96. "name": "JD Ballard",
  97. "email": "i.am.qix@gmail.com",
  98. "url": "github.com/qix-"
  99. }
  100. ],
  101. "name": "ansi-regex",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/chalk/ansi-regex.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava --verbose",
  108. "view-supported": "node fixtures/view-codes.js"
  109. },
  110. "version": "2.1.1",
  111. "xo": {
  112. "rules": {
  113. "guard-for-in": 0,
  114. "no-loop-func": 0
  115. }
  116. }
  117. }