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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "inherits@2.0.4",
  9. "_id": "inherits@2.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  12. "_location": "/inherits",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "inherits@2.0.4",
  18. "name": "inherits",
  19. "escapedName": "inherits",
  20. "rawSpec": "2.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.4"
  23. },
  24. "_requiredBy": [
  25. "/archiver/readable-stream",
  26. "/bl",
  27. "/bl/readable-stream",
  28. "/compress-commons/readable-stream",
  29. "/concat-stream",
  30. "/crc32-stream/readable-stream",
  31. "/glob",
  32. "/htmlparser2",
  33. "/htmlparser2/readable-stream",
  34. "/readable-stream",
  35. "/tar-stream",
  36. "/tar-stream/readable-stream",
  37. "/zip-stream/readable-stream"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  40. "_spec": "2.0.4",
  41. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  42. "browser": "./inherits_browser.js",
  43. "bugs": {
  44. "url": "https://github.com/isaacs/inherits/issues"
  45. },
  46. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  47. "devDependencies": {
  48. "tap": "^14.2.4"
  49. },
  50. "files": [
  51. "inherits.js",
  52. "inherits_browser.js"
  53. ],
  54. "homepage": "https://github.com/isaacs/inherits#readme",
  55. "keywords": [
  56. "inheritance",
  57. "class",
  58. "klass",
  59. "oop",
  60. "object-oriented",
  61. "inherits",
  62. "browser",
  63. "browserify"
  64. ],
  65. "license": "ISC",
  66. "main": "./inherits.js",
  67. "name": "inherits",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/isaacs/inherits.git"
  71. },
  72. "scripts": {
  73. "test": "tap"
  74. },
  75. "version": "2.0.4"
  76. }