{
  "_from": "@feathersjs/transport-commons@^4.5.2",
  "_id": "@feathersjs/transport-commons@4.5.11",
  "_inBundle": false,
  "_integrity": "sha512-YuQZnHQWOnhDLggwcMHdWGfIwZ5xabZCQ9/g18Nx770SWYwYPSLyvvbwsxs52LVvHyXW7j1VojcNixdUrOnFHQ==",
  "_location": "/@feathersjs/transport-commons",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@feathersjs/transport-commons@^4.5.2",
    "name": "@feathersjs/transport-commons",
    "escapedName": "@feathersjs%2ftransport-commons",
    "scope": "@feathersjs",
    "rawSpec": "^4.5.2",
    "saveSpec": null,
    "fetchSpec": "^4.5.2"
  },
  "_requiredBy": [
    "/",
    "/@feathersjs/authentication",
    "/@feathersjs/socketio"
  ],
  "_resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-4.5.11.tgz",
  "_shasum": "dfb31ecd1e66eb80cc6fab77b41d62e46b0a844b",
  "_spec": "@feathersjs/transport-commons@^4.5.2",
  "_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/commons": "^4.5.11",
    "@feathersjs/errors": "^4.5.11",
    "debug": "^4.3.1",
    "lodash": "^4.17.20",
    "radix-router": "^3.0.1"
  },
  "deprecated": false,
  "description": "Shared functionality for websocket providers",
  "devDependencies": {
    "@feathersjs/feathers": "^4.5.11",
    "@types/debug": "^4.1.5",
    "@types/mocha": "^8.0.4",
    "@types/node": "^14.14.10",
    "mocha": "^8.2.1",
    "shx": "^0.3.3",
    "ts-node": "^9.1.0",
    "typescript": "^4.1.2"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 10"
  },
  "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/transport-commons",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers.git"
  },
  "scripts": {
    "compile": "shx rm -rf lib/ && tsc",
    "mocha": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts",
    "prepublish": "npm run compile",
    "test": "npm run compile && npm run mocha"
  },
  "types": "lib/",
  "version": "4.5.11"
}
