package.json 2.3 KB

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