{
  "name": "fs-extra",
  "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
  "dist-tags": {
    "latest": "10.1.0"
  },
  "versions": {
    "10.1.0": {
      "name": "fs-extra",
      "version": "10.1.0",
      "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
      "engines": {
        "node": ">=12"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/jprichardson/node-fs-extra.git"
      },
      "author": {
        "name": "JP Richardson",
        "email": "jprichardson@gmail.com"
      },
      "license": "MIT",
      "dependencies": {
        "graceful-fs": "^4.2.0",
        "jsonfile": "^6.0.1",
        "universalify": "^2.0.0"
      },
      "devDependencies": {
        "at-least-node": "^1.0.0",
        "klaw": "^2.1.1",
        "klaw-sync": "^3.0.2",
        "minimist": "^1.1.1",
        "mocha": "^5.0.5",
        "nyc": "^15.0.0",
        "proxyquire": "^2.0.1",
        "read-dir-files": "^0.1.1",
        "standard": "^16.0.3"
      },
      "main": "./lib/index.js",
      "scripts": {
        "lint": "standard",
        "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
        "test": "npm run lint && npm run unit",
        "unit": "nyc node test.js"
      },
      "sideEffects": false,
      "gitHead": "0220eac966d7d6b9a595d69b1242ab8a397fba7f",
      "bugs": {
        "url": "https://github.com/jprichardson/node-fs-extra/issues"
      },
      "_id": "fs-extra@10.1.0",
      "_nodeVersion": "16.9.1",
      "_npmVersion": "7.21.1",
      "dist": {
        "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
        "shasum": "02873cfbc4084dde127eaa5f9905eef2325d1abf",
        "tarball": "http://localhost:4260/fs-extra/fs-extra-10.1.0.tgz",
        "fileCount": 31,
        "unpackedSize": 63278
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  },
  "homepage": "https://github.com/jprichardson/node-fs-extra",
  "bugs": {
    "url": "https://github.com/jprichardson/node-fs-extra/issues"
  },
  "readmeFilename": "README.md",
  "license": "MIT"
}