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 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "is-unicode-supported@0.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-unicode-supported@0.1.0",
  10. "_id": "is-unicode-supported@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
  13. "_location": "/is-unicode-supported",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-unicode-supported@0.1.0",
  19. "name": "is-unicode-supported",
  20. "escapedName": "is-unicode-supported",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/log-symbols"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
  29. "_spec": "0.1.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/sindresorhus/is-unicode-supported/issues"
  38. },
  39. "description": "Detect whether the terminal supports Unicode",
  40. "devDependencies": {
  41. "ava": "^2.4.0",
  42. "tsd": "^0.14.0",
  43. "xo": "^0.38.2"
  44. },
  45. "engines": {
  46. "node": ">=10"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/is-unicode-supported#readme",
  54. "keywords": [
  55. "terminal",
  56. "unicode",
  57. "detect",
  58. "utf8",
  59. "console",
  60. "shell",
  61. "support",
  62. "supports",
  63. "supported",
  64. "check",
  65. "detection"
  66. ],
  67. "license": "MIT",
  68. "name": "is-unicode-supported",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/is-unicode-supported.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "0.1.0"
  77. }