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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "vfile-message@2.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vfile-message@2.0.4",
  10. "_id": "vfile-message@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
  13. "_location": "/vfile-message",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vfile-message@2.0.4",
  19. "name": "vfile-message",
  20. "escapedName": "vfile-message",
  21. "rawSpec": "2.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.4"
  24. },
  25. "_requiredBy": [
  26. "/vfile"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
  29. "_spec": "2.0.4",
  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/vfile/vfile-message/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. "unist-util-stringify-position": "^2.0.0"
  49. },
  50. "description": "vfile utility to create a virtual message",
  51. "devDependencies": {
  52. "browserify": "^16.0.0",
  53. "dtslint": "^3.0.0",
  54. "nyc": "^15.0.0",
  55. "prettier": "^2.0.0",
  56. "remark-cli": "^7.0.0",
  57. "remark-preset-wooorm": "^6.0.0",
  58. "tape": "^4.0.0",
  59. "tinyify": "^2.0.0",
  60. "xo": "^0.28.0"
  61. },
  62. "files": [
  63. "types/index.d.ts",
  64. "index.js"
  65. ],
  66. "funding": {
  67. "type": "opencollective",
  68. "url": "https://opencollective.com/unified"
  69. },
  70. "homepage": "https://github.com/vfile/vfile-message#readme",
  71. "keywords": [
  72. "vfile",
  73. "vfile-util",
  74. "util",
  75. "utility",
  76. "virtual",
  77. "file",
  78. "message"
  79. ],
  80. "license": "MIT",
  81. "name": "vfile-message",
  82. "nyc": {
  83. "check-coverage": true,
  84. "lines": 100,
  85. "functions": 100,
  86. "branches": 100
  87. },
  88. "prettier": {
  89. "tabWidth": 2,
  90. "useTabs": false,
  91. "singleQuote": true,
  92. "bracketSpacing": false,
  93. "semi": false,
  94. "trailingComma": "none"
  95. },
  96. "remarkConfig": {
  97. "plugins": [
  98. "preset-wooorm"
  99. ]
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/vfile/vfile-message.git"
  104. },
  105. "scripts": {
  106. "build": "npm run build-bundle && npm run build-mangle",
  107. "build-bundle": "browserify . -s vfileMessage > vfile-message.js",
  108. "build-mangle": "browserify . -s vfileMessage -p tinyify > vfile-message.min.js",
  109. "format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
  110. "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
  111. "test-api": "node test",
  112. "test-coverage": "nyc --reporter lcov tape test.js",
  113. "test-types": "dtslint types"
  114. },
  115. "types": "types/index.d.ts",
  116. "version": "2.0.4",
  117. "xo": {
  118. "prettier": true,
  119. "esnext": false,
  120. "rules": {
  121. "@typescript-eslint/member-ordering": "off"
  122. },
  123. "ignores": [
  124. "types",
  125. "vfile-message.js"
  126. ]
  127. }
  128. }