{
  "_from": "fs-extra@~0.6.1",
  "_id": "fs-extra@0.6.4",
  "_inBundle": false,
  "_integrity": "sha1-9G8MdbeEH40gCzNIzU1pHVoJnRU=",
  "_location": "/fs-extra",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fs-extra@~0.6.1",
    "name": "fs-extra",
    "escapedName": "fs-extra",
    "rawSpec": "~0.6.1",
    "saveSpec": null,
    "fetchSpec": "~0.6.1"
  },
  "_requiredBy": [
    "/fs.extra"
  ],
  "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.6.4.tgz",
  "_shasum": "f46f0c75b7841f8d200b3348cd4d691d5a099d15",
  "_spec": "fs-extra@~0.6.1",
  "_where": "C:\\Users\\sheev\\src\\json-q\\browser_build_config\\node_modules\\fs.extra",
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/node-fs-extra/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "jsonfile": "~1.0.1",
    "mkdirp": "0.3.x",
    "ncp": "~0.4.2",
    "rimraf": "~2.2.0"
  },
  "deprecated": false,
  "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.",
  "devDependencies": {
    "mocha": "*",
    "path-extra": "0.0.x",
    "testutil": "~0.5.0"
  },
  "homepage": "https://github.com/jprichardson/node-fs-extra",
  "keywords": [
    "fs",
    "file",
    "file system",
    "copy",
    "directory",
    "extra",
    "mkdirp",
    "mkdir",
    "mkdirs",
    "recursive",
    "json",
    "read",
    "write",
    "extra",
    "delete",
    "remove",
    "touch",
    "create",
    "text",
    "output"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE"
    }
  ],
  "main": "./lib/index",
  "name": "fs-extra",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  },
  "scripts": {
    "test": "mocha test"
  },
  "version": "0.6.4"
}
