package.json
1.57 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
{
"_from": "acme@^1.3.5",
"_id": "acme@1.3.5",
"_inBundle": false,
"_integrity": "sha512-KIFVyMho7y3RxRSTzkuX031TmfXwzl0ioy8+r2pnfLz6YWFQ5q7a/cYUDTgIbrFMPe/syY26Qv1DOdHQ5ARWcw==",
"_location": "/acme",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "acme@^1.3.5",
"name": "acme",
"escapedName": "acme",
"rawSpec": "^1.3.5",
"saveSpec": null,
"fetchSpec": "^1.3.5"
},
"_requiredBy": [
"/greenlock"
],
"_resolved": "https://registry.npmjs.org/acme/-/acme-1.3.5.tgz",
"_shasum": "f0bd98475c3ec6be0a3f4dd9eec5623257079ccf",
"_spec": "acme@^1.3.5",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bundleDependencies": false,
"dependencies": {
"acme-v2": "^1.8.6"
},
"deprecated": false,
"description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.",
"files": [],
"homepage": "https://git.coolaj86.com/coolaj86/acme.js",
"keywords": [
"Let's Encrypt",
"ACME",
"https",
"ssl",
"tls",
"acme-draft-12",
"letsencrypt",
"letsencrypt-v2",
"greenlock"
],
"license": "MPL-2.0",
"main": "node.js",
"name": "acme",
"repository": {
"type": "git",
"url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/acme.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.3.5"
}