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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "glob@7.1.7",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "glob@7.1.7",
  9. "_id": "glob@7.1.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
  12. "_location": "/glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "glob@7.1.7",
  18. "name": "glob",
  19. "escapedName": "glob",
  20. "rawSpec": "7.1.7",
  21. "saveSpec": null,
  22. "fetchSpec": "7.1.7"
  23. },
  24. "_requiredBy": [
  25. "/@jest/reporters",
  26. "/@wdio/config",
  27. "/archiver-utils",
  28. "/jest-config",
  29. "/jest-runtime",
  30. "/nyc",
  31. "/rimraf",
  32. "/test-exclude"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
  35. "_spec": "7.1.7",
  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/node-glob/issues"
  44. },
  45. "dependencies": {
  46. "fs.realpath": "^1.0.0",
  47. "inflight": "^1.0.4",
  48. "inherits": "2",
  49. "minimatch": "^3.0.4",
  50. "once": "^1.3.0",
  51. "path-is-absolute": "^1.0.0"
  52. },
  53. "description": "a little globber",
  54. "devDependencies": {
  55. "mkdirp": "0",
  56. "rimraf": "^2.2.8",
  57. "tap": "^15.0.6",
  58. "tick": "0.0.6"
  59. },
  60. "engines": {
  61. "node": "*"
  62. },
  63. "files": [
  64. "glob.js",
  65. "sync.js",
  66. "common.js"
  67. ],
  68. "funding": {
  69. "url": "https://github.com/sponsors/isaacs"
  70. },
  71. "homepage": "https://github.com/isaacs/node-glob#readme",
  72. "license": "ISC",
  73. "main": "glob.js",
  74. "name": "glob",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/isaacs/node-glob.git"
  78. },
  79. "scripts": {
  80. "bench": "bash benchmark.sh",
  81. "benchclean": "node benchclean.js",
  82. "prepublish": "npm run benchclean",
  83. "prof": "bash prof.sh && cat profile.txt",
  84. "profclean": "rm -f v8.log profile.txt",
  85. "test": "tap",
  86. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  87. },
  88. "tap": {
  89. "before": "test/00-setup.js",
  90. "after": "test/zz-cleanup.js",
  91. "jobs": 1
  92. },
  93. "version": "7.1.7"
  94. }