package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "socket.io@^1.3.7",
  3. "_id": "socket.io@1.7.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-L37O3DORvy1cc+KR/iM+bjTU3QA=",
  6. "_location": "/socket.io",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "socket.io@^1.3.7",
  12. "name": "socket.io",
  13. "escapedName": "socket.io",
  14. "rawSpec": "^1.3.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.7"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.7.4.tgz",
  23. "_shasum": "2f7ecedc3391bf2d5c73e291fe233e6e34d4dd00",
  24. "_spec": "socket.io@^1.3.7",
  25. "_where": "C:\\socket\\chatroom-myclient",
  26. "bugs": {
  27. "url": "https://github.com/socketio/socket.io/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Guillermo Rauch",
  33. "email": "rauchg@gmail.com"
  34. },
  35. {
  36. "name": "Arnout Kazemier",
  37. "email": "info@3rd-eden.com"
  38. },
  39. {
  40. "name": "Vladimir Dronnikov",
  41. "email": "dronnikov@gmail.com"
  42. },
  43. {
  44. "name": "Einar Otto Stangvik",
  45. "email": "einaros@gmail.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "debug": "2.3.3",
  50. "engine.io": "~1.8.4",
  51. "has-binary": "0.1.7",
  52. "object-assign": "4.1.0",
  53. "socket.io-adapter": "0.5.0",
  54. "socket.io-client": "1.7.4",
  55. "socket.io-parser": "2.3.1"
  56. },
  57. "deprecated": false,
  58. "description": "node.js realtime framework server",
  59. "devDependencies": {
  60. "babel-preset-es2015": "6.3.13",
  61. "del": "2.2.0",
  62. "expect.js": "0.3.1",
  63. "gulp": "3.9.0",
  64. "gulp-babel": "6.1.1",
  65. "gulp-istanbul": "0.10.3",
  66. "gulp-mocha": "2.2.0",
  67. "gulp-task-listing": "1.0.1",
  68. "istanbul": "0.4.1",
  69. "mocha": "2.3.4",
  70. "superagent": "1.6.1",
  71. "supertest": "1.1.0"
  72. },
  73. "files": [
  74. "lib/"
  75. ],
  76. "homepage": "https://github.com/socketio/socket.io#readme",
  77. "keywords": [
  78. "realtime",
  79. "framework",
  80. "websocket",
  81. "tcp",
  82. "events",
  83. "socket",
  84. "io"
  85. ],
  86. "license": "MIT",
  87. "main": "./lib/index",
  88. "name": "socket.io",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/socketio/socket.io.git"
  92. },
  93. "scripts": {
  94. "test": "gulp test"
  95. },
  96. "version": "1.7.4"
  97. }