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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "detect-node@2.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "detect-node@2.1.0",
  9. "_id": "detect-node@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
  12. "_location": "/detect-node",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "detect-node@2.1.0",
  19. "name": "detect-node",
  20. "escapedName": "detect-node",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/roarr"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Ilya Kantor"
  33. },
  34. "browser": "browser.js",
  35. "bugs": {
  36. "url": "https://github.com/iliakan/detect-node/issues"
  37. },
  38. "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
  39. "homepage": "https://github.com/iliakan/detect-node",
  40. "keywords": [
  41. "detect",
  42. "node"
  43. ],
  44. "license": "MIT",
  45. "main": "index.js",
  46. "module": "index.esm.js",
  47. "name": "detect-node",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/iliakan/detect-node.git"
  51. },
  52. "scripts": {
  53. "test": "echo \"Error: no test specified\" && exit 1"
  54. },
  55. "version": "2.1.0"
  56. }