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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "_args": [
  3. [
  4. "postcss-sass@0.4.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-sass@0.4.4",
  10. "_id": "postcss-sass@0.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==",
  13. "_location": "/postcss-sass",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-sass@0.4.4",
  19. "name": "postcss-sass",
  20. "escapedName": "postcss-sass",
  21. "rawSpec": "0.4.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.4"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz",
  29. "_spec": "0.4.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Oleh Aloshkin",
  33. "email": "olegaleshkin@gmail.com"
  34. },
  35. "babel": {
  36. "presets": [
  37. [
  38. "@babel/preset-env",
  39. {
  40. "targets": {
  41. "browsers": "last 1 version",
  42. "node": 6
  43. },
  44. "loose": true
  45. }
  46. ]
  47. ],
  48. "plugins": [
  49. "precompile-charcodes"
  50. ]
  51. },
  52. "bugs": {
  53. "url": "https://github.com/AleshaOleg/postcss-sass/issues"
  54. },
  55. "dependencies": {
  56. "gonzales-pe": "^4.3.0",
  57. "postcss": "^7.0.21"
  58. },
  59. "description": "A Sass parser for PostCSS, using gonzales-pe.",
  60. "devDependencies": {
  61. "@babel/cli": "^7.5.5",
  62. "@babel/core": "^7.5.5",
  63. "@babel/preset-env": "^7.5.5",
  64. "@logux/eslint-config": "^36.0.0",
  65. "babel-jest": "^24.9.0",
  66. "babel-plugin-precompile-charcodes": "^1.1.0",
  67. "coveralls": "^3.0.3",
  68. "eslint": "^6.8.0",
  69. "eslint-config-postcss": "^4.0.0",
  70. "eslint-config-standard": "^14.1.0",
  71. "eslint-plugin-import": "^2.18.2",
  72. "eslint-plugin-import-helpers": "^1.0.2",
  73. "eslint-plugin-jest": "^23.0.3",
  74. "eslint-plugin-node": "^11.0.0",
  75. "eslint-plugin-prefer-let": "^1.0.1",
  76. "eslint-plugin-promise": "^4.2.1",
  77. "eslint-plugin-security": "^1.4.0",
  78. "eslint-plugin-standard": "^4.0.1",
  79. "eslint-plugin-unicorn": "^18.0.1",
  80. "greenkeeper-lockfile": "^1.15.1",
  81. "husky": "^4.0.2",
  82. "istanbul": "^0.4.5",
  83. "jest": "^24.9.0",
  84. "lint-staged": "^10.0.3",
  85. "postcss-parser-tests": "^6.2.1"
  86. },
  87. "eslintConfig": {
  88. "extends": "eslint-config-postcss",
  89. "parserOptions": {
  90. "ecmaVersion": 6,
  91. "sourceType": "module"
  92. },
  93. "settings": {
  94. "node": {
  95. "tryExtensions": [
  96. ".js",
  97. ".es6"
  98. ]
  99. }
  100. },
  101. "rules": {
  102. "max-len": [
  103. "error",
  104. 120
  105. ]
  106. }
  107. },
  108. "homepage": "https://github.com/AleshaOleg/postcss-sass",
  109. "jest": {
  110. "collectCoverage": true,
  111. "moduleFileExtensions": [
  112. "es6",
  113. "js",
  114. "json"
  115. ],
  116. "testPathIgnorePatterns": [
  117. "<rootDir>/__tests__/utils"
  118. ],
  119. "testEnvironment": "node",
  120. "transform": {
  121. "^.+\\.es6$": "babel-jest"
  122. }
  123. },
  124. "keywords": [
  125. "postcss",
  126. "css",
  127. "postcss-plugin",
  128. "postcss-sass",
  129. "sass"
  130. ],
  131. "license": "MIT",
  132. "lint-staged": {
  133. "*.es6": [
  134. "eslint --fix",
  135. "git add"
  136. ]
  137. },
  138. "main": "index.js",
  139. "name": "postcss-sass",
  140. "repository": {
  141. "type": "git",
  142. "url": "git+https://github.com/AleshaOleg/postcss-sass.git"
  143. },
  144. "scripts": {
  145. "build": "yarn run clean && babel -s inline -d ./ *.es6",
  146. "clean": "rm *.js || echo 'Already cleaned'",
  147. "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
  148. "precommit": "yarn run test && lint-staged",
  149. "prepublishOnly": "yarn run build && yarn run test",
  150. "pretest": "eslint *.es6 __tests__",
  151. "test": "jest"
  152. },
  153. "version": "0.4.4"
  154. }