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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "postcss-html@0.36.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-html@0.36.0",
  10. "_id": "postcss-html@0.36.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==",
  13. "_location": "/postcss-html",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-html@0.36.0",
  19. "name": "postcss-html",
  20. "escapedName": "postcss-html",
  21. "rawSpec": "0.36.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.36.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz",
  29. "_spec": "0.36.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "gucong"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gucong3000/postcss-html/issues"
  36. },
  37. "dependencies": {
  38. "htmlparser2": "^3.10.0"
  39. },
  40. "description": "PostCSS syntax for parsing HTML (and HTML-like)",
  41. "devDependencies": {
  42. "autoprefixer": "^9.4.3",
  43. "chai": "^4.2.0",
  44. "codecov": "^3.1.0",
  45. "mocha": "^5.2.0",
  46. "nyc": "^13.1.0",
  47. "postcss": "^7.0.7",
  48. "postcss-less": "^3.1.0",
  49. "postcss-safe-parser": "^4.0.1",
  50. "postcss-scss": "^2.0.0",
  51. "postcss-syntax": ">=0.36.0",
  52. "sugarss": "^2.0.0"
  53. },
  54. "homepage": "https://github.com/gucong3000/postcss-html#readme",
  55. "keywords": [
  56. "postcss",
  57. "syntax",
  58. "html",
  59. "vue",
  60. "quickapp",
  61. "PHP",
  62. "css",
  63. "less",
  64. "sass",
  65. "scss",
  66. "sss",
  67. "sugarss"
  68. ],
  69. "license": "MIT",
  70. "name": "postcss-html",
  71. "nyc": {
  72. "reporter": [
  73. "lcov",
  74. "text"
  75. ],
  76. "all": true,
  77. "cache": true,
  78. "check-coverage": true
  79. },
  80. "peerDependencies": {
  81. "postcss": ">=5.0.0",
  82. "postcss-syntax": ">=0.36.0"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/gucong3000/postcss-html.git"
  87. },
  88. "scripts": {
  89. "debug": "npm run mocha -- --inspect-brk",
  90. "mocha": "mocha --no-timeouts",
  91. "test": "nyc npm run mocha"
  92. },
  93. "version": "0.36.0"
  94. }