package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "_from": "ansi-colors@^4.1.1",
  3. "_id": "ansi-colors@4.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  6. "_location": "/ansi-colors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-colors@^4.1.1",
  12. "name": "ansi-colors",
  13. "escapedName": "ansi-colors",
  14. "rawSpec": "^4.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.1"
  17. },
  18. "_requiredBy": [
  19. "/enquirer"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz",
  22. "_shasum": "37611340eb2243e70cc604cad35d63270d48781b",
  23. "_spec": "ansi-colors@^4.1.1",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\enquirer",
  25. "author": {
  26. "name": "Brian Woodward",
  27. "url": "https://github.com/doowb"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/doowb/ansi-colors/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Brian Woodward",
  36. "url": "https://twitter.com/doowb"
  37. },
  38. {
  39. "name": "Jason Schilling",
  40. "url": "https://sourecode.de"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Jordan",
  48. "url": "https://github.com/Silic0nS0ldier"
  49. }
  50. ],
  51. "deprecated": false,
  52. "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
  53. "devDependencies": {
  54. "decache": "^4.5.1",
  55. "gulp-format-md": "^2.0.0",
  56. "justified": "^1.0.1",
  57. "mocha": "^6.1.4",
  58. "text-table": "^0.2.0"
  59. },
  60. "engines": {
  61. "node": ">=6"
  62. },
  63. "files": [
  64. "index.js",
  65. "symbols.js",
  66. "types/index.d.ts"
  67. ],
  68. "homepage": "https://github.com/doowb/ansi-colors",
  69. "keywords": [
  70. "256",
  71. "ansi",
  72. "bgblack",
  73. "bgBlack",
  74. "bgblue",
  75. "bgBlue",
  76. "bgcyan",
  77. "bgCyan",
  78. "bggreen",
  79. "bgGreen",
  80. "bgmagenta",
  81. "bgMagenta",
  82. "bgred",
  83. "bgRed",
  84. "bgwhite",
  85. "bgWhite",
  86. "bgyellow",
  87. "bgYellow",
  88. "black",
  89. "blue",
  90. "bold",
  91. "cli",
  92. "clorox",
  93. "color",
  94. "colors",
  95. "colour",
  96. "command line",
  97. "command-line",
  98. "console",
  99. "cyan",
  100. "dim",
  101. "formatting",
  102. "gray",
  103. "green",
  104. "grey",
  105. "hidden",
  106. "inverse",
  107. "italic",
  108. "kleur",
  109. "log",
  110. "logging",
  111. "magenta",
  112. "red",
  113. "reset",
  114. "rgb",
  115. "shell",
  116. "str",
  117. "strikethrough",
  118. "string",
  119. "style",
  120. "styles",
  121. "terminal",
  122. "text",
  123. "tty",
  124. "underline",
  125. "white",
  126. "xterm",
  127. "yellow"
  128. ],
  129. "license": "MIT",
  130. "main": "index.js",
  131. "name": "ansi-colors",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/doowb/ansi-colors.git"
  135. },
  136. "scripts": {
  137. "test": "mocha"
  138. },
  139. "types": "./types/index.d.ts",
  140. "verb": {
  141. "toc": false,
  142. "layout": "default",
  143. "tasks": [
  144. "readme"
  145. ],
  146. "data": {
  147. "author": {
  148. "linkedin": "woodwardbrian",
  149. "twitter": "doowb"
  150. }
  151. },
  152. "plugins": [
  153. "gulp-format-md"
  154. ],
  155. "lint": {
  156. "reflinks": true
  157. },
  158. "related": {
  159. "list": [
  160. "ansi-wrap",
  161. "strip-color"
  162. ]
  163. },
  164. "reflinks": [
  165. "chalk",
  166. "colorette",
  167. "colors",
  168. "kleur"
  169. ]
  170. },
  171. "version": "4.1.3"
  172. }