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

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