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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "env-paths@2.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "env-paths@2.2.1",
  9. "_id": "env-paths@2.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  12. "_location": "/env-paths",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "env-paths@2.2.1",
  18. "name": "env-paths",
  19. "escapedName": "env-paths",
  20. "rawSpec": "2.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.1"
  23. },
  24. "_requiredBy": [
  25. "/@electron/get"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  28. "_spec": "2.2.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/env-paths/issues"
  37. },
  38. "description": "Get paths for storing things like data, config, cache, etc",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.1",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/env-paths#readme",
  52. "keywords": [
  53. "common",
  54. "user",
  55. "paths",
  56. "env",
  57. "environment",
  58. "directory",
  59. "dir",
  60. "appdir",
  61. "path",
  62. "data",
  63. "config",
  64. "cache",
  65. "logs",
  66. "temp",
  67. "linux",
  68. "unix"
  69. ],
  70. "license": "MIT",
  71. "name": "env-paths",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/env-paths.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "2.2.1"
  80. }