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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@babel/code-frame@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/code-frame@7.14.5",
  10. "_id": "@babel/code-frame@7.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
  13. "_location": "/jest-message-util/@babel/code-frame",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/code-frame@7.14.5",
  19. "name": "@babel/code-frame",
  20. "escapedName": "@babel%2fcode-frame",
  21. "scope": "@babel",
  22. "rawSpec": "7.14.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.5"
  25. },
  26. "_requiredBy": [
  27. "/jest-message-util"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-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?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
  38. },
  39. "dependencies": {
  40. "@babel/highlight": "^7.14.5"
  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. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/code-frame",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-code-frame"
  62. },
  63. "version": "7.14.5"
  64. }