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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "_args": [
  3. [
  4. "express@4.17.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "express@4.17.1",
  9. "_id": "express@4.17.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
  12. "_location": "/express",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "express@4.17.1",
  18. "name": "express",
  19. "escapedName": "express",
  20. "rawSpec": "4.17.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.17.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
  28. "_spec": "4.17.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/expressjs/express/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Aaron Heckmann",
  40. "email": "aaron.heckmann+github@gmail.com"
  41. },
  42. {
  43. "name": "Ciaran Jessup",
  44. "email": "ciaranj@gmail.com"
  45. },
  46. {
  47. "name": "Douglas Christopher Wilson",
  48. "email": "doug@somethingdoug.com"
  49. },
  50. {
  51. "name": "Guillermo Rauch",
  52. "email": "rauchg@gmail.com"
  53. },
  54. {
  55. "name": "Jonathan Ong",
  56. "email": "me@jongleberry.com"
  57. },
  58. {
  59. "name": "Roman Shtylman",
  60. "email": "shtylman+expressjs@gmail.com"
  61. },
  62. {
  63. "name": "Young Jae Sim",
  64. "email": "hanul@hanul.me"
  65. }
  66. ],
  67. "dependencies": {
  68. "accepts": "~1.3.7",
  69. "array-flatten": "1.1.1",
  70. "body-parser": "1.19.0",
  71. "content-disposition": "0.5.3",
  72. "content-type": "~1.0.4",
  73. "cookie": "0.4.0",
  74. "cookie-signature": "1.0.6",
  75. "debug": "2.6.9",
  76. "depd": "~1.1.2",
  77. "encodeurl": "~1.0.2",
  78. "escape-html": "~1.0.3",
  79. "etag": "~1.8.1",
  80. "finalhandler": "~1.1.2",
  81. "fresh": "0.5.2",
  82. "merge-descriptors": "1.0.1",
  83. "methods": "~1.1.2",
  84. "on-finished": "~2.3.0",
  85. "parseurl": "~1.3.3",
  86. "path-to-regexp": "0.1.7",
  87. "proxy-addr": "~2.0.5",
  88. "qs": "6.7.0",
  89. "range-parser": "~1.2.1",
  90. "safe-buffer": "5.1.2",
  91. "send": "0.17.1",
  92. "serve-static": "1.14.1",
  93. "setprototypeof": "1.1.1",
  94. "statuses": "~1.5.0",
  95. "type-is": "~1.6.18",
  96. "utils-merge": "1.0.1",
  97. "vary": "~1.1.2"
  98. },
  99. "description": "Fast, unopinionated, minimalist web framework",
  100. "devDependencies": {
  101. "after": "0.8.2",
  102. "connect-redis": "3.4.1",
  103. "cookie-parser": "~1.4.4",
  104. "cookie-session": "1.3.3",
  105. "ejs": "2.6.1",
  106. "eslint": "2.13.1",
  107. "express-session": "1.16.1",
  108. "hbs": "4.0.4",
  109. "istanbul": "0.4.5",
  110. "marked": "0.6.2",
  111. "method-override": "3.0.0",
  112. "mocha": "5.2.0",
  113. "morgan": "1.9.1",
  114. "multiparty": "4.2.1",
  115. "pbkdf2-password": "1.2.1",
  116. "should": "13.2.3",
  117. "supertest": "3.3.0",
  118. "vhost": "~3.0.2"
  119. },
  120. "engines": {
  121. "node": ">= 0.10.0"
  122. },
  123. "files": [
  124. "LICENSE",
  125. "History.md",
  126. "Readme.md",
  127. "index.js",
  128. "lib/"
  129. ],
  130. "homepage": "http://expressjs.com/",
  131. "keywords": [
  132. "express",
  133. "framework",
  134. "sinatra",
  135. "web",
  136. "rest",
  137. "restful",
  138. "router",
  139. "app",
  140. "api"
  141. ],
  142. "license": "MIT",
  143. "name": "express",
  144. "repository": {
  145. "type": "git",
  146. "url": "git+https://github.com/expressjs/express.git"
  147. },
  148. "scripts": {
  149. "lint": "eslint .",
  150. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  151. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
  152. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  153. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  154. },
  155. "version": "4.17.1"
  156. }