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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "@stylelint/postcss-markdown@0.36.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@stylelint/postcss-markdown@0.36.2",
  10. "_id": "@stylelint/postcss-markdown@0.36.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==",
  13. "_location": "/@stylelint/postcss-markdown",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@stylelint/postcss-markdown@0.36.2",
  19. "name": "@stylelint/postcss-markdown",
  20. "escapedName": "@stylelint%2fpostcss-markdown",
  21. "scope": "@stylelint",
  22. "rawSpec": "0.36.2",
  23. "saveSpec": null,
  24. "fetchSpec": "0.36.2"
  25. },
  26. "_requiredBy": [
  27. "/stylelint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz",
  30. "_spec": "0.36.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "gucong"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stylelint/postcss-markdown/issues"
  37. },
  38. "dependencies": {
  39. "remark": "^13.0.0",
  40. "unist-util-find-all-after": "^3.0.2"
  41. },
  42. "description": "PostCSS syntax for parsing Markdown",
  43. "devDependencies": {
  44. "chai": "^4.2.0",
  45. "codecov": "^3.8.1",
  46. "mocha": "^8.2.1",
  47. "np": "^7.0.0",
  48. "nyc": "^15.1.0",
  49. "postcss": ">=7.0.27",
  50. "postcss-html": ">=0.36.0",
  51. "postcss-less": "^3.1.4",
  52. "postcss-scss": "^2.0.0",
  53. "postcss-syntax": ">=0.36.2",
  54. "sugarss": "^2.0.0"
  55. },
  56. "files": [
  57. "*.js"
  58. ],
  59. "homepage": "https://github.com/stylelint/postcss-markdown#readme",
  60. "keywords": [
  61. "postcss",
  62. "syntax",
  63. "markdown",
  64. "html",
  65. "css",
  66. "less",
  67. "sass",
  68. "scss",
  69. "sss",
  70. "sugarss"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "@stylelint/postcss-markdown",
  75. "nyc": {
  76. "reporter": [
  77. "lcov",
  78. "text"
  79. ],
  80. "all": true,
  81. "cache": true,
  82. "check-coverage": true
  83. },
  84. "peerDependencies": {
  85. "postcss": ">=7.0.0",
  86. "postcss-syntax": ">=0.36.2"
  87. },
  88. "publishConfig": {
  89. "access": "public"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/stylelint/postcss-markdown.git"
  94. },
  95. "scripts": {
  96. "debug": "npm run mocha -- --inspect-brk",
  97. "mocha": "mocha --no-timeouts",
  98. "release": "np",
  99. "test": "nyc npm run mocha"
  100. },
  101. "version": "0.36.2"
  102. }