package.json
2.38 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
93
{
"_from": "@root/acme@^3.0.8",
"_id": "@root/acme@3.0.8",
"_inBundle": false,
"_integrity": "sha512-VmBvLvWdCDkolkanI9Dzm1ouSWPaAa2eCCwcDZcVQbWoNiUIOqbbd57fcMA/gZxLyuJPStD2WXFuEuSMPDxcww==",
"_location": "/@root/acme",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@root/acme@^3.0.8",
"name": "@root/acme",
"escapedName": "@root%2facme",
"scope": "@root",
"rawSpec": "^3.0.8",
"saveSpec": null,
"fetchSpec": "^3.0.8"
},
"_requiredBy": [
"/@root/greenlock"
],
"_resolved": "https://registry.npmjs.org/@root/acme/-/acme-3.0.8.tgz",
"_shasum": "7ab1501b7e9e7aa25c59f4833862fd078d8f39c4",
"_spec": "@root/acme@^3.0.8",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\greenlock",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"browser": {
"./lib/native.js": "./lib/browser.js",
"./lib/node/sha2.js": "./lib/browser/sha2.js",
"./lib/node/http.js": "./lib/browser/http.js",
"./lib/node/client-user-agent.js": "./lib/browser/client-user-agent.js"
},
"bundleDependencies": false,
"dependencies": {
"@root/encoding": "^1.0.1",
"@root/keypairs": "^0.9.0",
"@root/pem": "^1.0.4",
"@root/request": "^1.3.11",
"@root/x509": "^0.7.2"
},
"deprecated": false,
"description": "Free SSL certificates for Node.js and Browsers. Issued via Let's Encrypt",
"devDependencies": {
"@root/csr": "^0.8.1",
"dig.js": "^1.3.9",
"dns-suite": "^1.2.13",
"dotenv": "^8.1.0",
"punycode": "^1.4.1"
},
"files": [
"*.js",
"lib",
"bin",
"scripts",
"dist"
],
"homepage": "https://rootprojects.org/acme/",
"keywords": [
"ACME",
"Let's Encrypt",
"EC",
"RSA",
"CSR",
"browser",
"greenlock",
"VanillaJS",
"ZeroSSL"
],
"license": "MPL-2.0",
"main": "acme.js",
"name": "@root/acme",
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/acme.js.git"
},
"scripts": {
"build": "node_xxx bin/bundle.js",
"lint": "jshint lib bin",
"postinstall": "node scripts/postinstall",
"start": "node server.js",
"test": "node server.js"
},
"trulyOptionalDependencies": {
"eslint": "^6.5.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"version": "3.0.8"
}