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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "proto-list@1.2.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "proto-list@1.2.4",
  9. "_id": "proto-list@1.2.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=",
  12. "_location": "/proto-list",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "proto-list@1.2.4",
  19. "name": "proto-list",
  20. "escapedName": "proto-list",
  21. "rawSpec": "1.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.4"
  24. },
  25. "_requiredBy": [
  26. "/config-chain"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
  29. "_spec": "1.2.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/proto-list/issues"
  38. },
  39. "description": "A utility for managing a prototype chain",
  40. "devDependencies": {
  41. "tap": "0"
  42. },
  43. "homepage": "https://github.com/isaacs/proto-list#readme",
  44. "license": "ISC",
  45. "main": "./proto-list.js",
  46. "name": "proto-list",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/isaacs/proto-list.git"
  50. },
  51. "scripts": {
  52. "test": "tap test/*.js"
  53. },
  54. "version": "1.2.4"
  55. }