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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "@babel/types@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/types@7.14.5",
  10. "_id": "@babel/types@7.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==",
  13. "_location": "/@babel/types",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/types@7.14.5",
  19. "name": "@babel/types",
  20. "escapedName": "@babel%2ftypes",
  21. "scope": "@babel",
  22. "rawSpec": "7.14.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/generator",
  29. "/@babel/helper-function-name",
  30. "/@babel/helper-get-function-arity",
  31. "/@babel/helper-hoist-variables",
  32. "/@babel/helper-member-expression-to-functions",
  33. "/@babel/helper-module-imports",
  34. "/@babel/helper-module-transforms",
  35. "/@babel/helper-optimise-call-expression",
  36. "/@babel/helper-replace-supers",
  37. "/@babel/helper-simple-access",
  38. "/@babel/helper-split-export-declaration",
  39. "/@babel/helpers",
  40. "/@babel/template",
  41. "/@babel/traverse",
  42. "/@types/babel__core",
  43. "/@types/babel__generator",
  44. "/@types/babel__template",
  45. "/@types/babel__traverse",
  46. "/babel-plugin-jest-hoist",
  47. "/jest-snapshot"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.5.tgz",
  50. "_spec": "7.14.5",
  51. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  52. "author": {
  53. "name": "The Babel Team",
  54. "url": "https://babel.dev/team"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen"
  58. },
  59. "dependencies": {
  60. "@babel/helper-validator-identifier": "^7.14.5",
  61. "to-fast-properties": "^2.0.0"
  62. },
  63. "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  64. "devDependencies": {
  65. "@babel/generator": "7.14.5",
  66. "@babel/parser": "7.14.5",
  67. "chalk": "^4.1.0"
  68. },
  69. "engines": {
  70. "node": ">=6.9.0"
  71. },
  72. "homepage": "https://babel.dev/docs/en/next/babel-types",
  73. "license": "MIT",
  74. "main": "./lib/index.js",
  75. "name": "@babel/types",
  76. "publishConfig": {
  77. "access": "public"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/babel/babel.git",
  82. "directory": "packages/babel-types"
  83. },
  84. "types": "./lib/index-legacy.d.ts",
  85. "typesVersions": {
  86. ">=3.7": {
  87. "lib/index-legacy.d.ts": [
  88. "lib/index.d.ts"
  89. ]
  90. }
  91. },
  92. "version": "7.14.5"
  93. }