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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "makeerror@1.0.11",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "makeerror@1.0.11",
  10. "_id": "makeerror@1.0.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=",
  13. "_location": "/makeerror",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "makeerror@1.0.11",
  19. "name": "makeerror",
  20. "escapedName": "makeerror",
  21. "rawSpec": "1.0.11",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.11"
  24. },
  25. "_requiredBy": [
  26. "/walker"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
  29. "_spec": "1.0.11",
  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-makeerror/issues"
  37. },
  38. "dependencies": {
  39. "tmpl": "1.0.x"
  40. },
  41. "description": "A library to make errors.",
  42. "devDependencies": {
  43. "mocha": "0.12.x"
  44. },
  45. "homepage": "https://github.com/daaku/nodejs-makeerror#readme",
  46. "license": "BSD-3-Clause",
  47. "main": "lib/makeerror",
  48. "name": "makeerror",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/daaku/nodejs-makeerror.git"
  52. },
  53. "scripts": {
  54. "test": "NODE_PATH=./lib mocha --ui exports"
  55. },
  56. "version": "1.0.11"
  57. }