package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "engine.io@1.6.8",
  6. "scope": null,
  7. "escapedName": "engine.io",
  8. "name": "engine.io",
  9. "rawSpec": "1.6.8",
  10. "spec": "1.6.8",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/socket.io"
  14. ]
  15. ],
  16. "_from": "engine.io@1.6.8",
  17. "_id": "engine.io@1.6.8",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/engine.io",
  21. "_nodeVersion": "5.3.0",
  22. "_npmUser": {
  23. "name": "rauchg",
  24. "email": "rauchg@gmail.com"
  25. },
  26. "_npmVersion": "3.3.12",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "engine.io@1.6.8",
  30. "scope": null,
  31. "escapedName": "engine.io",
  32. "name": "engine.io",
  33. "rawSpec": "1.6.8",
  34. "spec": "1.6.8",
  35. "type": "version"
  36. },
  37. "_requiredBy": [
  38. "/socket.io"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.6.8.tgz",
  41. "_shasum": "de05a06b757e7517695e088c7b051c47819f511b",
  42. "_shrinkwrap": null,
  43. "_spec": "engine.io@1.6.8",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/socket.io",
  45. "author": {
  46. "name": "Guillermo Rauch",
  47. "email": "guillermo@learnboost.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/socketio/engine.io/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Eugen Dueck",
  55. "url": "https://github.com/EugenDueck"
  56. },
  57. {
  58. "name": "Afshin Mehrabani",
  59. "url": "https://github.com/afshinm"
  60. },
  61. {
  62. "name": "Christoph Dorn",
  63. "url": "https://github.com/cadorn"
  64. },
  65. {
  66. "name": "Mark Mokryn",
  67. "email": "mokesmokes@gmail.com"
  68. }
  69. ],
  70. "dependencies": {
  71. "accepts": "1.1.4",
  72. "base64id": "0.1.0",
  73. "debug": "2.2.0",
  74. "engine.io-parser": "1.2.4",
  75. "ws": "1.0.1"
  76. },
  77. "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
  78. "devDependencies": {
  79. "engine.io-client": "1.6.8",
  80. "expect.js": "0.2.0",
  81. "mocha": "2.3.4",
  82. "s": "0.1.1",
  83. "superagent": "0.15.4"
  84. },
  85. "directories": {},
  86. "dist": {
  87. "shasum": "de05a06b757e7517695e088c7b051c47819f511b",
  88. "tarball": "https://registry.npmjs.org/engine.io/-/engine.io-1.6.8.tgz"
  89. },
  90. "gitHead": "83bee03bbbebee07df5d7b8a9fbafc327686c4bc",
  91. "homepage": "https://github.com/socketio/engine.io",
  92. "license": "MIT",
  93. "main": "./lib/engine.io",
  94. "maintainers": [
  95. {
  96. "name": "rauchg",
  97. "email": "rauchg@gmail.com"
  98. }
  99. ],
  100. "name": "engine.io",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+ssh://git@github.com/socketio/engine.io.git"
  106. },
  107. "scripts": {
  108. "test": "make test"
  109. },
  110. "version": "1.6.8"
  111. }