package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "ws@^8.13.0",
  3. "_id": "ws@8.18.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ws@^8.13.0",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "^8.13.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.13.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.3.tgz",
  22. "_shasum": "b56b88abffde62791c639170400c93dcb0c95472",
  23. "_spec": "ws@^8.13.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack-dev-server",
  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. "eslint": "^9.0.0",
  41. "eslint-config-prettier": "^10.0.1",
  42. "eslint-plugin-prettier": "^5.0.0",
  43. "globals": "^16.0.0",
  44. "mocha": "^8.4.0",
  45. "nyc": "^15.0.0",
  46. "prettier": "^3.0.0",
  47. "utf-8-validate": "^6.0.0"
  48. },
  49. "engines": {
  50. "node": ">=10.0.0"
  51. },
  52. "exports": {
  53. ".": {
  54. "browser": "./browser.js",
  55. "import": "./wrapper.mjs",
  56. "require": "./index.js"
  57. },
  58. "./package.json": "./package.json"
  59. },
  60. "files": [
  61. "browser.js",
  62. "index.js",
  63. "lib/*.js",
  64. "wrapper.mjs"
  65. ],
  66. "homepage": "https://github.com/websockets/ws",
  67. "keywords": [
  68. "HyBi",
  69. "Push",
  70. "RFC-6455",
  71. "WebSocket",
  72. "WebSockets",
  73. "real-time"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "ws",
  78. "peerDependencies": {
  79. "bufferutil": "^4.0.1",
  80. "utf-8-validate": ">=5.0.2"
  81. },
  82. "peerDependenciesMeta": {
  83. "bufferutil": {
  84. "optional": true
  85. },
  86. "utf-8-validate": {
  87. "optional": true
  88. }
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/websockets/ws.git"
  93. },
  94. "scripts": {
  95. "integration": "mocha --throw-deprecation test/*.integration.js",
  96. "lint": "eslint . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
  97. "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
  98. },
  99. "version": "8.18.3"
  100. }