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. "lodash.merge@4.6.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "lodash.merge@4.6.2",
  9. "_id": "lodash.merge@4.6.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  12. "_location": "/lodash.merge",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lodash.merge@4.6.2",
  18. "name": "lodash.merge",
  19. "escapedName": "lodash.merge",
  20. "rawSpec": "4.6.2",
  21. "saveSpec": null,
  22. "fetchSpec": "4.6.2"
  23. },
  24. "_requiredBy": [
  25. "/eslint",
  26. "/webdriver"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  29. "_spec": "4.6.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "John-David Dalton",
  33. "email": "john.david.dalton@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lodash/lodash/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "John-David Dalton",
  41. "email": "john.david.dalton@gmail.com"
  42. },
  43. {
  44. "name": "Mathias Bynens",
  45. "email": "mathias@qiwi.be"
  46. }
  47. ],
  48. "description": "The Lodash method `_.merge` exported as a module.",
  49. "homepage": "https://lodash.com/",
  50. "icon": "https://lodash.com/icon.svg",
  51. "keywords": [
  52. "lodash-modularized",
  53. "merge"
  54. ],
  55. "license": "MIT",
  56. "name": "lodash.merge",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/lodash/lodash.git"
  60. },
  61. "scripts": {
  62. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  63. },
  64. "version": "4.6.2"
  65. }