summaryrefslogtreecommitdiff
path: root/tests/registry/npm/ssh2/registry.json
blob: 554b67d194ac6db678da6a68a44f569fac75e1de (plain)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "name": "ssh2",
  "description": "SSH2 client and server modules written in pure JavaScript for node.js",
  "dist-tags": {
    "latest": "1.11.0"
  },
  "versions": {
    "1.11.0": {
      "name": "ssh2",
      "version": "1.11.0",
      "author": {
        "name": "Brian White",
        "email": "mscdex@mscdex.net"
      },
      "description": "SSH2 client and server modules written in pure JavaScript for node.js",
      "main": "./lib/index.js",
      "engines": {
        "node": ">=10.16.0"
      },
      "dependencies": {
        "asn1": "^0.2.4",
        "bcrypt-pbkdf": "^1.0.2",
        "cpu-features": "~0.0.4",
        "nan": "^2.16.0"
      },
      "devDependencies": {
        "@mscdex/eslint-config": "^1.1.0",
        "eslint": "^7.0.0"
      },
      "optionalDependencies": {
        "cpu-features": "~0.0.4",
        "nan": "^2.16.0"
      },
      "scripts": {
        "install": "node install.js",
        "rebuild": "node install.js",
        "test": "node test/test.js",
        "lint": "eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js examples lib test",
        "lint:fix": "npm run lint -- --fix"
      },
      "licenses": [
        {
          "type": "MIT",
          "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE"
        }
      ],
      "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/mscdex/ssh2.git"
      },
      "_resolved": "",
      "_integrity": "",
      "_from": "https://github.com/mscdex/ssh2/tarball/v1.11.0",
      "bugs": {
        "url": "https://github.com/mscdex/ssh2/issues"
      },
      "_id": "ssh2@1.11.0",
      "_nodeVersion": "10.22.1",
      "_npmVersion": "6.14.6",
      "dist": {
        "integrity": "sha512-nfg0wZWGSsfUe/IBJkXVll3PEZ//YH2guww+mP88gTpuSU4FtZN7zu9JoeTGOyCNx2dTDtT9fOpWwlzyj4uOOw==",
        "shasum": "ce60186216971e12f6deb553dcf82322498fe2e4",
        "tarball": "http://localhost:4260/ssh2/ssh2-1.11.0.tgz",
        "fileCount": 159,
        "unpackedSize": 1071730
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "author": {
    "name": "Brian White",
    "email": "mscdex@mscdex.net"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mscdex/ssh2.git"
  },
  "readmeFilename": "README.md",
  "homepage": "https://github.com/mscdex/ssh2#readme",
  "bugs": {
    "url": "https://github.com/mscdex/ssh2/issues"
  }
}