You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.4 KiB

  1. {
  2. "_args": [
  3. [
  4. "ws@0.4.31",
  5. "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\engine.io"
  6. ]
  7. ],
  8. "_from": "ws@0.4.31",
  9. "_id": "ws@0.4.31",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ws",
  13. "_npmUser": {
  14. "email": "info@3rd-Eden.com",
  15. "name": "V1"
  16. },
  17. "_npmVersion": "1.3.5",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "ws",
  21. "raw": "ws@0.4.31",
  22. "rawSpec": "0.4.31",
  23. "scope": null,
  24. "spec": "0.4.31",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/engine.io",
  29. "/engine.io-client"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/ws/-/ws-0.4.31.tgz",
  32. "_shasum": "5a4849e7a9ccd1ed5a81aeb4847c9fedf3122927",
  33. "_shrinkwrap": null,
  34. "_spec": "ws@0.4.31",
  35. "_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\engine.io",
  36. "author": {
  37. "email": "einaros@gmail.com",
  38. "name": "Einar Otto Stangvik",
  39. "url": "http://2x.io"
  40. },
  41. "bin": {
  42. "wscat": "./bin/wscat"
  43. },
  44. "browser": "./lib/browser.js",
  45. "bugs": {
  46. "url": "https://github.com/einaros/ws/issues"
  47. },
  48. "component": {
  49. "scripts": {
  50. "ws/index.js": "./lib/browser.js"
  51. }
  52. },
  53. "dependencies": {
  54. "commander": "~0.6.1",
  55. "nan": "~0.3.0",
  56. "options": ">=0.0.5",
  57. "tinycolor": "0.x"
  58. },
  59. "description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
  60. "devDependencies": {
  61. "ansi": "latest",
  62. "benchmark": "0.3.x",
  63. "expect.js": "0.2.x",
  64. "mocha": "1.12.0",
  65. "should": "1.2.x"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "5a4849e7a9ccd1ed5a81aeb4847c9fedf3122927",
  70. "tarball": "http://registry.npmjs.org/ws/-/ws-0.4.31.tgz"
  71. },
  72. "engines": {
  73. "node": ">=0.4.0"
  74. },
  75. "gypfile": true,
  76. "homepage": "https://github.com/einaros/ws#readme",
  77. "keywords": [
  78. "Hixie",
  79. "HyBi",
  80. "Push",
  81. "RFC-6455",
  82. "WebSocket",
  83. "WebSockets",
  84. "real-time"
  85. ],
  86. "maintainers": [
  87. {
  88. "email": "einaros@gmail.com",
  89. "name": "einaros"
  90. },
  91. {
  92. "email": "info@3rd-Eden.com",
  93. "name": "V1"
  94. }
  95. ],
  96. "name": "ws",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/einaros/ws.git"
  102. },
  103. "scripts": {
  104. "install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
  105. "test": "make test"
  106. },
  107. "version": "0.4.31"
  108. }