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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@6.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "strip-ansi@6.0.0",
  9. "_id": "strip-ansi@6.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
  12. "_location": "/strip-ansi",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "strip-ansi@6.0.0",
  18. "name": "strip-ansi",
  19. "escapedName": "strip-ansi",
  20. "rawSpec": "6.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "6.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@jest/core",
  26. "/@wdio/logger",
  27. "/cliui",
  28. "/eslint",
  29. "/nyc/cliui",
  30. "/nyc/wrap-ansi",
  31. "/string-length",
  32. "/string-width",
  33. "/stylelint",
  34. "/table",
  35. "/wrap-ansi"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
  38. "_spec": "6.0.0",
  39. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  40. "author": {
  41. "name": "Sindre Sorhus",
  42. "email": "sindresorhus@gmail.com",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/chalk/strip-ansi/issues"
  47. },
  48. "dependencies": {
  49. "ansi-regex": "^5.0.0"
  50. },
  51. "description": "Strip ANSI escape codes from a string",
  52. "devDependencies": {
  53. "ava": "^2.4.0",
  54. "tsd": "^0.10.0",
  55. "xo": "^0.25.3"
  56. },
  57. "engines": {
  58. "node": ">=8"
  59. },
  60. "files": [
  61. "index.js",
  62. "index.d.ts"
  63. ],
  64. "homepage": "https://github.com/chalk/strip-ansi#readme",
  65. "keywords": [
  66. "strip",
  67. "trim",
  68. "remove",
  69. "ansi",
  70. "styles",
  71. "color",
  72. "colour",
  73. "colors",
  74. "terminal",
  75. "console",
  76. "string",
  77. "tty",
  78. "escape",
  79. "formatting",
  80. "rgb",
  81. "256",
  82. "shell",
  83. "xterm",
  84. "log",
  85. "logging",
  86. "command-line",
  87. "text"
  88. ],
  89. "license": "MIT",
  90. "name": "strip-ansi",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/chalk/strip-ansi.git"
  94. },
  95. "scripts": {
  96. "test": "xo && ava && tsd"
  97. },
  98. "version": "6.0.0"
  99. }