package.json 2.5 KB

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