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.

156 lines
4.2 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "socket.io-client@1.7.2",
  6. "scope": null,
  7. "escapedName": "socket.io-client",
  8. "name": "socket.io-client",
  9. "rawSpec": "1.7.2",
  10. "spec": "1.7.2",
  11. "type": "version"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/socket.io"
  14. ]
  15. ],
  16. "_from": "socket.io-client@1.7.2",
  17. "_id": "socket.io-client@1.7.2",
  18. "_inCache": true,
  19. "_location": "/socket.io-client",
  20. "_nodeVersion": "6.9.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/socket.io-client-1.7.2.tgz_1481418338548_0.8978934390470386"
  24. },
  25. "_npmUser": {
  26. "name": "darrachequesne",
  27. "email": "damien.arrachequesne@gmail.com"
  28. },
  29. "_npmVersion": "4.0.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "socket.io-client@1.7.2",
  33. "scope": null,
  34. "escapedName": "socket.io-client",
  35. "name": "socket.io-client",
  36. "rawSpec": "1.7.2",
  37. "spec": "1.7.2",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/socket.io"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.2.tgz",
  44. "_shasum": "39fdb0c3dd450e321b7e40cfd83612ec533dd644",
  45. "_shrinkwrap": null,
  46. "_spec": "socket.io-client@1.7.2",
  47. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/socket.io",
  48. "bugs": {
  49. "url": "https://github.com/Automattic/socket.io-client/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Guillermo Rauch",
  54. "email": "rauchg@gmail.com"
  55. },
  56. {
  57. "name": "Arnout Kazemier",
  58. "email": "info@3rd-eden.com"
  59. },
  60. {
  61. "name": "Vladimir Dronnikov",
  62. "email": "dronnikov@gmail.com"
  63. },
  64. {
  65. "name": "Einar Otto Stangvik",
  66. "email": "einaros@gmail.com"
  67. }
  68. ],
  69. "dependencies": {
  70. "backo2": "1.0.2",
  71. "component-bind": "1.0.0",
  72. "component-emitter": "1.2.1",
  73. "debug": "2.3.3",
  74. "engine.io-client": "1.8.2",
  75. "has-binary": "0.1.7",
  76. "indexof": "0.0.1",
  77. "object-component": "0.0.3",
  78. "parseuri": "0.0.5",
  79. "socket.io-parser": "2.3.1",
  80. "to-array": "0.1.4"
  81. },
  82. "description": "[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-",
  83. "devDependencies": {
  84. "babel-core": "6.4.5",
  85. "babel-eslint": "4.1.7",
  86. "babel-loader": "6.2.1",
  87. "babel-preset-es2015": "6.3.13",
  88. "base64-arraybuffer": "0.1.5",
  89. "concat-stream": "1.5.1",
  90. "derequire": "2.0.3",
  91. "eslint-config-standard": "4.4.0",
  92. "eslint-plugin-standard": "1.3.1",
  93. "expect.js": "0.3.1",
  94. "gulp": "3.9.0",
  95. "gulp-eslint": "1.1.1",
  96. "gulp-file": "0.2.0",
  97. "gulp-istanbul": "0.10.3",
  98. "gulp-minify": "0.0.14",
  99. "gulp-mocha": "2.2.0",
  100. "gulp-task-listing": "1.0.1",
  101. "has-cors": "1.1.0",
  102. "imports-loader": "^0.6.5",
  103. "istanbul": "0.4.2",
  104. "mocha": "2.3.4",
  105. "socket.io": "1.7.2",
  106. "strip-loader": "0.1.2",
  107. "text-blob-builder": "0.0.1",
  108. "uglify-js": "2.6.1",
  109. "webpack-stream": "3.2.0",
  110. "zuul": "3.11.0",
  111. "zuul-builder-webpack": "1.1.0",
  112. "zuul-ngrok": "4.0.0"
  113. },
  114. "directories": {},
  115. "dist": {
  116. "shasum": "39fdb0c3dd450e321b7e40cfd83612ec533dd644",
  117. "tarball": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.2.tgz"
  118. },
  119. "files": [
  120. "lib/",
  121. "dist/"
  122. ],
  123. "gitHead": "177a65fc4ad3b5b561ea10074c8a4c0c6c8b5a13",
  124. "homepage": "https://github.com/Automattic/socket.io-client#readme",
  125. "keywords": [
  126. "realtime",
  127. "framework",
  128. "websocket",
  129. "tcp",
  130. "events",
  131. "client"
  132. ],
  133. "license": "MIT",
  134. "main": "./lib/index",
  135. "maintainers": [
  136. {
  137. "name": "darrachequesne",
  138. "email": "damien.arrachequesne@gmail.com"
  139. },
  140. {
  141. "name": "rauchg",
  142. "email": "rauchg@gmail.com"
  143. }
  144. ],
  145. "name": "socket.io-client",
  146. "optionalDependencies": {},
  147. "readme": "ERROR: No README data found!",
  148. "repository": {
  149. "type": "git",
  150. "url": "git+https://github.com/Automattic/socket.io-client.git"
  151. },
  152. "scripts": {
  153. "test": "gulp test"
  154. },
  155. "version": "1.7.2"
  156. }