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 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "autoprefixer@9.8.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "autoprefixer@9.8.6",
  10. "_id": "autoprefixer@9.8.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
  13. "_location": "/autoprefixer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "autoprefixer@9.8.6",
  19. "name": "autoprefixer",
  20. "escapedName": "autoprefixer",
  21. "rawSpec": "9.8.6",
  22. "saveSpec": null,
  23. "fetchSpec": "9.8.6"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
  29. "_spec": "9.8.6",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Andrey Sitnik",
  33. "email": "andrey@sitnik.ru"
  34. },
  35. "bin": {
  36. "autoprefixer": "./bin/autoprefixer"
  37. },
  38. "browser": {
  39. "colorette": false,
  40. "chalk": false
  41. },
  42. "bugs": {
  43. "url": "https://github.com/postcss/autoprefixer/issues"
  44. },
  45. "dependencies": {
  46. "browserslist": "^4.12.0",
  47. "caniuse-lite": "^1.0.30001109",
  48. "colorette": "^1.2.1",
  49. "normalize-range": "^0.1.2",
  50. "num2fraction": "^1.2.2",
  51. "postcss": "^7.0.32",
  52. "postcss-value-parser": "^4.1.0"
  53. },
  54. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  55. "eslintIgnore": [
  56. "build/"
  57. ],
  58. "funding": {
  59. "type": "tidelift",
  60. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  61. },
  62. "homepage": "https://github.com/postcss/autoprefixer#readme",
  63. "keywords": [
  64. "autoprefixer",
  65. "css",
  66. "prefix",
  67. "postcss",
  68. "postcss-plugin"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/autoprefixer",
  72. "name": "autoprefixer",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/postcss/autoprefixer.git"
  76. },
  77. "version": "9.8.6"
  78. }