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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "find-up@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-up@4.1.0",
  10. "_id": "find-up@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  13. "_location": "/find-up",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-up@4.1.0",
  19. "name": "find-up",
  20. "escapedName": "find-up",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@istanbuljs/load-nyc-config",
  27. "/nyc",
  28. "/nyc/yargs",
  29. "/pkg-dir",
  30. "/pretty-quick",
  31. "/read-pkg-up"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  34. "_spec": "4.1.0",
  35. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/find-up/issues"
  43. },
  44. "dependencies": {
  45. "locate-path": "^5.0.0",
  46. "path-exists": "^4.0.0"
  47. },
  48. "description": "Find a file or directory by walking up parent directories",
  49. "devDependencies": {
  50. "ava": "^2.1.0",
  51. "is-path-inside": "^2.1.0",
  52. "tempy": "^0.3.0",
  53. "tsd": "^0.7.3",
  54. "xo": "^0.24.0"
  55. },
  56. "engines": {
  57. "node": ">=8"
  58. },
  59. "files": [
  60. "index.js",
  61. "index.d.ts"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/find-up#readme",
  64. "keywords": [
  65. "find",
  66. "up",
  67. "find-up",
  68. "findup",
  69. "look-up",
  70. "look",
  71. "file",
  72. "search",
  73. "match",
  74. "package",
  75. "resolve",
  76. "parent",
  77. "parents",
  78. "folder",
  79. "directory",
  80. "walk",
  81. "walking",
  82. "path"
  83. ],
  84. "license": "MIT",
  85. "name": "find-up",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/sindresorhus/find-up.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava && tsd"
  92. },
  93. "version": "4.1.0"
  94. }