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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "exit@0.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "exit@0.1.2",
  10. "_id": "exit@0.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
  13. "_location": "/exit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "exit@0.1.2",
  19. "name": "exit",
  20. "escapedName": "exit",
  21. "rawSpec": "0.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core",
  27. "/@jest/reporters",
  28. "/jest-cli",
  29. "/jest-runner",
  30. "/jest-runtime"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  33. "_spec": "0.1.2",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": {
  36. "name": "\"Cowboy\" Ben Alman",
  37. "url": "http://benalman.com/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/cowboy/node-exit/issues"
  41. },
  42. "description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
  43. "devDependencies": {
  44. "grunt": "~0.4.1",
  45. "grunt-contrib-jshint": "~0.6.4",
  46. "grunt-contrib-nodeunit": "~0.2.0",
  47. "grunt-contrib-watch": "~0.5.3",
  48. "which": "~1.0.5"
  49. },
  50. "engines": {
  51. "node": ">= 0.8.0"
  52. },
  53. "homepage": "https://github.com/cowboy/node-exit",
  54. "keywords": [
  55. "exit",
  56. "process",
  57. "stdio",
  58. "stdout",
  59. "stderr",
  60. "drain",
  61. "flush",
  62. "3584"
  63. ],
  64. "licenses": [
  65. {
  66. "type": "MIT",
  67. "url": "https://github.com/cowboy/node-exit/blob/master/LICENSE-MIT"
  68. }
  69. ],
  70. "main": "lib/exit",
  71. "name": "exit",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/cowboy/node-exit.git"
  75. },
  76. "scripts": {
  77. "test": "grunt nodeunit"
  78. },
  79. "version": "0.1.2"
  80. }