package.json 1.62 KB
{
  "_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"
}