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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "on-finished@2.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "on-finished@2.3.0",
  9. "_id": "on-finished@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
  12. "_location": "/on-finished",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "on-finished@2.3.0",
  18. "name": "on-finished",
  19. "escapedName": "on-finished",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/express",
  27. "/finalhandler",
  28. "/send"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  31. "_spec": "2.3.0",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "bugs": {
  34. "url": "https://github.com/jshttp/on-finished/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "Jonathan Ong",
  43. "email": "me@jongleberry.com",
  44. "url": "http://jongleberry.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "ee-first": "1.1.1"
  49. },
  50. "description": "Execute a callback when a request closes, finishes, or errors",
  51. "devDependencies": {
  52. "istanbul": "0.3.9",
  53. "mocha": "2.2.5"
  54. },
  55. "engines": {
  56. "node": ">= 0.8"
  57. },
  58. "files": [
  59. "HISTORY.md",
  60. "LICENSE",
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jshttp/on-finished#readme",
  64. "license": "MIT",
  65. "name": "on-finished",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jshttp/on-finished.git"
  69. },
  70. "scripts": {
  71. "test": "mocha --reporter spec --bail --check-leaks test/",
  72. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  73. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  74. },
  75. "version": "2.3.0"
  76. }