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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@4.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ansi-styles@4.3.0",
  9. "_id": "ansi-styles@4.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  12. "_location": "/ansi-styles",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ansi-styles@4.3.0",
  18. "name": "ansi-styles",
  19. "escapedName": "ansi-styles",
  20. "rawSpec": "4.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.3.0"
  23. },
  24. "_requiredBy": [
  25. "/chalk",
  26. "/nyc/wrap-ansi",
  27. "/pretty-quick/chalk",
  28. "/slice-ansi",
  29. "/wrap-ansi"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  32. "_spec": "4.3.0",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/chalk/ansi-styles/issues"
  41. },
  42. "dependencies": {
  43. "color-convert": "^2.0.1"
  44. },
  45. "description": "ANSI escape codes for styling strings in the terminal",
  46. "devDependencies": {
  47. "@types/color-convert": "^1.9.0",
  48. "ava": "^2.3.0",
  49. "svg-term-cli": "^2.1.1",
  50. "tsd": "^0.11.0",
  51. "xo": "^0.25.3"
  52. },
  53. "engines": {
  54. "node": ">=8"
  55. },
  56. "files": [
  57. "index.js",
  58. "index.d.ts"
  59. ],
  60. "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
  61. "homepage": "https://github.com/chalk/ansi-styles#readme",
  62. "keywords": [
  63. "ansi",
  64. "styles",
  65. "color",
  66. "colour",
  67. "colors",
  68. "terminal",
  69. "console",
  70. "cli",
  71. "string",
  72. "tty",
  73. "escape",
  74. "formatting",
  75. "rgb",
  76. "256",
  77. "shell",
  78. "xterm",
  79. "log",
  80. "logging",
  81. "command-line",
  82. "text"
  83. ],
  84. "license": "MIT",
  85. "name": "ansi-styles",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/chalk/ansi-styles.git"
  89. },
  90. "scripts": {
  91. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  92. "test": "xo && ava && tsd"
  93. },
  94. "version": "4.3.0"
  95. }