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
| {
| "_args": [
| [
| "browserify-rsa@4.1.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "browserify-rsa@4.1.0",
| "_id": "browserify-rsa@4.1.0",
| "_inBundle": false,
| "_integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==",
| "_location": "/browserify-rsa",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "browserify-rsa@4.1.0",
| "name": "browserify-rsa",
| "escapedName": "browserify-rsa",
| "rawSpec": "4.1.0",
| "saveSpec": null,
| "fetchSpec": "4.1.0"
| },
| "_requiredBy": [
| "/browserify-sign",
| "/public-encrypt"
| ],
| "_resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz",
| "_spec": "4.1.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "bugs": {
| "url": "https://github.com/crypto-browserify/browserify-rsa/issues"
| },
| "dependencies": {
| "bn.js": "^5.0.0",
| "randombytes": "^2.0.1"
| },
| "description": "RSA for browserify",
| "devDependencies": {
| "parse-asn1": "^5.0.0",
| "standard": "^6.0.8",
| "tape": "^4.5.1"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/crypto-browserify/browserify-rsa#readme",
| "license": "MIT",
| "main": "index.js",
| "name": "browserify-rsa",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/crypto-browserify/browserify-rsa.git"
| },
| "scripts": {
| "lint": "standard",
| "test": "npm run lint && npm run unit",
| "unit": "tape test/*.js"
| },
| "version": "4.1.0"
| }
|
|