frontend/.pnpm-store/v3/files/3b/c13fda913c5c773a92706a6cf9bf749a42d52a271faa5e190d0fe7f9079ee9dcd0f1cd36a210ff32be26c8cec2a8bce776a7d382ead135666215816a8961b6

35 lines
756 B
Plaintext

{
"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 <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": "^2.0.1"
},
"devDependencies": {
"tester": "^1.3.1"
}
}