5 "/opt/source/offload.js"
8 "_from": "engine.io@3.5.0",
9 "_id": "engine.io@3.5.0",
11 "_integrity": "sha512-21HlvPUKaitDGE4GXNtQ7PLP0Sz4aWLddMPw2VTyFz1FVZqu/kZsJUO8WNpKuE/OCL7nkfRaOui2ZCJloGznGA==",
12 "_location": "/engine.io",
19 "raw": "engine.io@3.5.0",
21 "escapedName": "engine.io",
29 "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.5.0.tgz",
31 "_where": "/opt/source/offload.js",
33 "name": "Guillermo Rauch",
34 "email": "guillermo@learnboost.com"
37 "url": "https://github.com/socketio/engine.io/issues"
41 "name": "Eugen Dueck",
42 "url": "https://github.com/EugenDueck"
45 "name": "Afshin Mehrabani",
46 "url": "https://github.com/afshinm"
49 "name": "Christoph Dorn",
50 "url": "https://github.com/cadorn"
53 "name": "Mark Mokryn",
54 "email": "mokesmokes@gmail.com"
62 "engine.io-parser": "~2.2.0",
65 "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
67 "babel-eslint": "^8.0.2",
68 "babel-preset-es2015": "^6.24.0",
69 "engine.io-client": "3.5.0",
71 "eslint-config-standard": "^10.2.1",
72 "eslint-plugin-import": "^2.7.0",
73 "eslint-plugin-node": "^5.1.1",
74 "eslint-plugin-promise": "^3.5.0",
75 "eslint-plugin-standard": "^3.0.1",
76 "expect.js": "^0.3.1",
79 "superagent": "^3.8.1",
88 "homepage": "https://github.com/socketio/engine.io",
90 "main": "lib/engine.io",
94 "url": "git+ssh://git@github.com/socketio/engine.io.git"
97 "lint": "eslint lib/ test/ *.js",
98 "test": "npm run lint && mocha && EIO_WS_ENGINE=uws mocha"