{
  "name": "fs-extra",
  "version": "0.26.5",
  "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  "homepage": "https://github.com/jprichardson/node-fs-extra",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  },
  "keywords": [
    "fs",
    "file",
    "file system",
    "copy",
    "directory",
    "extra",
    "mkdirp",
    "mkdir",
    "mkdirs",
    "recursive",
    "json",
    "read",
    "write",
    "extra",
    "delete",
    "remove",
    "touch",
    "create",
    "text",
    "output",
    "move"
  ],
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "license": "MIT",
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "jsonfile": "^2.1.0",
    "klaw": "^1.0.0",
    "path-is-absolute": "^1.0.0",
    "rimraf": "^2.2.8"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "minimist": "^1.1.1",
    "mocha": "^2.1.0",
    "read-dir-files": "^0.1.1",
    "secure-random": "^1.1.1",
    "semver": "^4.3.6",
    "standard": "^5.3.1"
  },
  "main": "./lib/index",
  "scripts": {
    "coverage": "istanbul cover test.js",
    "coveralls": "npm run coverage && coveralls < coverage/lcov.info",
    "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
    "test": "standard && node test.js"
  },
  "gitHead": "4c44f48317845075ef59eb08df50f48fefb3ff5d",
  "bugs": {
    "url": "https://github.com/jprichardson/node-fs-extra/issues"
  },
  "_id": "fs-extra@0.26.5",
  "_shasum": "53ac74667ca083fd2dc1712c813039ca32d69a7f",
  "_from": "fs-extra@latest",
  "_npmVersion": "3.5.2",
  "_nodeVersion": "5.3.0",
  "_npmUser": {
    "name": "jprichardson",
    "email": "jprichardson@gmail.com"
  },
  "maintainers": [
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    }
  ],
  "dist": {
    "shasum": "53ac74667ca083fd2dc1712c813039ca32d69a7f",
    "tarball": "http://registry.npmjs.org/fs-extra/-/fs-extra-0.26.5.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.5.tgz"
}
