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 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "lodash.isobject@3.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash.isobject@3.0.2",
  10. "_id": "lodash.isobject@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PI+41bW/S/kK4G4U8qUwpO2TXh0=",
  13. "_location": "/lodash.isobject",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash.isobject@3.0.2",
  19. "name": "lodash.isobject",
  20. "escapedName": "lodash.isobject",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/webdriverio"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz",
  29. "_spec": "3.0.2",
  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": "Benjamin Tan",
  47. "email": "demoneaux@gmail.com",
  48. "url": "https://d10.github.io/"
  49. },
  50. {
  51. "name": "Blaine Bublitz",
  52. "email": "blaine@iceddev.com",
  53. "url": "http://www.iceddev.com/"
  54. },
  55. {
  56. "name": "Kit Cambridge",
  57. "email": "github@kitcambridge.be",
  58. "url": "http://kitcambridge.be/"
  59. },
  60. {
  61. "name": "Mathias Bynens",
  62. "email": "mathias@qiwi.be",
  63. "url": "https://mathiasbynens.be/"
  64. }
  65. ],
  66. "description": "The modern build of lodash’s `_.isObject` as a module.",
  67. "homepage": "https://lodash.com/",
  68. "icon": "https://lodash.com/icon.svg",
  69. "keywords": [
  70. "lodash",
  71. "lodash-modularized",
  72. "stdlib",
  73. "util"
  74. ],
  75. "license": "MIT",
  76. "name": "lodash.isobject",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/lodash/lodash.git"
  80. },
  81. "scripts": {
  82. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  83. },
  84. "version": "3.0.2"
  85. }