
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "nconf@0.11.2",
  "_id": "nconf@0.11.2",
  "_inBundle": false,
  "_integrity": "sha512-gDmn0Fgt0U0esRE8OCF72tO8AA9dtlG9eZhW4/Ex5hozNC2/LgdhWO4vKLGHNfTxcvsv6Aoxk/ROVYJD2SAdyg==",
  "_location": "/knex-migrator/nconf",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nconf@0.11.2",
    "name": "nconf",
    "escapedName": "nconf",
    "rawSpec": "0.11.2",
    "saveSpec": null,
    "fetchSpec": "0.11.2"
  },
  "_requiredBy": [
    "/knex-migrator",
    "/knex-migrator/ghost-ignition"
  ],
  "_resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.2.tgz",
  "_shasum": "707fa9db383e85ad7e8f1a17be1b053d1bd751c4",
  "_spec": "nconf@0.11.2",
  "_where": "/usr/local/lib/node_modules/knex-migrator",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/flatiron/nconf/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Matt Hamann",
      "email": "matthew.hamann@gmail.com"
    },
    {
      "name": "Maciej Małecki",
      "email": "me@mmalecki.com"
    },
    {
      "name": "Jarrett Cruger",
      "email": "jcrugzz@gmail.com"
    },
    {
      "name": "Adrien Becchis"
    }
  ],
  "dependencies": {
    "async": "^1.4.0",
    "ini": "^2.0.0",
    "secure-keys": "^1.0.0",
    "yargs": "^16.1.1"
  },
  "deprecated": false,
  "description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
  "devDependencies": {
    "coveralls": "^3.1.0",
    "eslint": "^4.9.0",
    "istanbul": "^0.4.5",
    "nconf-yaml": "^1.0.2",
    "vows": "^0.8.3"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/flatiron/nconf#readme",
  "keywords": [
    "configuration",
    "key value store",
    "plugabble"
  ],
  "license": "MIT",
  "main": "./lib/nconf",
  "name": "nconf",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/flatiron/nconf.git"
  },
  "scripts": {
    "cover": "istanbul cover vows -- test/*-test.js test/**/*-test.js  --spec",
    "coveralls": "cat coverage/lcov.info | coveralls",
    "lint": "eslint .",
    "test": "vows test/*-test.js test/**/*-test.js --spec"
  },
  "version": "0.11.2"
}
