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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "path-key@3.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "path-key@3.1.1",
  9. "_id": "path-key@3.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  12. "_location": "/path-key",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-key@3.1.1",
  18. "name": "path-key",
  19. "escapedName": "path-key",
  20. "rawSpec": "3.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.1"
  23. },
  24. "_requiredBy": [
  25. "/cross-spawn",
  26. "/npm-run-path"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  29. "_spec": "3.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/path-key/issues"
  38. },
  39. "description": "Get the PATH environment variable key cross-platform",
  40. "devDependencies": {
  41. "@types/node": "^11.13.0",
  42. "ava": "^1.4.1",
  43. "tsd": "^0.7.2",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/path-key#readme",
  54. "keywords": [
  55. "path",
  56. "key",
  57. "environment",
  58. "env",
  59. "variable",
  60. "var",
  61. "get",
  62. "cross-platform",
  63. "windows"
  64. ],
  65. "license": "MIT",
  66. "name": "path-key",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/path-key.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava && tsd"
  73. },
  74. "version": "3.1.1"
  75. }