package.json 2.1 KB

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