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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "yallist@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "yallist@4.0.0",
  9. "_id": "yallist@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  12. "_location": "/yallist",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "yallist@4.0.0",
  18. "name": "yallist",
  19. "escapedName": "yallist",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/lru-cache"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  28. "_spec": "4.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/yallist/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Yet Another Linked List",
  40. "devDependencies": {
  41. "tap": "^12.1.0"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "yallist.js",
  48. "iterator.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/yallist#readme",
  51. "license": "ISC",
  52. "main": "yallist.js",
  53. "name": "yallist",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/isaacs/yallist.git"
  57. },
  58. "scripts": {
  59. "postpublish": "git push origin --all; git push origin --tags",
  60. "postversion": "npm publish",
  61. "preversion": "npm test",
  62. "test": "tap test/*.js --100"
  63. },
  64. "version": "4.0.0"
  65. }