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. "string-width@4.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "string-width@4.2.2",
  9. "_id": "string-width@4.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==",
  12. "_location": "/string-width",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "string-width@4.2.2",
  18. "name": "string-width",
  19. "escapedName": "string-width",
  20. "rawSpec": "4.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.2"
  23. },
  24. "_requiredBy": [
  25. "/cliui",
  26. "/nyc/cliui",
  27. "/nyc/wrap-ansi",
  28. "/nyc/yargs",
  29. "/stylelint",
  30. "/table",
  31. "/wrap-ansi",
  32. "/yargs"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz",
  35. "_spec": "4.2.2",
  36. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/string-width/issues"
  44. },
  45. "dependencies": {
  46. "emoji-regex": "^8.0.0",
  47. "is-fullwidth-code-point": "^3.0.0",
  48. "strip-ansi": "^6.0.0"
  49. },
  50. "description": "Get the visual width of a string - the number of columns required to display it",
  51. "devDependencies": {
  52. "ava": "^1.4.1",
  53. "tsd": "^0.7.1",
  54. "xo": "^0.24.0"
  55. },
  56. "engines": {
  57. "node": ">=8"
  58. },
  59. "files": [
  60. "index.js",
  61. "index.d.ts"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/string-width#readme",
  64. "keywords": [
  65. "string",
  66. "character",
  67. "unicode",
  68. "width",
  69. "visual",
  70. "column",
  71. "columns",
  72. "fullwidth",
  73. "full-width",
  74. "full",
  75. "ansi",
  76. "escape",
  77. "codes",
  78. "cli",
  79. "command-line",
  80. "terminal",
  81. "console",
  82. "cjk",
  83. "chinese",
  84. "japanese",
  85. "korean",
  86. "fixed-width"
  87. ],
  88. "license": "MIT",
  89. "name": "string-width",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/sindresorhus/string-width.git"
  93. },
  94. "scripts": {
  95. "test": "xo && ava && tsd"
  96. },
  97. "version": "4.2.2"
  98. }