package.json
1.68 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
{
"_from": "acme-dns-01-cli@^3.0.0",
"_id": "acme-dns-01-cli@3.0.7",
"_inBundle": false,
"_integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w==",
"_location": "/acme-dns-01-cli",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "acme-dns-01-cli@^3.0.0",
"name": "acme-dns-01-cli",
"escapedName": "acme-dns-01-cli",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/greenlock"
],
"_resolved": "https://registry.npmjs.org/acme-dns-01-cli/-/acme-dns-01-cli-3.0.7.tgz",
"_shasum": "cd5d0e3d455eba88db3a9e8e955aa8f8e48ebbc5",
"_spec": "acme-dns-01-cli@^3.0.0",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
"author": {
"name": "AJ ONeal",
"email": "solderjs@gmail.com",
"url": "https://solderjs.com/"
},
"bugs": {
"url": "https://git.rootprojects.org/root/acme-dns-01-cli.js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
"files": [],
"homepage": "https://greenlock.domains/",
"keywords": [
"Let's Encrypt",
"Greenlock",
"ACME",
"dns-01",
"wildcard",
"wildcards",
"manual",
"cli",
"dns",
"challenge"
],
"license": "MPL-2.0",
"main": "index.js",
"name": "acme-dns-01-cli",
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/acme-dns-01-cli.js.git"
},
"scripts": {
"test": "node test.js"
},
"version": "3.0.7"
}