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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. "postcss-safe-parser@4.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-safe-parser@4.0.2",
  10. "_id": "postcss-safe-parser@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==",
  13. "_location": "/postcss-safe-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-safe-parser@4.0.2",
  19. "name": "postcss-safe-parser",
  20. "escapedName": "postcss-safe-parser",
  21. "rawSpec": "4.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.2"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz",
  29. "_spec": "4.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Andrey Sitnik",
  33. "email": "andrey@sitnik.ru"
  34. },
  35. "babel": {
  36. "presets": [
  37. [
  38. "@babel/env",
  39. {
  40. "loose": true
  41. }
  42. ]
  43. ],
  44. "plugins": [
  45. "add-module-exports"
  46. ]
  47. },
  48. "bugs": {
  49. "url": "https://github.com/postcss/postcss-safe-parser/issues"
  50. },
  51. "dependencies": {
  52. "postcss": "^7.0.26"
  53. },
  54. "description": "Fault-tolerant CSS parser for PostCSS",
  55. "devDependencies": {
  56. "@babel/core": "^7.8.4",
  57. "@babel/preset-env": "^7.8.4",
  58. "@logux/eslint-config": "^35.0.4",
  59. "babel-plugin-add-module-exports": "^1.0.2",
  60. "ci-job-number": "^0.3.1",
  61. "del-cli": "^3.0.0",
  62. "eslint": "^6.8.0",
  63. "eslint-ci": "^1.0.0",
  64. "eslint-config-standard": "^14.1.0",
  65. "eslint-plugin-es5": "^1.5.0",
  66. "eslint-plugin-import": "^2.20.1",
  67. "eslint-plugin-jest": "^23.6.0",
  68. "eslint-plugin-node": "^11.0.0",
  69. "eslint-plugin-prefer-let": "^1.0.1",
  70. "eslint-plugin-promise": "^4.2.1",
  71. "eslint-plugin-security": "^1.4.0",
  72. "eslint-plugin-standard": "^4.0.1",
  73. "eslint-plugin-unicorn": "^16.0.0",
  74. "gulp": "^4.0.2",
  75. "gulp-babel": "^8.0.0",
  76. "gulp-sourcemaps": "^2.6.5",
  77. "husky": "^4.2.1",
  78. "jest": "^25.1.0",
  79. "lint-staged": "^10.0.7",
  80. "postcss-parser-tests": "^6.5.0",
  81. "pre-commit": "^1.1.3"
  82. },
  83. "engines": {
  84. "node": ">=6.0.0"
  85. },
  86. "eslintConfig": {
  87. "extends": "@logux/eslint-config/node",
  88. "overrides": [
  89. {
  90. "files": [
  91. "gulpfile.js"
  92. ],
  93. "rules": {
  94. "node/no-unpublished-require": "off",
  95. "global-require": "off"
  96. }
  97. }
  98. ]
  99. },
  100. "eslintIgnore": [
  101. "build/",
  102. "lib/*.js"
  103. ],
  104. "homepage": "https://github.com/postcss/postcss-safe-parser#readme",
  105. "husky": {
  106. "hooks": {
  107. "pre-commit": "lint-staged"
  108. }
  109. },
  110. "jest": {
  111. "testEnvironment": "node",
  112. "modulePathIgnorePatterns": [
  113. "<rootDir>/build"
  114. ]
  115. },
  116. "keywords": [
  117. "css",
  118. "postcss",
  119. "postcss-syntax",
  120. "parser",
  121. "fault tolerant"
  122. ],
  123. "license": "MIT",
  124. "lint-staged": {
  125. "gulpfile.js": "eslint",
  126. "test/*.js": "eslint",
  127. "lib/*.es6": "eslint"
  128. },
  129. "main": "lib/safe-parse",
  130. "name": "postcss-safe-parser",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/postcss/postcss-safe-parser.git"
  134. },
  135. "scripts": {
  136. "build": "yarn clean && gulp build",
  137. "clean": "del-cli build/ lib/*.js",
  138. "test": "gulp build && eslint-ci . && jest && ./test/integration.js"
  139. },
  140. "version": "4.0.2"
  141. }