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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "signal-exit@3.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "signal-exit@3.0.3",
  10. "_id": "signal-exit@3.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==",
  13. "_location": "/signal-exit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "signal-exit@3.0.3",
  19. "name": "signal-exit",
  20. "escapedName": "signal-exit",
  21. "rawSpec": "3.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.3"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/foreground-child",
  28. "/nyc",
  29. "/pretty-quick/execa",
  30. "/spawn-wrap",
  31. "/write-file-atomic"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
  34. "_spec": "3.0.3",
  35. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  36. "author": {
  37. "name": "Ben Coe",
  38. "email": "ben@npmjs.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/tapjs/signal-exit/issues"
  42. },
  43. "description": "when you want to fire an event no matter how a process exits.",
  44. "devDependencies": {
  45. "chai": "^3.5.0",
  46. "coveralls": "^2.11.10",
  47. "nyc": "^8.1.0",
  48. "standard": "^8.1.0",
  49. "standard-version": "^2.3.0",
  50. "tap": "^8.0.1"
  51. },
  52. "files": [
  53. "index.js",
  54. "signals.js"
  55. ],
  56. "homepage": "https://github.com/tapjs/signal-exit",
  57. "keywords": [
  58. "signal",
  59. "exit"
  60. ],
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "signal-exit",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/tapjs/signal-exit.git"
  67. },
  68. "scripts": {
  69. "coverage": "nyc report --reporter=text-lcov | coveralls",
  70. "pretest": "standard",
  71. "release": "standard-version",
  72. "test": "tap --timeout=240 ./test/*.js --cov"
  73. },
  74. "version": "3.0.3"
  75. }