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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "is-glob@4.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "is-glob@4.0.1",
  9. "_id": "is-glob@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
  12. "_location": "/is-glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-glob@4.0.1",
  18. "name": "is-glob",
  19. "escapedName": "is-glob",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/@typescript-eslint/typescript-estree",
  26. "/eslint",
  27. "/glob-parent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
  30. "_spec": "4.0.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/micromatch/is-glob/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Brian Woodward",
  42. "url": "https://twitter.com/doowb"
  43. },
  44. {
  45. "name": "Daniel Perez",
  46. "url": "https://tuvistavie.com"
  47. },
  48. {
  49. "name": "Jon Schlinkert",
  50. "url": "http://twitter.com/jonschlinkert"
  51. }
  52. ],
  53. "dependencies": {
  54. "is-extglob": "^2.1.1"
  55. },
  56. "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
  57. "devDependencies": {
  58. "gulp-format-md": "^0.1.10",
  59. "mocha": "^3.0.2"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/micromatch/is-glob",
  68. "keywords": [
  69. "bash",
  70. "braces",
  71. "check",
  72. "exec",
  73. "expression",
  74. "extglob",
  75. "glob",
  76. "globbing",
  77. "globstar",
  78. "is",
  79. "match",
  80. "matches",
  81. "pattern",
  82. "regex",
  83. "regular",
  84. "string",
  85. "test"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "is-glob",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/micromatch/is-glob.git"
  93. },
  94. "scripts": {
  95. "test": "mocha"
  96. },
  97. "verb": {
  98. "layout": "default",
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "related": {
  103. "list": [
  104. "assemble",
  105. "base",
  106. "update",
  107. "verb"
  108. ]
  109. },
  110. "reflinks": [
  111. "assemble",
  112. "bach",
  113. "base",
  114. "composer",
  115. "gulp",
  116. "has-glob",
  117. "is-valid-glob",
  118. "micromatch",
  119. "npm",
  120. "scaffold",
  121. "verb",
  122. "vinyl"
  123. ]
  124. },
  125. "version": "4.0.1"
  126. }