1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
| {
| "_args": [
| [
| "is-ssh@1.3.3",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "is-ssh@1.3.3",
| "_id": "is-ssh@1.3.3",
| "_inBundle": false,
| "_integrity": "sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ==",
| "_location": "/is-ssh",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "is-ssh@1.3.3",
| "name": "is-ssh",
| "escapedName": "is-ssh",
| "rawSpec": "1.3.3",
| "saveSpec": null,
| "fetchSpec": "1.3.3"
| },
| "_requiredBy": [
| "/git-up",
| "/parse-path",
| "/parse-url"
| ],
| "_resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.3.tgz",
| "_spec": "1.3.3",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Ionică Bizău",
| "email": "bizauionica@gmail.com",
| "url": "http://ionicabizau.net"
| },
| "bugs": {
| "url": "https://github.com/IonicaBizau/node-is-ssh/issues"
| },
| "dependencies": {
| "protocols": "^1.1.0"
| },
| "description": "Check if an input value is a ssh url or not.",
| "devDependencies": {
| "tester": "^1.3.1"
| },
| "directories": {
| "example": "example",
| "test": "test"
| },
| "homepage": "https://github.com/IonicaBizau/node-is-ssh",
| "keywords": [
| "ssh",
| "url",
| "check",
| "parser"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "is-ssh",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/IonicaBizau/node-is-ssh.git"
| },
| "scripts": {
| "test": "node test"
| },
| "version": "1.3.3"
| }
|
|