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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. "repeat-string@1.6.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "repeat-string@1.6.1",
  10. "_id": "repeat-string@1.6.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
  13. "_location": "/repeat-string",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "repeat-string@1.6.1",
  19. "name": "repeat-string",
  20. "escapedName": "repeat-string",
  21. "rawSpec": "1.6.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.1"
  24. },
  25. "_requiredBy": [
  26. "/mdast-util-to-markdown"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  29. "_spec": "1.6.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "http://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/repeat-string/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Brian Woodward",
  41. "email": "brian.woodward@gmail.com",
  42. "url": "https://github.com/doowb"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "email": "jon.schlinkert@sellside.com",
  47. "url": "http://twitter.com/jonschlinkert"
  48. },
  49. {
  50. "name": "Linus Unnebäck",
  51. "email": "linus@folkdatorn.se",
  52. "url": "http://linus.unnebäck.se"
  53. },
  54. {
  55. "name": "Thijs Busser",
  56. "email": "tbusser@gmail.com",
  57. "url": "http://tbusser.net"
  58. },
  59. {
  60. "name": "Titus",
  61. "email": "tituswormer@gmail.com",
  62. "url": "wooorm.com"
  63. }
  64. ],
  65. "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  66. "devDependencies": {
  67. "ansi-cyan": "^0.1.1",
  68. "benchmarked": "^0.2.5",
  69. "gulp-format-md": "^0.1.11",
  70. "isobject": "^2.1.0",
  71. "mocha": "^3.1.2",
  72. "repeating": "^3.0.0",
  73. "text-table": "^0.2.0",
  74. "yargs-parser": "^4.0.2"
  75. },
  76. "engines": {
  77. "node": ">=0.10"
  78. },
  79. "files": [
  80. "index.js"
  81. ],
  82. "homepage": "https://github.com/jonschlinkert/repeat-string",
  83. "keywords": [
  84. "fast",
  85. "fastest",
  86. "fill",
  87. "left",
  88. "left-pad",
  89. "multiple",
  90. "pad",
  91. "padding",
  92. "repeat",
  93. "repeating",
  94. "repetition",
  95. "right",
  96. "right-pad",
  97. "string",
  98. "times"
  99. ],
  100. "license": "MIT",
  101. "main": "index.js",
  102. "name": "repeat-string",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  106. },
  107. "scripts": {
  108. "test": "mocha"
  109. },
  110. "verb": {
  111. "toc": false,
  112. "layout": "default",
  113. "tasks": [
  114. "readme"
  115. ],
  116. "plugins": [
  117. "gulp-format-md"
  118. ],
  119. "related": {
  120. "list": [
  121. "repeat-element"
  122. ]
  123. },
  124. "helpers": [
  125. "./benchmark/helper.js"
  126. ],
  127. "reflinks": [
  128. "verb"
  129. ]
  130. },
  131. "version": "1.6.1"
  132. }