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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "minimatch@3.0.4",
  9. "_id": "minimatch@3.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  12. "_location": "/minimatch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "minimatch@3.0.4",
  18. "name": "minimatch",
  19. "escapedName": "minimatch",
  20. "rawSpec": "3.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.4"
  23. },
  24. "_requiredBy": [
  25. "/@eslint/eslintrc",
  26. "/@humanwhocodes/config-array",
  27. "/eslint",
  28. "/glob",
  29. "/multimatch",
  30. "/readdir-glob",
  31. "/test-exclude",
  32. "/webdriverio"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  35. "_spec": "3.0.4",
  36. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  37. "author": {
  38. "name": "Isaac Z. Schlueter",
  39. "email": "i@izs.me",
  40. "url": "http://blog.izs.me"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/isaacs/minimatch/issues"
  44. },
  45. "dependencies": {
  46. "brace-expansion": "^1.1.7"
  47. },
  48. "description": "a glob matcher in javascript",
  49. "devDependencies": {
  50. "tap": "^10.3.2"
  51. },
  52. "engines": {
  53. "node": "*"
  54. },
  55. "files": [
  56. "minimatch.js"
  57. ],
  58. "homepage": "https://github.com/isaacs/minimatch#readme",
  59. "license": "ISC",
  60. "main": "minimatch.js",
  61. "name": "minimatch",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/minimatch.git"
  65. },
  66. "scripts": {
  67. "postpublish": "git push origin --all; git push origin --tags",
  68. "postversion": "npm publish",
  69. "preversion": "npm test",
  70. "test": "tap test/*.js --cov"
  71. },
  72. "version": "3.0.4"
  73. }