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

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