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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "tmpl@1.0.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tmpl@1.0.5",
  10. "_id": "tmpl@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
  13. "_location": "/tmpl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tmpl@1.0.5",
  19. "name": "tmpl",
  20. "escapedName": "tmpl",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/makeerror"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Naitik Shah",
  33. "email": "n@daaku.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/daaku/nodejs-tmpl/issues"
  37. },
  38. "description": "JavaScript micro templates.",
  39. "devDependencies": {
  40. "mocha": "^9.1.1"
  41. },
  42. "homepage": "https://github.com/daaku/nodejs-tmpl",
  43. "license": "BSD-3-Clause",
  44. "main": "lib/tmpl",
  45. "name": "tmpl",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/daaku/nodejs-tmpl.git"
  49. },
  50. "scripts": {
  51. "test": "NODE_PATH=./lib mocha --ui exports"
  52. },
  53. "version": "1.0.5"
  54. }