package.json
1.31 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
{
"_from": "yael-autoencrypt@^1.1.0",
"_id": "yael-autoencrypt@1.1.0",
"_inBundle": false,
"_integrity": "sha512-6UHmu+MxFsb9/cCVnVjPhiau00L1xvf89YchImy0F0PyVnWAy7uq3LwnyiE+/dgao0MEPEK1JpNXeRpe4pnGTg==",
"_location": "/yael-autoencrypt",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yael-autoencrypt@^1.1.0",
"name": "yael-autoencrypt",
"escapedName": "yael-autoencrypt",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/secret-config"
],
"_resolved": "https://registry.npmjs.org/yael-autoencrypt/-/yael-autoencrypt-1.1.0.tgz",
"_shasum": "46c231d87aa898b0af57e2fb74712fe3ef2450ab",
"_spec": "yael-autoencrypt@^1.1.0",
"_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT\\node_modules\\secret-config",
"author": "",
"bundleDependencies": false,
"dependencies": {
"yael": "^1.2.1"
},
"deprecated": false,
"description": "Encrypt and write a file during development, then read and decrypt it during production.",
"devDependencies": {
"coffee-script": "^1.9.2"
},
"license": "MIT",
"main": "index",
"name": "yael-autoencrypt",
"scripts": {
"prepublish": "coffee -c ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0"
}