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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "globby@11.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globby@11.0.4",
  10. "_id": "globby@11.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
  13. "_location": "/globby",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globby@11.0.4",
  19. "name": "globby",
  20. "escapedName": "globby",
  21. "rawSpec": "11.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "11.0.4"
  24. },
  25. "_requiredBy": [
  26. "/@typescript-eslint/typescript-estree",
  27. "/stylelint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
  30. "_spec": "11.0.4",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/globby/issues"
  39. },
  40. "dependencies": {
  41. "array-union": "^2.1.0",
  42. "dir-glob": "^3.0.1",
  43. "fast-glob": "^3.1.1",
  44. "ignore": "^5.1.4",
  45. "merge2": "^1.3.0",
  46. "slash": "^3.0.0"
  47. },
  48. "description": "User-friendly glob matching",
  49. "devDependencies": {
  50. "ava": "^3.13.0",
  51. "get-stream": "^6.0.0",
  52. "glob-stream": "^6.1.0",
  53. "globby": "github:sindresorhus/globby#main",
  54. "matcha": "^0.7.0",
  55. "rimraf": "^3.0.2",
  56. "tsd": "^0.13.1",
  57. "xo": "^0.33.1"
  58. },
  59. "engines": {
  60. "node": ">=10"
  61. },
  62. "files": [
  63. "index.js",
  64. "index.d.ts",
  65. "gitignore.js",
  66. "stream-utils.js"
  67. ],
  68. "funding": "https://github.com/sponsors/sindresorhus",
  69. "homepage": "https://github.com/sindresorhus/globby#readme",
  70. "keywords": [
  71. "all",
  72. "array",
  73. "directories",
  74. "expand",
  75. "files",
  76. "filesystem",
  77. "filter",
  78. "find",
  79. "fnmatch",
  80. "folders",
  81. "fs",
  82. "glob",
  83. "globbing",
  84. "globs",
  85. "gulpfriendly",
  86. "match",
  87. "matcher",
  88. "minimatch",
  89. "multi",
  90. "multiple",
  91. "paths",
  92. "pattern",
  93. "patterns",
  94. "traverse",
  95. "util",
  96. "utility",
  97. "wildcard",
  98. "wildcards",
  99. "promise",
  100. "gitignore",
  101. "git"
  102. ],
  103. "license": "MIT",
  104. "name": "globby",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/sindresorhus/globby.git"
  108. },
  109. "scripts": {
  110. "bench": "npm update glob-stream fast-glob && matcha bench.js",
  111. "test": "xo && ava && tsd"
  112. },
  113. "version": "11.0.4",
  114. "xo": {
  115. "ignores": [
  116. "fixtures"
  117. ]
  118. }
  119. }