addresser
Version:
Street Address Parser for Node.js
36 lines (35 loc) • 757 B
JSON
{
"name": "is-ssh",
"version": "1.3.1",
"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 <bizauionica@gmail.com> (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": "^1.1.0"
},
"devDependencies": {
"tester": "^1.3.1"
}
}