package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "engine.io-client@~3.1.0",
  6. "scope": null,
  7. "escapedName": "engine.io-client",
  8. "name": "engine.io-client",
  9. "rawSpec": "~3.1.0",
  10. "spec": ">=3.1.0 <3.2.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/socket.io-client"
  14. ]
  15. ],
  16. "_from": "engine.io-client@>=3.1.0 <3.2.0",
  17. "_id": "engine.io-client@3.1.1",
  18. "_inCache": true,
  19. "_location": "/engine.io-client",
  20. "_nodeVersion": "6.9.4",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/engine.io-client-3.1.1.tgz_1495176579365_0.10497027798555791"
  24. },
  25. "_npmUser": {
  26. "name": "darrachequesne",
  27. "email": "damien.arrachequesne@gmail.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {
  31. "arraybuffer.slice": "0.0.6",
  32. "blob": "0.0.4",
  33. "has-binary2": "1.0.2",
  34. "safe-buffer": "5.0.1"
  35. },
  36. "_requested": {
  37. "raw": "engine.io-client@~3.1.0",
  38. "scope": null,
  39. "escapedName": "engine.io-client",
  40. "name": "engine.io-client",
  41. "rawSpec": "~3.1.0",
  42. "spec": ">=3.1.0 <3.2.0",
  43. "type": "range"
  44. },
  45. "_requiredBy": [
  46. "/socket.io-client"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.1.tgz",
  49. "_shasum": "415a9852badb14fa008fa3ef1e31608db6761325",
  50. "_shrinkwrap": null,
  51. "_spec": "engine.io-client@~3.1.0",
  52. "_where": "/data/feimat/test_yali/liveserver/node_modules/socket.io-client",
  53. "browser": {
  54. "ws": false,
  55. "xmlhttprequest-ssl": "./lib/xmlhttprequest.js"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/socketio/engine.io-client/issues"
  59. },
  60. "contributors": [
  61. {
  62. "name": "Guillermo Rauch",
  63. "email": "rauchg@gmail.com"
  64. },
  65. {
  66. "name": "Vladimir Dronnikov",
  67. "email": "dronnikov@gmail.com"
  68. },
  69. {
  70. "name": "Christoph Dorn",
  71. "url": "https://github.com/cadorn"
  72. },
  73. {
  74. "name": "Mark Mokryn",
  75. "email": "mokesmokes@gmail.com"
  76. }
  77. ],
  78. "dependencies": {
  79. "component-emitter": "1.2.1",
  80. "component-inherit": "0.0.3",
  81. "debug": "~2.6.4",
  82. "engine.io-parser": "~2.1.1",
  83. "has-cors": "1.1.0",
  84. "indexof": "0.0.1",
  85. "parsejson": "0.0.3",
  86. "parseqs": "0.0.5",
  87. "parseuri": "0.0.5",
  88. "ws": "~2.3.1",
  89. "xmlhttprequest-ssl": "1.5.3",
  90. "yeast": "0.1.2"
  91. },
  92. "description": "Client for the realtime Engine",
  93. "devDependencies": {
  94. "babel-core": "^6.24.0",
  95. "babel-eslint": "4.1.7",
  96. "babel-loader": "^6.4.1",
  97. "babel-preset-es2015": "^6.24.0",
  98. "blob": "^0.0.4",
  99. "concat-stream": "^1.6.0",
  100. "del": "^2.2.2",
  101. "derequire": "^2.0.6",
  102. "engine.io": "3.1.0",
  103. "eslint-config-standard": "4.4.0",
  104. "eslint-plugin-standard": "1.3.1",
  105. "expect.js": "^0.3.1",
  106. "express": "4.15.2",
  107. "gulp": "3.9.1",
  108. "gulp-eslint": "1.1.1",
  109. "gulp-file": "^0.3.0",
  110. "gulp-istanbul": "^1.1.1",
  111. "gulp-mocha": "^4.3.0",
  112. "gulp-task-listing": "1.0.1",
  113. "istanbul": "^0.4.5",
  114. "mocha": "^3.2.0",
  115. "webpack": "1.12.12",
  116. "webpack-stream": "^3.2.0",
  117. "zuul": "^3.11.1",
  118. "zuul-builder-webpack": "^1.2.0",
  119. "zuul-ngrok": "4.0.0"
  120. },
  121. "directories": {},
  122. "dist": {
  123. "shasum": "415a9852badb14fa008fa3ef1e31608db6761325",
  124. "tarball": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.1.tgz"
  125. },
  126. "files": [
  127. "index.js",
  128. "lib/",
  129. "engine.io.js"
  130. ],
  131. "gitHead": "b949abc6e11e507449b0063c7e45b29eb1b6d1f5",
  132. "homepage": "https://github.com/socketio/engine.io-client",
  133. "license": "MIT",
  134. "maintainers": [
  135. {
  136. "name": "darrachequesne",
  137. "email": "damien.arrachequesne@gmail.com"
  138. },
  139. {
  140. "name": "rauchg",
  141. "email": "rauchg@gmail.com"
  142. }
  143. ],
  144. "name": "engine.io-client",
  145. "optionalDependencies": {},
  146. "readme": "ERROR: No README data found!",
  147. "repository": {
  148. "type": "git",
  149. "url": "git+https://github.com/socketio/engine.io-client.git"
  150. },
  151. "scripts": {
  152. "test": "gulp test"
  153. },
  154. "version": "3.1.1"
  155. }