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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-simple-access@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-simple-access@7.14.5",
  10. "_id": "@babel/helper-simple-access@7.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==",
  13. "_location": "/@babel/helper-simple-access",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-simple-access@7.14.5",
  19. "name": "@babel/helper-simple-access",
  20. "escapedName": "@babel%2fhelper-simple-access",
  21. "scope": "@babel",
  22. "rawSpec": "7.14.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-module-transforms"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz",
  30. "_spec": "7.14.5",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/types": "^7.14.5"
  41. },
  42. "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
  43. "devDependencies": {
  44. "@babel/traverse": "7.14.5"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/helper-simple-access",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-helper-simple-access"
  60. },
  61. "version": "7.14.5"
  62. }