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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "supports-hyperlinks@2.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "supports-hyperlinks@2.2.0",
  10. "_id": "supports-hyperlinks@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
  13. "_location": "/supports-hyperlinks",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "supports-hyperlinks@2.2.0",
  19. "name": "supports-hyperlinks",
  20. "escapedName": "supports-hyperlinks",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/terminal-link"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "James Talmage",
  33. "email": "james@talmage.io",
  34. "url": "github.com/jamestalmage"
  35. },
  36. "browser": "browser.js",
  37. "bugs": {
  38. "url": "https://github.com/jamestalmage/supports-hyperlinks/issues"
  39. },
  40. "dependencies": {
  41. "has-flag": "^4.0.0",
  42. "supports-color": "^7.0.0"
  43. },
  44. "description": "Detect if your terminal emulator supports hyperlinks",
  45. "devDependencies": {
  46. "ava": "^2.2.0",
  47. "codecov": "^3.5.0",
  48. "nyc": "^14.1.1",
  49. "typescript": "^3.7.2",
  50. "xo": "^0.24.0"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js",
  57. "browser.js"
  58. ],
  59. "homepage": "https://github.com/jamestalmage/supports-hyperlinks#readme",
  60. "keywords": [
  61. "link",
  62. "terminal",
  63. "hyperlink",
  64. "cli"
  65. ],
  66. "license": "MIT",
  67. "name": "supports-hyperlinks",
  68. "nyc": {
  69. "reporter": [
  70. "lcov",
  71. "text"
  72. ]
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jamestalmage/supports-hyperlinks.git"
  77. },
  78. "scripts": {
  79. "create-types": "tsc index.js --allowJs --declaration --emitDeclarationOnly",
  80. "prepublishOnly": "npm run create-types",
  81. "test": "xo && nyc ava"
  82. },
  83. "version": "2.2.0"
  84. }