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-parent@5.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "glob-parent@5.1.2",
  9. "_id": "glob-parent@5.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  12. "_location": "/glob-parent",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "glob-parent@5.1.2",
  18. "name": "glob-parent",
  19. "escapedName": "glob-parent",
  20. "rawSpec": "5.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.2"
  23. },
  24. "_requiredBy": [
  25. "/eslint",
  26. "/fast-glob"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  29. "_spec": "5.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Gulp Team",
  33. "email": "team@gulpjs.com",
  34. "url": "https://gulpjs.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/gulpjs/glob-parent/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Elan Shanker",
  42. "url": "https://github.com/es128"
  43. },
  44. {
  45. "name": "Blaine Bublitz",
  46. "email": "blaine.bublitz@gmail.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "is-glob": "^4.0.1"
  51. },
  52. "description": "Extract the non-magic parent path from a glob string.",
  53. "devDependencies": {
  54. "coveralls": "^3.0.11",
  55. "eslint": "^2.13.1",
  56. "eslint-config-gulp": "^3.0.1",
  57. "expect": "^1.20.2",
  58. "mocha": "^6.0.2",
  59. "nyc": "^13.3.0"
  60. },
  61. "engines": {
  62. "node": ">= 6"
  63. },
  64. "files": [
  65. "LICENSE",
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/gulpjs/glob-parent#readme",
  69. "keywords": [
  70. "glob",
  71. "parent",
  72. "strip",
  73. "path",
  74. "dirname",
  75. "directory",
  76. "base",
  77. "wildcard"
  78. ],
  79. "license": "ISC",
  80. "main": "index.js",
  81. "name": "glob-parent",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/gulpjs/glob-parent.git"
  85. },
  86. "scripts": {
  87. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  88. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  89. "lint": "eslint .",
  90. "pretest": "npm run lint",
  91. "test": "nyc mocha --async-only"
  92. },
  93. "version": "5.1.2"
  94. }