{
  "_args": [
    [
      "nodejs-websocket@1.7.2",
      "/home/lik/work/tools/webgis"
    ]
  ],
  "_from": "nodejs-websocket@1.7.2",
  "_id": "nodejs-websocket@1.7.2",
  "_inBundle": false,
  "_integrity": "sha512-PFX6ypJcCNDs7obRellR0DGTebfUhw1SXGKe2zpB+Ng1DQJhdzbzx1ob+AvJCLzy2TJF4r8cCDqMQqei1CZdPQ==",
  "_location": "/nodejs-websocket",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nodejs-websocket@1.7.2",
    "name": "nodejs-websocket",
    "escapedName": "nodejs-websocket",
    "rawSpec": "1.7.2",
    "saveSpec": null,
    "fetchSpec": "1.7.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/nodejs-websocket/-/nodejs-websocket-1.7.2.tgz",
  "_spec": "1.7.2",
  "_where": "/home/lik/work/tools/webgis",
  "author": {
    "name": "Sitegui",
    "email": "sitegui@sitegui.com.br"
  },
  "bugs": {
    "url": "https://github.com/sitegui/nodejs-websocket/issues"
  },
  "description": "Basic server&client approach to websocket (text and binary frames)",
  "devDependencies": {
    "mocha": "^5.2.0",
    "should": "^13.2.3"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/sitegui/nodejs-websocket#readme",
  "keywords": [
    "websocket",
    "websocket-server",
    "websocket-client"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "nodejs-websocket",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sitegui/nodejs-websocket.git"
  },
  "scripts": {
    "test": "mocha -R spec -b"
  },
  "version": "1.7.2"
}