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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_args": [
  3. [
  4. "browser-process-hrtime@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "browser-process-hrtime@1.0.0",
  10. "_id": "browser-process-hrtime@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
  13. "_location": "/browser-process-hrtime",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "browser-process-hrtime@1.0.0",
  19. "name": "browser-process-hrtime",
  20. "escapedName": "browser-process-hrtime",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/w3c-hr-time"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "kumavis"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kumavis/browser-process-hrtime/issues"
  36. },
  37. "description": "Shim for process.hrtime in the browser",
  38. "homepage": "https://github.com/kumavis/browser-process-hrtime#readme",
  39. "license": "BSD-2-Clause",
  40. "main": "index.js",
  41. "name": "browser-process-hrtime",
  42. "repository": {
  43. "type": "git",
  44. "url": "git://github.com/kumavis/browser-process-hrtime.git"
  45. },
  46. "scripts": {
  47. "test": "echo \"Error: no test specified\" && exit 1"
  48. },
  49. "version": "1.0.0"
  50. }