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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "finalhandler@1.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "finalhandler@1.1.2",
  9. "_id": "finalhandler@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
  12. "_location": "/finalhandler",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "finalhandler@1.1.2",
  18. "name": "finalhandler",
  19. "escapedName": "finalhandler",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/express"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
  28. "_spec": "1.1.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/pillarjs/finalhandler/issues"
  36. },
  37. "dependencies": {
  38. "debug": "2.6.9",
  39. "encodeurl": "~1.0.2",
  40. "escape-html": "~1.0.3",
  41. "on-finished": "~2.3.0",
  42. "parseurl": "~1.3.3",
  43. "statuses": "~1.5.0",
  44. "unpipe": "~1.0.0"
  45. },
  46. "description": "Node.js final http responder",
  47. "devDependencies": {
  48. "eslint": "5.16.0",
  49. "eslint-config-standard": "12.0.0",
  50. "eslint-plugin-import": "2.17.2",
  51. "eslint-plugin-markdown": "1.0.0",
  52. "eslint-plugin-node": "8.0.1",
  53. "eslint-plugin-promise": "4.1.1",
  54. "eslint-plugin-standard": "4.0.0",
  55. "istanbul": "0.4.5",
  56. "mocha": "6.1.4",
  57. "readable-stream": "2.3.6",
  58. "safe-buffer": "5.1.2",
  59. "supertest": "4.0.2"
  60. },
  61. "engines": {
  62. "node": ">= 0.8"
  63. },
  64. "files": [
  65. "LICENSE",
  66. "HISTORY.md",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/pillarjs/finalhandler#readme",
  70. "license": "MIT",
  71. "name": "finalhandler",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/pillarjs/finalhandler.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint --plugin markdown --ext js,md .",
  78. "test": "mocha --reporter spec --bail --check-leaks test/",
  79. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  80. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  81. },
  82. "version": "1.1.2"
  83. }