{
  "_args": [
    [
      "ws@2.0.3",
      "/home/ubuntu/eris-contracts.js/node_modules/@nodeguy/json-rpc"
    ]
  ],
  "_from": "ws@2.0.3",
  "_id": "ws@2.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/ws",
  "_nodeVersion": "7.5.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/ws-2.0.3.tgz_1486561489812_0.7949141394346952"
  },
  "_npmUser": {
    "email": "luigipinca@gmail.com",
    "name": "lpinca"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "ws",
    "raw": "ws@2.0.3",
    "rawSpec": "2.0.3",
    "scope": null,
    "spec": "2.0.3",
    "type": "version"
  },
  "_requiredBy": [
    "/@nodeguy/json-rpc"
  ],
  "_resolved": "https://registry.npmjs.org/ws/-/ws-2.0.3.tgz",
  "_shasum": "532fd499c3f7d7d720e543f1f807106cfc57d9cb",
  "_shrinkwrap": null,
  "_spec": "ws@2.0.3",
  "_where": "/home/ubuntu/eris-contracts.js/node_modules/@nodeguy/json-rpc",
  "author": {
    "email": "einaros@gmail.com",
    "name": "Einar Otto Stangvik",
    "url": "http://2x.io"
  },
  "bugs": {
    "url": "https://github.com/websockets/ws/issues"
  },
  "dependencies": {
    "ultron": "~1.1.0"
  },
  "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  "devDependencies": {
    "benchmark": "~2.1.2",
    "bufferutil": "~2.0.0",
    "eslint": "~3.15.0",
    "eslint-config-semistandard": "~7.0.0",
    "eslint-config-standard": "~6.2.1",
    "eslint-plugin-promise": "~3.4.0",
    "eslint-plugin-standard": "~2.0.1",
    "istanbul": "~0.4.5",
    "mocha": "~3.2.0",
    "utf-8-validate": "~3.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "532fd499c3f7d7d720e543f1f807106cfc57d9cb",
    "tarball": "https://registry.npmjs.org/ws/-/ws-2.0.3.tgz"
  },
  "gitHead": "3918e11d200e574beca9d5abd61fbe3020434aed",
  "homepage": "https://github.com/websockets/ws#readme",
  "keywords": [
    "HyBi",
    "Push",
    "RFC-6455",
    "WebSocket",
    "WebSockets",
    "real-time"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "npm@3rd-Eden.com",
      "name": "3rdeden"
    },
    {
      "email": "einaros@gmail.com",
      "name": "einaros"
    },
    {
      "email": "luigipinca@gmail.com",
      "name": "lpinca"
    },
    {
      "email": "npm@3rd-Eden.com",
      "name": "v1"
    }
  ],
  "name": "ws",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/websockets/ws.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha --report html -- test/*.test.js",
    "integration": "npm run lint && mocha test/*.integration.js",
    "lint": "eslint .",
    "test": "npm run lint && mocha test/*.test.js",
    "test-travis": "npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js"
  },
  "version": "2.0.3"
}
