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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@babel/template@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/template@7.14.5",
  10. "_id": "@babel/template@7.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==",
  13. "_location": "/@babel/template",
  14. "_phantomChildren": {
  15. "@babel/highlight": "7.14.5"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@babel/template@7.14.5",
  21. "name": "@babel/template",
  22. "escapedName": "@babel%2ftemplate",
  23. "scope": "@babel",
  24. "rawSpec": "7.14.5",
  25. "saveSpec": null,
  26. "fetchSpec": "7.14.5"
  27. },
  28. "_requiredBy": [
  29. "/@babel/core",
  30. "/@babel/helper-function-name",
  31. "/@babel/helper-module-transforms",
  32. "/@babel/helpers",
  33. "/babel-plugin-jest-hoist"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz",
  36. "_spec": "7.14.5",
  37. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  38. "author": {
  39. "name": "The Babel Team",
  40. "url": "https://babel.dev/team"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
  44. },
  45. "dependencies": {
  46. "@babel/code-frame": "^7.14.5",
  47. "@babel/parser": "^7.14.5",
  48. "@babel/types": "^7.14.5"
  49. },
  50. "description": "Generate an AST from a string template.",
  51. "engines": {
  52. "node": ">=6.9.0"
  53. },
  54. "homepage": "https://babel.dev/docs/en/next/babel-template",
  55. "license": "MIT",
  56. "main": "./lib/index.js",
  57. "name": "@babel/template",
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/babel/babel.git",
  64. "directory": "packages/babel-template"
  65. },
  66. "version": "7.14.5"
  67. }