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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-plugin-utils@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-plugin-utils@7.14.5",
  10. "_id": "@babel/helper-plugin-utils@7.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==",
  13. "_location": "/@babel/helper-plugin-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-plugin-utils@7.14.5",
  19. "name": "@babel/helper-plugin-utils",
  20. "escapedName": "@babel%2fhelper-plugin-utils",
  21. "scope": "@babel",
  22. "rawSpec": "7.14.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-syntax-async-generators",
  28. "/@babel/plugin-syntax-bigint",
  29. "/@babel/plugin-syntax-class-properties",
  30. "/@babel/plugin-syntax-import-meta",
  31. "/@babel/plugin-syntax-json-strings",
  32. "/@babel/plugin-syntax-logical-assignment-operators",
  33. "/@babel/plugin-syntax-nullish-coalescing-operator",
  34. "/@babel/plugin-syntax-numeric-separator",
  35. "/@babel/plugin-syntax-object-rest-spread",
  36. "/@babel/plugin-syntax-optional-catch-binding",
  37. "/@babel/plugin-syntax-optional-chaining",
  38. "/@babel/plugin-syntax-top-level-await",
  39. "/@babel/plugin-syntax-typescript",
  40. "/babel-plugin-istanbul"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz",
  43. "_spec": "7.14.5",
  44. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  45. "author": {
  46. "name": "The Babel Team",
  47. "url": "https://babel.dev/team"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/babel/babel/issues"
  51. },
  52. "description": "General utilities for plugins to use",
  53. "engines": {
  54. "node": ">=6.9.0"
  55. },
  56. "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
  57. "license": "MIT",
  58. "main": "./lib/index.js",
  59. "name": "@babel/helper-plugin-utils",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-helper-plugin-utils"
  67. },
  68. "version": "7.14.5"
  69. }