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 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-compilation-targets@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-compilation-targets@7.14.5",
  10. "_id": "@babel/helper-compilation-targets@7.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==",
  13. "_location": "/@babel/helper-compilation-targets",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-compilation-targets@7.14.5",
  19. "name": "@babel/helper-compilation-targets",
  20. "escapedName": "@babel%2fhelper-compilation-targets",
  21. "scope": "@babel",
  22. "rawSpec": "7.14.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-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/compat-data": "^7.14.5",
  41. "@babel/helper-validator-option": "^7.14.5",
  42. "browserslist": "^4.16.6",
  43. "semver": "^6.3.0"
  44. },
  45. "description": "Helper functions on Babel compilation targets",
  46. "devDependencies": {
  47. "@babel/core": "7.14.5",
  48. "@babel/helper-plugin-test-runner": "7.14.5",
  49. "@types/semver": "^5.5.0"
  50. },
  51. "engines": {
  52. "node": ">=6.9.0"
  53. },
  54. "exports": {
  55. ".": "./lib/index.js"
  56. },
  57. "homepage": "https://github.com/babel/babel#readme",
  58. "keywords": [
  59. "babel",
  60. "babel-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/index.js",
  64. "name": "@babel/helper-compilation-targets",
  65. "peerDependencies": {
  66. "@babel/core": "^7.0.0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-helper-compilation-targets"
  75. },
  76. "version": "7.14.5"
  77. }