You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

156 lines
3.1 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "ansi-colors@4.1.1",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-colors@4.1.1",
  10. "_id": "ansi-colors@4.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
  13. "_location": "/ansi-colors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-colors@4.1.1",
  19. "name": "ansi-colors",
  20. "escapedName": "ansi-colors",
  21. "rawSpec": "4.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.1"
  24. },
  25. "_requiredBy": [
  26. "/enquirer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
  29. "_spec": "4.1.1",
  30. "_where": "/home/ubuntu/etherpad-lite",
  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. "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": "4.1.1"
  156. }