package.json
1.66 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": "greenlock-store-fs@^3.0.2",
"_id": "greenlock-store-fs@3.2.2",
"_inBundle": false,
"_integrity": "sha512-92ejLB4DyV4qv/2b6VLGF2nKfYQeIfg3o+e/1cIoYLjlIaUFdbBXkzLTRozFlHsQPZt2ALi5qYrpC9IwH7GK8A==",
"_location": "/greenlock-store-fs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "greenlock-store-fs@^3.0.2",
"name": "greenlock-store-fs",
"escapedName": "greenlock-store-fs",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/greenlock"
],
"_resolved": "https://registry.npmjs.org/greenlock-store-fs/-/greenlock-store-fs-3.2.2.tgz",
"_shasum": "e404d3cc1fbaf88dec6914ea2c10d4b31256faa2",
"_spec": "greenlock-store-fs@^3.0.2",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
"author": {
"name": "AJ ONeal",
"email": "solderjs@gmail.com",
"url": "https://solderjs.com/"
},
"bundleDependencies": false,
"dependencies": {
"@root/mkdirp": "^1.0.0",
"safe-replace": "^1.1.0"
},
"deprecated": false,
"description": "A file-based certificate store for greenlock that supports wildcards.",
"directories": {
"test": "tests"
},
"homepage": "https://git.rootprojects.org/root/greenlock-store-fs.js",
"keywords": [
"greenlock",
"json",
"keypairs",
"certificates",
"store",
"database"
],
"license": "MPL-2.0",
"main": "index.js",
"name": "greenlock-store-fs",
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/greenlock-store-fs.js.git"
},
"scripts": {
"test": "node tests"
},
"version": "3.2.2"
}