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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "postcss-scss@2.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-scss@2.1.1",
  10. "_id": "postcss-scss@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==",
  13. "_location": "/postcss-scss",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-scss@2.1.1",
  19. "name": "postcss-scss",
  20. "escapedName": "postcss-scss",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz",
  29. "_spec": "2.1.1",
  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/postcss-scss/issues"
  37. },
  38. "dependencies": {
  39. "postcss": "^7.0.6"
  40. },
  41. "description": "SCSS parser for PostCSS",
  42. "engines": {
  43. "node": ">=6.0.0"
  44. },
  45. "homepage": "https://github.com/postcss/postcss-scss#readme",
  46. "keywords": [
  47. "css",
  48. "postcss",
  49. "postcss-syntax",
  50. "parser",
  51. "scss",
  52. "sass"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/scss-syntax",
  56. "name": "postcss-scss",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/postcss/postcss-scss.git"
  60. },
  61. "types": "lib/scss-syntax.d.ts",
  62. "version": "2.1.1"
  63. }