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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "execa@5.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "execa@5.1.1",
  10. "_id": "execa@5.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  13. "_location": "/execa",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "execa@5.1.1",
  19. "name": "execa",
  20. "escapedName": "execa",
  21. "rawSpec": "5.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.1"
  24. },
  25. "_requiredBy": [
  26. "/jest-changed-files",
  27. "/jest-runtime"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  30. "_spec": "5.1.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/execa/issues"
  39. },
  40. "dependencies": {
  41. "cross-spawn": "^7.0.3",
  42. "get-stream": "^6.0.0",
  43. "human-signals": "^2.1.0",
  44. "is-stream": "^2.0.0",
  45. "merge-stream": "^2.0.0",
  46. "npm-run-path": "^4.0.1",
  47. "onetime": "^5.1.2",
  48. "signal-exit": "^3.0.3",
  49. "strip-final-newline": "^2.0.0"
  50. },
  51. "description": "Process execution for humans",
  52. "devDependencies": {
  53. "@types/node": "^14.14.10",
  54. "ava": "^2.4.0",
  55. "get-node": "^11.0.1",
  56. "is-running": "^2.1.0",
  57. "nyc": "^15.1.0",
  58. "p-event": "^4.2.0",
  59. "tempfile": "^3.0.0",
  60. "tsd": "^0.13.1",
  61. "xo": "^0.35.0"
  62. },
  63. "engines": {
  64. "node": ">=10"
  65. },
  66. "files": [
  67. "index.js",
  68. "index.d.ts",
  69. "lib"
  70. ],
  71. "funding": "https://github.com/sindresorhus/execa?sponsor=1",
  72. "homepage": "https://github.com/sindresorhus/execa#readme",
  73. "keywords": [
  74. "exec",
  75. "child",
  76. "process",
  77. "execute",
  78. "fork",
  79. "execfile",
  80. "spawn",
  81. "file",
  82. "shell",
  83. "bin",
  84. "binary",
  85. "binaries",
  86. "npm",
  87. "path",
  88. "local"
  89. ],
  90. "license": "MIT",
  91. "name": "execa",
  92. "nyc": {
  93. "reporter": [
  94. "text",
  95. "lcov"
  96. ],
  97. "exclude": [
  98. "**/fixtures/**",
  99. "**/test.js",
  100. "**/test/**"
  101. ]
  102. },
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/sindresorhus/execa.git"
  106. },
  107. "scripts": {
  108. "test": "xo && nyc ava && tsd"
  109. },
  110. "version": "5.1.1"
  111. }