-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.34 KB
/
package.json
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
{
"name": "simple-open-ssl",
"author": "FirstTimeEZ",
"version": "1.0.7",
"description": "Execute OpenSSL commands directly from JavaScript. Provides a simple, cross-platform interface for cryptographic operations, certificate management, and security tasks.",
"main": "open-ssl.js",
"type": "module",
"keywords": [
"windows",
"linux",
"macOS",
"open",
"openssl",
"command",
"runner",
"execute",
"interop",
"ssl",
"tls",
"security",
"web",
"https",
"api",
"configurable",
"localhost",
"development",
"production",
"certificate",
"renew",
"lets",
"encrypt",
"acme",
"template",
"cryptography",
"secure",
"private-key",
"public-key",
"certificate-authority",
"pki",
"x509",
"symmetric-encryption",
"asymmetric-encryption",
"hashing",
"digital-signature",
"key-management",
"certification",
"trust",
"secure-sockets-layer",
"transport-layer-security",
"self-signed",
"certificate-chain",
"openssl-commands",
"key-store",
"pem",
"der",
"pkcs12",
"tls-termination"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/FirstTimeEZ/simple-open-ssl.git"
},
"homepage": "https://github.com/FirstTimeEZ/server-ssl"
}