Skip to content

npmtest/node-npmtest-ssh2

Repository files navigation

npmtest-ssh2

basic test coverage for ssh2 (v0.5.4) npm package travis-ci.org build-status

SSH2 client and server modules written in pure JavaScript for node.js

NPM

git-branch : alpha
coverage : istanbul-coverage
test-report : test-report
build-artifacts : build-artifacts

istanbul-coverage

test-report

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "Brian White"
    },
    "bugs": {
        "url": "https://github.com/mscdex/ssh2/issues"
    },
    "dependencies": {
        "ssh2-streams": "~0.1.15"
    },
    "description": "SSH2 client and server modules written in pure JavaScript for node.js",
    "devDependencies": {
        "semver": "^5.1.0"
    },
    "directories": {},
    "dist": {
        "shasum": "1bf6b6b28c96eaef267f4d6c46a5a2517a599e27",
        "tarball": "https://registry.npmjs.org/ssh2/-/ssh2-0.5.4.tgz"
    },
    "engines": {
        "node": ">=0.10.0"
    },
    "homepage": "https://github.com/mscdex/ssh2#readme",
    "keywords": [
        "ssh",
        "ssh2",
        "sftp",
        "secure",
        "shell",
        "exec",
        "remote",
        "client"
    ],
    "licenses": [
        {
            "type": "MIT",
            "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE"
        }
    ],
    "main": "./lib/client",
    "maintainers": [
        {
            "name": "mscdex"
        }
    ],
    "name": "ssh2",
    "optionalDependencies": {},
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/mscdex/ssh2.git"
    },
    "scripts": {
        "test": "node test/test.js"
    },
    "version": "0.5.4"
}

misc

  • this document was created with utility2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •