{
  "_args": [
    [
      {
        "raw": "fs-extra@^9.0.1",
        "scope": null,
        "escapedName": "fs-extra",
        "name": "fs-extra",
        "rawSpec": "^9.0.1",
        "spec": ">=9.0.1 <10.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/laravel-mix"
    ]
  ],
  "_from": "fs-extra@>=9.0.1 <10.0.0",
  "_hasShrinkwrap": false,
  "_id": "fs-extra@9.1.0",
  "_inCache": true,
  "_location": "/fs-extra",
  "_nodeVersion": "15.6.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/fs-extra_9.1.0_1611077316903_0.0834956426230149"
  },
  "_npmUser": {
    "name": "ryanzim",
    "email": "opensrc@ryanzim.com"
  },
  "_npmVersion": "7.4.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "fs-extra@^9.0.1",
    "scope": null,
    "escapedName": "fs-extra",
    "name": "fs-extra",
    "rawSpec": "^9.0.1",
    "spec": ">=9.0.1 <10.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/laravel-mix"
  ],
  "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  "_shasum": "5954460c764a8da2094ba3554bf839e6b9a7c86d",
  "_shrinkwrap": null,
  "_spec": "fs-extra@^9.0.1",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/laravel-mix",
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/node-fs-extra/issues"
  },
  "dependencies": {
    "at-least-node": "^1.0.0",
    "graceful-fs": "^4.2.0",
    "jsonfile": "^6.0.1",
    "universalify": "^2.0.0"
  },
  "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
  "devDependencies": {
    "coveralls": "^3.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": "^14.1.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
    "shasum": "5954460c764a8da2094ba3554bf839e6b9a7c86d",
    "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
    "fileCount": 33,
    "unpackedSize": 129795,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBxbFCRA9TVsSAnZWagAAP4wP/Rh91TsjU3hahqx4wCZg\nsmeZguAobdvJovP9vfHP4K1EAOrqwEZRJpmKX9Ey59fVsp+fitQ10ul/YScL\nGdyFyCazwLwNTsbvBsNwR43vMcHWzCSmuCJY3M17Ne0zPHP66rDRLBRtkFqb\nhG8D0WQyodgIrqiYqrPG5lMc4vVolcFQbEAV4DjpBp74vaVi7SWufLLuUL9U\nvTESNNmZXD/AIUCO6jepAHiYWr4UF6zLxxs95WSTReoQmlz1Zarbz3IaOiwA\ntfGobi3ZOrTj1qOFIuDT0AwlNkpsgFOlro+xImcYm/RPKPI/g3z9BpL2TCj4\nKyB4LFjsxUhqHFZCpGQzh1z+Ntu1vYuVAdAzJuYZg4kZ4Vv+JDFPSQeXLlst\nClzeIWsPp6Fm2JI+K8mgBTeJyi85aG8zSndk01kAc1hmTDcRvnWkcVfWpONN\ntsm/FJwvFB+QNuu9gB4DhZmM4wvlFxtjVMcmHopvz/EOpQs+5ExmLcI0SlKZ\n7Bc0PgV3OhpaJ/lhWqDAHQsvhg3wocYD4VtktqUfmRRdNLnB14P4UaBxCAqW\n5Vv0go/rSbaNBR5AQ+QzMdHns8cHRB8Dbl4CwUANTJ/sEBmp445juNlDobPb\n9rcGqpci95YAhtHk8TDdA/vlqT4FTqWh4RkhUh/8jzftrTWtWe+FaXbC+7FI\nW468\r\n=9RVC\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=10"
  },
  "gitHead": "1625838cdfc65a1bbf28ab5fa962a75805629b9c",
  "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",
    "promise"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "maintainers": [
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    },
    {
      "name": "ryanzim",
      "email": "opensrc@ryanzim.com"
    },
    {
      "name": "manidlou",
      "email": "manidlou@gmail.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": "nyc -r lcovonly npm run unit",
    "coveralls": "coveralls < coverage/lcov.info",
    "full-ci": "npm run lint && npm run coverage",
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
    "unit": "node test.js"
  },
  "version": "9.1.0",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=10"
      },
      "pkgid": "fs-extra@9.1.0"
    }
  ]
}
