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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "acorn-jsx@5.3.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "acorn-jsx@5.3.2",
  9. "_id": "acorn-jsx@5.3.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  12. "_location": "/acorn-jsx",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "acorn-jsx@5.3.2",
  18. "name": "acorn-jsx",
  19. "escapedName": "acorn-jsx",
  20. "rawSpec": "5.3.2",
  21. "saveSpec": null,
  22. "fetchSpec": "5.3.2"
  23. },
  24. "_requiredBy": [
  25. "/espree"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  28. "_spec": "5.3.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "bugs": {
  31. "url": "https://github.com/acornjs/acorn-jsx/issues"
  32. },
  33. "description": "Modern, fast React.js JSX parser",
  34. "devDependencies": {
  35. "acorn": "^8.0.1"
  36. },
  37. "homepage": "https://github.com/acornjs/acorn-jsx",
  38. "license": "MIT",
  39. "maintainers": [
  40. {
  41. "name": "Ingvar Stepanyan",
  42. "email": "me@rreverser.com",
  43. "url": "http://rreverser.com/"
  44. }
  45. ],
  46. "name": "acorn-jsx",
  47. "peerDependencies": {
  48. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/acornjs/acorn-jsx.git"
  53. },
  54. "scripts": {
  55. "test": "node test/run.js"
  56. },
  57. "version": "5.3.2"
  58. }