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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "wrap-ansi@7.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wrap-ansi@7.0.0",
  10. "_id": "wrap-ansi@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  13. "_location": "/wrap-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "wrap-ansi@7.0.0",
  19. "name": "wrap-ansi",
  20. "escapedName": "wrap-ansi",
  21. "rawSpec": "7.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.0"
  24. },
  25. "_requiredBy": [
  26. "/cliui"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  29. "_spec": "7.0.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/wrap-ansi/issues"
  38. },
  39. "dependencies": {
  40. "ansi-styles": "^4.0.0",
  41. "string-width": "^4.1.0",
  42. "strip-ansi": "^6.0.0"
  43. },
  44. "description": "Wordwrap a string with ANSI escape codes",
  45. "devDependencies": {
  46. "ava": "^2.1.0",
  47. "chalk": "^4.0.0",
  48. "coveralls": "^3.0.3",
  49. "has-ansi": "^4.0.0",
  50. "nyc": "^15.0.1",
  51. "xo": "^0.29.1"
  52. },
  53. "engines": {
  54. "node": ">=10"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
  60. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  61. "keywords": [
  62. "wrap",
  63. "break",
  64. "wordwrap",
  65. "wordbreak",
  66. "linewrap",
  67. "ansi",
  68. "styles",
  69. "color",
  70. "colour",
  71. "colors",
  72. "terminal",
  73. "console",
  74. "cli",
  75. "string",
  76. "tty",
  77. "escape",
  78. "formatting",
  79. "rgb",
  80. "256",
  81. "shell",
  82. "xterm",
  83. "log",
  84. "logging",
  85. "command-line",
  86. "text"
  87. ],
  88. "license": "MIT",
  89. "name": "wrap-ansi",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/chalk/wrap-ansi.git"
  93. },
  94. "scripts": {
  95. "test": "xo && nyc ava"
  96. },
  97. "version": "7.0.0"
  98. }