{
  "_args": [
    [
      {
        "raw": "broccoli-brocfile-loader@^0.18.0",
        "scope": null,
        "escapedName": "broccoli-brocfile-loader",
        "name": "broccoli-brocfile-loader",
        "rawSpec": "^0.18.0",
        "spec": ">=0.18.0 <0.19.0",
        "type": "range"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ember-cli"
    ]
  ],
  "_from": "broccoli-brocfile-loader@>=0.18.0 <0.19.0",
  "_id": "broccoli-brocfile-loader@0.18.0",
  "_inCache": true,
  "_location": "/broccoli-brocfile-loader",
  "_nodeVersion": "6.3.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/broccoli-brocfile-loader-0.18.0.tgz_1471855272874_0.5566439889371395"
  },
  "_npmUser": {
    "name": "turbo87",
    "email": "tobias.bieniek@gmx.de"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "broccoli-brocfile-loader@^0.18.0",
    "scope": null,
    "escapedName": "broccoli-brocfile-loader",
    "name": "broccoli-brocfile-loader",
    "rawSpec": "^0.18.0",
    "spec": ">=0.18.0 <0.19.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ember-cli"
  ],
  "_resolved": "https://registry.npmjs.org/broccoli-brocfile-loader/-/broccoli-brocfile-loader-0.18.0.tgz",
  "_shasum": "2e86021c805c34ffc8d29a2fb721cf273e819e4b",
  "_shrinkwrap": null,
  "_spec": "broccoli-brocfile-loader@^0.18.0",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ember-cli",
  "author": {
    "name": "Jo Liss",
    "email": "joliss42@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ember-cli/broccoli-brocfile-loader/issues"
  },
  "dependencies": {
    "findup-sync": "^0.4.2"
  },
  "description": "Find and load Brocfile.js files for use with the Broccoli asset builder",
  "devDependencies": {
    "jshint": "~2.6.3"
  },
  "directories": {},
  "dist": {
    "shasum": "2e86021c805c34ffc8d29a2fb721cf273e819e4b",
    "tarball": "https://registry.npmjs.org/broccoli-brocfile-loader/-/broccoli-brocfile-loader-0.18.0.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "lib"
  ],
  "gitHead": "196a73261c6f25294cb253b0a6f31a1cd02907b9",
  "homepage": "https://github.com/ember-cli/broccoli-brocfile-loader",
  "keywords": [
    "builder",
    "build",
    "frontend",
    "browser",
    "asset",
    "pipeline"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "turbo87",
      "email": "tobias.bieniek@gmx.de"
    }
  ],
  "name": "broccoli-brocfile-loader",
  "optionalDependencies": {},
  "readme": "broccoli-brocfile-loader\n==============================================================================\n\nThe algorithm to find and load the `Brocfile.js` build specification file.\n\n\nInstallation\n------------------------------------------------------------------------------\n\n```bash\nnpm install broccoli-brocfile-loader\n```\n\n\nUsage\n------------------------------------------------------------------------------\n\n```js\nvar loadBrocfile = require('broccoli-brocfile-loader');\n\nvar tree = loadBrocfile();\n```\n\nRunning this code will:\n\n1. Find a file named `Brocfile.js` in the current folder or any of the parent\n   folders. The search is case-independent and will throw an error if no\n   matching file could be found.\n   \n2. `chdir()` into the folder containing the `Brocfile.js`.\n\n3. Load the `Brocfile.js` code via `require()`.\n\n\nLicense\n------------------------------------------------------------------------------\n\nBroccoli was originally written by [Jo Liss](http://www.solitr.com/) and is\nlicensed under the [MIT license](LICENSE).\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ember-cli/broccoli-brocfile-loader.git"
  },
  "scripts": {
    "test": "jshint lib test"
  },
  "version": "0.18.0"
}
