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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "multimatch@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "multimatch@4.0.0",
  10. "_id": "multimatch@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==",
  13. "_location": "/multimatch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "multimatch@4.0.0",
  19. "name": "multimatch",
  20. "escapedName": "multimatch",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/pretty-quick"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/multimatch/issues"
  38. },
  39. "dependencies": {
  40. "@types/minimatch": "^3.0.3",
  41. "array-differ": "^3.0.0",
  42. "array-union": "^2.1.0",
  43. "arrify": "^2.0.1",
  44. "minimatch": "^3.0.4"
  45. },
  46. "description": "Extends `minimatch.match()` with support for multiple patterns",
  47. "devDependencies": {
  48. "ava": "^1.4.1",
  49. "tsd": "^0.7.2",
  50. "xo": "^0.24.0"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.d.ts"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/multimatch#readme",
  60. "keywords": [
  61. "expand",
  62. "find",
  63. "glob",
  64. "globbing",
  65. "globs",
  66. "match",
  67. "matcher",
  68. "minimatch",
  69. "pattern",
  70. "patterns",
  71. "wildcard"
  72. ],
  73. "license": "MIT",
  74. "name": "multimatch",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/multimatch.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava && tsd"
  81. },
  82. "version": "4.0.0"
  83. }