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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. "postcss-syntax@0.36.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-syntax@0.36.2",
  10. "_id": "postcss-syntax@0.36.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==",
  13. "_location": "/postcss-syntax",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-syntax@0.36.2",
  19. "name": "postcss-syntax",
  20. "escapedName": "postcss-syntax",
  21. "rawSpec": "0.36.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.36.2"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz",
  29. "_spec": "0.36.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "gucong"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gucong3000/postcss-syntax/issues"
  36. },
  37. "description": "Automatically switch PostCSS syntax by file extensions",
  38. "devDependencies": {
  39. "chai": "^4.2.0",
  40. "codecov": "^3.1.0",
  41. "mocha": "^5.2.0",
  42. "nyc": "^13.1.0",
  43. "postcss": "^7.0.7",
  44. "postcss-html": ">=0.36.0",
  45. "postcss-jsx": ">=0.36.0",
  46. "postcss-less": "^3.1.0",
  47. "postcss-markdown": ">=0.36.0",
  48. "postcss-safe-parser": "^4.0.1",
  49. "postcss-scss": "^2.0.0",
  50. "proxyquire": "^2.1.0",
  51. "sugarss": "^2.0.0"
  52. },
  53. "extensions": [
  54. ".css",
  55. ".pcss",
  56. ".postcss",
  57. ".acss",
  58. ".wxss",
  59. ".sass",
  60. ".scss",
  61. ".less",
  62. ".sss",
  63. ".js",
  64. ".es6",
  65. ".mjs",
  66. ".pac",
  67. ".jsx",
  68. ".ts",
  69. ".tsx",
  70. ".babel",
  71. ".flow",
  72. ".html",
  73. ".htm",
  74. ".shtml",
  75. ".xhtml",
  76. ".mdoc",
  77. ".jsp",
  78. ".asp",
  79. ".aspx",
  80. ".jshtm",
  81. ".volt",
  82. ".ejs",
  83. ".rhtml",
  84. ".xsl",
  85. ".xslt",
  86. ".vue",
  87. ".wpy",
  88. ".ux",
  89. ".php",
  90. ".php4",
  91. ".php5",
  92. ".phtml",
  93. ".ctp",
  94. ".twig",
  95. ".liquid",
  96. ".md",
  97. ".mdown",
  98. ".markdown",
  99. ".markdn",
  100. ".svelte"
  101. ],
  102. "homepage": "https://github.com/gucong3000/postcss-syntax#readme",
  103. "keywords": [
  104. "postcss",
  105. "syntax",
  106. "switch",
  107. "extension"
  108. ],
  109. "license": "MIT",
  110. "name": "postcss-syntax",
  111. "nyc": {
  112. "reporter": [
  113. "lcov",
  114. "text"
  115. ],
  116. "all": true,
  117. "cache": true,
  118. "check-coverage": true
  119. },
  120. "peerDependencies": {
  121. "postcss": ">=5.0.0"
  122. },
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/gucong3000/postcss-syntax.git"
  126. },
  127. "scripts": {
  128. "debug": "npm run mocha -- --inspect-brk",
  129. "mocha": "mocha --require ./test/fixtures/link --no-timeouts",
  130. "test": "nyc npm run mocha"
  131. },
  132. "version": "0.36.2"
  133. }