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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "inherits@^2.0.1",
  3. "_id": "inherits@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  6. "_location": "/inherits",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "inherits@^2.0.1",
  12. "name": "inherits",
  13. "escapedName": "inherits",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cipher-base",
  20. "/create-hash",
  21. "/hash-base",
  22. "/md5.js",
  23. "/readable-stream",
  24. "/ripemd160",
  25. "/sha.js"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  28. "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
  29. "_spec": "inherits@^2.0.1",
  30. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/create-hash",
  31. "browser": "./inherits_browser.js",
  32. "bugs": {
  33. "url": "https://github.com/isaacs/inherits/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  38. "devDependencies": {
  39. "tap": "^14.2.4"
  40. },
  41. "files": [
  42. "inherits.js",
  43. "inherits_browser.js"
  44. ],
  45. "homepage": "https://github.com/isaacs/inherits#readme",
  46. "keywords": [
  47. "inheritance",
  48. "class",
  49. "klass",
  50. "oop",
  51. "object-oriented",
  52. "inherits",
  53. "browser",
  54. "browserify"
  55. ],
  56. "license": "ISC",
  57. "main": "./inherits.js",
  58. "name": "inherits",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/inherits.git"
  62. },
  63. "scripts": {
  64. "test": "tap"
  65. },
  66. "version": "2.0.4"
  67. }