{ "name": "is-ssh", "version": "1.4.0", "description": "Check if an input value is a ssh url or not.", "main": "lib/index.js", "directories": { "example": "example", "test": "test" }, "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git@github.com:IonicaBizau/node-is-ssh.git" }, "keywords": [ "ssh", "url", "check", "parser" ], "author": "Ionică Bizău (http://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/node-is-ssh/issues" }, "homepage": "https://github.com/IonicaBizau/node-is-ssh", "dependencies": { "protocols": "^2.0.1" }, "devDependencies": { "tester": "^1.3.1" } }