package.json
1.53 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
{
"_from": "pyconf@^1.1.7",
"_id": "pyconf@1.1.7",
"_inBundle": false,
"_integrity": "sha512-v4clh33m68sjtMsh8XMpjhGWb/MQODAYZ1y7ORG5Qv58UK25OddoB+oXyexgDkK8ttFui/lZm2sQDgA2Ftjfkw==",
"_location": "/pyconf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pyconf@^1.1.7",
"name": "pyconf",
"escapedName": "pyconf",
"rawSpec": "^1.1.7",
"saveSpec": null,
"fetchSpec": "^1.1.7"
},
"_requiredBy": [
"/le-store-certbot"
],
"_resolved": "https://registry.npmjs.org/pyconf/-/pyconf-1.1.7.tgz",
"_shasum": "d48c3a8e10a050e304d0728b2e39803691829e7d",
"_spec": "pyconf@^1.1.7",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\le-store-certbot",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/pyconf.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"safe-replace": "^1.0.2"
},
"deprecated": false,
"description": "Read and write python config files non-destructively (preserves comments)",
"homepage": "https://git.coolaj86.com/coolaj86/pyconf.js#readme",
"keywords": [
"python",
"conf",
"config",
"comments"
],
"license": "(MIT OR Apache-2.0)",
"main": "index.js",
"name": "pyconf",
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/pyconf.js.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.1.7"
}