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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "@babel/core@7.14.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/core@7.14.6",
  10. "_id": "@babel/core@7.14.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==",
  13. "_location": "/@babel/core",
  14. "_phantomChildren": {
  15. "@babel/highlight": "7.14.5"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@babel/core@7.14.6",
  21. "name": "@babel/core",
  22. "escapedName": "@babel%2fcore",
  23. "scope": "@babel",
  24. "rawSpec": "7.14.6",
  25. "saveSpec": null,
  26. "fetchSpec": "7.14.6"
  27. },
  28. "_requiredBy": [
  29. "/@jest/transform",
  30. "/@stylelint/postcss-css-in-js",
  31. "/istanbul-lib-instrument",
  32. "/jest-config",
  33. "/jest-snapshot"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.6.tgz",
  36. "_spec": "7.14.6",
  37. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  38. "author": {
  39. "name": "The Babel Team",
  40. "url": "https://babel.dev/team"
  41. },
  42. "browser": {
  43. "./lib/config/files/index.js": "./lib/config/files/index-browser.js",
  44. "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
  45. "./lib/transform-file.js": "./lib/transform-file-browser.js",
  46. "./lib/transformation/util/clone-deep.js": "./lib/transformation/util/clone-deep-browser.js",
  47. "./src/config/files/index.ts": "./src/config/files/index-browser.ts",
  48. "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
  49. "./src/transform-file.ts": "./src/transform-file-browser.ts",
  50. "./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen"
  54. },
  55. "dependencies": {
  56. "@babel/code-frame": "^7.14.5",
  57. "@babel/generator": "^7.14.5",
  58. "@babel/helper-compilation-targets": "^7.14.5",
  59. "@babel/helper-module-transforms": "^7.14.5",
  60. "@babel/helpers": "^7.14.6",
  61. "@babel/parser": "^7.14.6",
  62. "@babel/template": "^7.14.5",
  63. "@babel/traverse": "^7.14.5",
  64. "@babel/types": "^7.14.5",
  65. "convert-source-map": "^1.7.0",
  66. "debug": "^4.1.0",
  67. "gensync": "^1.0.0-beta.2",
  68. "json5": "^2.1.2",
  69. "semver": "^6.3.0",
  70. "source-map": "^0.5.0"
  71. },
  72. "description": "Babel compiler core.",
  73. "devDependencies": {
  74. "@babel/helper-transform-fixture-test-runner": "7.14.5",
  75. "@babel/plugin-transform-modules-commonjs": "7.14.5",
  76. "@types/convert-source-map": "^1.5.1",
  77. "@types/debug": "^4.1.0",
  78. "@types/resolve": "^1.3.2",
  79. "@types/semver": "^5.4.0",
  80. "@types/source-map": "^0.5.0"
  81. },
  82. "engines": {
  83. "node": ">=6.9.0"
  84. },
  85. "funding": {
  86. "type": "opencollective",
  87. "url": "https://opencollective.com/babel"
  88. },
  89. "homepage": "https://babel.dev/docs/en/next/babel-core",
  90. "keywords": [
  91. "6to5",
  92. "babel",
  93. "classes",
  94. "const",
  95. "es6",
  96. "harmony",
  97. "let",
  98. "modules",
  99. "transpile",
  100. "transpiler",
  101. "var",
  102. "babel-core",
  103. "compiler"
  104. ],
  105. "license": "MIT",
  106. "main": "./lib/index.js",
  107. "name": "@babel/core",
  108. "publishConfig": {
  109. "access": "public"
  110. },
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/babel/babel.git",
  114. "directory": "packages/babel-core"
  115. },
  116. "version": "7.14.6"
  117. }