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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "@babel/highlight@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "@babel/highlight@7.14.5",
  9. "_id": "@babel/highlight@7.14.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
  12. "_location": "/@babel/highlight",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/highlight@7.14.5",
  18. "name": "@babel/highlight",
  19. "escapedName": "@babel%2fhighlight",
  20. "scope": "@babel",
  21. "rawSpec": "7.14.5",
  22. "saveSpec": null,
  23. "fetchSpec": "7.14.5"
  24. },
  25. "_requiredBy": [
  26. "/@babel/code-frame",
  27. "/@babel/core/@babel/code-frame",
  28. "/@babel/template/@babel/code-frame",
  29. "/@babel/traverse/@babel/code-frame",
  30. "/jest-message-util/@babel/code-frame"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
  33. "_spec": "7.14.5",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": {
  36. "name": "The Babel Team",
  37. "url": "https://babel.dev/team"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/babel/babel/issues"
  41. },
  42. "dependencies": {
  43. "@babel/helper-validator-identifier": "^7.14.5",
  44. "chalk": "^2.0.0",
  45. "js-tokens": "^4.0.0"
  46. },
  47. "description": "Syntax highlight JavaScript strings for output in terminals.",
  48. "devDependencies": {
  49. "@types/chalk": "^2.0.0",
  50. "strip-ansi": "^4.0.0"
  51. },
  52. "engines": {
  53. "node": ">=6.9.0"
  54. },
  55. "homepage": "https://babel.dev/docs/en/next/babel-highlight",
  56. "license": "MIT",
  57. "main": "./lib/index.js",
  58. "name": "@babel/highlight",
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/babel/babel.git",
  65. "directory": "packages/babel-highlight"
  66. },
  67. "version": "7.14.5"
  68. }