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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "terminal-link@2.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "terminal-link@2.1.1",
  10. "_id": "terminal-link@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  13. "_location": "/terminal-link",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "terminal-link@2.1.1",
  19. "name": "terminal-link",
  20. "escapedName": "terminal-link",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@jest/reporters"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/terminal-link/issues"
  38. },
  39. "dependencies": {
  40. "ansi-escapes": "^4.2.1",
  41. "supports-hyperlinks": "^2.0.0"
  42. },
  43. "description": "Create clickable links in the terminal",
  44. "devDependencies": {
  45. "ava": "^2.3.0",
  46. "clear-module": "^4.0.0",
  47. "tsd": "^0.11.0",
  48. "xo": "^0.25.3"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "funding": "https://github.com/sponsors/sindresorhus",
  58. "homepage": "https://github.com/sindresorhus/terminal-link#readme",
  59. "keywords": [
  60. "link",
  61. "hyperlink",
  62. "url",
  63. "ansi",
  64. "escape",
  65. "terminal",
  66. "term",
  67. "console",
  68. "command-line"
  69. ],
  70. "license": "MIT",
  71. "name": "terminal-link",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/terminal-link.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "2.1.1"
  80. }