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
| {
| "_args": [
| [
| "jsbn@0.1.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "jsbn@0.1.1",
| "_id": "jsbn@0.1.1",
| "_inBundle": false,
| "_integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
| "_location": "/jsbn",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "jsbn@0.1.1",
| "name": "jsbn",
| "escapedName": "jsbn",
| "rawSpec": "0.1.1",
| "saveSpec": null,
| "fetchSpec": "0.1.1"
| },
| "_requiredBy": [
| "/ecc-jsbn",
| "/sshpk"
| ],
| "_resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-0.1.1.tgz",
| "_spec": "0.1.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Tom Wu"
| },
| "bugs": {
| "url": "https://github.com/andyperlitch/jsbn/issues"
| },
| "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.",
| "homepage": "https://github.com/andyperlitch/jsbn#readme",
| "keywords": [
| "biginteger",
| "bignumber",
| "big",
| "integer"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "jsbn",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/andyperlitch/jsbn.git"
| },
| "scripts": {
| "test": "mocha test.js"
| },
| "version": "0.1.1"
| }
|
|