package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "ws@^5.2.2",
  3. "_id": "ws@5.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ws@^5.2.2",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "^5.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.2"
  17. },
  18. "_requiredBy": [
  19. "/@leancloud/platform-adapters-node"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ws/-/ws-5.2.3.tgz",
  22. "_shasum": "05541053414921bc29c63bee14b8b0dd50b07b3d",
  23. "_spec": "ws@^5.2.2",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\@leancloud\\platform-adapters-node",
  25. "author": {
  26. "name": "Einar Otto Stangvik",
  27. "email": "einaros@gmail.com",
  28. "url": "http://2x.io"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/websockets/ws/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "async-limiter": "~1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  39. "devDependencies": {
  40. "benchmark": "~2.1.2",
  41. "bufferutil": "~3.0.0",
  42. "eslint": "~4.19.0",
  43. "eslint-config-standard": "~11.0.0",
  44. "eslint-plugin-import": "~2.12.0",
  45. "eslint-plugin-node": "~6.0.0",
  46. "eslint-plugin-promise": "~3.8.0",
  47. "eslint-plugin-standard": "~3.0.0",
  48. "mocha": "~5.2.0",
  49. "nyc": "~12.0.2",
  50. "utf-8-validate": "~4.0.0"
  51. },
  52. "files": [
  53. "index.js",
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/websockets/ws",
  57. "keywords": [
  58. "HyBi",
  59. "Push",
  60. "RFC-6455",
  61. "WebSocket",
  62. "WebSockets",
  63. "real-time"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "ws",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/websockets/ws.git"
  71. },
  72. "scripts": {
  73. "integration": "eslint . && mocha test/*.integration.js",
  74. "lint": "eslint .",
  75. "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
  76. },
  77. "version": "5.2.3"
  78. }