package.json
1.48 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
{
"_from": "@root/mkdirp@^1.0.0",
"_id": "@root/mkdirp@1.0.0",
"_inBundle": false,
"_integrity": "sha512-hxGAYUx5029VggfG+U9naAhQkoMSXtOeXtbql97m3Hi6/sQSRL/4khKZPyOF6w11glyCOU38WCNLu9nUcSjOfA==",
"_location": "/@root/mkdirp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@root/mkdirp@^1.0.0",
"name": "@root/mkdirp",
"escapedName": "@root%2fmkdirp",
"scope": "@root",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/greenlock-store-fs",
"/le-challenge-fs",
"/le-store-certbot"
],
"_resolved": "https://registry.npmjs.org/@root/mkdirp/-/mkdirp-1.0.0.tgz",
"_shasum": "f200e29568d711d3357151af0d2648e7eaf21b6f",
"_spec": "@root/mkdirp@^1.0.0",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock-store-fs",
"author": {
"name": "AJ ONeal",
"email": "solderjs@gmail.com",
"url": "https://solderjs.com/"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A minimal, zero-dependency mkdirp written in VanillaJS for node.",
"keywords": [
"mkdir",
"mkdirp",
"recursive",
"directory",
"folder",
"dir",
"mkdirAll"
],
"license": "MPL-2.0",
"main": "mkdirp.js",
"name": "@root/mkdirp",
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/mkdirp.js.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}