package.json 3.3 KB

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