您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

114 行
2.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "socket.io@2.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "socket.io@2.1.1",
  9. "_id": "socket.io@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==",
  12. "_location": "/socket.io",
  13. "_phantomChildren": {
  14. "accepts": "1.3.7",
  15. "after": "0.8.2",
  16. "arraybuffer.slice": "0.0.7",
  17. "async-limiter": "1.0.1",
  18. "backo2": "1.0.2",
  19. "base64id": "1.0.0",
  20. "blob": "0.0.5",
  21. "component-bind": "1.0.0",
  22. "component-inherit": "0.0.3",
  23. "cookie": "0.3.1",
  24. "debug": "3.1.0",
  25. "has-binary2": "1.0.3",
  26. "has-cors": "1.1.0",
  27. "indexof": "0.0.1",
  28. "object-component": "0.0.3",
  29. "parseqs": "0.0.5",
  30. "parseuri": "0.0.5",
  31. "to-array": "0.1.4",
  32. "ultron": "1.1.1",
  33. "xmlhttprequest-ssl": "1.5.5",
  34. "yeast": "0.1.2"
  35. },
  36. "_requested": {
  37. "type": "version",
  38. "registry": true,
  39. "raw": "socket.io@2.1.1",
  40. "name": "socket.io",
  41. "escapedName": "socket.io",
  42. "rawSpec": "2.1.1",
  43. "saveSpec": null,
  44. "fetchSpec": "2.1.1"
  45. },
  46. "_requiredBy": [
  47. "/browser-sync"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz",
  50. "_spec": "2.1.1",
  51. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  52. "bugs": {
  53. "url": "https://github.com/socketio/socket.io/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Guillermo Rauch",
  58. "email": "rauchg@gmail.com"
  59. },
  60. {
  61. "name": "Arnout Kazemier",
  62. "email": "info@3rd-eden.com"
  63. },
  64. {
  65. "name": "Vladimir Dronnikov",
  66. "email": "dronnikov@gmail.com"
  67. },
  68. {
  69. "name": "Einar Otto Stangvik",
  70. "email": "einaros@gmail.com"
  71. }
  72. ],
  73. "dependencies": {
  74. "debug": "~3.1.0",
  75. "engine.io": "~3.2.0",
  76. "has-binary2": "~1.0.2",
  77. "socket.io-adapter": "~1.1.0",
  78. "socket.io-client": "2.1.1",
  79. "socket.io-parser": "~3.2.0"
  80. },
  81. "description": "node.js realtime framework server",
  82. "devDependencies": {
  83. "expect.js": "0.3.1",
  84. "mocha": "^3.5.3",
  85. "nyc": "^11.2.1",
  86. "superagent": "^3.8.2",
  87. "supertest": "^3.0.0"
  88. },
  89. "files": [
  90. "lib/"
  91. ],
  92. "homepage": "https://github.com/socketio/socket.io#readme",
  93. "keywords": [
  94. "realtime",
  95. "framework",
  96. "websocket",
  97. "tcp",
  98. "events",
  99. "socket",
  100. "io"
  101. ],
  102. "license": "MIT",
  103. "main": "./lib/index",
  104. "name": "socket.io",
  105. "repository": {
  106. "type": "git",
  107. "url": "git://github.com/socketio/socket.io.git"
  108. },
  109. "scripts": {
  110. "test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js"
  111. },
  112. "version": "2.1.1"
  113. }