{
  "_args": [
    [
      {
        "raw": "fs-extra@7.0.0",
        "scope": null,
        "escapedName": "fs-extra",
        "name": "fs-extra",
        "rawSpec": "7.0.0",
        "spec": "7.0.0",
        "type": "version"
      },
      "/home/lively4/lively4/ojs/node_modules/rollup-plugin-typescript2"
    ]
  ],
  "_from": "fs-extra@7.0.0",
  "_hasShrinkwrap": false,
  "_id": "fs-extra@7.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/fs-extra",
  "_nodeVersion": "10.1.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/fs-extra_7.0.0_1531791352382_0.11962683190558665"
  },
  "_npmUser": {
    "name": "ryanzim",
    "email": "opensrc@ryanzim.com"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "fs-extra@7.0.0",
    "scope": null,
    "escapedName": "fs-extra",
    "name": "fs-extra",
    "rawSpec": "7.0.0",
    "spec": "7.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/rollup-plugin-typescript2"
  ],
  "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.0.tgz",
  "_shasum": "8cc3f47ce07ef7b3593a11b9fb245f7e34c041d6",
  "_shrinkwrap": null,
  "_spec": "fs-extra@7.0.0",
  "_where": "/home/lively4/lively4/ojs/node_modules/rollup-plugin-typescript2",
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/node-fs-extra/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "jsonfile": "^4.0.0",
    "universalify": "^0.1.0"
  },
  "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": {
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "klaw": "^2.1.1",
    "klaw-sync": "^3.0.2",
    "minimist": "^1.1.1",
    "mocha": "^5.0.5",
    "proxyquire": "^2.0.1",
    "read-dir-files": "^0.1.1",
    "rimraf": "^2.2.8",
    "secure-random": "^1.1.1",
    "semver": "^5.3.0",
    "standard": "^11.0.1",
    "standard-markdown": "^4.0.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-EglNDLRpmaTWiD/qraZn6HREAEAHJcJOmxNEYwq6xeMKnVMAy3GUcFB+wXt2C6k4CNvB/mP1y/U3dzvKKj5OtQ==",
    "shasum": "8cc3f47ce07ef7b3593a11b9fb245f7e34c041d6",
    "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.0.tgz",
    "fileCount": 60,
    "unpackedSize": 148793,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTUf4CRA9TVsSAnZWagAAwfYQAJQ6kjnFWO+1JaEWJm7T\nNccTGcD7eErvK6WrXQwdtHLvT7SET9xN+Kjlcg8p+fYxhYzj3cd96EkLLUQp\nYlBXRJYxfalZzptp+Rr4gYBB7nqwGfmG3VVbivDIJvG8xMXGZpR98ItOa9AK\nKAv7bXoERoKLgYjSfIg9VwTZ3a45Ewd7cpa8LmQ+IczotA16DBoabWawvU+S\nqPVoDSKvOh8GO/T+umnJ50YNg8NA7X6XivGsI7XOsgUn0R/gf8BDhz8Hw/YR\nEurodlk5p2kXEGx51kF+AXbBh1Sfq0rRJjidpimfWcuv95tdH0NB0URbpKGT\njY6hmFPWZblibRQmLpyhrtHMNXcBt1SBseR+h9ugrPgM34puLU725N+9AzrP\nlsQLKyAjvxM1VH/Gh/nk32GgF3U6otTykHTHHBPqJrEYeuOlug5FfwWlin8e\nIn/uy/GwPNgHjKWoP2qEV1wH4KSc4zVAX4B4hnUXAkpV8uCaSGw8QMS1tVYc\noLjpsKV/8wEANPCN6OZYsfg0Vc6L4Fqa1ATPeiOrtq05aYQFnTY90P0G5y4A\nxJn5dCzue2KRKLG1EV4xNcHm34MtZb+XsjkH1s5q32GN4AAUCttYKdpDP0Ql\nEBQi2O/NoCjjPBc2c1hzIrcLYs4dqM7w0PVA/wQZl7Pwy8z4u70I+E20+Itk\n8+tW\r\n=Ho4Z\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=6 <7 || >=8"
  },
  "gitHead": "fb3dda7f6e469f815b2aaac8101f98c058ad18cd",
  "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",
    "move"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "maintainers": [
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    },
    {
      "name": "ryanzim",
      "email": "opensrc@ryanzim.com"
    }
  ],
  "name": "fs-extra",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  },
  "scripts": {
    "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
    "coveralls": "coveralls < coverage/lcov.info",
    "full-ci": "npm run lint && npm run coverage",
    "lint": "standard && standard-markdown",
    "test": "npm run lint && npm run unit",
    "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
    "unit": "node test.js"
  },
  "version": "7.0.0"
}
