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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_args": [
  3. [
  4. "mdast-util-to-markdown@0.6.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mdast-util-to-markdown@0.6.5",
  10. "_id": "mdast-util-to-markdown@0.6.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==",
  13. "_location": "/mdast-util-to-markdown",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mdast-util-to-markdown@0.6.5",
  19. "name": "mdast-util-to-markdown",
  20. "escapedName": "mdast-util-to-markdown",
  21. "rawSpec": "0.6.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.6.5"
  24. },
  25. "_requiredBy": [
  26. "/remark-stringify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz",
  29. "_spec": "0.6.5",
  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/syntax-tree/mdast-util-to-markdown/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Titus Wormer",
  42. "email": "tituswormer@gmail.com",
  43. "url": "https://wooorm.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "@types/unist": "^2.0.0",
  48. "longest-streak": "^2.0.0",
  49. "mdast-util-to-string": "^2.0.0",
  50. "parse-entities": "^2.0.0",
  51. "repeat-string": "^1.0.0",
  52. "zwitch": "^1.0.0"
  53. },
  54. "description": "mdast utility to serialize markdown",
  55. "devDependencies": {
  56. "browserify": "^17.0.0",
  57. "dtslint": "^4.0.0",
  58. "mdast-util-from-markdown": "^0.8.0",
  59. "nyc": "^15.0.0",
  60. "prettier": "^2.0.0",
  61. "remark-cli": "^9.0.0",
  62. "remark-preset-wooorm": "^8.0.0",
  63. "tape": "^5.0.0",
  64. "tinyify": "^3.0.0",
  65. "unist-util-remove-position": "^3.0.0",
  66. "xo": "^0.37.0"
  67. },
  68. "files": [
  69. "index.js",
  70. "lib/",
  71. "types/index.d.ts"
  72. ],
  73. "funding": {
  74. "type": "opencollective",
  75. "url": "https://opencollective.com/unified"
  76. },
  77. "homepage": "https://github.com/syntax-tree/mdast-util-to-markdown#readme",
  78. "keywords": [
  79. "unist",
  80. "mdast",
  81. "mdast-util",
  82. "util",
  83. "utility",
  84. "markdown",
  85. "markup",
  86. "serialize",
  87. "stringify",
  88. "compile",
  89. "syntax",
  90. "tree",
  91. "ast"
  92. ],
  93. "license": "MIT",
  94. "name": "mdast-util-to-markdown",
  95. "nyc": {
  96. "check-coverage": true,
  97. "lines": 100,
  98. "functions": 100,
  99. "branches": 100
  100. },
  101. "prettier": {
  102. "tabWidth": 2,
  103. "useTabs": false,
  104. "singleQuote": true,
  105. "bracketSpacing": false,
  106. "semi": false,
  107. "trailingComma": "none"
  108. },
  109. "remarkConfig": {
  110. "plugins": [
  111. "preset-wooorm"
  112. ]
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/syntax-tree/mdast-util-to-markdown.git"
  117. },
  118. "scripts": {
  119. "build": "browserify . -s mdastUtilToMarkdown -p tinyify > mdast-util-to-markdown.min.js",
  120. "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
  121. "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
  122. "test-api": "node test",
  123. "test-coverage": "nyc --reporter lcov tape test.js",
  124. "test-types": "dtslint types"
  125. },
  126. "types": "types",
  127. "version": "0.6.5",
  128. "xo": {
  129. "prettier": true,
  130. "esnext": false,
  131. "rules": {
  132. "complexity": "off",
  133. "unicorn/prefer-includes": "off"
  134. },
  135. "ignores": [
  136. "types/"
  137. ]
  138. }
  139. }