{ "name": "ssh2-streams",
  "version": "0.1.20",
  "author": "Brian White <mscdex@mscdex.net>",
  "description": "SSH2 and SFTP(v3) client/server protocol streams for node.js",
  "main": "./index",
  "engines": { "node": ">=0.10.0" },
  "dependencies": {
    "streamsearch": "~0.1.2",
    "asn1": "~0.2.0",
    "semver": "^5.1.0"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "keywords": [ "ssh", "ssh2", "sftp", "secure", "protocol", "streams", "client", "server" ],
  "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/ssh2-streams/raw/master/LICENSE" } ],
  "repository" : { "type": "git", "url": "http://github.com/mscdex/ssh2-streams.git" }

,"_resolved": "http://npm.domotz.com:4873/ssh2-streams/-/ssh2-streams-0.1.20.tgz"
,"_integrity": "sha1-URGNFUVV31Rp7h9n4M8efoosDjo="
,"_from": "ssh2-streams@0.1.20"
}