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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "css-shorthand-properties@1.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-shorthand-properties@1.1.1",
  10. "_id": "css-shorthand-properties@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Md+Juc7M3uOdbAFwOYlTrccIZ7oCFuzrhKYQjdeUEW/sE1hv17Jp/Bws+ReOPpGVBTYCBoYo+G17V5Qo8QQ75A==",
  13. "_location": "/css-shorthand-properties",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "css-shorthand-properties@1.1.1",
  19. "name": "css-shorthand-properties",
  20. "escapedName": "css-shorthand-properties",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/webdriverio"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/css-shorthand-properties/-/css-shorthand-properties-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Gilmore Davidson"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gilmoreorless/css-shorthand-properties/issues"
  36. },
  37. "description": "A simple list of CSS shorthand properties and which longhand properties they expand to",
  38. "homepage": "https://github.com/gilmoreorless/css-shorthand-properties",
  39. "keywords": [
  40. "css",
  41. "shorthand",
  42. "short",
  43. "list"
  44. ],
  45. "licenses": [
  46. {
  47. "type": "MIT",
  48. "url": "http://gilmoreorless.mit-license.org/"
  49. }
  50. ],
  51. "main": "index.js",
  52. "name": "css-shorthand-properties",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/gilmoreorless/css-shorthand-properties.git"
  56. },
  57. "version": "1.1.1"
  58. }