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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "mathml-tag-names@2.1.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mathml-tag-names@2.1.3",
  10. "_id": "mathml-tag-names@2.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
  13. "_location": "/mathml-tag-names",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mathml-tag-names@2.1.3",
  19. "name": "mathml-tag-names",
  20. "escapedName": "mathml-tag-names",
  21. "rawSpec": "2.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.3"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
  29. "_spec": "2.1.3",
  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/wooorm/mathml-tag-names/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Titus Wormer",
  42. "email": "tituswormer@gmail.com",
  43. "url": "https://wooorm.com"
  44. }
  45. ],
  46. "dependencies": {},
  47. "description": "List of known MathML tag-names",
  48. "devDependencies": {
  49. "bail": "^1.0.0",
  50. "browserify": "^16.0.0",
  51. "concat-stream": "^2.0.0",
  52. "hast-util-select": "^3.0.0",
  53. "hast-util-to-string": "^1.0.0",
  54. "prettier": "^1.0.0",
  55. "rehype-parse": "^6.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. "unified": "^8.0.0",
  61. "xo": "^0.25.0"
  62. },
  63. "files": [
  64. "index.json"
  65. ],
  66. "funding": {
  67. "type": "github",
  68. "url": "https://github.com/sponsors/wooorm"
  69. },
  70. "homepage": "https://github.com/wooorm/mathml-tag-names#readme",
  71. "keywords": [
  72. "MathML",
  73. "math",
  74. "tag",
  75. "name",
  76. "element",
  77. "tagname",
  78. "w3c"
  79. ],
  80. "license": "MIT",
  81. "main": "index.json",
  82. "name": "mathml-tag-names",
  83. "prettier": {
  84. "tabWidth": 2,
  85. "useTabs": false,
  86. "singleQuote": true,
  87. "bracketSpacing": false,
  88. "semi": false,
  89. "trailingComma": "none"
  90. },
  91. "remarkConfig": {
  92. "plugins": [
  93. "preset-wooorm"
  94. ]
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/wooorm/mathml-tag-names.git"
  99. },
  100. "scripts": {
  101. "build": "npm run build-bundle && npm run build-mangle",
  102. "build-bundle": "browserify index.json -s mathML -o mathml-tag-names.js",
  103. "build-mangle": "browserify index.json -s mathML -p tinyify -o mathml-tag-names.min.js",
  104. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  105. "generate": "node build",
  106. "test": "npm run generate && npm run format && npm run build && npm run test-api",
  107. "test-api": "node test"
  108. },
  109. "version": "2.1.3",
  110. "xo": {
  111. "prettier": true,
  112. "esnext": false,
  113. "ignore": [
  114. "mathml-tag-names.js"
  115. ]
  116. }
  117. }