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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "find-cache-dir@3.3.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-cache-dir@3.3.1",
  10. "_id": "find-cache-dir@3.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==",
  13. "_location": "/find-cache-dir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-cache-dir@3.3.1",
  19. "name": "find-cache-dir",
  20. "escapedName": "find-cache-dir",
  21. "rawSpec": "3.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.1"
  24. },
  25. "_requiredBy": [
  26. "/nyc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz",
  29. "_spec": "3.3.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/avajs/find-cache-dir/issues"
  33. },
  34. "dependencies": {
  35. "commondir": "^1.0.1",
  36. "make-dir": "^3.0.2",
  37. "pkg-dir": "^4.1.0"
  38. },
  39. "description": "Finds the common standard cache directory",
  40. "devDependencies": {
  41. "ava": "^2.4.0",
  42. "coveralls": "^3.0.9",
  43. "del": "^4.0.0",
  44. "nyc": "^15.0.0",
  45. "tempy": "^0.4.0",
  46. "xo": "^0.25.3"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "funding": "https://github.com/avajs/find-cache-dir?sponsor=1",
  55. "homepage": "https://github.com/avajs/find-cache-dir#readme",
  56. "keywords": [
  57. "cache",
  58. "directory",
  59. "dir",
  60. "caching",
  61. "find",
  62. "search"
  63. ],
  64. "license": "MIT",
  65. "name": "find-cache-dir",
  66. "nyc": {
  67. "reporter": [
  68. "lcov",
  69. "text"
  70. ]
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/avajs/find-cache-dir.git"
  75. },
  76. "scripts": {
  77. "test": "xo && nyc ava"
  78. },
  79. "version": "3.3.1"
  80. }