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 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. "word-wrap@1.2.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "word-wrap@1.2.3",
  9. "_id": "word-wrap@1.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
  12. "_location": "/word-wrap",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "word-wrap@1.2.3",
  18. "name": "word-wrap",
  19. "escapedName": "word-wrap",
  20. "rawSpec": "1.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.3"
  23. },
  24. "_requiredBy": [
  25. "/escodegen/optionator",
  26. "/optionator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  29. "_spec": "1.2.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/word-wrap/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Danilo Sampaio",
  41. "email": "danilo.sampaio@gmail.com",
  42. "url": "localhost:8080"
  43. },
  44. {
  45. "name": "Fede Ramirez",
  46. "email": "i@2fd.me",
  47. "url": "https://2fd.github.io"
  48. },
  49. {
  50. "name": "Joe Hildebrand",
  51. "email": "joe-github@cursive.net",
  52. "url": "https://twitter.com/hildjj"
  53. },
  54. {
  55. "name": "Jon Schlinkert",
  56. "email": "jon.schlinkert@sellside.com",
  57. "url": "http://twitter.com/jonschlinkert"
  58. },
  59. {
  60. "name": "Todd Kennedy",
  61. "url": "https://tck.io"
  62. },
  63. {
  64. "name": "Waldemar Reusch",
  65. "url": "https://github.com/lordvlad"
  66. },
  67. {
  68. "name": "Wolfgang Faust",
  69. "url": "http://www.linestarve.com"
  70. },
  71. {
  72. "name": "Zach Hale",
  73. "email": "zachhale@gmail.com",
  74. "url": "http://zachhale.com"
  75. }
  76. ],
  77. "description": "Wrap words to a specified length.",
  78. "devDependencies": {
  79. "gulp-format-md": "^0.1.11",
  80. "mocha": "^3.2.0"
  81. },
  82. "engines": {
  83. "node": ">=0.10.0"
  84. },
  85. "files": [
  86. "index.js",
  87. "index.d.ts"
  88. ],
  89. "homepage": "https://github.com/jonschlinkert/word-wrap",
  90. "keywords": [
  91. "break",
  92. "carriage",
  93. "line",
  94. "new-line",
  95. "newline",
  96. "return",
  97. "soft",
  98. "text",
  99. "word",
  100. "word-wrap",
  101. "words",
  102. "wrap"
  103. ],
  104. "license": "MIT",
  105. "main": "index.js",
  106. "name": "word-wrap",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/jonschlinkert/word-wrap.git"
  110. },
  111. "scripts": {
  112. "test": "mocha"
  113. },
  114. "typings": "index.d.ts",
  115. "verb": {
  116. "toc": false,
  117. "layout": "default",
  118. "tasks": [
  119. "readme"
  120. ],
  121. "plugins": [
  122. "gulp-format-md"
  123. ],
  124. "lint": {
  125. "reflinks": true
  126. },
  127. "related": {
  128. "list": [
  129. "common-words",
  130. "shuffle-words",
  131. "unique-words",
  132. "wordcount"
  133. ]
  134. },
  135. "reflinks": [
  136. "verb",
  137. "verb-generate-readme"
  138. ]
  139. },
  140. "version": "1.2.3"
  141. }