package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "ws@~1.1.5",
  3. "_id": "ws@1.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ws@~1.1.5",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "~1.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.5"
  17. },
  18. "_requiredBy": [
  19. "/engine.io",
  20. "/engine.io-client"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz",
  23. "_shasum": "cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51",
  24. "_spec": "ws@~1.1.5",
  25. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\engine.io",
  26. "author": {
  27. "name": "Einar Otto Stangvik",
  28. "email": "einaros@gmail.com",
  29. "url": "http://2x.io"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/websockets/ws/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "options": ">=0.0.5",
  37. "ultron": "1.0.x"
  38. },
  39. "deprecated": false,
  40. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  41. "devDependencies": {
  42. "ansi": "0.3.x",
  43. "benchmark": "0.3.x",
  44. "bufferutil": "1.2.x",
  45. "expect.js": "0.3.x",
  46. "istanbul": "^0.4.1",
  47. "mocha": "2.3.x",
  48. "should": "8.0.x",
  49. "tinycolor": "0.0.x",
  50. "utf-8-validate": "1.2.x"
  51. },
  52. "files": [
  53. "index.js",
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/websockets/ws",
  57. "keywords": [
  58. "Hixie",
  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. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/websockets/ws.git"
  72. },
  73. "scripts": {
  74. "test": "make test"
  75. },
  76. "version": "1.1.5"
  77. }