{ "_args": [ [ "engine.io@4.1.1", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "engine.io@4.1.1", "_id": "engine.io@4.1.1", "_inBundle": false, "_integrity": "sha512-t2E9wLlssQjGw0nluF6aYyfX8LwYU8Jj0xct+pAhfWfv/YrBn6TSNtEYsgxHIfaMqfrLx07czcMg9bMN6di+3w==", "_location": "/engine.io", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "engine.io@4.1.1", "name": "engine.io", "escapedName": "engine.io", "rawSpec": "4.1.1", "saveSpec": null, "fetchSpec": "4.1.1" }, "_requiredBy": [ "/socket.io" ], "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-4.1.1.tgz", "_spec": "4.1.1", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "Guillermo Rauch", "email": "guillermo@learnboost.com" }, "bugs": { "url": "https://github.com/socketio/engine.io/issues" }, "contributors": [ { "name": "Eugen Dueck", "url": "https://github.com/EugenDueck" }, { "name": "Afshin Mehrabani", "url": "https://github.com/afshinm" }, { "name": "Christoph Dorn", "url": "https://github.com/cadorn" }, { "name": "Mark Mokryn", "email": "mokesmokes@gmail.com" } ], "dependencies": { "accepts": "~1.3.4", "base64id": "2.0.0", "cookie": "~0.4.1", "cors": "~2.8.5", "debug": "~4.3.1", "engine.io-parser": "~4.0.0", "ws": "~7.4.2" }, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", "devDependencies": { "babel-eslint": "^8.0.2", "eiows": "^3.3.0", "engine.io-client": "4.1.1", "engine.io-client-v3": "npm:engine.io-client@3.5.0", "eslint": "^4.19.1", "eslint-config-prettier": "^6.9.0", "expect.js": "^0.3.1", "mocha": "^4.0.1", "prettier": "^1.19.1", "s": "0.1.1", "superagent": "^3.8.1" }, "engines": { "node": ">=10.0.0" }, "files": [ "lib/" ], "homepage": "https://github.com/socketio/engine.io", "license": "MIT", "main": "lib/engine.io.js", "name": "engine.io", "repository": { "type": "git", "url": "git+ssh://git@github.com/socketio/engine.io.git" }, "scripts": { "format:check": "prettier --check 'lib/**/*.js' 'test/**/*.js'", "format:fix": "prettier --write 'lib/**/*.js' 'test/**/*.js'", "lint": "eslint lib/ test/ *.js", "test": "npm run lint && npm run format:check && mocha && EIO_CLIENT=3 mocha && EIO_WS_ENGINE=eiows mocha" }, "version": "4.1.1" }