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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "ws@7.5.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ws@7.5.2",
  10. "_id": "ws@7.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-lkF7AWRicoB9mAgjeKbGqVUekLnSNO4VjKVnuPHpQeOxZOErX6BPXwJk70nFslRCEEA8EVW7ZjKwXaP9N+1sKQ==",
  13. "_location": "/ws",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ws@7.5.2",
  19. "name": "ws",
  20. "escapedName": "ws",
  21. "rawSpec": "7.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "7.5.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/puppeteer-core"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ws/-/ws-7.5.2.tgz",
  30. "_spec": "7.5.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Einar Otto Stangvik",
  34. "email": "einaros@gmail.com",
  35. "url": "http://2x.io"
  36. },
  37. "browser": "browser.js",
  38. "bugs": {
  39. "url": "https://github.com/websockets/ws/issues"
  40. },
  41. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  42. "devDependencies": {
  43. "benchmark": "^2.1.4",
  44. "bufferutil": "^4.0.1",
  45. "eslint": "^7.2.0",
  46. "eslint-config-prettier": "^8.1.0",
  47. "eslint-plugin-prettier": "^3.0.1",
  48. "mocha": "^7.0.0",
  49. "nyc": "^15.0.0",
  50. "prettier": "^2.0.5",
  51. "utf-8-validate": "^5.0.2"
  52. },
  53. "engines": {
  54. "node": ">=8.3.0"
  55. },
  56. "files": [
  57. "browser.js",
  58. "index.js",
  59. "lib/*.js"
  60. ],
  61. "homepage": "https://github.com/websockets/ws",
  62. "keywords": [
  63. "HyBi",
  64. "Push",
  65. "RFC-6455",
  66. "WebSocket",
  67. "WebSockets",
  68. "real-time"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "ws",
  73. "peerDependencies": {
  74. "bufferutil": "^4.0.1",
  75. "utf-8-validate": "^5.0.2"
  76. },
  77. "peerDependenciesMeta": {
  78. "bufferutil": {
  79. "optional": true
  80. },
  81. "utf-8-validate": {
  82. "optional": true
  83. }
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/websockets/ws.git"
  88. },
  89. "scripts": {
  90. "integration": "mocha --throw-deprecation test/*.integration.js",
  91. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
  92. "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
  93. },
  94. "version": "7.5.2"
  95. }