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.

133 lines
3.3 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "engine.io@1.8.2",
  6. "scope": null,
  7. "escapedName": "engine.io",
  8. "name": "engine.io",
  9. "rawSpec": "1.8.2",
  10. "spec": "1.8.2",
  11. "type": "version"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/socket.io"
  14. ]
  15. ],
  16. "_from": "engine.io@1.8.2",
  17. "_id": "engine.io@1.8.2",
  18. "_inCache": true,
  19. "_location": "/engine.io",
  20. "_nodeVersion": "6.9.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/engine.io-1.8.2.tgz_1481412393669_0.10750335641205311"
  24. },
  25. "_npmUser": {
  26. "name": "darrachequesne",
  27. "email": "damien.arrachequesne@gmail.com"
  28. },
  29. "_npmVersion": "4.0.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "engine.io@1.8.2",
  33. "scope": null,
  34. "escapedName": "engine.io",
  35. "name": "engine.io",
  36. "rawSpec": "1.8.2",
  37. "spec": "1.8.2",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/socket.io"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.2.tgz",
  44. "_shasum": "6b59be730b348c0125b0a4589de1c355abcf7a7e",
  45. "_shrinkwrap": null,
  46. "_spec": "engine.io@1.8.2",
  47. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/socket.io",
  48. "author": {
  49. "name": "Guillermo Rauch",
  50. "email": "guillermo@learnboost.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/socketio/engine.io/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Eugen Dueck",
  58. "url": "https://github.com/EugenDueck"
  59. },
  60. {
  61. "name": "Afshin Mehrabani",
  62. "url": "https://github.com/afshinm"
  63. },
  64. {
  65. "name": "Christoph Dorn",
  66. "url": "https://github.com/cadorn"
  67. },
  68. {
  69. "name": "Mark Mokryn",
  70. "email": "mokesmokes@gmail.com"
  71. }
  72. ],
  73. "dependencies": {
  74. "accepts": "1.3.3",
  75. "base64id": "1.0.0",
  76. "cookie": "0.3.1",
  77. "debug": "2.3.3",
  78. "engine.io-parser": "1.3.2",
  79. "ws": "1.1.1"
  80. },
  81. "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
  82. "devDependencies": {
  83. "babel-eslint": "5.0.0",
  84. "babel-preset-es2015": "6.3.13",
  85. "engine.io-client": "1.8.2",
  86. "eslint-config-standard": "4.4.0",
  87. "eslint-plugin-standard": "1.3.2",
  88. "expect.js": "0.2.0",
  89. "gulp": "3.9.0",
  90. "gulp-babel": "6.1.1",
  91. "gulp-eslint": "1.1.1",
  92. "gulp-mocha": "2.2.0",
  93. "gulp-nsp": "^2.4.1",
  94. "mocha": "2.3.4",
  95. "s": "0.1.1",
  96. "superagent": "0.15.4",
  97. "uws": "0.4.0"
  98. },
  99. "directories": {},
  100. "dist": {
  101. "shasum": "6b59be730b348c0125b0a4589de1c355abcf7a7e",
  102. "tarball": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.2.tgz"
  103. },
  104. "files": [
  105. "index.js",
  106. "lib/"
  107. ],
  108. "gitHead": "10e3802051fc458969a12ffe1c1fd465d37fd6dc",
  109. "homepage": "https://github.com/socketio/engine.io",
  110. "license": "MIT",
  111. "main": "./lib/engine.io",
  112. "maintainers": [
  113. {
  114. "name": "darrachequesne",
  115. "email": "damien.arrachequesne@gmail.com"
  116. },
  117. {
  118. "name": "rauchg",
  119. "email": "rauchg@gmail.com"
  120. }
  121. ],
  122. "name": "engine.io",
  123. "optionalDependencies": {},
  124. "readme": "ERROR: No README data found!",
  125. "repository": {
  126. "type": "git",
  127. "url": "git+ssh://git@github.com/socketio/engine.io.git"
  128. },
  129. "scripts": {
  130. "test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
  131. },
  132. "version": "1.8.2"
  133. }