summaryrefslogtreecommitdiff
path: root/tests/registry/npm/jsbn/registry.json
blob: b70c34d6d7e7f94e9c8426b443ed688918f066e9 (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
{
  "name": "jsbn",
  "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
  "dist-tags": {
    "latest": "1.1.0"
  },
  "versions": {
    "1.1.0": {
      "name": "jsbn",
      "version": "1.1.0",
      "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
      "main": "index.js",
      "scripts": {
        "test": "mocha test.js"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/andyperlitch/jsbn.git"
      },
      "author": {
        "name": "Tom Wu"
      },
      "license": "MIT",
      "gitHead": "038459dc74668bfb43b45d78b33ffc9c8e7bf34a",
      "bugs": {
        "url": "https://github.com/andyperlitch/jsbn/issues"
      },
      "_id": "jsbn@1.1.0",
      "_shasum": "b01307cb29b618a1ed26ec79e911f803c4da0040",
      "_from": ".",
      "_npmVersion": "3.10.3",
      "_nodeVersion": "6.3.1",
      "dist": {
        "shasum": "b01307cb29b618a1ed26ec79e911f803c4da0040",
        "tarball": "http://localhost:4260/jsbn/jsbn-1.1.0.tgz",
        "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
      }
    }
  },
  "author": {
    "name": "Tom Wu"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andyperlitch/jsbn.git"
  },
  "homepage": "https://github.com/andyperlitch/jsbn#readme",
  "bugs": {
    "url": "https://github.com/andyperlitch/jsbn/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}