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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "exit-on-epipe@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "exit-on-epipe@1.0.1",
  10. "_id": "exit-on-epipe@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==",
  13. "_location": "/exit-on-epipe",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "exit-on-epipe@1.0.1",
  19. "name": "exit-on-epipe",
  20. "escapedName": "exit-on-epipe",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/crc-32"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "sheetjs"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/SheetJS/node-exit-on-epipe/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Cleanly exit process on EPIPE",
  39. "devDependencies": {
  40. "mocha": "~2.5.3"
  41. },
  42. "engines": {
  43. "node": ">=0.8"
  44. },
  45. "files": [
  46. "exit-on-epipe.js",
  47. "LICENSE",
  48. "README.md"
  49. ],
  50. "homepage": "https://github.com/SheetJS/node-exit-on-epipe#readme",
  51. "keywords": [
  52. "epipe",
  53. "pipe",
  54. "error",
  55. "exit"
  56. ],
  57. "license": "Apache-2.0",
  58. "main": "./exit-on-epipe",
  59. "name": "exit-on-epipe",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/SheetJS/node-exit-on-epipe.git"
  63. },
  64. "scripts": {
  65. "test": "make test"
  66. },
  67. "version": "1.0.1"
  68. }