{
  "_from": "nconf@^0.10.0",
  "_id": "nconf@0.10.0",
  "_inBundle": false,
  "_integrity": "sha512-fKiXMQrpP7CYWJQzKkPPx9hPgmq+YLDyxcG9N8RpiE9FoCkCbzD0NyW0YhE3xn3Aupe7nnDeIx4PFzYehpHT9Q==",
  "_location": "/nconf",
  "_phantomChildren": {
    "code-point-at": "1.1.0",
    "lcid": "1.0.0",
    "number-is-nan": "1.0.1",
    "window-size": "0.1.4",
    "wrap-ansi": "2.1.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nconf@^0.10.0",
    "name": "nconf",
    "escapedName": "nconf",
    "rawSpec": "^0.10.0",
    "saveSpec": null,
    "fetchSpec": "^0.10.0"
  },
  "_requiredBy": [
    "/snyk-config"
  ],
  "_resolved": "https://registry.npmjs.org/nconf/-/nconf-0.10.0.tgz",
  "_shasum": "da1285ee95d0a922ca6cee75adcf861f48205ad2",
  "_spec": "nconf@^0.10.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk-config",
  "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": "^1.3.0",
    "secure-keys": "^1.0.0",
    "yargs": "^3.19.0"
  },
  "deprecated": false,
  "description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "eslint": "^4.9.0",
    "istanbul": "^0.4.1",
    "nconf-yaml": "^1.0.2",
    "vows": "0.8.x"
  },
  "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.10.0"
}
