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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "postcss@7.0.36",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss@7.0.36",
  10. "_id": "postcss@7.0.36",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
  13. "_location": "/postcss",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss@7.0.36",
  19. "name": "postcss",
  20. "escapedName": "postcss",
  21. "rawSpec": "7.0.36",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.36"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer",
  27. "/postcss-less",
  28. "/postcss-safe-parser",
  29. "/postcss-sass",
  30. "/postcss-scss",
  31. "/stylelint",
  32. "/sugarss"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
  35. "_spec": "7.0.36",
  36. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  37. "author": {
  38. "name": "Andrey Sitnik",
  39. "email": "andrey@sitnik.ru"
  40. },
  41. "browser": {
  42. "./lib/terminal-highlight": false,
  43. "supports-color": false,
  44. "chalk": false,
  45. "fs": false
  46. },
  47. "bugs": {
  48. "url": "https://github.com/postcss/postcss/issues"
  49. },
  50. "dependencies": {
  51. "chalk": "^2.4.2",
  52. "source-map": "^0.6.1",
  53. "supports-color": "^6.1.0"
  54. },
  55. "description": "Tool for transforming styles with JS plugins",
  56. "engines": {
  57. "node": ">=6.0.0"
  58. },
  59. "funding": {
  60. "type": "opencollective",
  61. "url": "https://opencollective.com/postcss/"
  62. },
  63. "homepage": "https://postcss.org/",
  64. "keywords": [
  65. "css",
  66. "postcss",
  67. "rework",
  68. "preprocessor",
  69. "parser",
  70. "source map",
  71. "transform",
  72. "manipulation",
  73. "transpiler"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/postcss",
  77. "name": "postcss",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/postcss/postcss.git"
  81. },
  82. "types": "lib/postcss.d.ts",
  83. "version": "7.0.36"
  84. }