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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "remark@13.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "remark@13.0.0",
  10. "_id": "remark@13.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==",
  13. "_location": "/remark",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "remark@13.0.0",
  19. "name": "remark",
  20. "escapedName": "remark",
  21. "rawSpec": "13.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "13.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@stylelint/postcss-markdown"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz",
  29. "_spec": "13.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Titus Wormer",
  33. "email": "tituswormer@gmail.com",
  34. "url": "https://wooorm.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/remarkjs/remark/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Titus Wormer",
  42. "email": "tituswormer@gmail.com",
  43. "url": "https://wooorm.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "remark-parse": "^9.0.0",
  48. "remark-stringify": "^9.0.0",
  49. "unified": "^9.1.0"
  50. },
  51. "description": "Markdown processor powered by plugins part of the unified collective",
  52. "files": [
  53. "index.js",
  54. "types/index.d.ts"
  55. ],
  56. "funding": {
  57. "type": "opencollective",
  58. "url": "https://opencollective.com/unified"
  59. },
  60. "homepage": "https://remark.js.org",
  61. "keywords": [
  62. "unified",
  63. "remark",
  64. "markdown",
  65. "mdast",
  66. "abstract",
  67. "syntax",
  68. "tree",
  69. "ast",
  70. "parse",
  71. "stringify",
  72. "serialize",
  73. "compile",
  74. "process"
  75. ],
  76. "license": "MIT",
  77. "name": "remark",
  78. "repository": {
  79. "type": "git",
  80. "url": "https://github.com/remarkjs/remark/tree/main/packages/remark"
  81. },
  82. "scripts": {
  83. "test": "tape test.js"
  84. },
  85. "types": "types/index.d.ts",
  86. "version": "13.0.0",
  87. "xo": false
  88. }