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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "remark-stringify@9.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "remark-stringify@9.0.1",
  10. "_id": "remark-stringify@9.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==",
  13. "_location": "/remark-stringify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "remark-stringify@9.0.1",
  19. "name": "remark-stringify",
  20. "escapedName": "remark-stringify",
  21. "rawSpec": "9.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "9.0.1"
  24. },
  25. "_requiredBy": [
  26. "/remark"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz",
  29. "_spec": "9.0.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. "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. "dependencies": {
  51. "mdast-util-to-markdown": "^0.6.0"
  52. },
  53. "description": "remark plugin to compile Markdown",
  54. "files": [
  55. "index.js",
  56. "types/index.d.ts"
  57. ],
  58. "funding": {
  59. "type": "opencollective",
  60. "url": "https://opencollective.com/unified"
  61. },
  62. "homepage": "https://remark.js.org",
  63. "keywords": [
  64. "unified",
  65. "remark",
  66. "remark-plugin",
  67. "plugin",
  68. "markdown",
  69. "mdast",
  70. "markdown",
  71. "abstract",
  72. "syntax",
  73. "tree",
  74. "ast",
  75. "stringify",
  76. "serialize",
  77. "compile"
  78. ],
  79. "license": "MIT",
  80. "name": "remark-stringify",
  81. "repository": {
  82. "type": "git",
  83. "url": "https://github.com/remarkjs/remark/tree/main/packages/remark-stringify"
  84. },
  85. "scripts": {
  86. "test": "tape test.js"
  87. },
  88. "types": "types/index.d.ts",
  89. "version": "9.0.1",
  90. "xo": false
  91. }