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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "@babel/compat-data@7.14.7",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/compat-data@7.14.7",
  10. "_id": "@babel/compat-data@7.14.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==",
  13. "_location": "/@babel/compat-data",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/compat-data@7.14.7",
  19. "name": "@babel/compat-data",
  20. "escapedName": "@babel%2fcompat-data",
  21. "scope": "@babel",
  22. "rawSpec": "7.14.7",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.7"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-compilation-targets"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.7.tgz",
  30. "_spec": "7.14.7",
  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. "description": "",
  40. "devDependencies": {
  41. "@mdn/browser-compat-data": "^3.3.4",
  42. "core-js-compat": "^3.15.0",
  43. "electron-to-chromium": "^1.3.749"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "exports": {
  49. "./plugins": "./plugins.js",
  50. "./native-modules": "./native-modules.js",
  51. "./corejs2-built-ins": "./corejs2-built-ins.js",
  52. "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
  53. "./overlapping-plugins": "./overlapping-plugins.js",
  54. "./plugin-bugfixes": "./plugin-bugfixes.js"
  55. },
  56. "homepage": "https://github.com/babel/babel#readme",
  57. "keywords": [
  58. "babel",
  59. "compat-table",
  60. "compat-data"
  61. ],
  62. "license": "MIT",
  63. "name": "@babel/compat-data",
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel.git",
  70. "directory": "packages/babel-compat-data"
  71. },
  72. "scripts": {
  73. "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
  74. },
  75. "version": "7.14.7"
  76. }