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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "stylelint-config-prettier@8.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stylelint-config-prettier@8.0.2",
  10. "_id": "stylelint-config-prettier@8.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TN1l93iVTXpF9NJstlvP7nOu9zY2k+mN0NSFQ/VEGz15ZIP9ohdDZTtCWHs5LjctAhSAzaILULGbgiM0ItId3A==",
  13. "_location": "/stylelint-config-prettier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "stylelint-config-prettier@8.0.2",
  19. "name": "stylelint-config-prettier",
  20. "escapedName": "stylelint-config-prettier",
  21. "rawSpec": "8.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "8.0.2"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-8.0.2.tgz",
  29. "_spec": "8.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Shannon Moeller",
  33. "email": "me@shannonmoeller.com"
  34. },
  35. "bin": {
  36. "stylelint-config-prettier": "bin/check.js",
  37. "stylelint-config-prettier-check": "bin/check.js"
  38. },
  39. "binDependencies": {
  40. "eslint": "^7.3.0",
  41. "prettier": "^2.0.5"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/prettier/stylelint-config-prettier/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Corentin Tenret",
  49. "email": "tenretcorentin@gmail.com"
  50. }
  51. ],
  52. "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
  53. "devDependencies": {
  54. "eslint-config-prettier": "^6.11.0",
  55. "npm-bin-deps": "^1.9.0"
  56. },
  57. "engines": {
  58. "node": ">= 10",
  59. "npm": ">= 5"
  60. },
  61. "eslintConfig": {
  62. "env": {
  63. "es6": true,
  64. "node": true
  65. },
  66. "extends": [
  67. "eslint:recommended",
  68. "eslint-config-prettier"
  69. ],
  70. "parserOptions": {
  71. "ecmaVersion": 2019
  72. }
  73. },
  74. "homepage": "https://github.com/prettier/stylelint-config-prettier#readme",
  75. "keywords": [
  76. "stylelint",
  77. "prettier",
  78. "config",
  79. "lint",
  80. "css"
  81. ],
  82. "license": "MIT",
  83. "main": "src/index.js",
  84. "name": "stylelint-config-prettier",
  85. "peerDependencies": {
  86. "stylelint": ">=11.0.0"
  87. },
  88. "prettier": {
  89. "singleQuote": true
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/prettier/stylelint-config-prettier.git"
  94. },
  95. "scripts": {
  96. "format": "npr prettier --write \"{bin,src,test}/*.js\"",
  97. "lint": "npr eslint --fix \"{bin,src,test}/*.js\"",
  98. "prepublishOnly": "npm run test",
  99. "pretest": "npm run lint && npm run format",
  100. "test": "node test/checker.js"
  101. },
  102. "type": "commonjs",
  103. "version": "8.0.2"
  104. }