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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "@babel/code-frame@7.12.11",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "@babel/code-frame@7.12.11",
  9. "_id": "@babel/code-frame@7.12.11",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
  12. "_location": "/@babel/code-frame",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/code-frame@7.12.11",
  18. "name": "@babel/code-frame",
  19. "escapedName": "@babel%2fcode-frame",
  20. "scope": "@babel",
  21. "rawSpec": "7.12.11",
  22. "saveSpec": null,
  23. "fetchSpec": "7.12.11"
  24. },
  25. "_requiredBy": [
  26. "/eslint",
  27. "/parse-json"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
  30. "_spec": "7.12.11",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sebastian McKenzie",
  34. "email": "sebmck@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/highlight": "^7.10.4"
  41. },
  42. "description": "Generate errors that contain a code frame that point to source locations.",
  43. "devDependencies": {
  44. "@types/chalk": "^2.0.0",
  45. "chalk": "^2.0.0",
  46. "strip-ansi": "^4.0.0"
  47. },
  48. "homepage": "https://babeljs.io/",
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "name": "@babel/code-frame",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/babel/babel.git",
  58. "directory": "packages/babel-code-frame"
  59. },
  60. "version": "7.12.11"
  61. }