{
  "_from": "engine.io@~5.1.0",
  "_id": "engine.io@5.1.1",
  "_inBundle": false,
  "_integrity": "sha512-aMWot7H5aC8L4/T8qMYbLdvKlZOdJTH54FxfdFunTGvhMx1BHkJOntWArsVfgAZVwAO9LC2sryPWRcEeUzCe5w==",
  "_location": "/engine.io",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "engine.io@~5.1.0",
    "name": "engine.io",
    "escapedName": "engine.io",
    "rawSpec": "~5.1.0",
    "saveSpec": null,
    "fetchSpec": "~5.1.0"
  },
  "_requiredBy": [
    "/socket.io"
  ],
  "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-5.1.1.tgz",
  "_shasum": "a1f97e51ddf10cbd4db8b5ff4b165aad3760cdd3",
  "_spec": "engine.io@~5.1.0",
  "_where": "D:\\study\\react\\videochat\\video-chat-server\\node_modules\\socket.io",
  "author": {
    "name": "Guillermo Rauch",
    "email": "guillermo@learnboost.com"
  },
  "bugs": {
    "url": "https://github.com/socketio/engine.io/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "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": "5.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": "5.1.1"
}
