package.json
1.62 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
{
"_from": "secret-config",
"_id": "secret-config@1.1.0",
"_inBundle": false,
"_integrity": "sha512-g2a3NkOwN+NN/xWRkSPdEIXa+xNgJj0z/p7e41WGZrrviZcRmHACAW4x9WUp5w719wYM6Fn3gfPrK8xDdJobmw==",
"_location": "/secret-config",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "secret-config",
"name": "secret-config",
"escapedName": "secret-config",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/secret-config/-/secret-config-1.1.0.tgz",
"_shasum": "8a32d8e119b5e0ad359be3e97ca4ea717bb9a671",
"_spec": "secret-config",
"_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT",
"author": {
"name": "William Hilton"
},
"bugs": {
"url": "https://github.com/wmhilton/secret-config/issues"
},
"bundleDependencies": false,
"dependencies": {
"extend": "^3.0.0",
"js-yaml": "^3.2.6",
"yael-autoencrypt": "^1.1.0"
},
"deprecated": false,
"description": "A Node.js module for managing a multi-environment encrypted config file.",
"devDependencies": {
"coffee-script": "^1.9.2"
},
"homepage": "https://github.com/wmhilton/secret-config",
"keywords": [
"encrypted",
"config",
"secure",
"secrets",
"yaml"
],
"license": "MIT",
"main": "index",
"name": "secret-config",
"repository": {
"type": "git",
"url": "git+https://github.com/wmhilton/secret-config.git"
},
"scripts": {
"prepublish": "coffee -c ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0"
}