{
  "_from": "@oznu/ws-connect",
  "_id": "@oznu/ws-connect@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-M9o5J9MEVz8+ydiucrvfKc01alkl4aRO+JSUCM7RD4J/ZS85ugX6fywZUwob6S+ZtETGsbh1c+YHv8/QM+zDSA==",
  "_location": "/@oznu/ws-connect",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@oznu/ws-connect",
    "name": "@oznu/ws-connect",
    "escapedName": "@oznu%2fws-connect",
    "scope": "@oznu",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@oznu/ws-connect/-/ws-connect-1.0.0.tgz",
  "_shasum": "35e454deb029c9180d720ea367004f90fb1fc3b8",
  "_spec": "@oznu/ws-connect",
  "_where": "/Users/john/src/esp-irrigation-system-controller/homebridge",
  "author": {
    "name": "oznu",
    "email": "dev@oz.nu"
  },
  "bugs": {
    "url": "https://github.com/oznu/ws-connect/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ws": "^7.1.1"
  },
  "deprecated": false,
  "description": "WS WebSocket client wrapper to automatically reconnect lost or disconnected connections.",
  "devDependencies": {
    "@types/node": "^12.6.8",
    "@types/ws": "^6.0.1",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  },
  "homepage": "https://github.com/oznu/ws-connect#readme",
  "keywords": [
    "websocket",
    "reconnect",
    "wss"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@oznu/ws-connect",
  "repository": {
    "type": "git",
    "url": "git://github.com/oznu/ws-connect.git"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "types": "./dist/index.d.ts",
  "version": "1.0.0"
}
