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.

91 lines
2.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "socket.io@2.3.0",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "socket.io@2.3.0",
  9. "_id": "socket.io@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2A892lrj0GcgR/9Qk81EaY2gYhCBxurV0PfmmESO6p27QPrUK1J3zdns+5QPqvUYK2q657nSj0guoIil9+7eFg==",
  12. "_location": "/socket.io",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "socket.io@2.3.0",
  18. "name": "socket.io",
  19. "escapedName": "socket.io",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.3.0.tgz",
  28. "_spec": "2.3.0",
  29. "_where": "/home/guest/socket",
  30. "bugs": {
  31. "url": "https://github.com/socketio/socket.io/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Guillermo Rauch",
  36. "email": "rauchg@gmail.com"
  37. },
  38. {
  39. "name": "Arnout Kazemier",
  40. "email": "info@3rd-eden.com"
  41. },
  42. {
  43. "name": "Vladimir Dronnikov",
  44. "email": "dronnikov@gmail.com"
  45. },
  46. {
  47. "name": "Einar Otto Stangvik",
  48. "email": "einaros@gmail.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "debug": "~4.1.0",
  53. "engine.io": "~3.4.0",
  54. "has-binary2": "~1.0.2",
  55. "socket.io-adapter": "~1.1.0",
  56. "socket.io-client": "2.3.0",
  57. "socket.io-parser": "~3.4.0"
  58. },
  59. "description": "node.js realtime framework server",
  60. "devDependencies": {
  61. "expect.js": "0.3.1",
  62. "mocha": "^3.5.3",
  63. "nyc": "^11.2.1",
  64. "superagent": "^3.8.2",
  65. "supertest": "^3.0.0"
  66. },
  67. "files": [
  68. "lib/"
  69. ],
  70. "homepage": "https://github.com/socketio/socket.io#readme",
  71. "keywords": [
  72. "realtime",
  73. "framework",
  74. "websocket",
  75. "tcp",
  76. "events",
  77. "socket",
  78. "io"
  79. ],
  80. "license": "MIT",
  81. "main": "./lib/index",
  82. "name": "socket.io",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/socketio/socket.io.git"
  86. },
  87. "scripts": {
  88. "test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js"
  89. },
  90. "version": "2.3.0"
  91. }