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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "lodash.zip@4.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash.zip@4.2.0",
  10. "_id": "lodash.zip@4.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=",
  13. "_location": "/lodash.zip",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash.zip@4.2.0",
  19. "name": "lodash.zip",
  20. "escapedName": "lodash.zip",
  21. "rawSpec": "4.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.0"
  24. },
  25. "_requiredBy": [
  26. "/webdriverio"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lodash.zip/-/lodash.zip-4.2.0.tgz",
  29. "_spec": "4.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "John-David Dalton",
  33. "email": "john.david.dalton@gmail.com",
  34. "url": "http://allyoucanleet.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/lodash/lodash/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "John-David Dalton",
  42. "email": "john.david.dalton@gmail.com",
  43. "url": "http://allyoucanleet.com/"
  44. },
  45. {
  46. "name": "Blaine Bublitz",
  47. "email": "blaine.bublitz@gmail.com",
  48. "url": "https://github.com/phated"
  49. },
  50. {
  51. "name": "Mathias Bynens",
  52. "email": "mathias@qiwi.be",
  53. "url": "https://mathiasbynens.be/"
  54. }
  55. ],
  56. "description": "The lodash method `_.zip` exported as a module.",
  57. "homepage": "https://lodash.com/",
  58. "icon": "https://lodash.com/icon.svg",
  59. "keywords": [
  60. "lodash-modularized",
  61. "zip"
  62. ],
  63. "license": "MIT",
  64. "name": "lodash.zip",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/lodash/lodash.git"
  68. },
  69. "scripts": {
  70. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  71. },
  72. "version": "4.2.0"
  73. }