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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "ansi-escapes@4.3.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-escapes@4.3.2",
  10. "_id": "ansi-escapes@4.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  13. "_location": "/ansi-escapes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-escapes@4.3.2",
  19. "name": "ansi-escapes",
  20. "escapedName": "ansi-escapes",
  21. "rawSpec": "4.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core",
  27. "/jest-watcher",
  28. "/terminal-link"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  31. "_spec": "4.3.2",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "https://sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/ansi-escapes/issues"
  40. },
  41. "dependencies": {
  42. "type-fest": "^0.21.3"
  43. },
  44. "description": "ANSI escape codes for manipulating the terminal",
  45. "devDependencies": {
  46. "@types/node": "^13.7.7",
  47. "ava": "^2.1.0",
  48. "tsd": "^0.14.0",
  49. "xo": "^0.25.3"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts"
  57. ],
  58. "funding": "https://github.com/sponsors/sindresorhus",
  59. "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
  60. "keywords": [
  61. "ansi",
  62. "terminal",
  63. "console",
  64. "cli",
  65. "string",
  66. "tty",
  67. "escape",
  68. "escapes",
  69. "formatting",
  70. "shell",
  71. "xterm",
  72. "log",
  73. "logging",
  74. "command-line",
  75. "text",
  76. "vt100",
  77. "sequence",
  78. "control",
  79. "code",
  80. "codes",
  81. "cursor",
  82. "iterm",
  83. "iterm2"
  84. ],
  85. "license": "MIT",
  86. "name": "ansi-escapes",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava && tsd"
  93. },
  94. "version": "4.3.2"
  95. }