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.

91 lines
2.3 KiB

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