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

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