{
  "_args": [
    [
      {
        "raw": "bower-config@^1.3.0",
        "scope": null,
        "escapedName": "bower-config",
        "name": "bower-config",
        "rawSpec": "^1.3.0",
        "spec": ">=1.3.0 <2.0.0",
        "type": "range"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ember-cli"
    ]
  ],
  "_from": "bower-config@>=1.3.0 <2.0.0",
  "_id": "bower-config@1.4.1",
  "_inCache": true,
  "_location": "/bower-config",
  "_nodeVersion": "8.1.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/bower-config-1.4.1.tgz_1505322898721_0.18113167071714997"
  },
  "_npmUser": {
    "name": "sheerun",
    "email": "sheerun@sher.pl"
  },
  "_npmVersion": "2.15.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bower-config@^1.3.0",
    "scope": null,
    "escapedName": "bower-config",
    "name": "bower-config",
    "rawSpec": "^1.3.0",
    "spec": ">=1.3.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ember-cli"
  ],
  "_resolved": "https://registry.npmjs.org/bower-config/-/bower-config-1.4.1.tgz",
  "_shasum": "85fd9df367c2b8dbbd0caa4c5f2bad40cd84c2cc",
  "_shrinkwrap": null,
  "_spec": "bower-config@^1.3.0",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ember-cli",
  "author": {
    "name": "Twitter"
  },
  "dependencies": {
    "graceful-fs": "^4.1.3",
    "mout": "^1.0.0",
    "optimist": "^0.6.1",
    "osenv": "^0.1.3",
    "untildify": "^2.1.0"
  },
  "description": "The Bower config reader and writer.",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "expect.js": "^0.3.1",
    "glob": "^4.5.3",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-coveralls": "^1.0.0",
    "grunt-exec": "^0.4.6",
    "grunt-simple-mocha": "^0.4.0",
    "istanbul": "^0.4.1",
    "load-grunt-tasks": "^2.0.0",
    "mkdirp": "^0.5.0",
    "mocha": "~1.12.0",
    "node-uuid": "^1.4.3",
    "q": "^1.2.0",
    "rimraf": "^2.3.2"
  },
  "directories": {},
  "dist": {
    "shasum": "85fd9df367c2b8dbbd0caa4c5f2bad40cd84c2cc",
    "tarball": "https://registry.npmjs.org/bower-config/-/bower-config-1.4.1.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "http://bower.io",
  "license": "MIT",
  "main": "lib/Config",
  "maintainers": [
    {
      "name": "desandro",
      "email": "desandrocodes@gmail.com"
    },
    {
      "name": "satazor",
      "email": "andremiguelcruz@msn.com"
    },
    {
      "name": "wibblymat",
      "email": "mat@wibbly.org.uk"
    },
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    },
    {
      "name": "paulirish",
      "email": "paul.irish@gmail.com"
    },
    {
      "name": "sheerun",
      "email": "sheerun@sher.pl"
    }
  ],
  "name": "bower-config",
  "optionalDependencies": {},
  "readme": "# bower-config [![Build Status](https://secure.travis-ci.org/bower/config.png?branch=master)](http://travis-ci.org/bower/config)[![Coverage Status](https://coveralls.io/repos/bower/config/badge.svg?branch=master&service=github)](https://coveralls.io/github/bower/config?branch=master)\n\n> The Bower config (`.bowerrc`) reader and writer.\n\nThe config spec can be read [here](https://docs.google.com/document/d/1APq7oA9tNao1UYWyOm8dKqlRP2blVkROYLZ2fLIjtWc/).\n\n\n## Install\n\n```sh\n$ npm install --save bower-config\n```\n\n\n## Usage\n\n#### .load(overwrites)\n\nLoads the bower configuration from the configuration files.\n\nConfiguration is overwritten (after camelcase normalisation) with `overwrites` argument.\n\nThis method overwrites following environment variables:\n\n- `HTTP_PROXY` with `proxy` configuration variable\n- `HTTPS_PROXY` with `https-proxy` configuration variable\n- `NO_PROXY` with `no-proxy` configuration variable\n\nIt also clears `http_proxy`, `https_proxy`, and `no_proxy` environment variables.\n\nTo restore those variables you can use `restore` method.\n\n#### restore()\n\nRestores environment variables overwritten by `.load` method.\n\n#### .toObject()\n\nReturns a deep copy of the underlying configuration object.\nThe returned configuration is normalised.\nThe object keys will be camelCase.\n\n\n#### #create(cwd)\n\nObtains a instance where `cwd` is the current working directory (defaults to `process.cwd`);\n\n```js\nvar config = require('bower-config').create();\n// You can also specify a working directory\nvar config2 = require('bower-config').create('./some/path');\n```\n\n#### #read(cwd, overrides)\n\nAlias for:\n\n```js\nvar configObject = (new Config(cwd)).load(overrides).toJson();\n```\n\n## License\n\nReleased under the [MIT License](http://www.opensource.org/licenses/mit-license.php).\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/bower/bower/tree/master/packages/bower-config"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "1.4.1"
}
