{
  "_from": "@feathersjs/socketio@^4.5.1",
  "_id": "@feathersjs/socketio@4.5.11",
  "_inBundle": false,
  "_integrity": "sha512-Qwcg9LU76CwS0r3Qqrs0JqlIy54aqJBLwxj9N+Pv6HsLxhc8C4KkyitKv2yYORi2Fz+QzXoVNzC9W4EuAbiynA==",
  "_location": "/@feathersjs/socketio",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@feathersjs/socketio@^4.5.1",
    "name": "@feathersjs/socketio",
    "escapedName": "@feathersjs%2fsocketio",
    "scope": "@feathersjs",
    "rawSpec": "^4.5.1",
    "saveSpec": null,
    "fetchSpec": "^4.5.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@feathersjs/socketio/-/socketio-4.5.11.tgz",
  "_shasum": "f53912355c2f34b682db359a0abe0dac5e9df806",
  "_spec": "@feathersjs/socketio@^4.5.1",
  "_where": "/home/editor/editor.api",
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "bugs": {
    "url": "https://github.com/feathersjs/feathers/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {
    "@feathersjs/transport-commons": "^4.5.11",
    "@types/socket.io": "^2.1.11",
    "debug": "^4.3.1",
    "socket.io": "^2.3.0",
    "uberproto": "^2.0.6"
  },
  "deprecated": false,
  "description": "The Feathers Socket.io real-time API provider",
  "devDependencies": {
    "@feathersjs/commons": "^4.5.11",
    "@feathersjs/express": "^4.5.11",
    "@feathersjs/feathers": "^4.5.11",
    "@feathersjs/tests": "^4.5.11",
    "@types/mocha": "^8.0.4",
    "@types/mongodb": "^3.6.1",
    "@types/node": "^14.14.10",
    "feathers-memory": "^4.1.0",
    "lodash": "^4.17.20",
    "mocha": "^8.2.1",
    "socket.io-client": "^2.3.1"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "lib/**",
    "*.d.ts",
    "*.js"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/daffl"
  },
  "gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81",
  "homepage": "https://feathersjs.com",
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "@feathersjs/socketio",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers.git"
  },
  "scripts": {
    "test": "mocha --config ../../.mocharc.json"
  },
  "types": "index.d.ts",
  "version": "4.5.11"
}
