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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_args": [
  3. [
  4. "@stylelint/postcss-css-in-js@0.37.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@stylelint/postcss-css-in-js@0.37.2",
  10. "_id": "@stylelint/postcss-css-in-js@0.37.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==",
  13. "_location": "/@stylelint/postcss-css-in-js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@stylelint/postcss-css-in-js@0.37.2",
  19. "name": "@stylelint/postcss-css-in-js",
  20. "escapedName": "@stylelint%2fpostcss-css-in-js",
  21. "scope": "@stylelint",
  22. "rawSpec": "0.37.2",
  23. "saveSpec": null,
  24. "fetchSpec": "0.37.2"
  25. },
  26. "_requiredBy": [
  27. "/stylelint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz",
  30. "_spec": "0.37.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "gucong3000"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stylelint/postcss-css-in-js/issues"
  37. },
  38. "dependencies": {
  39. "@babel/core": ">=7.9.0"
  40. },
  41. "description": "PostCSS syntax for parsing CSS in JS literals",
  42. "devDependencies": {
  43. "@stylelint/prettier-config": "^2.0.0",
  44. "@stylelint/remark-preset": "^1.0.0",
  45. "autoprefixer": "^9.7.6",
  46. "chai": "^4.2.0",
  47. "codecov": "^3.6.5",
  48. "eslint": "^6.8.0",
  49. "eslint-config-prettier": "^6.10.1",
  50. "eslint-config-stylelint": "^12.0.0",
  51. "husky": "^4.2.5",
  52. "json5": "^2.1.3",
  53. "lint-staged": "^10.1.3",
  54. "mocha": "^7.1.1",
  55. "np": "^6.3.2",
  56. "npm-run-all": "^4.1.5",
  57. "nyc": "^15.0.1",
  58. "postcss": ">=7.0.27",
  59. "postcss-parser-tests": "^6.5.0",
  60. "postcss-safe-parser": "^4.0.2",
  61. "postcss-syntax": ">=0.36.2",
  62. "prettier": "^2.0.4",
  63. "remark-cli": "^8.0.0"
  64. },
  65. "eslintConfig": {
  66. "extends": [
  67. "stylelint"
  68. ],
  69. "rules": {
  70. "array-callback-return": "off",
  71. "no-confusing-arrow": "off",
  72. "no-else-return": "off",
  73. "prefer--template": "off",
  74. "prefer-object-spread": "off",
  75. "prefer-rest-params": "off",
  76. "prefer-spread": "off",
  77. "prefer-template": "off",
  78. "jest/expect-expect": "off",
  79. "jest/valid-expect": "off"
  80. }
  81. },
  82. "files": [
  83. "*.js"
  84. ],
  85. "homepage": "https://github.com/stylelint/postcss-css-in-js#readme",
  86. "husky": {
  87. "hooks": {
  88. "pre-commit": "lint-staged"
  89. }
  90. },
  91. "keywords": [
  92. "postcss",
  93. "syntax",
  94. "emotion",
  95. "aphrodite",
  96. "glamor",
  97. "glamorous",
  98. "react-native",
  99. "react-style",
  100. "reactcss",
  101. "styled-components",
  102. "styletron-react",
  103. "typestyle",
  104. "css-in-js",
  105. "css"
  106. ],
  107. "license": "MIT",
  108. "lint-staged": {
  109. "*.js": "eslint --cache --fix",
  110. "*.{js,md,yml}": "prettier --write"
  111. },
  112. "main": "index.js",
  113. "name": "@stylelint/postcss-css-in-js",
  114. "nyc": {
  115. "all": true,
  116. "cache": true,
  117. "check-coverage": true,
  118. "exclude": [
  119. "coverage/**",
  120. "test{,s}/**",
  121. "**/.{prettier,eslint,mocha}rc.{js,cjs}"
  122. ],
  123. "reporter": [
  124. "lcov",
  125. "text"
  126. ]
  127. },
  128. "peerDependencies": {
  129. "postcss": ">=7.0.0",
  130. "postcss-syntax": ">=0.36.2"
  131. },
  132. "prettier": "@stylelint/prettier-config",
  133. "publishConfig": {
  134. "access": "public"
  135. },
  136. "remarkConfig": {
  137. "plugins": [
  138. "@stylelint/remark-preset"
  139. ]
  140. },
  141. "repository": {
  142. "type": "git",
  143. "url": "git+https://github.com/stylelint/postcss-css-in-js.git"
  144. },
  145. "scripts": {
  146. "debug": "npm run mocha -- --inspect-brk",
  147. "format": "prettier . --write",
  148. "lint": "npm-run-all --parallel lint:*",
  149. "lint:formatting": "prettier . --check",
  150. "lint:js": "eslint . --cache --max-warnings=0",
  151. "lint:md": "remark . --quiet --frail",
  152. "mocha": "mocha --no-timeouts",
  153. "release": "np",
  154. "test": "nyc npm run mocha",
  155. "watch": "mocha --watch"
  156. },
  157. "version": "0.37.2"
  158. }