package.json 2.2 KB

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