package.json
1.87 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
{
"_from": "acme-http-01-standalone@^3.0.5",
"_id": "acme-http-01-standalone@3.0.5",
"_inBundle": false,
"_integrity": "sha512-W4GfK+39GZ+u0mvxRVUcVFCG6gposfzEnSBF20T/NUwWAKG59wQT1dUbS1NixRIAsRuhpGc4Jx659cErFQH0Pg==",
"_location": "/acme-http-01-standalone",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "acme-http-01-standalone@^3.0.5",
"name": "acme-http-01-standalone",
"escapedName": "acme-http-01-standalone",
"rawSpec": "^3.0.5",
"saveSpec": null,
"fetchSpec": "^3.0.5"
},
"_requiredBy": [
"/@root/greenlock"
],
"_resolved": "https://registry.npmjs.org/acme-http-01-standalone/-/acme-http-01-standalone-3.0.5.tgz",
"_shasum": "385a53e2da60cafc679fe7d9cf37f6625d442d03",
"_spec": "acme-http-01-standalone@^3.0.5",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\greenlock",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bundleDependencies": false,
"contributors": [
{
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
}
],
"dependencies": {},
"deprecated": false,
"description": "HTTP Authentication (In-Memory) for Let's Encrypt for Node.js - ACME http-01 challenges w/ ACME.js and Greenlock.js",
"devDependencies": {
"acme-challenge-test": "^3.3.2",
"dotenv": "^8.0.0"
},
"files": [
"*.js",
"lib",
"test.js"
],
"keywords": [
"standalone",
"memory",
"http-01",
"letsencrypt",
"acme",
"greenlock"
],
"license": "MPL-2.0",
"main": "index.js",
"name": "acme-http-01-standalone",
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/acme-http-01-standalone.js.git"
},
"scripts": {
"test": "node test.js"
},
"version": "3.0.5"
}