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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "execa@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "execa@4.1.0",
  10. "_id": "execa@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
  13. "_location": "/pretty-quick/execa",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "execa@4.1.0",
  19. "name": "execa",
  20. "escapedName": "execa",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/pretty-quick"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/execa/issues"
  38. },
  39. "dependencies": {
  40. "cross-spawn": "^7.0.0",
  41. "get-stream": "^5.0.0",
  42. "human-signals": "^1.1.1",
  43. "is-stream": "^2.0.0",
  44. "merge-stream": "^2.0.0",
  45. "npm-run-path": "^4.0.0",
  46. "onetime": "^5.1.0",
  47. "signal-exit": "^3.0.2",
  48. "strip-final-newline": "^2.0.0"
  49. },
  50. "description": "Process execution for humans",
  51. "devDependencies": {
  52. "@types/node": "^12.12.18",
  53. "ava": "^2.1.0",
  54. "coveralls": "^3.0.9",
  55. "get-node": "^6.6.0",
  56. "is-running": "^2.1.0",
  57. "nyc": "^14.1.1",
  58. "p-event": "^4.1.0",
  59. "tempfile": "^3.0.0",
  60. "tsd": "^0.11.0",
  61. "xo": "^0.25.3"
  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. "exclude": [
  94. "**/fixtures/**",
  95. "**/test.js",
  96. "**/test/**"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/sindresorhus/execa.git"
  102. },
  103. "scripts": {
  104. "test": "xo && nyc ava && tsd"
  105. },
  106. "version": "4.1.0"
  107. }