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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "sugarss@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sugarss@2.0.0",
  10. "_id": "sugarss@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==",
  13. "_location": "/sugarss",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sugarss@2.0.0",
  19. "name": "sugarss",
  20. "escapedName": "sugarss",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Andrey Sitnik",
  33. "email": "andrey@sitnik.ru"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/postcss/sugarss/issues"
  37. },
  38. "dependencies": {
  39. "postcss": "^7.0.2"
  40. },
  41. "description": "Indent-based CSS syntax for PostCSS",
  42. "homepage": "https://github.com/postcss/sugarss#readme",
  43. "keywords": [
  44. "css",
  45. "postcss",
  46. "postcss-syntax",
  47. "syntax",
  48. "indent",
  49. "parser"
  50. ],
  51. "license": "MIT",
  52. "name": "sugarss",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/postcss/sugarss.git"
  56. },
  57. "version": "2.0.0"
  58. }