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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "_args": [
  3. [
  4. "vfile@4.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vfile@4.2.1",
  10. "_id": "vfile@4.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
  13. "_location": "/vfile",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vfile@4.2.1",
  19. "name": "vfile",
  20. "escapedName": "vfile",
  21. "rawSpec": "4.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.1"
  24. },
  25. "_requiredBy": [
  26. "/unified"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
  29. "_spec": "4.2.1",
  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. "browser": {
  37. "./lib/minpath.js": "./lib/minpath.browser.js",
  38. "./lib/minproc.js": "./lib/minproc.browser.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/vfile/vfile/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Titus Wormer",
  46. "email": "tituswormer@gmail.com",
  47. "url": "https://wooorm.com"
  48. },
  49. {
  50. "name": "Brendan Abbott",
  51. "email": "brendan.abbott@temando.com"
  52. },
  53. {
  54. "name": "Denys Dovhan",
  55. "email": "email@denysdovhan.com"
  56. },
  57. {
  58. "name": "Kyle Mathews",
  59. "email": "mathews.kyle@gmail.com"
  60. },
  61. {
  62. "name": "Shinnosuke Watanabe",
  63. "email": "snnskwtnb@gmail.com"
  64. },
  65. {
  66. "name": "Sindre Sorhus",
  67. "email": "sindresorhus@gmail.com"
  68. }
  69. ],
  70. "dependencies": {
  71. "@types/unist": "^2.0.0",
  72. "is-buffer": "^2.0.0",
  73. "unist-util-stringify-position": "^2.0.0",
  74. "vfile-message": "^2.0.0"
  75. },
  76. "description": "Virtual file format for text processing",
  77. "devDependencies": {
  78. "browserify": "^17.0.0",
  79. "dtslint": "^4.0.0",
  80. "nyc": "^15.0.0",
  81. "prettier": "^2.0.0",
  82. "remark-cli": "^9.0.0",
  83. "remark-preset-wooorm": "^8.0.0",
  84. "tape": "^5.0.0",
  85. "tinyify": "^3.0.0",
  86. "xo": "^0.35.0"
  87. },
  88. "files": [
  89. "lib/",
  90. "types/index.d.ts",
  91. "index.js",
  92. "core.js"
  93. ],
  94. "funding": {
  95. "type": "opencollective",
  96. "url": "https://opencollective.com/unified"
  97. },
  98. "homepage": "https://github.com/vfile/vfile#readme",
  99. "keywords": [
  100. "vfile",
  101. "virtual",
  102. "file",
  103. "text",
  104. "processing",
  105. "message",
  106. "warning",
  107. "error",
  108. "remark",
  109. "retext",
  110. "rehype"
  111. ],
  112. "license": "MIT",
  113. "name": "vfile",
  114. "nyc": {
  115. "check-coverage": true,
  116. "lines": 100,
  117. "functions": 100,
  118. "branches": 100
  119. },
  120. "prettier": {
  121. "tabWidth": 2,
  122. "useTabs": false,
  123. "singleQuote": true,
  124. "bracketSpacing": false,
  125. "semi": false,
  126. "trailingComma": "none"
  127. },
  128. "react-native": {
  129. "./lib/minpath.js": "./lib/minpath.browser.js",
  130. "./lib/minproc.js": "./lib/minproc.browser.js"
  131. },
  132. "remarkConfig": {
  133. "plugins": [
  134. "preset-wooorm",
  135. [
  136. "lint-no-html",
  137. false
  138. ]
  139. ]
  140. },
  141. "repository": {
  142. "type": "git",
  143. "url": "git+https://github.com/vfile/vfile.git"
  144. },
  145. "scripts": {
  146. "build": "npm run build-bundle && npm run build-mangle",
  147. "build-bundle": "browserify . -s VFile -o vfile.js",
  148. "build-mangle": "browserify . -s VFile -o vfile.min.js -p tinyify",
  149. "format": "remark . -qfo && prettier . --write && xo --fix",
  150. "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
  151. "test-api": "node test",
  152. "test-coverage": "nyc --reporter lcov tape test.js",
  153. "test-types": "dtslint types"
  154. },
  155. "types": "types/index.d.ts",
  156. "version": "4.2.1",
  157. "xo": {
  158. "prettier": true,
  159. "esnext": false,
  160. "ignores": [
  161. "types",
  162. "vfile.js"
  163. ],
  164. "rules": {
  165. "unicorn/explicit-length-check": "off",
  166. "unicorn/prefer-includes": "off",
  167. "unicorn/prefer-reflect-apply": "off",
  168. "unicorn/prefer-number-properties": "off",
  169. "max-depth": "off",
  170. "complexity": "off"
  171. }
  172. }
  173. }