Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

package.json 3.1KB

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