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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "rgb2hex@0.2.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rgb2hex@0.2.3",
  10. "_id": "rgb2hex@0.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-clEe0m1xv+Tva1B/TOepuIcvLAxP0U+sCDfgt1SX1HmI2Ahr5/Cd/nzJM1e78NKVtWdoo0s33YehpFA8UfIShQ==",
  13. "_location": "/rgb2hex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rgb2hex@0.2.3",
  19. "name": "rgb2hex",
  20. "escapedName": "rgb2hex",
  21. "rawSpec": "0.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.3"
  24. },
  25. "_requiredBy": [
  26. "/webdriverio"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/rgb2hex/-/rgb2hex-0.2.3.tgz",
  29. "_spec": "0.2.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Christian Bromann",
  33. "email": "mail@christian-bromann.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/christian-bromann/rgb2hex/issues"
  37. },
  38. "description": "lightweight rgb/rgba to hex parser",
  39. "devDependencies": {
  40. "jest": "^26.6.3"
  41. },
  42. "homepage": "https://github.com/christian-bromann/rgb2hex",
  43. "jest": {
  44. "coverageThreshold": {
  45. "global": {
  46. "branches": 100,
  47. "functions": 100,
  48. "lines": 100,
  49. "statements": 100
  50. }
  51. }
  52. },
  53. "keywords": [
  54. "rgb",
  55. "rgba",
  56. "hex",
  57. "color",
  58. "parse",
  59. "parser"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "rgb2hex",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/christian-bromann/rgb2hex.git"
  67. },
  68. "scripts": {
  69. "cover": "jest --coverage",
  70. "test": "jest"
  71. },
  72. "types": "./index.d.ts",
  73. "version": "0.2.3"
  74. }