package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "ws@0.8.0",
  5. "D:\\work\\im\\node_modules\\engine.io"
  6. ]
  7. ],
  8. "_from": "ws@0.8.0",
  9. "_id": "ws@0.8.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ws",
  13. "_nodeVersion": "0.12.3",
  14. "_npmUser": {
  15. "email": "npm@3rd-Eden.com",
  16. "name": "3rdeden"
  17. },
  18. "_npmVersion": "2.9.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "ws",
  22. "raw": "ws@0.8.0",
  23. "rawSpec": "0.8.0",
  24. "scope": null,
  25. "spec": "0.8.0",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/engine.io",
  30. "/engine.io-client"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/ws/-/ws-0.8.0.tgz",
  33. "_shasum": "ac60ebad312121d01e16cc3383d7ec67ad0f0f1f",
  34. "_shrinkwrap": null,
  35. "_spec": "ws@0.8.0",
  36. "_where": "D:\\work\\im\\node_modules\\engine.io",
  37. "author": {
  38. "email": "einaros@gmail.com",
  39. "name": "Einar Otto Stangvik",
  40. "url": "http://2x.io"
  41. },
  42. "browser": "./lib/browser.js",
  43. "bugs": {
  44. "url": "https://github.com/websockets/ws/issues"
  45. },
  46. "component": {
  47. "scripts": {
  48. "ws/index.js": "./lib/browser.js"
  49. }
  50. },
  51. "dependencies": {
  52. "bufferutil": "1.2.x",
  53. "options": ">=0.0.5",
  54. "ultron": "1.0.x",
  55. "utf-8-validate": "1.2.x"
  56. },
  57. "description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
  58. "devDependencies": {
  59. "ansi": "0.3.x",
  60. "benchmark": "0.3.x",
  61. "expect.js": "0.3.x",
  62. "mocha": "2.2.x",
  63. "should": "4.3.x",
  64. "tinycolor": "0.0.x"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "ac60ebad312121d01e16cc3383d7ec67ad0f0f1f",
  69. "tarball": "https://registry.npmjs.org/ws/-/ws-0.8.0.tgz"
  70. },
  71. "gitHead": "21383fdcacdf47eb96775e51748e51b258e07dd4",
  72. "gypfile": true,
  73. "homepage": "https://github.com/websockets/ws#readme",
  74. "keywords": [
  75. "Hixie",
  76. "HyBi",
  77. "Push",
  78. "RFC-6455",
  79. "WebSocket",
  80. "WebSockets",
  81. "real-time"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "email": "einaros@gmail.com",
  87. "name": "einaros"
  88. },
  89. {
  90. "email": "info@3rd-Eden.com",
  91. "name": "v1"
  92. },
  93. {
  94. "email": "npm@3rd-Eden.com",
  95. "name": "3rdeden"
  96. }
  97. ],
  98. "name": "ws",
  99. "optionalDependencies": {
  100. "bufferutil": "1.2.x",
  101. "utf-8-validate": "1.2.x"
  102. },
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git://github.com/websockets/ws.git"
  107. },
  108. "scripts": {
  109. "test": "make test"
  110. },
  111. "version": "0.8.0"
  112. }