package.json
2.03 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
{
"_from": "rsa-compat@^2.0.8",
"_id": "rsa-compat@2.0.8",
"_inBundle": false,
"_integrity": "sha512-BFiiSEbuxzsVdaxpejbxfX07qs+rtous49Y6mL/zw6YHh9cranDvm2BvBmqT3rso84IsxNlP5BXnuNvm1Wn3Tw==",
"_location": "/rsa-compat",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rsa-compat@^2.0.8",
"name": "rsa-compat",
"escapedName": "rsa-compat",
"rawSpec": "^2.0.8",
"saveSpec": null,
"fetchSpec": "^2.0.8"
},
"_requiredBy": [
"/acme-v2",
"/greenlock"
],
"_resolved": "https://registry.npmjs.org/rsa-compat/-/rsa-compat-2.0.8.tgz",
"_shasum": "14ae5a8b3b05e15dea5aa5b23c2ed2084c20d8de",
"_spec": "rsa-compat@^2.0.8",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bin": {
"rsa-keygen-js": "bin/rsa-keygen.js"
},
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"keypairs": "^1.2.14"
},
"deprecated": false,
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
"engines": {
"node": ">=10.12"
},
"homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
"keywords": [
"RSA",
"ursa",
"forge",
"certificate",
"csr",
"tls",
"ssl",
"windows",
"mac",
"linux",
"key",
"jwk"
],
"license": "MPL-2.0",
"main": "index.js",
"name": "rsa-compat",
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js.git"
},
"scripts": {
"test": "bash test.sh"
},
"trulyOptionalDependencies": {
"buffer-v6-polyfill": "^1.0.3",
"node-forge": "^0.7.6",
"ursa-optional": "^0.9.10"
},
"version": "2.0.8",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": ">=10.12"
},
"pkgid": "rsa-compat@2.0.8"
}
]
}