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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "remark-parse@9.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "remark-parse@9.0.0",
  10. "_id": "remark-parse@9.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
  13. "_location": "/remark-parse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "remark-parse@9.0.0",
  19. "name": "remark-parse",
  20. "escapedName": "remark-parse",
  21. "rawSpec": "9.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "9.0.0"
  24. },
  25. "_requiredBy": [
  26. "/remark"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz",
  29. "_spec": "9.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. "name": "Eugene Sharygin",
  47. "email": "eush77@gmail.com"
  48. },
  49. {
  50. "name": "Junyoung Choi",
  51. "email": "fluke8259@gmail.com"
  52. },
  53. {
  54. "name": "Elijah Hamovitz",
  55. "email": "elijahhamovitz@gmail.com"
  56. },
  57. {
  58. "name": "Ika",
  59. "email": "ikatyang@gmail.com"
  60. }
  61. ],
  62. "dependencies": {
  63. "mdast-util-from-markdown": "^0.8.0"
  64. },
  65. "description": "remark plugin to parse Markdown",
  66. "files": [
  67. "index.js",
  68. "types/index.d.ts"
  69. ],
  70. "funding": {
  71. "type": "opencollective",
  72. "url": "https://opencollective.com/unified"
  73. },
  74. "homepage": "https://remark.js.org",
  75. "keywords": [
  76. "unified",
  77. "remark",
  78. "remark-plugin",
  79. "plugin",
  80. "markdown",
  81. "mdast",
  82. "abstract",
  83. "syntax",
  84. "tree",
  85. "ast",
  86. "parse"
  87. ],
  88. "license": "MIT",
  89. "name": "remark-parse",
  90. "repository": {
  91. "type": "git",
  92. "url": "https://github.com/remarkjs/remark/tree/main/packages/remark-parse"
  93. },
  94. "scripts": {
  95. "test": "tape test.js"
  96. },
  97. "types": "types/index.d.ts",
  98. "version": "9.0.0",
  99. "xo": false
  100. }