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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-replace-supers@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-replace-supers@7.14.5",
  10. "_id": "@babel/helper-replace-supers@7.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==",
  13. "_location": "/@babel/helper-replace-supers",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-replace-supers@7.14.5",
  19. "name": "@babel/helper-replace-supers",
  20. "escapedName": "@babel%2fhelper-replace-supers",
  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-replace-supers/-/helper-replace-supers-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/helper-member-expression-to-functions": "^7.14.5",
  41. "@babel/helper-optimise-call-expression": "^7.14.5",
  42. "@babel/traverse": "^7.14.5",
  43. "@babel/types": "^7.14.5"
  44. },
  45. "description": "Helper function to replace supers",
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/helper-replace-supers",
  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-replace-supers"
  60. },
  61. "version": "7.14.5"
  62. }