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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "prettier@2.4.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "prettier@2.4.1",
  10. "_id": "prettier@2.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==",
  13. "_location": "/prettier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "prettier@2.4.1",
  19. "name": "prettier",
  20. "escapedName": "prettier",
  21. "rawSpec": "2.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz",
  29. "_spec": "2.4.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "James Long"
  33. },
  34. "bin": {
  35. "prettier": "./bin-prettier.js"
  36. },
  37. "browser": "./standalone.js",
  38. "bugs": {
  39. "url": "https://github.com/prettier/prettier/issues"
  40. },
  41. "description": "Prettier is an opinionated code formatter",
  42. "engines": {
  43. "node": ">=10.13.0"
  44. },
  45. "files": [
  46. "*.js",
  47. "esm/*.mjs"
  48. ],
  49. "homepage": "https://prettier.io",
  50. "license": "MIT",
  51. "main": "./index.js",
  52. "name": "prettier",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/prettier/prettier.git"
  56. },
  57. "scripts": {
  58. "prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
  59. },
  60. "unpkg": "./standalone.js",
  61. "version": "2.4.1"
  62. }