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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "prettier-linter-helpers@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "prettier-linter-helpers@1.0.0",
  10. "_id": "prettier-linter-helpers@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  13. "_location": "/prettier-linter-helpers",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "prettier-linter-helpers@1.0.0",
  19. "name": "prettier-linter-helpers",
  20. "escapedName": "prettier-linter-helpers",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-prettier",
  27. "/stylelint-prettier"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/prettier/prettier-linter-helpers/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Ben Scott"
  38. },
  39. {
  40. "name": "Teddy Katz"
  41. }
  42. ],
  43. "dependencies": {
  44. "fast-diff": "^1.1.2"
  45. },
  46. "description": "Utilities to help expose prettier output in linting tools",
  47. "devDependencies": {
  48. "eslint": "^5.6.1",
  49. "eslint-config-prettier": "^3.1.0",
  50. "eslint-plugin-node": "^7.0.1",
  51. "eslint-plugin-prettier": "^2.7.0",
  52. "mocha": "^5.2.0",
  53. "prettier": "^1.14.3"
  54. },
  55. "engines": {
  56. "node": ">=6.0.0"
  57. },
  58. "homepage": "https://github.com/prettier/prettier-linter-helpers#readme",
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "prettier-linter-helpers",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/prettier/prettier-linter-helpers.git"
  65. },
  66. "scripts": {
  67. "format": "yarn run prettier '**/*.{js,json,md,yml}' --write && yarn run lint --fix",
  68. "lint": "eslint .",
  69. "test": "npm run lint && mocha"
  70. },
  71. "version": "1.0.0"
  72. }