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.
 
 
 
 

104 line
2.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "engine.io@1.8.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "engine.io@1.8.5",
  9. "_id": "engine.io@1.8.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-j1DWIcktw4hRwrv6nWx++5nFH2X64x16MAG2P0Lmi5Dvdfi3I+Jhc7JKJIdAmDJa+5aZ/imHV7dWRPy2Cqjh3A==",
  12. "_location": "/engine.io",
  13. "_phantomChildren": {
  14. "after": "0.8.2",
  15. "has-binary": "0.1.7",
  16. "mime-types": "2.1.27",
  17. "options": "0.0.6",
  18. "wtf-8": "1.0.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "engine.io@1.8.5",
  24. "name": "engine.io",
  25. "escapedName": "engine.io",
  26. "rawSpec": "1.8.5",
  27. "saveSpec": null,
  28. "fetchSpec": "1.8.5"
  29. },
  30. "_requiredBy": [
  31. "/ron-react-autocomplete"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.5.tgz",
  34. "_spec": "1.8.5",
  35. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  36. "author": {
  37. "name": "Guillermo Rauch",
  38. "email": "guillermo@learnboost.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/socketio/engine.io/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Eugen Dueck",
  46. "url": "https://github.com/EugenDueck"
  47. },
  48. {
  49. "name": "Afshin Mehrabani",
  50. "url": "https://github.com/afshinm"
  51. },
  52. {
  53. "name": "Christoph Dorn",
  54. "url": "https://github.com/cadorn"
  55. },
  56. {
  57. "name": "Mark Mokryn",
  58. "email": "mokesmokes@gmail.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "accepts": "1.3.3",
  63. "base64id": "1.0.0",
  64. "cookie": "0.3.1",
  65. "debug": "2.3.3",
  66. "engine.io-parser": "1.3.2",
  67. "ws": "~1.1.5"
  68. },
  69. "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
  70. "devDependencies": {
  71. "babel-eslint": "5.0.0",
  72. "babel-preset-es2015": "6.3.13",
  73. "engine.io-client": "1.8.5",
  74. "eslint-config-standard": "4.4.0",
  75. "eslint-plugin-standard": "1.3.2",
  76. "expect.js": "0.2.0",
  77. "gulp": "3.9.0",
  78. "gulp-babel": "6.1.1",
  79. "gulp-eslint": "1.1.1",
  80. "gulp-mocha": "2.2.0",
  81. "gulp-nsp": "^2.4.1",
  82. "mocha": "2.3.4",
  83. "s": "0.1.1",
  84. "superagent": "0.15.4",
  85. "uws": "0.14.1"
  86. },
  87. "files": [
  88. "index.js",
  89. "lib/"
  90. ],
  91. "homepage": "https://github.com/socketio/engine.io",
  92. "license": "MIT",
  93. "main": "./lib/engine.io",
  94. "name": "engine.io",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+ssh://git@github.com/socketio/engine.io.git"
  98. },
  99. "scripts": {
  100. "test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
  101. },
  102. "version": "1.8.5"
  103. }