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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "color-convert@2.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "color-convert@2.0.1",
  9. "_id": "color-convert@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  12. "_location": "/color-convert",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "color-convert@2.0.1",
  18. "name": "color-convert",
  19. "escapedName": "color-convert",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/ansi-styles"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Heather Arthur",
  32. "email": "fayearthur@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Qix-/color-convert/issues"
  36. },
  37. "dependencies": {
  38. "color-name": "~1.1.4"
  39. },
  40. "description": "Plain color conversion functions",
  41. "devDependencies": {
  42. "chalk": "^2.4.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=7.0.0"
  47. },
  48. "files": [
  49. "index.js",
  50. "conversions.js",
  51. "route.js"
  52. ],
  53. "homepage": "https://github.com/Qix-/color-convert#readme",
  54. "keywords": [
  55. "color",
  56. "colour",
  57. "convert",
  58. "converter",
  59. "conversion",
  60. "rgb",
  61. "hsl",
  62. "hsv",
  63. "hwb",
  64. "cmyk",
  65. "ansi",
  66. "ansi16"
  67. ],
  68. "license": "MIT",
  69. "name": "color-convert",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/Qix-/color-convert.git"
  73. },
  74. "scripts": {
  75. "pretest": "xo",
  76. "test": "node test/basic.js"
  77. },
  78. "version": "2.0.1",
  79. "xo": {
  80. "rules": {
  81. "default-case": 0,
  82. "no-inline-comments": 0,
  83. "operator-linebreak": 0
  84. }
  85. }
  86. }