{
  "_args": [
    [
      "ssh2-streams@0.2.1",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "ssh2-streams@0.2.1",
  "_id": "ssh2-streams@0.2.1",
  "_inBundle": false,
  "_integrity": "sha512-3zCOsmunh1JWgPshfhKmBCL3lUtHPoh+a/cyQ49Ft0Q0aF7xgN06b76L+oKtFi0fgO57FLjFztb1GlJcEZ4a3Q==",
  "_location": "/ssh2-streams",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ssh2-streams@0.2.1",
    "name": "ssh2-streams",
    "escapedName": "ssh2-streams",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/ssh2"
  ],
  "_resolved": "https://registry.npmjs.org/ssh2-streams/-/ssh2-streams-0.2.1.tgz",
  "_spec": "0.2.1",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Brian White",
    "email": "mscdex@mscdex.net"
  },
  "bugs": {
    "url": "https://github.com/mscdex/ssh2-streams/issues"
  },
  "dependencies": {
    "asn1": "~0.2.0",
    "semver": "^5.1.0",
    "streamsearch": "~0.1.2"
  },
  "description": "SSH2 and SFTP(v3) client/server protocol streams for node.js",
  "engines": {
    "node": ">=4.5.0"
  },
  "homepage": "https://github.com/mscdex/ssh2-streams#readme",
  "keywords": [
    "ssh",
    "ssh2",
    "sftp",
    "secure",
    "protocol",
    "streams",
    "client",
    "server"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/mscdex/ssh2-streams/raw/master/LICENSE"
    }
  ],
  "main": "./index",
  "name": "ssh2-streams",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mscdex/ssh2-streams.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "0.2.1"
}
