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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "@types/babel__traverse@7.14.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@types/babel__traverse@7.14.2",
  10. "_id": "@types/babel__traverse@7.14.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==",
  13. "_location": "/@types/babel__traverse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@types/babel__traverse@7.14.2",
  19. "name": "@types/babel__traverse",
  20. "escapedName": "@types%2fbabel__traverse",
  21. "scope": "@types",
  22. "rawSpec": "7.14.2",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.2"
  25. },
  26. "_requiredBy": [
  27. "/@types/babel__core",
  28. "/babel-plugin-jest-hoist",
  29. "/jest-snapshot"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz",
  32. "_spec": "7.14.2",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "bugs": {
  35. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Troy Gerwien",
  40. "url": "https://github.com/yortus"
  41. },
  42. {
  43. "name": "Marvin Hagemeister",
  44. "url": "https://github.com/marvinhagemeister"
  45. },
  46. {
  47. "name": "Ryan Petrich",
  48. "url": "https://github.com/rpetrich"
  49. },
  50. {
  51. "name": "Melvin Groenhoff",
  52. "url": "https://github.com/mgroenhoff"
  53. },
  54. {
  55. "name": "Dean L.",
  56. "url": "https://github.com/dlgrit"
  57. },
  58. {
  59. "name": "Ifiok Jr.",
  60. "url": "https://github.com/ifiokjr"
  61. },
  62. {
  63. "name": "ExE Boss",
  64. "url": "https://github.com/ExE-Boss"
  65. },
  66. {
  67. "name": "Daniel Tschinder",
  68. "url": "https://github.com/danez"
  69. }
  70. ],
  71. "dependencies": {
  72. "@babel/types": "^7.3.0"
  73. },
  74. "description": "TypeScript definitions for @babel/traverse",
  75. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse",
  76. "license": "MIT",
  77. "main": "",
  78. "name": "@types/babel__traverse",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  82. "directory": "types/babel__traverse"
  83. },
  84. "scripts": {},
  85. "typeScriptVersion": "3.6",
  86. "types": "index.d.ts",
  87. "typesPublisherContentHash": "8d70789a3891d0ba0e17f2c02325bf15b6b1061033e0a6071451a524bb833c92",
  88. "typesVersions": {
  89. "<=4.1": {
  90. "*": [
  91. "ts4.1/*"
  92. ]
  93. }
  94. },
  95. "version": "7.14.2"
  96. }