package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "_args": [
  3. [
  4. "ansi-colors@3.2.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-colors@3.2.4",
  10. "_id": "ansi-colors@3.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-46PaS/uubIapwoViXeEkojQCb78=",
  13. "_location": "/ansi-colors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-colors@3.2.4",
  19. "name": "ansi-colors",
  20. "escapedName": "ansi-colors",
  21. "rawSpec": "3.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.4"
  24. },
  25. "_requiredBy": [
  26. "/webpack-log"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/ansi-colors/download/ansi-colors-3.2.4.tgz",
  29. "_spec": "3.2.4",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.4.0",
  59. "gulp-format-md": "^1.0.0",
  60. "justified": "^1.0.1",
  61. "mocha": "^5.2.0",
  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. "ansi",
  75. "bgblack",
  76. "bgBlack",
  77. "bgblue",
  78. "bgBlue",
  79. "bgcyan",
  80. "bgCyan",
  81. "bggreen",
  82. "bgGreen",
  83. "bgmagenta",
  84. "bgMagenta",
  85. "bgred",
  86. "bgRed",
  87. "bgwhite",
  88. "bgWhite",
  89. "bgyellow",
  90. "bgYellow",
  91. "black",
  92. "blue",
  93. "bold",
  94. "clorox",
  95. "colors",
  96. "cyan",
  97. "dim",
  98. "gray",
  99. "green",
  100. "grey",
  101. "hidden",
  102. "inverse",
  103. "italic",
  104. "kleur",
  105. "magenta",
  106. "red",
  107. "reset",
  108. "strikethrough",
  109. "underline",
  110. "white",
  111. "yellow"
  112. ],
  113. "license": "MIT",
  114. "main": "index.js",
  115. "name": "ansi-colors",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/doowb/ansi-colors.git"
  119. },
  120. "scripts": {
  121. "test": "mocha"
  122. },
  123. "types": "./types/index.d.ts",
  124. "verb": {
  125. "toc": false,
  126. "layout": "default",
  127. "tasks": [
  128. "readme"
  129. ],
  130. "data": {
  131. "author": {
  132. "linkedin": "woodwardbrian",
  133. "twitter": "doowb"
  134. }
  135. },
  136. "plugins": [
  137. "gulp-format-md"
  138. ],
  139. "lint": {
  140. "reflinks": true
  141. },
  142. "related": {
  143. "list": [
  144. "ansi-wrap",
  145. "strip-color"
  146. ]
  147. },
  148. "reflinks": [
  149. "chalk",
  150. "colorette",
  151. "colors",
  152. "kleur"
  153. ]
  154. },
  155. "version": "3.2.4"
  156. }