{
  "_from": "socket.io@^4.5.0",
  "_id": "socket.io@4.8.1",
  "_inBundle": false,
  "_integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==",
  "_location": "/socket.io",
  "_phantomChildren": {
    "ms": "2.1.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "socket.io@^4.5.0",
    "name": "socket.io",
    "escapedName": "socket.io",
    "rawSpec": "^4.5.0",
    "saveSpec": null,
    "fetchSpec": "^4.5.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz",
  "_shasum": "fa0eaff965cc97fdf4245e8d4794618459f7558a",
  "_spec": "socket.io@^4.5.0",
  "_where": "/home/retrocubedevs/public_html/qa/hit_reels_web_api",
  "bugs": {
    "url": "https://github.com/socketio/socket.io/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Guillermo Rauch",
      "email": "rauchg@gmail.com"
    },
    {
      "name": "Arnout Kazemier",
      "email": "info@3rd-eden.com"
    },
    {
      "name": "Vladimir Dronnikov",
      "email": "dronnikov@gmail.com"
    },
    {
      "name": "Einar Otto Stangvik",
      "email": "einaros@gmail.com"
    }
  ],
  "dependencies": {
    "accepts": "~1.3.4",
    "base64id": "~2.0.0",
    "cors": "~2.8.5",
    "debug": "~4.3.2",
    "engine.io": "~6.6.0",
    "socket.io-adapter": "~2.5.2",
    "socket.io-parser": "~4.2.4"
  },
  "deprecated": false,
  "description": "node.js realtime framework server",
  "directories": {
    "doc": "docs/",
    "example": "example/",
    "lib": "lib/",
    "test": "test/"
  },
  "engines": {
    "node": ">=10.2.0"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./wrapper.mjs",
    "require": "./dist/index.js"
  },
  "files": [
    "dist/",
    "client-dist/",
    "wrapper.mjs",
    "!**/*.tsbuildinfo"
  ],
  "homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io#readme",
  "keywords": [
    "realtime",
    "framework",
    "websocket",
    "tcp",
    "events",
    "socket",
    "io"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "socket.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/socketio/socket.io.git"
  },
  "scripts": {
    "compile": "rimraf ./dist && tsc",
    "format:check": "prettier --check \"lib/**/*.ts\" \"test/**/*.ts\"",
    "format:fix": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"",
    "prepack": "npm run compile",
    "test": "npm run format:check && npm run compile && npm run test:types && npm run test:unit",
    "test:types": "tsd",
    "test:unit": "nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/index.ts"
  },
  "tsd": {
    "directory": "test"
  },
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "version": "4.8.1"
}
