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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "inherits@2.0.3",
  9. "_id": "inherits@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
  12. "_location": "/http-errors/inherits",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "inherits@2.0.3",
  18. "name": "inherits",
  19. "escapedName": "inherits",
  20. "rawSpec": "2.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.3"
  23. },
  24. "_requiredBy": [
  25. "/http-errors"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  28. "_spec": "2.0.3",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "browser": "./inherits_browser.js",
  31. "bugs": {
  32. "url": "https://github.com/isaacs/inherits/issues"
  33. },
  34. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  35. "devDependencies": {
  36. "tap": "^7.1.0"
  37. },
  38. "files": [
  39. "inherits.js",
  40. "inherits_browser.js"
  41. ],
  42. "homepage": "https://github.com/isaacs/inherits#readme",
  43. "keywords": [
  44. "inheritance",
  45. "class",
  46. "klass",
  47. "oop",
  48. "object-oriented",
  49. "inherits",
  50. "browser",
  51. "browserify"
  52. ],
  53. "license": "ISC",
  54. "main": "./inherits.js",
  55. "name": "inherits",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/inherits.git"
  59. },
  60. "scripts": {
  61. "test": "node test"
  62. },
  63. "version": "2.0.3"
  64. }