{
  "_args": [
    [
      {
        "raw": "broccoli-file-creator@^1.1.1",
        "scope": null,
        "escapedName": "broccoli-file-creator",
        "name": "broccoli-file-creator",
        "rawSpec": "^1.1.1",
        "spec": ">=1.1.1 <2.0.0",
        "type": "range"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ember-cli-shims"
    ]
  ],
  "_from": "broccoli-file-creator@>=1.1.1 <2.0.0",
  "_id": "broccoli-file-creator@1.1.1",
  "_inCache": true,
  "_location": "/broccoli-file-creator",
  "_nodeVersion": "6.2.2",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/broccoli-file-creator-1.1.1.tgz_1470413349208_0.19394966517575085"
  },
  "_npmUser": {
    "name": "stefanpenner",
    "email": "stefan.penner@gmail.com"
  },
  "_npmVersion": "3.10.5",
  "_phantomChildren": {
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "minimatch": "3.0.4",
    "mkdirp": "0.5.1",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "raw": "broccoli-file-creator@^1.1.1",
    "scope": null,
    "escapedName": "broccoli-file-creator",
    "name": "broccoli-file-creator",
    "rawSpec": "^1.1.1",
    "spec": ">=1.1.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ember-cli-shims"
  ],
  "_resolved": "https://registry.npmjs.org/broccoli-file-creator/-/broccoli-file-creator-1.1.1.tgz",
  "_shasum": "1b35b67d215abdfadd8d49eeb69493c39e6c3450",
  "_shrinkwrap": null,
  "_spec": "broccoli-file-creator@^1.1.1",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ember-cli-shims",
  "author": {
    "name": "Robert Jackson"
  },
  "bugs": {
    "url": "https://github.com/rjackson/broccoli-file-creator/issues"
  },
  "dependencies": {
    "broccoli-kitchen-sink-helpers": "~0.2.0",
    "broccoli-plugin": "^1.1.0",
    "broccoli-writer": "~0.1.1",
    "mkdirp": "^0.5.1",
    "rsvp": "~3.0.6",
    "symlink-or-copy": "^1.0.1"
  },
  "description": "Broccoli plugin to create a file.",
  "devDependencies": {
    "broccoli": "^0.16.7",
    "chai": "^3.2.0",
    "mocha": "^2.2.5",
    "rimraf": "~2.2.6"
  },
  "directories": {},
  "dist": {
    "shasum": "1b35b67d215abdfadd8d49eeb69493c39e6c3450",
    "tarball": "https://registry.npmjs.org/broccoli-file-creator/-/broccoli-file-creator-1.1.1.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "5da239c591ee4422756d0a6236e81b560c0feecd",
  "homepage": "https://github.com/rjackson/broccoli-file-creator#readme",
  "keywords": [
    "broccoli-plugin",
    "javascript"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "rwjblue",
      "email": "me@rwjblue.com"
    },
    {
      "name": "stefanpenner",
      "email": "stefan.penner@gmail.com"
    }
  ],
  "name": "broccoli-file-creator",
  "optionalDependencies": {},
  "readme": "# Broccoli's File Creator\n\n[![Build Status](https://travis-ci.org/rwjblue/broccoli-file-creator.svg?branch=master)](https://travis-ci.org/rjackson/broccoli-file-creator)\n\n## Usage\n\nCreate a file named `app/main.js` with \"some content goes here\":\n\n```javascript\nvar writeFile = require('broccoli-file-creator');\n\nvar tree = writeFile('/app/main.js', 'some content goes here');\n```\n\n## Documentation\n\n### `writeFile(filename, content, fileOptions)`\n\n---\n\n`filename` *{String}*\n\nThe path of the file to create.\n\n---\n\n`content` *{String}*\n\nThe contents to write into the file.\n\n## ZOMG!!! TESTS?!?!!?\n\nI know, right?\n\nRunning the tests:\n\n```javascript\nnpm install\nnpm test\n```\n\n## License\n\nThis project is distributed under the MIT license.\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rjackson/broccoli-file-creator.git"
  },
  "scripts": {
    "test": "mocha tests/",
    "test:debug": "mocha debug tests/"
  },
  "version": "1.1.1"
}
