forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.29 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.29 KB
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
85
86
87
88
89
90
91
92
{
"_args": [
[
"browserify-rsa@^4.0.0",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify-sign"
]
],
"_from": "browserify-rsa@>=4.0.0 <5.0.0",
"_id": "browserify-rsa@4.0.0",
"_inCache": true,
"_location": "/browserify-rsa",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "calvin.metcalf@gmail.com",
"name": "cwmma"
},
"_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"name": "browserify-rsa",
"raw": "browserify-rsa@^4.0.0",
"rawSpec": "^4.0.0",
"scope": null,
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/browserify-sign",
"/public-encrypt"
],
"_resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.0.tgz",
"_shasum": "a72c5e33833fd576c3ccd3d1d5fe61c48fdd974d",
"_shrinkwrap": null,
"_spec": "browserify-rsa@^4.0.0",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify-sign",
"author": "",
"bugs": {
"url": "https://github.com/calvinmetcalf/browserify-rsa/issues"
},
"dependencies": {
"bn.js": "^4.1.0",
"randombytes": "^2.0.1"
},
"description": "RSA for browserify",
"devDependencies": {
"parse-asn1": "^5.0.0",
"tap-spec": "^2.1.2",
"tape": "^3.0.3"
},
"directories": {},
"dist": {
"shasum": "a72c5e33833fd576c3ccd3d1d5fe61c48fdd974d",
"tarball": "http://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.0.tgz"
},
"gitHead": "c6465e2cecc9872b80e77ffe6dfce993991db142",
"homepage": "https://github.com/calvinmetcalf/browserify-rsa#readme",
"installable": true,
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
},
{
"name": "dcousens",
"email": "email@dcousens.com"
},
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"name": "browserify-rsa",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/calvinmetcalf/browserify-rsa.git"
},
"scripts": {
"test": "node test.js | tspec"
},
"version": "4.0.0"
}