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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "npm-run-path@4.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "npm-run-path@4.0.1",
  10. "_id": "npm-run-path@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  13. "_location": "/npm-run-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "npm-run-path@4.0.1",
  19. "name": "npm-run-path",
  20. "escapedName": "npm-run-path",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/pretty-quick/execa"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  30. "_spec": "4.0.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/npm-run-path/issues"
  39. },
  40. "dependencies": {
  41. "path-key": "^3.0.0"
  42. },
  43. "description": "Get your PATH prepended with locally installed binaries",
  44. "devDependencies": {
  45. "ava": "^1.4.1",
  46. "tsd": "^0.7.2",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
  57. "keywords": [
  58. "npm",
  59. "run",
  60. "path",
  61. "package",
  62. "bin",
  63. "binary",
  64. "binaries",
  65. "script",
  66. "cli",
  67. "command-line",
  68. "execute",
  69. "executable"
  70. ],
  71. "license": "MIT",
  72. "name": "npm-run-path",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/npm-run-path.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava && tsd"
  79. },
  80. "version": "4.0.1"
  81. }