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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "color-name@1.1.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "color-name@1.1.4",
  9. "_id": "color-name@1.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  12. "_location": "/color-name",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "color-name@1.1.4",
  18. "name": "color-name",
  19. "escapedName": "color-name",
  20. "rawSpec": "1.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.4"
  23. },
  24. "_requiredBy": [
  25. "/color-convert"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  28. "_spec": "1.1.4",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "DY",
  32. "email": "dfcreative@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/colorjs/color-name/issues"
  36. },
  37. "description": "A list of color names and its values",
  38. "files": [
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/colorjs/color-name",
  42. "keywords": [
  43. "color-name",
  44. "color",
  45. "color-keyword",
  46. "keyword"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "color-name",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+ssh://git@github.com/colorjs/color-name.git"
  54. },
  55. "scripts": {
  56. "test": "node test.js"
  57. },
  58. "version": "1.1.4"
  59. }