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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "engine.io@5.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "engine.io@5.2.0",
  9. "_id": "engine.io@5.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-d1DexkQx87IFr1FLuV+0f5kAm1Hk1uOVijLOb+D1sDO2QMb7YjE02VHtZtxo7xIXMgcWLb+vl3HRT0rI9tr4jQ==",
  12. "_location": "/engine.io",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "engine.io@5.2.0",
  18. "name": "engine.io",
  19. "escapedName": "engine.io",
  20. "rawSpec": "5.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.2.0"
  23. },
  24. "_requiredBy": [
  25. "/socket.io"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-5.2.0.tgz",
  28. "_spec": "5.2.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Guillermo Rauch",
  32. "email": "guillermo@learnboost.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/socketio/engine.io/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Eugen Dueck",
  40. "url": "https://github.com/EugenDueck"
  41. },
  42. {
  43. "name": "Afshin Mehrabani",
  44. "url": "https://github.com/afshinm"
  45. },
  46. {
  47. "name": "Christoph Dorn",
  48. "url": "https://github.com/cadorn"
  49. },
  50. {
  51. "name": "Mark Mokryn",
  52. "email": "mokesmokes@gmail.com"
  53. }
  54. ],
  55. "dependencies": {
  56. "accepts": "~1.3.4",
  57. "base64id": "2.0.0",
  58. "cookie": "~0.4.1",
  59. "cors": "~2.8.5",
  60. "debug": "~4.3.1",
  61. "engine.io-parser": "~4.0.0",
  62. "ws": "~7.4.2"
  63. },
  64. "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
  65. "devDependencies": {
  66. "babel-eslint": "^8.0.2",
  67. "eiows": "^3.3.0",
  68. "engine.io-client": "5.2.0",
  69. "engine.io-client-v3": "npm:engine.io-client@3.5.0",
  70. "eslint": "^4.19.1",
  71. "eslint-config-prettier": "^6.9.0",
  72. "expect.js": "^0.3.1",
  73. "mocha": "^4.0.1",
  74. "prettier": "^1.19.1",
  75. "s": "0.1.1",
  76. "superagent": "^3.8.1"
  77. },
  78. "engines": {
  79. "node": ">=10.0.0"
  80. },
  81. "files": [
  82. "lib/"
  83. ],
  84. "homepage": "https://github.com/socketio/engine.io",
  85. "license": "MIT",
  86. "main": "lib/engine.io.js",
  87. "name": "engine.io",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+ssh://git@github.com/socketio/engine.io.git"
  91. },
  92. "scripts": {
  93. "format:check": "prettier --check 'lib/**/*.js' 'test/**/*.js'",
  94. "format:fix": "prettier --write 'lib/**/*.js' 'test/**/*.js'",
  95. "lint": "eslint lib/ test/ *.js",
  96. "test": "npm run lint && npm run format:check && mocha && EIO_CLIENT=3 mocha && EIO_WS_ENGINE=eiows mocha"
  97. },
  98. "version": "5.2.0"
  99. }