package.json 2.5 KB

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