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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "dir-glob@3.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dir-glob@3.0.1",
  10. "_id": "dir-glob@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  13. "_location": "/dir-glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dir-glob@3.0.1",
  19. "name": "dir-glob",
  20. "escapedName": "dir-glob",
  21. "rawSpec": "3.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.1"
  24. },
  25. "_requiredBy": [
  26. "/globby"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  29. "_spec": "3.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Kevin Mårtensson",
  33. "email": "kevinmartensson@gmail.com",
  34. "url": "github.com/kevva"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/kevva/dir-glob/issues"
  38. },
  39. "dependencies": {
  40. "path-type": "^4.0.0"
  41. },
  42. "description": "Convert directories to glob compatible strings",
  43. "devDependencies": {
  44. "ava": "^2.1.0",
  45. "del": "^4.1.1",
  46. "make-dir": "^3.0.0",
  47. "rimraf": "^2.5.0",
  48. "xo": "^0.24.0"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/kevva/dir-glob#readme",
  57. "keywords": [
  58. "convert",
  59. "directory",
  60. "extensions",
  61. "files",
  62. "glob"
  63. ],
  64. "license": "MIT",
  65. "name": "dir-glob",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/kevva/dir-glob.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "3.0.1"
  74. }