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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "react-is@17.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "react-is@17.0.2",
  10. "_id": "react-is@17.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
  13. "_location": "/react-is",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "react-is@17.0.2",
  19. "name": "react-is",
  20. "escapedName": "react-is",
  21. "rawSpec": "17.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "17.0.2"
  24. },
  25. "_requiredBy": [
  26. "/pretty-format"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  29. "_spec": "17.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/facebook/react/issues"
  33. },
  34. "description": "Brand checking of React Elements.",
  35. "files": [
  36. "LICENSE",
  37. "README.md",
  38. "build-info.json",
  39. "index.js",
  40. "cjs/",
  41. "umd/"
  42. ],
  43. "homepage": "https://reactjs.org/",
  44. "keywords": [
  45. "react"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "react-is",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/facebook/react.git",
  53. "directory": "packages/react-is"
  54. },
  55. "version": "17.0.2"
  56. }